* {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.layout-canvas-g > .section {
    margin: 0;
  }

body {
    margin: 0 auto;
    position: relative;
    font-style: normal;
    width: auto;
    font-weight: 400;
    font-family: "Brown-Regular", sans-serif;
    color: #000000;
    max-width: none;
}

a {
    text-decoration: none;
    font-weight: 400;
    color: #ad2beb;
    -webkit-transition: ease all 0.25s;
    -o-transition: ease all 0.25s;
    transition: ease all 0.25s;
    letter-spacing: .15em;
}

img {
    width: 100% !important;
}

strong {
    font-weight: bold;
}

.container-fluid {
    padding: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

h1,
.h1 {
    font-size: 32px;
    line-height: 69px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 40px;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 38px;
}

h4,
.h4 {
    font-size: 26px;
    line-height: 34px;
}

h5,
.h5 {
    font-size: 22px;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 18px;
    line-height: 37px;
}

ul{
    padding: 0;
}

ul li {
    font-size: 12px;
    line-height: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 400;
    color: #AD2CEC;
}

@media (max-width: 575px) {

    h1,
    .h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 30px;
    }
}

header .logo img{
    max-width: 108px;
}

header .social-icons{
    list-style-type: none;
    display: flex;
    gap: 20px;
}

header .social-icons a{
    color: #FBE6A6;
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: ease all 0.25s;
    -o-transition: ease all 0.25s;
    transition: ease all 0.25s;
}

header .social-icons a:hover{
    color: #6c1e91;
}

@media screen and (max-width:575px) {
    header .social-icons{
        gap: 10px;
    }

    header .socials{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

.section-1{
    background-color: #ffffff;
    margin-top: 50px;
}

.section-1 .wrapper{
    padding: 40px;
    border: 1px solid #888;
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
}

.section-1 .title h1{
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-1 .text p{
    font-family: 'Domaine Display', serif;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.input_label{
    
    color: #ad2beb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: .15em;
   width:100%;
 }

.section-1 .form form .text-inputs{
    width: 100%;
    border: 1px solid #ad2beb;
    height: 36px;
    color: #ad2beb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: .15em;
    text-indent: unset;
    padding-left: 12px;
-webkit-appearance: none;
}

.section-1 .form form .select-inputs{
    width: 100%;
    border: 1px solid #ad2beb;
    height: 36px;
    color: #ad2beb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: .15em;
    text-indent: unset;
    padding-left: 12px;
 border-radius:0px !important;

}

.section-1 .form form .text-inputss{
    width: 100%;
    border: 1px solid #ad2beb;
    height: 36px;
    color: #ad2beb;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    letter-spacing: .15em;
    text-indent: unset;
-webkit-appearance: none;
}

::placeholder {
    color: #ad2beb !important;
    opacity: 1;
}

:focus {
    outline-color: #e3b87e;
}

.section-1 .form form #cta-submit{
    background: unset;
    border: 2px solid #E3B77D;
    box-sizing: border-box;
    padding: 15px 48px 15px 48px;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 24px;
}

.section-1 .form form #cta-submit:hover{
    background: #E1B87F;
    color: #FFFFFF;
}

.section-1 .form form .checkboxes{
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.section-1 .form form .checkboxes + label{
    font-size: 14px;
    line-height: 18px;
    display: block;
    position: relative;
    letter-spacing: 0.04em;
    color: #333333;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.section-1 .form form span.checkboxes + label{
    padding-left: 0;
    cursor: auto;
}

.section-1 .form form .checkboxes + label::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: unset;
    width: 16px;
    height: 16px;
    border: 1px solid #AD2CEC;
}

.section-1 .form form .checkboxes:checked + label::after{
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #AD2CEC;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-1 .form form span.checkboxes + label::before{
    content: none;
}

.section-1 .form form span.checkboxes:checked + label::after{
    content: none;
}

.section-1 .form form .checkboxes + label a{
    color: #333333;
    text-decoration: underline;
    letter-spacing: normal;
}

.section-1 .form form .text-inputs.invalid, .section-1 .form form .select-inputs.invalid, .section-1 .form form .checkboxes.invalid + label::before{
    border-color: red;
}
.section-1 .form form .text-inputss.invalid, .section-1 .form form .checkboxes.invalid + label::before{
    border-color: red;
}
@media screen and (max-width:575px) {
    .section-1 .wrapper{
        padding: 40px 20px;
    }
}

footer{
    background-color: #ffffff;
    padding: 25px 0 55px;
}

footer .logo img{
    max-width: 95px;
}

footer .mw-925{
    max-width: 925px;
    margin: 0 auto;
    margin-top: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul>li {
    margin: 0 14px;
    text-align: center;
}

footer ul>li a{
    color: #ad2beb;
    padding: 0 5px;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

footer ul>li.dg_footer_item_8{
    padding: 15px 0 30px;
}

footer ul>li span{
    padding: 0 5px;
    color: #ad2beb;
    font-size: 12px !important;
    line-height: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width:575px) {
    footer ul>li {
        margin-bottom: 7px;
    }
}