/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

/* Modify as needed end ----------------------------------- */

video.fullscreen {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: brightness(0.8);
}

/* a0233 ----------------------------------- */
#a0233{
    background: rgba(104, 10, 50, 1);
}

#a0234{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.a0233-social-grd{
    display: flex
;
    align-items: center;
    grid-gap: 14px;
    flex-wrap: wrap;
}

.a0233-grd{
    display: grid
;
    grid-template-columns: 1fr auto;
    grid-gap: 120px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
    opacity: 0 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
    opacity: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-family: "Domine" !important;
}

.a0234-grd{
    display: flex
;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

.a0234-contact{
    background: rgba(254, 76, 84, 1);
    display: block;
    width: 200px;
    padding: 8px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    transition: 0.9s;
}

.a0234-contact:hover{
    transition: 0.9s;
    background: rgb(104 10 50);
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
    }
}

@media (max-width: 992px) {
    .a0233-grd {
        display: grid
    ;
        grid-template-columns: 1fr auto;
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    .a0234-grd {
        display: grid
    ;
        justify-content: center;
        padding: 20px 0px;
        align-items: center;
    }
}
/* a0233 end ----------------------------------- */

/* a0235 ----------------------------------- */
#a0235{
    padding: 98px 0px;
    border: 1px solid rgba(0, 0, 0, 1);
    background-size: cover;
    background-position: top;
	position: relative;
}

.a0235-grd{
    display: grid
;
    grid-template-columns: auto 1fr;
    grid-gap: 26px;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin-bottom: 10px;
}

.a0235-grd h1{
    padding: 0px;
    margin: 0px;
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
}

#a0235 h3{
    font-family: Open Sans;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    width: 100%;
    max-width: 610px;
    color: #fff;
    margin-bottom: 30px;
}

.a0235-btn{
    display: block;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px;
    background: rgba(254, 76, 84, 1);
    width: 230px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-align: center;
    transition: 0.9s;
}

.a0235-btn:hover{
    transition: 0.9s;
    background: rgb(104 10 50);
}

@media (max-width: 768px) {
    .a0235-grd{
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        width: 100%;
        max-width: 650px;
        margin-bottom: 10px;
        justify-content: center;
        text-align: center;
    }

    #a0235 {
        padding: 20px 0px;
    }

    .a0235-grd h1 {
        padding: 0px;
        margin: 0px;
        font-family: Domine;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
    }

    #a0235 h3 {
        font-family: Open Sans;
        font-weight: 600;
        font-style: italic;
        font-size: 20px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        width: 100%;
        max-width: 610px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

    .a0235-btn {
        display: block;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: #fff;
        padding: 12px;
        background: rgba(254, 76, 84, 1);
        width: 230px;
        border: 2px solid rgba(255, 255, 255, 1);
        text-align: center;
        margin: auto;
    }
}
/* a0235 end ----------------------------------- */


/* a0236 ----------------------------------- */
#a0236{
    border-top: 5px solid rgba(254, 76, 84, 1);
    border-bottom: 5px solid rgba(53, 70, 87, 1);
    padding: 51px 0px;
}

#a0236-1{
    border-top: 5px solid rgba(254, 76, 84, 1);
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding: 51px 0px;
}

.a0236-grd {
    display: grid
;
    grid-gap: 31px;
    grid-template-columns: 307px 1fr;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.a0236-grd h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0px;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 10px;
}

.a0236-grd h6{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin: 0px;
    padding: 0px;
}

.a0236-grd img{
    display: block;
    margin: auto;
}

@media (max-width: 992px) {
    .a0236-grd {
        display: grid
    ;
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    #a0236 {
        padding: 20px 0px;
    }

    #a0236-1 {
        padding: 20px 0px;
    }

    .a0236-grd h2 {
        font-size: 28px;
    }

    .a0236-grd h6 {
        font-size: 16px;
    }
}
/* a0236 end ----------------------------------- */


/* a0237 ----------------------------------- */
#a0237{
    background: rgba(245, 245, 245, 1);
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding-top: 40px;
    padding-bottom: 50px;
}

