@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer/Thin/Switzer-Thin.eot');
    src: url('../fonts/Switzer/Thin/Switzer-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer/Thin/Switzer-Thin.woff2') format('woff2'),
        url('../fonts/Switzer/Thin/Switzer-Thin.woff') format('woff'),
        url('../fonts/Switzer/Thin/Switzer-Thin.ttf') format('truetype'),
        url('../fonts/Switzer/Thin/Switzer-Thin.svg#Switzer-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer/ExtraLight/Switzer-Extralight.eot');
    src: url('../fonts/Switzer/ExtraLight/Switzer-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer/ExtraLight/Switzer-Extralight.woff2') format('woff2'),
        url('../fonts/Switzer/ExtraLight/Switzer-Extralight.woff') format('woff'),
        url('../fonts/Switzer/ExtraLight/Switzer-Extralight.ttf') format('truetype'),
        url('../fonts/Switzer/ExtraLight/Switzer-Extralight.svg#Switzer-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer/Light/Switzer-Light.eot');
    src: url('../fonts/Switzer/Light/Switzer-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer/Light/Switzer-Light.woff2') format('woff2'),
        url('../fonts/Switzer/Light/Switzer-Light.woff') format('woff'),
        url('../fonts/Switzer/Light/Switzer-Light.ttf') format('truetype'),
        url('../fonts/Switzer/Light/Switzer-Light.svg#Switzer-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer/Regular/Switzer-Regular.eot');
    src: url('../fonts/Switzer/Regular/Switzer-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer/Regular/Switzer-Regular.woff2') format('woff2'),
        url('../fonts/Switzer/Regular/Switzer-Regular.woff') format('woff'),
        url('../fonts/Switzer/Regular/Switzer-Regular.ttf') format('truetype'),
        url('../fonts/Switzer/Regular/Switzer-Regular.svg#Switzer-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer/Medium/Switzer-Medium.eot');
    src: url('../fonts/Switzer/Medium/Switzer-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer/Medium/Switzer-Medium.woff2') format('woff2'),
        url('../fonts/Switzer/Medium/Switzer-Medium.woff') format('woff'),
        url('../fonts/Switzer/Medium/Switzer-Medium.ttf') format('truetype'),
        url('../fonts/Switzer/Medium/Switzer-Medium.svg#Switzer-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Switzer';
    background-color: rgb(255, 254, 250);
    color: rgb(5, 5, 5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: 'Switzer';
    font-weight: 500;
    color: rgb(5, 5, 5);
}
p,.legal-content ul li,.legal-content ol li {
    font-family: 'Switzer';
    font-weight: 300;
    color: rgb(5, 5, 5);
    margin: 0;
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 300;
}
a {
    font-family: 'Switzer';
    text-decoration: none;
}
.container {
    max-width: 1600px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(5, 5, 5, .25);
    border-radius: 100px;
    padding: 12px 18px;
    gap: 12px;
    text-transform: uppercase;
}
.btn .text span {
    display: block;
    color: rgb(5, 5, 5);
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    transition: all 0.5s ease;
    white-space: nowrap;
}
.btn .text {
    height: 22px;
    overflow: hidden;
}
.btn .btn-icon {
    width: 31px;
    height: 31px;
    background-color: rgb(5, 5, 5);
    border-radius: 50%;
    overflow: hidden;
}
.btn:hover .text span {
    transform: translateY(-22px);
}
.btn .btn-icon span {
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.btn .btn-icon span img {
    width: 19px;
    height: 19px;
}
.btn .btn-icon span:last-child {
    transform: translate(-22px, -10px);
}
.btn:hover .btn-icon span:first-child {
    transform: translate(22px, -22px);
}
.btn:hover .btn-icon span:last-child {
    transform: translate(0px, -31px);
}
.btn.btn-white {
    border-color: rgb(255, 254, 250);
    background-color: rgba(5, 5, 5, 0.25);
    backdrop-filter: blur(15px);
}
.btn.btn-white .text span {
    color: rgb(255, 254, 250);
}
.btn.btn-white .btn-icon {
    background-color: rgb(255, 254, 250);
}
.btn.btn-white .btn-icon img {
    filter: brightness(0);
}
button {
    cursor: pointer;
    transition: all 0.3s ease;
}
.bottom-button {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}
.bottom-button .button {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 1px solid rgba(5, 5, 5, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-button .button .button-inner {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: rgb(5, 5, 5);
    padding: 12px;
}
.pt-160 {
    padding-top: 160px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pt-60 {
    padding-top: 60px;
}
/*Common Css*/
.title-with-dot {
    color: rgb(150, 150, 150);
    font-size: 18px;
    line-height: 37.8px;
    letter-spacing: 7.2px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    display: inline-flex;
    text-transform: uppercase;
}
.title-with-dot:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgb(5, 5, 5);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.devider {
    width: 100%;
    height: 1px;
    background-color: rgba(5, 5, 5, 0.25);
}
.simple-pre-heading .title-with-dot {
    padding-left: 0;
}
.simple-pre-heading .title-with-dot::before {
    display: none;
}
/*Header*/
.site-header .header-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.site-header .site-branding,
.site-header .contact-button {
    width: 20%;
    display: inline-flex;
}
.site-header #site-navigation {
    width: calc(100% - 40%);
}
.site-header #site-navigation #primary-menu li a {
    color: rgb(5, 5, 5);
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    height: 22px;
    overflow: hidden;
}
.site-header #site-navigation #primary-menu li {
    padding-left: 12px;
    padding-right: 12px;
}
.site-header #site-navigation #primary-menu {
    justify-content: center;
}
.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-header .site-branding .custom-logo-link {
    display: inline-flex;
}
.site-header .site-branding .custom-logo-link img {
    max-height: 100px;
    width: auto;
}
.site-header #site-navigation #primary-menu li a span {
    display: block;
    transition: all 0.5s ease;
}
body.scrolled-top:not(.menu-open) .site-header {
    backdrop-filter: blur(25px);
    background: linear-gradient(rgba(255, 254, 250, 0.04) 0%, rgba(255, 254, 250, 0) 100%);
    mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 45%);
}
body {
	padding-top: 140px;
}
.site-header {
	transition: all 0.5s ease;
    background-color: rgb(255, 254, 250);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
body.scrolled .site-header {
    top: -140px;
}
body.scrolled-top .site-header {
	top: 0;
}
.site-header .contact-button {
    justify-content: flex-end;
}
.site-header .header-wrapper .menu-icon {
    display: none;
}
/*Site Footer*/
.site-footer .footer-info p {
    font-size: 17px;
    line-height: 22.1px;
    color: rgb(150, 150, 150);
    font-weight: 400;
    margin-bottom: 24px;
}
.site-footer .footer-info a {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
}
.site-footer .footer-info a .icon {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(5, 5, 5, .25);
    border-radius: 50%;
    padding: 6px;
}
.site-footer .footer-info a .icon .circle {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 5, 5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer .footer-info a .icon .circle svg {
    width: 19px;
    height: 19px;
}
.site-footer .footer-info a h3 {
    text-transform: uppercase;
    font-size: 51px;
    line-height: 66.3px;
    font-weight: 200;
}
.site-footer .footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
.site-footer .right-block {
    display: flex;
    justify-content: space-between;
    width: 50%;
}
.site-footer .right-block ul li {
    margin-top: 20px;
}
.site-footer .left-block {
    width: 50%;
}
.site-footer .right-block h6 {
    color: rgb(150, 150, 150);
    font-size: 17px;
    line-height: 22.1px;
    font-weight: 400;
    margin-bottom: 24px;
}
.site-footer .right-block p,.site-footer .right-block ul li a {
    font-size: 17px;
    line-height: 22.1px;
    font-weight: 400;
    margin-top: 20px;
    color: rgb(5, 5, 5);
}
.site-footer .right-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .footer-logo {
    padding-bottom: 40px;
    display: inline-flex;
    align-items: center;
}
.site-footer .footer-logo img {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .site-header #site-navigation .mail-text {
        display: none;
    }
    .site-header #site-navigation #primary-menu li:last-child {
        display: none;
    }
    .site-header #site-navigation #primary-menu li a:hover span {
        transform: translateY(-22px);
    }
}
@media only screen and (max-width: 1199px) {
    .pt-160 {
        padding-top: 120px;
    }
    .title-with-dot {
        font-size: 14px;
        line-height: 29.4px;
    }
    .btn .text span {
        font-size: 16px;
        line-height: 20.8px;
    }
    .site-footer .footer-info a h3 {
        font-size: 32px;
        line-height: 41.6px;
    }
}
@media only screen and (max-width:991px) {
    .pt-160 {
        padding-top: 80px;
    }
    .pt-60 {
        padding-top: 30px;
    }
    .btn .text span {
        font-size: 15px;
        line-height: 21px;
    }
    .title-with-dot {
        font-size: 12px;
        line-height: 25.2px;
    }
    .site-header .header-wrapper .menu-icon {
        width: 36px;
        height: 36px;
        position: relative;
        display: block;
        z-index: 2;
    }
    .site-header .site-branding .custom-logo-link {
        max-width: 70px;
    }
    .site-header .site-branding .custom-logo-link img {
        max-height: 100%;
    }
    .site-header #site-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.5s ease, opacity 0.5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }
    .site-header #site-navigation .mail-text a {
        display: inline-flex;
        align-items: center;
        column-gap: 12px;
    }
    .site-header #site-navigation .mail-text a .icon {
        width: 37px;
        height: 37px;
        border: 1px solid rgba(5, 5, 5, .25);
        border-radius: 50%;
        padding: 6px;
    }
    .site-header #site-navigation .mail-text a .icon .circle {
        width: 100%;
        height: 100%;
        background-color: rgb(5, 5, 5);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-header #site-navigation .mail-text a .icon .circle svg {
        width: 14px;
    }
    .site-header #site-navigation .mail-text a h3 {
        text-transform: uppercase;
        font-size: 51px;
        line-height: 66.3px;
        font-weight: 200;
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }
    .site-header #site-navigation .mail-text {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 42px;
    }
    .site-header #site-navigation #primary-menu li a {
        font-size: 24px;
        line-height: 38.5px;
        height: auto;
        text-align: center;
        font-weight: 500;
    }
    .site-header #site-navigation #primary-menu {
        display: block;
    }
    .site-header #site-navigation #primary-menu li a span:last-child {
        display: none;
    }
    .site-header #site-navigation #primary-menu li {
        padding: 8px 0;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    body.menu-open .site-header #site-navigation #primary-menu li,
    body.menu-open .site-header #site-navigation .mail-text a {
        opacity: 1;
        transform: translateY(0);
    }
    .site-header #site-navigation .mail-text a {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    .site-header #site-navigation #primary-menu li:nth-child(1) { transition-delay: 0.2s; }
    .site-header #site-navigation #primary-menu li:nth-child(2) { transition-delay: 0.35s; }
    .site-header #site-navigation #primary-menu li:nth-child(3) { transition-delay: 0.5s; }
    .site-header #site-navigation #primary-menu li:nth-child(4) { transition-delay: 0.65s; }
    .site-header #site-navigation #primary-menu li:nth-child(5) { transition-delay: 0.8s; }
    .site-header #site-navigation .mail-text a { transition-delay: 0.9s; }
    body.menu-open .site-header #site-navigation {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
    }
    .site-header .site-branding {
        width: calc(100% - 36px);
        position: relative;
        z-index: 2;
    }
    .site-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body {
        padding-top: 90px;
    }
    .site-header .header-wrapper .menu-icon .line {
        width: 36px;
        height: 3px;
        display: block;
        background-color: rgb(5, 5, 5);
        position: absolute;
        transition: all 0.3s ease;
    }
    .site-header .header-wrapper .menu-icon .line.top-line {
        top: 10px;
        position: absolute;
    }
    .site-header .header-wrapper .menu-icon .line.bottom-line {top: 23px;}
    body.menu-open .site-header .header-wrapper .menu-icon .line.top-line {
        transform: rotate(45deg) translate(5px, 5px);
    }
    body.menu-open .site-header .header-wrapper .menu-icon .line.bottom-line {transform: rotate(-45deg) translate(4px, -5px);}
    .site-header .contact-button {
        display: none;
    }
    .site-footer .left-block,.site-footer .right-block {
        width: 100%;
    }
    .site-footer .footer-wrapper {
        flex-wrap: wrap;
    }
    .site-footer .footer-info a h3 {
        font-size: 24px;
        line-height: 31.2px;
    }
    .site-footer .right-block {
        padding-top: 24px;
    }
    .container {
        max-width: 100%;
        width: 90%;
    }
    .site-footer .footer-wrapper {
        padding-bottom: 80px;
    }
    .site-footer .footer-logo {
        padding-bottom: 20px;
    }
    .bottom-button {margin-top: 42px;}
    .bottom-button .button {
        width: 70px;
        height: 70px;
    }
    .bottom-button .button .button-inner {
        width: 48px;
        height: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer .right-block .address-block,.site-footer .right-block .quick-links {
        width: 50%;
    }
    .site-footer .right-block {
        flex-wrap: wrap;
    }
    .site-footer .right-block .social-block {
        width: 100%;
        margin-top: 30px;
    }
    .site-footer .right-block h6{
        margin-bottom: 15px;
    }
    .site-footer .right-block ul li,
    .site-footer .right-block p, 
    .site-footer .right-block ul li a {
        font-size: 16px;
        margin-top: 15px;
    }
    .site-footer .right-block h6 {
        font-size: 16px;
    }
    .site-footer .footer-wrapper {
        padding-bottom: 60px;
    }
}