.aaa {
    padding: 20px;
    margin-top: 160px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.aab {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    margin: auto;
    padding-top: 83px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 6px;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Medium.woff2') format('woff2'),
        url('subset-TripSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Bold.woff2') format('woff2'),
        url('subset-TripSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Regular.woff2') format('woff2'),
        url('subset-TripSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Ultra';
    src: url('subset-TripSans-Ultra.woff2') format('woff2'),
        url('subset-TripSans-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
    color: #1A202C;
}

a:hover {
    color: #1A202C;
}

ul {
    list-style-type: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

nav {
    max-width: 1200px;
    margin: auto;
    top: 0;
    background-color: #ffffff;
}

.header {
    background-color: #fff;
    max-width: 1200px;
    height: 61px;
    z-index: 30;
    margin: auto;
    position: sticky;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.lgg {
    width: 100%;
    height: 100%;
}

.header .logo {
    display: block;
    float: left;
    padding: 16px 25px;
    width: 200px;
    height: 65px;
}

/* menu */

.header .menu {
    font-family: 'Trip Sans';
    font-weight: 900;
    font-size: 3rem;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.button {
    margin-top: 10px;
    width: 15rem;
    height: 5rem;
    font-family: 'Trip Sans';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #1A202C;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

/* 48em = 768px */
@media (min-width: 50em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 50em) {
    .header {
        height: auto;
    }
}

.cntt {
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 1200px;
    height: 352px;
}

.dmgx {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #c9f2e3;
    max-width: 1200px;
    height: 352px;
}

.imdg {
    margin-top: 25px;
    float: right;
    max-width: 585px;
    max-height: 389px;
}

@media (max-width: 50em) {
    .mtrr {
        display: none;
    }

    .eewq {
        width: 100%;
    }

    .eeas {
        width: 100%;
    }

    .aaa {
        margin-top: 120px;
    }

    .dmgx {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        height: 318px;
    }

    .imdg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 10px;
        width: 305px;
        height: 193px;
    }

    .tmdd {
        display: none;
    }
}

@media (min-width: 50em) {
    .mtrr2 {
        display: none;
    }

    .ucrc {
        margin-top: 100px;
    }

    .ets {
        width: 30%;
        float: left;
    }

    .emre {
        width: 70%;
        float: left;
    }

    .eewq {
        height: 140px;
        width: 50%;
        float: left;
    }

    .eeas {
        width: 50%;
        float: left;
    }

    .tmdt {
        display: none;
    }
}

@media (max-width: 1075px) {
    .imdg {
        margin-top: 80px;
        max-width: 478px;
        max-height: 318px;
    }

    .tmdd {
        width: 345px;
    }

}

.xxv img:hover {
    opacity: 0.8;
    z-index: 2;
}

.tmdt {
    text-align: center;
    width: 300px;
    padding-top: 20px;
    margin: auto;
}

.tmdd {
    padding-left: 50px;
    float: left;
    padding-top: 130px;
}

.jqew {
    overflow: hidden;
    object-fit: cover;
    height: 220px;
}

.msgr {
    max-width: 245px;
    margin: auto;
    margin-top: 90px;
}

.afr {
    background-color: #FAF1ED;
    padding: 20px;
}

.afra {
    background-color: #fff;
    padding: 20px;
}

.eerw {
    min-height: 180px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 20px;
}

.eewq {
    min-height: 140px;
    background-color: #EBEDFC;
}

.eeas {
    height: 140px;
    background-color: #333;
}

.weqr {
    max-width: 400px;
    display: block;
    padding: 15px 15px 0px 15px;
}

.fhju {
    display: block;
    padding: 0px 0px 15px 15px;
}

.mnm {
    object-fit: cover;
    width: 100%;
    height: 140px;
}

.oouy {
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
    margin-bottom: 56.5px;
    background-color: #1A202C;
    width: 180px;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.aradvv {
    width: 100%;
    height: 500px;
    background-color: #FAF1ED;
}

.alfe {
    margin-top: -40px;
    margin-bottom: 50px;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
}

.etrw {
    min-height: 380px;
    background-color: #FDEDEE;
    margin-top: 50px;
}

.ags {
    max-width: 1200px;
    margin: auto;
}

.ets {
    background-color: #FDEDEE;
}

.salh {
    text-align: center;
    width: 240px;
    margin: auto;
}

.ucrc {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mtrr {
    object-fit: cover;
    width: 100%;
    height: 380px;
}

.mtrr2 {
    object-fit: cover;
    width: 100%;
    height: 380px;
}

.emre {
    height: 380px;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.footer-divs {
    font-family: 'Trip Sans';
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

.footer-div {
    line-height: 5rem;
    width: 100%;
    float: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.footer-div1 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
    background-color: #F7F7F7;
}

footer li {
    display: inline-block;
    margin-right: 1rem;
}

.btn {
    margin-top: 2rem;
    font-weight: 400;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .5s;
}

.btn-outline {
    color: black;
    border-color: black;
}

.btn-social {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 5rem;
    line-height: 2rem;
}

.btn-outline:hover {
    color: #E0E0E0;
    background-color: black;
}

/*----------------------------------------------*/
.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.footer-divs {
    font-family: 'Trip Sans';
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

.footer-div {
    line-height: 5rem;
    width: 100%;
    float: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.footer-div1 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    text-align: center;
    background-color: #F7F7F7;
}

footer li {
    display: inline-block;
    margin-right: 1rem;
}

.btn {
    margin-top: 2rem;
    font-weight: 400;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .5s;
}

.btn-outline {
    color: black;
    border-color: black;
}

.btn-social {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 5rem;
    line-height: 2rem;
}

.btn-outline:hover {
    color: #E0E0E0;
    background-color: black;
}