.a0237-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.a0237-grd img{
    border-radius: 9px;
    border: 1px solid rgba(47, 41, 66, 1);
}

.a0237-grd h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin-bottom: 15px;
}


@media (max-width: 992px) {
    #a0237 {
        background: rgba(245, 245, 245, 1);
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .a0237-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .a0237-grd h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        margin-bottom: 10px;
    }
}
/* a0237 end ----------------------------------- */

/* services ----------------------------------- */
#services{
    padding: 57px 0px;
    background: rgba(245, 245, 245, 1);
}

.services-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 30px;
}

.services-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-right: 11px;
    display: grid
;
    grid-gap: 15px;
    grid-template-columns: 300px 1fr;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.services-item h2{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 10px;
}

.services-btn {
    background: rgba(104, 10, 50, 1);
    display: block;
    width: 120px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    padding: 7px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    transition: 0.9s;
}

.services-btn:hover{
    filter: saturate(0.5);
    transition: 0.9s;
}

.services-item-second {
    position: relative;
    padding-bottom: 60px;
    padding-top: 20px;
}

@media (max-width: 1400px) {
    .services-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 26px 26px;
    }

    #services {
        padding: 30px 0px;
        background: rgba(245, 245, 245, 1);
    }
}

@media (max-width: 768px) {
    .services-item {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding-right: 0px;
        display: grid
    ;
        grid-gap: 15px;
        grid-template-columns: 1fr;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        padding: 10px;
    }

    .services-item img{
        width: 100%;
    }

    .services-btn {
        background: rgba(104, 10, 50, 1);
        display: block;
        width: 120px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #fff !important;
        padding: 7px;
        text-align: center;
        border-radius: 25px;
        position: relative;
        left: 0px;
        bottom: 0px;
    }

    .services-item-second {
        position: relative;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .services-item h2 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0%;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 5px;
    }
}
/* get_the_help ----------------------------------- */

/* services end ----------------------------------- */
#get_the_help {
    padding: 50px 0px;
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    background-size: cover;
    background-position: center;
}

#get_the_help h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

#get_the_help h4{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.get_the_help-btn{
    padding: 13px;
    display: block;
    background: rgba(254, 76, 84, 1);
    color: #fff !important;
    width: 200px;
    border-radius: 25px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    transition: 0.9s;
}

.get_the_help-btn:hover{
    transition: 0.9s;
    background: rgb(104 10 50);
}

@media (max-width: 992px) {
    #get_the_help {
        padding: 20px 0px;
    }

    #get_the_help h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }

    #get_the_help h4 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }

    .get_the_help-btn {
        padding: 8px;
        display: block;
        background: rgba(254, 76, 84, 1);
        color: #fff !important;
        width: 180px;
        border-radius: 25px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        text-transform: uppercase;
        text-align: center;
        margin: auto;
    }
}
/* get_the_help end ----------------------------------- */

/*-- a0073 --------------------------------------*/
.a0073-slideshow-container {
    position: relative;
}
#a0073 {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
    border-bottom: 5px solid rgba(254, 76, 84, 1);
}
#a0073 h2 {
    color: rgba(169, 32, 38, 1);
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
}
#a0073 q {
    margin-bottom: 10px;
    display: block;
    color: rgba(53, 70, 87, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}
