/** NEW HAYSA JOIN STYLES **/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
html,body{position: relative;overflow-x: hidden;}
body{overflow-x: hidden;}
br {display: none;}
* {margin: 0;padding: 0;}
:root {
    --color-primary: #B0C3FF ;
    --color-secondary:#EF405E;
    --color-alt:#2D4797;
    --color-btn: #3658C1;
    --color-white: #FFF;
    --color-black: #333;
    --color-gray: #858585;
    --color-bg: #E5ECFF;
    --color-warning: #9B803A; 
    --alert-success:  #009f00;
}
a:focus, a:hover {
    color: var(--color-gray);
    text-decoration: underline;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-gray);
    background-color:var(--color-bg);
}
h1,h2,h3,h4,h5,h6{color:var(--color-black);}

header {
    background-color: var(--color-primary);
    padding: 0;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 240px; */
}
nav.desktop {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.desktop .mobile-menu {
    display: none;
    position: relative;
}
header .main-menu ul,
header .mobile-menu ul{
    list-style: none;
    display: flex;
    align-items: center;
}
header .main-menu ul li:last-of-type {margin-right: 0px;}
header a, header a:visited {
    color: var(--color-white);
    text-decoration: none;
}
.btn-menu.main-menu.btn-main ul li::after {
    content: "";
    color: var(--color-white);
    margin: 0 16px;
}
.btn-menu.main-menu.btn-main ul li:last-of-type::after {
    display: none;
}
.btn-menu.btn-region {
    position: relative;
    margin-top:-13px;
}
button.btn-trigger {
    color: var(--color-white);
    outline: none;
    background: transparent;
    border-radius: 34px;
    padding: 8px 24px;
    border: 1px solid var(--color-secondary);
}
button.btn-trigger i.fa-solid.fa-caret-down {
    color:var(--color-white);
    margin-left: 12px;
    pointer-events: none;
}
.dropdown-menu li a span {color: var(--color-gray);}
.hero {
    padding: 0px 120px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero .colL,
.hero .colR {
    flex: 1;
}

/* .hero .colR {
  max-height: 650px;
} */

.hero h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-white); 
}
.hero h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-alt);
}
.hero h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.03em;
    color: var(--color-alt);
}
.hero h1 span{
    color: var(--color-alt);
}
.content_wrraper {
    padding: 48px 0;
    display: grid;
    grid-template-columns: 30% 64.5%;
    max-width: 1200px;
    margin: auto;
    gap: 48px;
}  
.content_wrraper section:first-of-type > div  {
    background: var(--color-white);
    padding: 32px;
    border-radius: 12px;
}

.content_wrraper section:first-of-type img {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 8px;
}

.content_wrraper #aboutSec #aboutIMG {
    height: 156px;
    width: 100%;
    background: url("../images/Image1.png") no-repeat center;
    background-size: cover;
    border-radius: 8px;
}


.content_wrraper section:last-of-type {
    padding: 32px;
    border-radius: 8px;
    background: var(--color-white);
}


.content_wrraper h2 {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
}
.content_wrraper .form-section h2 {
    margin: 0;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}
.content_wrraper.privacyTerms h2 {
    margin: 0 0 12px;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.content_wrraper section:first-of-type h2 {
    text-align: left;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
}
.content_wrraper h3 {
    margin: 24px 0 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.content_wrraper h3.separated {
    margin-top: 0px;
    margin-bottom: 12px;
}

.content_wrraper p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: var(--color-gray);
}
.content_wrraper article p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
}
.content_wrraper section:last-of-type .form-section p {
    margin: 4px 0 24px;
    font-weight: 400;
    color: var(--color-gray);
    font-size: 16px;
    line-height: 32px;
}
.section-1 a, .section-2 a, .section-3 a {
    color: var(--color-gray);
    cursor: pointer;
}
.content_wrraper section .btn, .results_form input[type="submit"], .request_form input[type="submit"] {
    margin: 24px 0 0;
    padding: 12px 0;
    width: 160px;
    
    background: var(--color-btn);

    border: 0;
    border-radius: 8px;
    
    color: var(--color-white);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
    
    float: left;

  -webkit-appearance: button;

}

.content_wrraper section .btn, .results_form input[type="submit"]:hover, .request_form input[type="submit"]:hover {
  cursor: pointer;
}

#form-wrap form input,
#form-wrap form textarea {
    background: #fafafa;
    border: 1px solid #dadada;
    border-radius: 8px;

    font-size: 16px;

    padding: 12px 16px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;

    font-family: "Montserrat";
}

#form-wrap form input {
    margin-bottom: 16px;
}