.a0073-Slides {
    display: none;
    padding: 0px 80px;
    padding-top: 20px;
    text-align: center;
}
.a0073-prev, .a0073-next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}
.a0073-prev img, .a0073-next img {
    height: 50px;
}
.a0073-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.a0073-prev:hover, .a0073-next:hover {
}
.a0073-dot-container {
    text-align: center;
    padding: 10px 20px;
    background: #ddd;
}
.a0073-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.a0073-active, .a0073-dot:hover {
    background-color: #717171;
}
q {font-style: italic;}
.a0073-author {
    color: rgba(169, 32, 38, 1);
    margin: 0px;
    font-family: Open Sans;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 992px) {
    #a0073 {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    #a0073 h2 {
        color: rgba(169, 32, 38, 1);
        font-family: Open Sans;
        font-weight: 700;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 0px;
    }

    #a0073 q {
        margin-bottom: 0px;
        display: block;
        color: rgba(53, 70, 87, 1);
        font-family: Open Sans;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
    }

    .a0073-author {
        color: rgba(169, 32, 38, 1);
        margin: 0px;
        font-family: Open Sans;
        font-weight: 600;
        font-style: italic;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        margin-top: 10px;
    }

    .a0073-prev img, .a0073-next img {
        height: 30px;
    }

    .a0073-prev, .a0073-next {
        cursor: pointer;
        position: absolute;
        top: 30%;
        width: auto;
        margin-top: -30px;
        padding: 0px;
        color: #888;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        text-decoration: none;
    }

    .a0073-Slides {
        display: none;
        padding: 0px 36px;
        padding-top: 20px;
        text-align: center;
    }
}
/*-- a0073 END --------------------------------------*/

/*-- clinically_proven_results --------------------------------------*/
#clinically_proven_results {
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    background: rgba(104, 10, 50, 1);
    padding-top: 40px;
    padding-bottom: 56px;
}

#clinically_proven_results h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

#clinically_proven_results h6{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 27px;
}

.clinically_proven_results-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 29px;
}

.clinically_proven_results-item {
    background: rgba(255, 255, 255, 1);
    border-radius: 9px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}

.clinically_proven_results-item img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
}

.clinically_proven_results-item h3{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(53, 70, 87, 1);
    margin: 0px;
}

.clinically_proven_results-item h4{
    font-family: Domine;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    color: rgba(53, 70, 87, 1);
}

@media (max-width: 992px) {
    #clinically_proven_results {
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        background: rgba(104, 10, 50, 1);
        padding-top: 20px;
        padding-bottom: 26px;
    }

    #clinically_proven_results h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
    }

    #clinically_proven_results h6 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

    .clinically_proven_results-item h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(53, 70, 87, 1);
        margin: 0px;
    }

    .clinically_proven_results-item h4 {
        font-family: Domine;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        margin: 0px;
        color: rgba(53, 70, 87, 1);
    }
}

@media (max-width: 768px) {
    .clinically_proven_results-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/*-- clinically_proven_results END --------------------------------------*/

/*-- prefooter --------------------------------------*/
#prefooter{
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding-top: 30px;
    padding-bottom: 30px;
}

.prefooter-grd{
    display: flex
;
    grid-gap: 64px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.prefooter-grd h2 {
    font-family: Domine;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px;
    color: rgba(254, 76, 84, 1);
}

.prefooter-grd h4{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    text-align: center;
    margin: 0px;
}

@media (max-width: 992px) {
    .prefooter-grd {
        display: flex
    ;
        grid-gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #prefooter {
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prefooter-grd h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 5px;
        color: rgba(254, 76, 84, 1);
    }

    .prefooter-grd h4 {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        text-align: center;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .prefooter-grd h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 5px;
        color: rgba(254, 76, 84, 1);
    }

    .prefooter-grd h4 {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        text-align: center;
        margin: 0px;
    }
}
/*-- prefooter END --------------------------------------*/

#footerall {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerall-grd{
    display: flex
;
    justify-content: space-between;
    grid-gap: 10px;
}

.footerall-item{
    max-width: 300px;
    width: 100%;
}

.footer-all-link{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: block;
    color: rgba(53, 70, 87, 1) !important;
    margin-bottom: 16px;
}

.footerall-last h4{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin: 0px;
}

.footerall-last-lnk {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1) !important;
    display: block;
}

.footerall-last h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0px;
    margin-top: 5px;
    color: rgba(53, 70, 87, 1);
}

.footerall-last-hr{
    padding-bottom: 5px;
}

.footerall-last-social-grd{
    display: flex
;
    grid-gap: 14px;
    align-items: center;
}


.footer-all-hr{
    background: rgba(0, 0, 0, 1);
    height: 1px;
    width: 100%;
    margin: 25px 0px;
}

.copyright-grd{
    display: flex
;
    grid-gap: 24px;
    justify-content: center;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1) !important;
    flex-wrap: wrap;
}

.copyright-grd a{
    color: rgba(53, 70, 87, 1) !important;
}

@media (max-width: 992px) {
    .footerall-grd {
        display: flex
    ;
        justify-content: center;
        grid-gap: 10px;
        flex-wrap: wrap;
    }

    .footer-all-link {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        display: block;
        color: rgba(53, 70, 87, 1) !important;
        margin-bottom: 3px;
    }

    .footerall-last h3 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        margin: 0px;
        margin-top: 5px;
        color: rgba(53, 70, 87, 1);
    }

    #footerall {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copyright-grd {
        display: flex
    ;
        grid-gap: 10px 20px;
        justify-content: center;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1) !important;
        flex-wrap: wrap;
        flex-flow: wrap-reverse;
    }

    .footer-all-hr {
        background: rgba(0, 0, 0, 1);
        height: 1px;
        width: 100%;
        margin: 15px 0px;
    }
}

@media (max-width: 768px) {
    .footerall-grd {
        display: flex
    ;
        justify-content: left;
        grid-gap: 10px;
        flex-wrap: wrap;
    }

    .copyright-grd {
        display: flex
    ;
        grid-gap: 10px 20px;
        justify-content: left;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1) !important;
        flex-wrap: wrap;
        flex-flow: wrap-reverse;
    }
}


/* A0153 -------------------------------------------*/
#a0153 {
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position: center;
    border-bottom: 0px solid rgba(254, 76, 84, 1);
    background-position-y: top;
}
#a0153 h2 {
    font-family: Domine;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding: 160px 0px;
    margin: 0px;
}

@media (max-width: 992px) {
    #a0153 h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
        padding: 120px 0px;
    }
}

@media (max-width: 768px) {
    #a0153 h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
        padding: 70px 0px;
    }
}
/* A0153 END ---------------------------------------*/


/* c-p-results ---------------------------------------*/
#c-p-results{
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding-top: 40px;
    padding-bottom: 60px;
	display: none;
}

#c-p-results h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 10px;
}

#c-p-results h4{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

.c-p-results-grd img{
    border-radius: 9px;
    border: 1px solid rgba(109, 109, 109, 1);
}

.c-p-results-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.c-p-results-grd h3{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(254, 76, 84, 1);
}

.c-p-results-grd h5{
    font-family: Domine;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: rgba(53, 70, 87, 1);
}

.c-p-results-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.c-p-results-item hr{
    background-color: rgba(0, 0, 0, 1);
    opacity: 1;
    margin: 30px 0px;
}

@media (max-width: 1400px) {
    .c-p-results-item hr {
        background-color: rgba(0, 0, 0, 1);
        opacity: 1;
        margin: 10px 0px;
    }

    .c-p-results-grd h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(254, 76, 84, 1);
    }

    .c-p-results-grd h5 {
        font-family: Domine;
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        color: rgba(53, 70, 87, 1);
    }
}

@media (max-width: 1200px) {
    .c-p-results-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        justify-content: center;
        justify-items: center;
    }
}

@media (max-width: 992px) {
    #c-p-results {
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #c-p-results h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 10px;
    }

    #c-p-results h4 {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
    }

    .c-p-results-grd h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(254, 76, 84, 1);
    }

    .c-p-results-grd h5 {
        font-family: Domine;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: left;
        text-transform: uppercase;
        color: rgba(53, 70, 87, 1);
    }

    .c-p-results-item {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }
}
/* c-p-results END ---------------------------------------*/

/* a0238 -------------------------------------------*/
.a0238 {
    padding-top: 49px;
    padding-bottom: 76px;
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.a0238l{

}

.a0238r{
    background: rgba(245, 245, 245, 1);
}

.a0238 h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 28px;
}