.content_wrraper section .btn i.fa-solid.fa-message-lines {
    font-size: 25px;
    margin-right: 4px;
}
.content_wrraper section .btn_alt {
    margin: 12px 0 0;
    background: var(--color-white);
    color: var(--color-grey);
    padding: 12px 0;
    border-radius: 4px;
    border: 1px solid var(--color-gray);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
}
.btn_twoCol {
    display: flex;
    gap: 12px;
}
.content_wrraper section:last-of-type a {
    color: var(--color-gray);
}
.content_wrraper section:last-of-type p {
    margin-top: 0px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-black);
}
.content_wrraper section:last-of-type img {
    width: 100%;
}
p.warning {
    background: rgba(255, 242, 209, 0.64);
    border: 1px solid #FFE7AB;
    border-radius: 8px;
    padding: 12px;
}
.warning .fa-triangle-exclamation {
    color: var(--color-secondary);
}
.section-2 {display: none;}
.section-3 {display: none;}
footer {
    margin: 0 auto 0;
    background: var(--color-white);
    padding: 48px 96px;
}
.footer_text {
    max-width: 1200px;
    margin: auto;
}
footer ul {
    list-style: none;
    display: flex;
    margin-bottom: 32px;
}
footer ul li:after {
    content: "|";
    margin: 0 8px;
    font-size: 10px;
}
footer ul li:last-of-type:after {
    display: none;
}
footer ul li a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    text-decoration-line: underline;
    color: var(--color-gray);
}
footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-gray);
    margin: 0;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
    color: var(--color-black);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.form-section input {
    background: var(--color-white);
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    padding: 12px 20px;
    width: 100%;
    margin-bottom: 16px;
}
.form-section input#cardsubmit {
    margin: 12px 0 0;
    display: inline-block;
    background: var(--color-secondary);
    color: var(--color-white);
    padding: 12px 23px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: unset;
}
.content_wrraper.privacyTerms h3 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #424242;
}



lottie-player {
  height: 550px;
}



@media screen and (max-width:1180px) {
    header {
        padding: 48px 16px 0;
    }
    
    .hero {
        padding: 0px; 
        flex-direction: column;
        text-align: center;
    }
    
    .content_wrraper {
/*         padding: 40px 16px 0; */
        padding: 48px 24px 0;
        grid-template-columns: unset;
        max-width: 1200px;
        flex-direction: column-reverse;
        display: flex;
    }

    .content_wrraper #aboutSec {
        display: flex;
        gap: 24px;
    }

    .content_wrraper #aboutSec #aboutIMG {
        height: 204px;
        min-width: 224px;
    }

    .content_wrraper h3{
        margin: 0px;
        margin-bottom: 12px;
    }
    

    
    footer {padding: 32px 16px;}
    
    footer ul {flex-wrap: wrap;}
    
    footer ul li:after {display:none;}
    
    footer ul li a {margin: 0 12px;}
}




@media screen and (max-width:935px) and (orientation: landscape) {
    .btn-menu.main-menu.btn-main, .dropdown-menu {display: none !important;}
    .desktop .mobile-menu, .dropdown-menu.show {display: block !important; margin-top: -13px;}
    .mobile-menu button.btn-trigger .fa-bars {margin-right: 5px; pointer-events: none;}
    header .main-menu ul, header .mobile-menu ul {
        list-style: none;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height: unset;
    }
    header .main-menu ul li a:visited, header .mobile-menu ul li a:visited {color: var(--color-gray);}
    header .main-menu ul li:after, header .mobile-menu ul li:after {display:none;}
}




@media screen and (max-width:768px) {
    .content_wrraper {
        padding: 40px 16px;
        display: flex;
        grid-template-columns: unset;
        flex-direction: column;
    }
    .content_wrraper section:last-of-type {
        margin-bottom: 24px;
    }

    .content_wrraper section:last-of-type img {
        width: 100%;
    }
}




@media screen and (max-width:500px) {
    .btn-menu.main-menu.btn-main, .dropdown-menu {display: none !important;}

    .desktop .mobile-menu, .dropdown-menu.show {display: block !important; margin-top: -13px;}

    .hero h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .hero h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .hero img {
        max-width: 75%;
        float: right;
    }

    .mobile-menu button.btn-trigger .fa-bars {margin-right: 5px; pointer-events: none;}

    header .main-menu ul, header .mobile-menu ul {
        list-style: none;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height: unset;
    }

    header .main-menu ul li a:visited, header .mobile-menu ul li a:visited {color: var(--color-gray);}

    header .main-menu ul li:after, header .mobile-menu ul li:after {display:none;}

    .content_wrraper {
        padding: 32px 16px;
        flex-direction: column-reverse;
    }

    .content_wrraper section .btn i.fa-solid.fa-message-lines {font-size: 15px;}

    .content_wrraper section .btn {
        width: 100%;
    }

    .content_wrraper section:last-of-type p {
        font-size: 14px;
        line-height: 24px;
    }

    .content_wrraper section:last-of-type {
        margin-bottom: 24px;
    }

    .content_wrraper #aboutSec {
        display: block;
    }

    .content_wrraper #aboutSec #aboutIMG {
        height: 204px;
    }

    .content_wrraper h3 {
        margin: 24px 0px 12px;
    }

    footer ul {flex-wrap: wrap;}

    footer ul li:after {display:none;}

    footer ul li a {margin: 0 12px;}


    lottie-player {
      height: 400px;
    }
}



@media(max-width:420px) {

    #form-wrap form input, #form-wrap form textarea {
        font-size: 14px;
    }

    .de .hero h1 {
      font-size: 34px;
      line-height: 40px;
    }

    .en .hero h1,
    .es .hero h1,
    .pt .hero h1  {
      font-size: 40px;
      line-height: 44px;
    }

    label {
      font-size: 14px;
      line-height: 24px;
    }

    lottie-player {
      height: 300px;
    }
}



.alert, .alert-danger {
  font-weight: 400;
  font-size: 14px;
  color:  var(--color-secondary);

  margin-bottom: 10px;
}

.alert button, .alert-danger button {
  border:  none;
  background-color:  transparent;
  margin-right: 5px;

  font-size: 16px;
}



.alert-success {
  color:  var(--alert-success);
  font-weight:  600;
}

#tf-body {
  display: none;
}




/** END HAYSA J STYLES **/