.a0238-grd-l{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.a0238-grd-r{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.a0238 img{
    border: 1px solid rgba(109, 109, 109, 1);
    border-radius: 9px;
}

.a0238 h3{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 0.9);
    margin-bottom: 15px;
}

.a0238-btn{
    display: block;
    background: rgba(104, 10, 50, 1);
    width: 200px;
    border-radius: 25px;
    padding: 12px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff !important;
    margin-top: 32px;
    transition: 0.9s;
}

.a0238-btn:hover {
    filter: saturate(0.5);
    transition: 0.9s;
}

@media (max-width: 1200px) {
    .a0238 {
        padding-top: 49px;
        padding-bottom: 76px;
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .a0238 h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 0.9);
        margin-bottom: 5px;
    }

    .a0238-btn {
        background: rgba(104, 10, 50, 1);
        width: 200px;
        border-radius: 25px;
        padding: 8px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff !important;
        margin-top: 18px;
    }

    .a0238 h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 42px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .a0238 h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 10px;
    }

    .a0238 {
        padding-top: 20px;
        padding-bottom: 26px;
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .a0238-grd-r {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    a0238 h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 0.9);
        margin-bottom: 5px;
    }

    .a0238-grd-l {
        display: flex
    ;
        flex-direction: column-reverse;
        grid-gap: 15px;
        flex-wrap: wrap;
    }
}

/* a0238 End ----------------------------------------------------------*/

/* leadership_team ----------------------------------------------------------*/
#leadership_team {
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding-bottom: 40px;
}

#leadership_team h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(169, 32, 38, 1);
    margin-top: 35px;
    margin-bottom: 70px;
}

.leadership_team-grd{
    display: grid
;
    grid-gap: 29px;
    grid-template-columns: 300px 1fr;
    margin-bottom: 40px;
}

.leadership_team-grd img {
    border: 1px solid rgba(254, 76, 84, 1);
    width: 100%;
}

.leadership_team-grd h3{
    font-family: Domine;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: rgba(254, 76, 84, 1);
}

.leadership_team-grd h6 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin-bottom: 20px;
}

.leadership_team-grd {
    display: grid
;
    grid-gap: 29px;
    grid-template-columns: 300px 1fr;
    margin-bottom: 40px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

@media (max-width: 1400px) {
    .leadership_team-grd {
        display: grid
    ;
        grid-gap: 29px;
        grid-template-columns: 300px 1fr;
        margin-bottom: 40px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }
}

@media (max-width: 992px) {
    #leadership_team h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .leadership_team-grd {
        display: grid
    ;
        grid-gap: 15px;
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    #leadership_team {
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        padding-bottom: 20px;
    }

    .leadership_team-grd h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        margin-bottom: 5px;
        color: rgba(254, 76, 84, 1);
    }

    .leadership_team-grd h6 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        margin-bottom: 10px;
    }
}
/* leadership_team End ----------------------------------------------------------*/

#singlr-content{
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding-top: 20px;
    padding-bottom: 40px;
}

.wa_brcr {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    display: block;
    color: rgba(53, 70, 87, 1) !important;
}

.wa_brcr a{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1) !important;
}

#singlr-content h1{
    font-family: Domine;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 10px;
    color: rgba(254, 76, 84, 1);
    margin: 0px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #singlr-content h1 {
        font-family: Domine;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: left;
        margin-bottom: 10px;
        color: rgba(254, 76, 84, 1);
        margin: 0px;
        margin-bottom: 10px;
    }
}

/*-- BL0 Start ------------------------------------*/

.art_img{
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}
.social_ul li{
    display: inline-block;
    margin-right: 10px;
}
/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/
/* A0013-1-info start--------------------*/
.a0013-1-info {
}

#resourcespage{
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding: 51px 0px;
    padding-top: 33px;
    padding-bottom: 100px;
}

.ressource-header{
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 30px;
}

.a0013-1-info-grid {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding-bottom: 0px;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.a0013-grd-res {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 65px 23px;
    margin-bottom: 40px;
}

.a0013-1-info-img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
}


.a0013-1-info-text h3 {
    display: block;
    align-items: center;
    color: rgba(169, 32, 38, 1);
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 127%;
    letter-spacing: 0%;
    text-align: д;
    margin-bottom: 6px;
}
.a0013-1-info-text h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #484848;
    padding-bottom:12px;
}

.a0013-1-info-text {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    padding: 0px 18px;
    position: relative;
    padding-bottom: 90px;
}

.a0013-1-info-text a {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(53, 70, 87, 1);
    display: flex
;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 36px;
}

@media (max-width: 1200px) {
    .a0013-grd-res {
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px 23px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .a0013-1-info-grid {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .a0013-1-info-img img {
        width: 100%;
    }
    .a0013-1-info-text h3 {
        font-size: 22px;
        line-height: 120%;
    }

    #resourcespage {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgba(254, 76, 84, 1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ressource-header {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 20px;
    }

    .a0013-1-info-text {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        padding: 0px 18px;
        position: relative;
        padding-bottom: 70px;
    }

    .a0013-1-info-text a {
        font-family: Raleway;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0%;
        text-transform: uppercase;
        color: rgba(53, 70, 87, 1);
        display: flex
    ;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 20px;
    }
}

@media (max-width: 576px) {
    .a0013-grd-res {
        display: grid
    ;
        margin: auto;
        grid-template-columns: 1fr;
        grid-gap: 25px 23px;
        margin-bottom: 20px;
        max-width: 300px;
    }
}
/* A0013-1-info end --------------------*/
/*-- pagination ----------------------------- */
.pagination-with-dots{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px , 1fr));
    max-width: 400px;
    float: right;
    padding-right: 20px;
    grid-gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.nav-ar {
    background: #a92026;
    border-radius: 5px;
    padding: 0px 10px;
    display: block;
    margin: auto;
    width: fit-content;
    height: 28px;
    color: #fff !important;
    line-height: 28px;
    font-weight: 600;
}



.nav-ar-active {
    background: #a92026 !important;
    color: #fff !important;
}
.nav-ar img{
    height: 18px;
}
.nav-ar-num {
    border: 1px solid #a92026 !important;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF !important;
    background: #a92026 !important;
    border-radius: 5px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.nav-ar-active-number {
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    color: #a92026 !important;
    background: #FFFFFF !important;
    border: 1px solid #a92026 !important;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    align-items: center;
    text-align: center;
}

@media (max-width: 576px) {
    .pagination-with-dots {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
        max-width: 400px;
        float: none;
        margin: auto;
        padding-right: 20px;
        grid-gap: 10px;
        margin-bottom: 30px;
        margin-top: 30px;
        justify-content: center;
    }
}
/*-- pagination end ------------------------- */

/*-- careers_text ------------------------- */
#careers_text{
    border-top: 5px solid rgb(254, 76, 84);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 25px 0px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: rgb(53, 70, 87);
}

#careers_text h2{
    text-align: center;
    font-family: Domine;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: rgb(169, 32, 38);
    margin: 0px 0px 10px;
}

#careers_text h3{
    text-align: center;
    font-family: Domine;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(169, 32, 38);
    margin: 0px;
}

#careers_text h3 a{
    color: rgb(169, 32, 38) !important;
}

.careers_textv2{
    padding: 50px 0px !important;
}

@media (max-width: 992px) {
    #careers_text h2 {
        font-size: 28px;
    }

    .careers_textv2{
        padding: 25px 0px !important;
    }

    #careers_text h3 {
        font-size: 24px;
    }
}
/*-- careers_text end ------------------------- */

/*-- current_openings ------------------------- */
#current_openings {
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding-top: 60px;
    padding-bottom: 140px;
}

#current_openings h2{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 60px;
    color: rgba(53, 70, 87, 1);
}

.current_openings-txt{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.current_openings-info-btn{
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: rgb(53, 70, 87) !important;
    display: flex
;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-top: 44px;
}

.current_openings-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.current_openings-documents-grd{
    display: flex
;
    grid-gap: 24px;
    margin-bottom: 25px;
    align-items: center;
}

.current_openings-documents-grd h3{
    margin: 0px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

@media (max-width: 992px) {
    #current_openings {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgb(254, 76, 84);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #current_openings h2 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 20px;
        color: rgba(53, 70, 87, 1);
    }

    .current_openings-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .current_openings-documents-grd {
        display: flex
    ;
        grid-gap: 15px;
        margin-bottom: 10px;
        align-items: center;
    }

    .current_openings-documents-grd h3 {
        margin: 0px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .current_openings-txt {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .current_openings-info-btn {
        font-family: Raleway;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
        color: rgb(53, 70, 87);
        display: flex
    ;
        align-items: center;
        width: 100%;
        gap: 10px;
        margin-top: 20px;
    }
}
/*-- current_openings end ------------------------- */

/*-- contform ------------------------- */
#contform{
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 60px 0px;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1) !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    border: 1px solid rgba(53, 70, 87, 1) !important;
    border-radius: 6px !important;
}

.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    border-radius: 9px !important;
    background: rgba(53, 70, 87, 1) !important;
    font-family: Open Sans !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff !important;
    padding: 12px 24px !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    transition: 0.9s;
    background: rgb(104 10 50) !important;
}

@media (max-width: 992px) {
    #contform {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgb(254, 76, 84);
        padding: 20px 0px;
    }
}
/*-- contform end ------------------------- */

/*-- a0238 ------------------------- */
#a0238 {
    border-bottom: 5px solid rgb(254, 76, 84);
    padding-bottom: 55px;
}
.a0238-hero-img{
    width: 100%;
}

#a0238 h1{
    font-family: Domine;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
    color: rgba(169, 32, 38, 1);
    margin-bottom: 10px;
}

#a0238 h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(53, 70, 87, 1);
    margin-bottom: 20px;
}

.a0238-text{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin-bottom: 50px;
}

.a0238-text p{
	margin-bottom: 22px;
}

.a0238-btnxx {
    background: rgba(169, 32, 38, 1);
    display: block;
    border-radius: 25px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff !important;
    text-decoration: none !important;
    width: 290px;
    padding: 12px 24px;
    margin: auto;
    margin-bottom: 17px;
    text-align: center;
    transition: 0.9s;
}

.a0238-btnxx:hover{
    transition: 0.9s;
    background: rgba(104, 10, 50, 1);
}

#a0238 h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(53, 70, 87, 1);
    margin: 0px;
}

#a0238 h3 a{
    color: rgba(53, 70, 87, 1) !important;
}

@media (max-width: 992px) {
    #a0238 {
        border-bottom: 5px solid rgb(254, 76, 84);
        padding-bottom: 20px;
    }

    #a0238 h1 {
        font-family: Domine;
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin: 0px;
        color: rgba(169, 32, 38, 1);
        margin-bottom: 10px;
    }

    #a0238 h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(53, 70, 87, 1);
        margin-bottom: 15px;
    }

    .a0238-text {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
        margin-bottom: 20px;
    }

    #a0238 h3 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(53, 70, 87, 1);
        margin: 0px;
    }
}
/*-- a0238 end ------------------------- */

/*-- text_with_right_image ------------------------- */
#text_with_right_image {
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 60px 0px;
}

.text_with_right_image-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.imagetext-list {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.imagetext-list b{
    color: rgba(169, 32, 38, 1);
}

.text_with_right_image-grd h3{
    font-family: Domine;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(169, 32, 38, 1);
}

.text_with_right_image-grd img{
    border: 1px solid rgba(53, 70, 87, 1);
    border-radius: 25px;
}

@media (max-width: 992px) {
    .text_with_right_image-grd h3 {
        font-family: Domine;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(169, 32, 38, 1);
    }

    .imagetext-list {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .text_with_right_image-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    #text_with_right_image {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgb(254, 76, 84);
        padding: 20px 0px;
    }
}

/*-- text_with_right_image end ------------------------- */


/*-- lists_grid ------------------------- */
#lists_grid{
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 60px 0px;
}

#lists_grid h2 {
    font-family: Domine;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(169, 32, 38, 1);
    text-align: center;
    margin-bottom: 15px;
}

.lists_grid-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
	    margin-top: 27px;
}

@media (max-width: 992px) {
    #lists_grid h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        color: rgba(169, 32, 38, 1);
        text-align: center;
        margin-bottom: 20px;
    }

    #lists_grid {
        border-bottom: 5px solid rgb(254, 76, 84);
        padding: 20px 0px;
    }

    .lists_grid-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 26px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }
}
/*-- lists_grid end ------------------------- */

/*-- gray_text ------------------------- */
#gray_text {
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 80px 0px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(53, 70, 87, 1);
}

#gray_text h2{
    text-align: center;
    font-family: Domine;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
    color: rgba(169, 32, 38, 1);
}

#gray_text h3{
    text-align: center;
    font-family: Domine;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(169, 32, 38, 1);
    margin-top: 20px;
}

#gray_text h3 a{
    color: rgba(169, 32, 38, 1) !important;
}

@media (max-width: 992px) {
    #gray_text {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgb(254, 76, 84);
        padding: 20px 0px;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(53, 70, 87, 1);
    }

    #gray_text h2 {
        text-align: center;
        font-family: Domine;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin-bottom: 15px;
        color: rgba(169, 32, 38, 1);
    }

    #gray_text h3 {
        text-align: center;
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
        color: rgba(169, 32, 38, 1);
        margin-top: 0px;
    }
}
/*-- gray_text end ------------------------- */


#a0239{
    background: rgba(53, 70, 87, 0.05);
    border-bottom: 5px solid rgb(254, 76, 84);
    padding: 70px 0px;
}

.a0239-grd{
    display: grid
;
    grid-template-columns: 1fr 435px;
    grid-gap: 24px;
    margin-bottom: 70px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
}

.a0239-grd h2{
    font-family: Domine;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(169, 32, 38, 1);
}

.a0239-grd img{
    border-radius: 25px;
    border: 1px solid rgba(53, 70, 87, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.a0239-items-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.a0239-items-grd img{
    border-radius: 25px;
    border: 1px solid rgba(53, 70, 87, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

@media (max-width: 1200px) {
    .a0239-grd {
        display: grid
    ;
        grid-template-columns: 1fr 435px;
        grid-gap: 24px;
        margin-bottom: 70px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .a0239-grd h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 28px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(169, 32, 38, 1);
    }
}

@media (max-width: 992px) {
    .a0239-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 0px;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0%;
        color: rgba(53, 70, 87, 1);
    }

    .a0239-items-grd {
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    .a0239-grd h2 {
        font-family: Domine;
        font-weight: 700;
        font-size: 26px;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(169, 32, 38, 1);
    }

    #a0239 {
        background: rgba(53, 70, 87, 0.05);
        border-bottom: 5px solid rgb(254, 76, 84);
        padding: 25px 0px;
    }
}

@media (max-width: 768px) {
    .a0239-items-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}



#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 120% !important;
    padding: 15px 30px 15px 30px !important;
	height: auto !important;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: Open Sans;
    font-size: 20px !important;
    font-weight: bold;
    outline: none;
}

@media(max-width: 1200px){
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 120% !important;
    padding: 10px 15px 10px 15px !important;
    height: auto !important;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #ffffff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: Open Sans;
    font-size: 18px !important;
    font-weight: bold;
    outline: none;
}
}


/* -- A0083 ------------------------------------- */
#a0083 {
    background: #ffffff;
    border-bottom: 5px solid rgba(254, 76, 84, 1);
    padding: 30px 0px;
}
.a0083-grid {
    display: flex
;
    flex-wrap: wrap;
    grid-gap: 25px;
    justify-content: center;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    justify-items: center;
    text-align: center;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(53, 70, 87, 1);
    margin-bottom: 20px;
}

.a0083-grid a {
    color: rgb(255 255 255) !important;
    background: rgba(254, 76, 84, 1);
    display: block;
    max-width: 260px;
    padding: 8px 15px;
    border-radius: 15px;
}
/* -- A0083 -- End ------------------------------ */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}