﻿*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    overscroll-behavior: none
}

body {
    font-family: "DM Sans", sans-serif;
    color: #231f20;
    background-color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease, background-color .3s ease
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

ul {
    list-style: none
}

.container {
    width: 100%;
    max-width: 1720px;
    margin: auto;
    padding: 0 16px
}

@media(min-width: 768px) {
    .container {
        padding: 0 32px
    }
}

.row {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

[class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1024px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1440px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

p {
    font-size: 16px
}

@media(min-width: 768px) {
    p {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    p {
        font-size: 20px
    }
}

h1,
.h1 {
    font-weight: 700
}

h2,
.h2 {
    font-weight: 700;
    font-size: 32px
}

@media(min-width: 768px) {

    h2,
    .h2 {
        font-size: 40px
    }
}

@media(min-width: 1024px) {

    h2,
    .h2 {
        font-size: 48px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 20px;
    border-radius: 1000px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-size: 16px
}

@media(min-width: 768px) {
    .btn {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .btn {
        font-size: 18px
    }
}

.btn-primary {
    background-color: #0360d9;
    color: #fff
}

.btn-primary:hover {
    background-color: rgb(2.7, 86.4, 195.3)
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

#site-header .container {
    padding-top: 12px;
    padding-bottom: 12px
}

@media(min-width: 1024px) {
    #site-header .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.align-center {
    align-items: center
}

.logo-wrapper {
    display: flex;
    align-items: center
}

.nav-toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media(min-width: 1024px) {
    .nav-toggle-wrapper {
        display: none
    }
}

.nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    z-index: 1001
}

.nav-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #231f20;
    transition: .3s
}

.nav-toggle.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg)
}

.nav-toggle.is-active span:nth-child(2) {
    opacity: 0
}

.nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.nav-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, .1);
    transition: right .4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 80px 24px 40px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.nav-menu-wrapper.is-open {
    right: 0
}

@media(min-width: 1024px) {
    .nav-menu-wrapper {
        position: static;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0);
        box-shadow: none;
        padding: 0;
        overflow: visible;
        flex-direction: column;
        display: flex
    }
}

.top-bar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media(min-width: 1024px) {
    .top-bar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid #eaeaeb
    }
}

.top-bar .contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(min-width: 1024px) {
    .top-bar .contact-info {
        flex-direction: row;
        gap: 24px
    }
}

.top-bar .contact-info a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #0360d9
}

@media(min-width: 1024px) {
    .top-bar .contact-info a {
        color: #231f20
    }
}

.top-bar .contact-info a:hover {
    color: #0360d9
}

.top-bar .social-icons {
    display: flex;
    gap: 16px
}

.top-bar .social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600
}

.top-bar .social-icons a:hover {
    background-color: #0360d9;
    color: #fff
}

.top-bar .social-icons a svg {
    max-height: 16px;
    width: auto
}

.main-nav {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media(min-width: 1024px) {
    .main-nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
        gap: 0
    }
}

.nav-menu {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media(min-width: 1024px) {
    .nav-menu {
        flex-direction: row;
        align-items: center;
        gap: 24px
    }
}

.nav-menu>li {
    position: relative
}

.nav-menu>li>a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0
}

@media(min-width: 768px) {
    .nav-menu>li>a {
        font-size: 12px;
        padding: 12px 0;
        justify-content: flex-start
    }
}

@media(min-width: 1720px) {
    .nav-menu>li>a {
        font-size: 16px
    }
}

.nav-menu>li>a:hover {
    color: #0360d9
}

.nav-menu .menu-item-has-children>a::after {
    content: "+";
    font-size: 18px;
    margin-left: 6px;
    transition: transform .3s
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children>a::after {
        content: "▾";
        font-size: 12px;
        margin-left: 4px
    }
}

.nav-menu .menu-item-has-children.is-expanded>a::after {
    transform: rotate(45deg)
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children.is-expanded>a::after {
        transform: rotate(180deg)
    }
}

.nav-menu .menu-item-has-children .sub-menu {
    display: none;
    padding-left: 16px;
    margin-top: 8px;
    background: #f8f9fa;
    padding: 12px
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
        border-top: 2px solid #0360d9;
        padding: 0;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .3s ease;
        margin-left: 0;
        z-index: 100
    }
}

.nav-menu .menu-item-has-children .sub-menu li {
    position: relative
}

.nav-menu .menu-item-has-children .sub-menu a {
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    color: rgb(68, 64.6, 65.45);
    border-bottom: 1px solid #eaeaeb
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children .sub-menu a {
        padding: 14px 20px
    }
}

.nav-menu .menu-item-has-children .sub-menu a:hover {
    color: #0360d9;
    background-color: #f8f9fa
}

.nav-menu .menu-item-has-children .sub-menu li:last-child>a {
    border-bottom: none
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        transform: translateX(15px)
    }
}

@media(min-width: 1024px) {
    .nav-menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .nav-menu .menu-item-has-children .menu-item-has-children:hover>.sub-menu {
        transform: translateX(0)
    }
}

.hero-section {
    position: relative;
    padding: 160px 0 100px;
    min-height: 65vh;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(min-width: 1024px) {
    .hero-section {
        padding: 200px 0 140px
    }
}

.hero-section .hero-content {
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto
}

.hero-section h1 {
    font-size: 40px
}

@media(min-width: 768px) {
    .hero-section h1 {
        font-size: 60px
    }
}

@media(min-width: 1024px) {
    .hero-section h1 {
        font-size: 90px
    }
}

.hero-section h1 {
    margin-bottom: 24px;
    line-height: .9;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.hero-section .lead {
    font-size: 18px
}

@media(min-width: 768px) {
    .hero-section .lead {
        font-size: 20px
    }
}

@media(min-width: 1024px) {
    .hero-section .lead {
        font-size: 24px
    }
}

.hero-section .lead {
    margin-bottom: 40px;
    font-weight: 500;
    opacity: .95
}

.hero-section .hero-actions .btn {
    font-size: 18px;
    padding: 16px 36px
}

.about-section {
    padding: 32px 0
}

@media(min-width: 1024px) {
    .about-section {
        padding: 124px 0
    }
}

.about-section .about-content {
    margin-bottom: 40px
}

@media(min-width: 1024px) {
    .about-section .about-content {
        margin-bottom: 0;
        padding-right: 48px
    }
}

.about-section .about-content .section-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0360d9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.about-section .about-content h2 {
    margin-bottom: 32px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #231f20
}

.about-section .about-content p {
    margin-bottom: 24px;
    color: rgb(101, 98.2, 98.9);
    line-height: 1.6
}

.about-section .about-content p:last-child {
    margin-bottom: 0
}

.about-section .about-video-wrapper .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #231f20;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.about-section .about-video-wrapper .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.about-section .about-video-wrapper .video-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: transform .3s ease
}

.about-section .about-video-wrapper .video-container .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.about-section .about-video-wrapper .video-container .play-btn.hidden {
    display: none
}

.offer-section {
    position: relative;
    padding: 32px 0
}

.offer-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-color: #0360d9;
    z-index: 1
}

.offer-section>.container {
    position: relative;
    z-index: 2
}

.offer-section .section-header {
    text-align: center;
    margin-bottom: 40px
}

@media(min-width: 1024px) {
    .offer-section .section-header {
        margin-bottom: 60px
    }
}

.offer-section .section-header .section-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0360d9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.offer-section .section-header h2 {
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #231f20
}

.offer-section .offer-slider {
    margin-bottom: 32px
}

@media(min-width: 1024px) {
    .offer-section .offer-slider {
        margin-bottom: 48px
    }
}

.offer-section .offer-slider .swiper-slide {
    height: auto
}

.offer-section .offer-card {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    margin-top: 48px
}

.offer-section .offer-card .card-img {
    width: 100%;
    aspect-ratio: 4/5;
    margin-top: -48px
}

.offer-section .offer-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.offer-section .offer-card h3 {
    padding: 16px 12px;
    font-size: 16px
}

@media(min-width: 768px) {
    .offer-section .offer-card h3 {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .offer-section .offer-card h3 {
        font-size: 20px
    }
}

.offer-section .offer-card h3 {
    font-weight: 700;
    color: #231f20;
    line-height: 1.2
}

.offer-section .offer-controls {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center
}

@media(min-width: 768px) {
    .offer-section .offer-controls {
        flex-direction: row;
        justify-content: space-between
    }
}

.offer-section .offer-controls .slider-arrows {
    display: flex;
    gap: 16px
}

.offer-section .offer-controls .slider-arrows .swiper-button-prev,
.offer-section .offer-controls .slider-arrows .swiper-button-next {
    position: static;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .4);
    background: rgba(0, 0, 0, 0);
    color: #fff;
    margin: 0;
    transition: .3s ease
}

.offer-section .offer-controls .slider-arrows .swiper-button-prev::after,
.offer-section .offer-controls .slider-arrows .swiper-button-next::after {
    font-size: 18px
}

.offer-section .offer-controls .slider-arrows .swiper-button-prev:hover,
.offer-section .offer-controls .slider-arrows .swiper-button-next:hover {
    background-color: hsla(0, 0%, 100%, .1);
    border-color: #fff
}

.btn-outline-white {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .4)
}

.btn-outline-white:hover {
    background: #fff;
    color: #0360d9;
    border-color: #fff
}

.text-center {
    text-align: center
}

.opinions-section {
    padding: 32px 0
}

.opinions-section .section-header {
    margin-bottom: 40px
}

@media(min-width: 1024px) {
    .opinions-section .section-header {
        margin-bottom: 60px
    }
}

.opinions-section .section-header .section-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0360d9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.opinions-section .section-header h2 {
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #231f20
}

.opinions-section .section-header .subtitle {
    font-size: 18px;
    color: rgb(101, 98.2, 98.9)
}

.opinions-section .opinions-slider {
    margin-bottom: 40px
}

.opinions-section .opinions-slider .swiper-slide {
    height: auto
}

.opinions-section .opinion-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 32px;
    background-color: rgba(0, 0, 0, 0)
}

.opinions-section .opinion-card .rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

.opinions-section .opinion-card .rating .stars {
    display: flex;
    gap: 4px
}

.opinions-section .opinion-card .rating .stars svg {
    width: 19px;
    height: 18px
}

.opinions-section .opinion-card .rating .rating-text {
    font-weight: 700;
    font-size: 16px;
    color: #231f20
}

.opinions-section .opinion-card .author-name {
    font-size: 24px;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 16px
}

.opinions-section .opinion-card .opinion-text {
    font-size: 16px;
    color: rgb(101, 98.2, 98.9);
    line-height: 1.6;
    font-style: italic
}

.opinions-section .opinions-controls {
    display: flex;
    justify-content: center;
    gap: 16px
}

.opinions-section .opinions-controls .swiper-button-prev,
.opinions-section .opinions-controls .swiper-button-next {
    position: static;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, 0);
    color: #231f20;
    margin: 0;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.opinions-section .opinions-controls .swiper-button-prev::after,
.opinions-section .opinions-controls .swiper-button-next::after {
    font-size: 18px
}

.opinions-section .opinions-controls .swiper-button-prev:hover,
.opinions-section .opinions-controls .swiper-button-next:hover {
    background-color: #0360d9;
    color: #fff;
    border-color: #0360d9
}

.contact-section {
    background-color: #f2f7fa;
    padding: 32px 0 0 0
}

@media(min-width: 1024px) {
    .contact-section {
        padding: 64px 0 0 0
    }
}

.contact-section .section-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0360d9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.contact-section h1,
.contact-section h2 {
    font-size: 24px
}

@media(min-width: 768px) {

    .contact-section h1,
    .contact-section h2 {
        font-size: 36px
    }
}

@media(min-width: 1024px) {

    .contact-section h1,
    .contact-section h2 {
        font-size: 48px
    }
}

.contact-section h1,
.contact-section h2 {
    margin-bottom: 24px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #231f20
}

.contact-section .lead-text {
    font-size: 18px;
    color: rgb(101, 98.2, 98.9);
    margin-bottom: 48px;
    line-height: 1.6
}

.contact-section .contact-methods {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px
}

.contact-section .contact-methods .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #231f20;
    text-decoration: none
}

@media(min-width: 768px) {
    .contact-section .contact-methods .contact-link {
        font-size: 32px
    }
}

.contact-section .contact-methods .contact-link svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.contact-section .contact-methods .contact-link:hover {
    color: #0360d9
}

.contact-section .social-icons-footer {
    display: flex;
    gap: 32px;
    margin-bottom: 40px
}

.contact-section .social-icons-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231f20;
    transition: .3s
}

.contact-section .social-icons-footer a svg {
    height: 24px;
    width: auto
}

.contact-section .social-icons-footer a:hover {
    color: #0360d9
}

.contact-section .map-wrapper {
    margin-bottom: 40px;
    width: 100%
}

.contact-section .map-wrapper iframe {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 40px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    background-color: #e5e3df
}

.contact-section .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgb(101, 98.2, 98.9)
}

@media(min-width: 768px) {
    .contact-section .footer-bottom {
        flex-direction: row;
        justify-content: space-between
    }
}

.contact-section .footer-bottom p {
    font-size: 14px;
    margin: 0
}

.contact-section .footer-bottom p a {
    color: inherit;
    text-decoration: underline
}

.contact-section .footer-bottom p a:hover {
    color: #0360d9;
    text-decoration: none
}

.gallery-section {
    padding: 32px 0
}

@media(min-width: 1024px) {
    .gallery-section {
        padding: 64px 0
    }
}

.gallery-section .section-header {
    margin-bottom: 24px
}

@media(min-width: 1024px) {
    .gallery-section .section-header {
        margin-bottom: 48px
    }
}

.gallery-section .section-header .section-label {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #0360d9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.gallery-section .section-header h1 {
    font-size: 32px
}

@media(min-width: 768px) {
    .gallery-section .section-header h1 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .gallery-section .section-header h1 {
        font-size: 64px
    }
}

.gallery-section .section-header h1 {
    color: #231f20;
    letter-spacing: -0.04em;
    margin-bottom: 0
}

.gallery-section .gallery-grid .gallery-item {
    margin-bottom: 24px
}

.gallery-section .gallery-grid .gallery-item a {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    position: relative
}

.gallery-section .gallery-grid .gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.gallery-section .gallery-grid .gallery-item a:hover img {
    transform: scale(1.05)
}

.policy-section {
    padding: 32px 0
}

@media(min-width: 1024px) {
    .policy-section {
        padding: 64px 0
    }
}

.policy-section .policy-content h1 {
    font-size: 32px
}

@media(min-width: 768px) {
    .policy-section .policy-content h1 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .policy-section .policy-content h1 {
        font-size: 64px
    }
}

.policy-section .policy-content h1 {
    color: #231f20;
    letter-spacing: -0.04em;
    margin-bottom: 32px
}

.policy-section .policy-content h2,
.policy-section .policy-content h3,
.policy-section .policy-content h4,
.policy-section .policy-content h5,
.policy-section .policy-content h6 {
    color: #231f20;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 700
}

.policy-section .policy-content h2 {
    font-size: 24px
}

@media(min-width: 768px) {
    .policy-section .policy-content h2 {
        font-size: 28px
    }
}

@media(min-width: 1024px) {
    .policy-section .policy-content h2 {
        font-size: 32px
    }
}

.policy-section .policy-content h3 {
    font-size: 20px
}

@media(min-width: 768px) {
    .policy-section .policy-content h3 {
        font-size: 24px
    }
}

@media(min-width: 1024px) {
    .policy-section .policy-content h3 {
        font-size: 28px
    }
}

.policy-section .policy-content h4,
.policy-section .policy-content h5,
.policy-section .policy-content h6 {
    font-size: 18px
}

@media(min-width: 768px) {

    .policy-section .policy-content h4,
    .policy-section .policy-content h5,
    .policy-section .policy-content h6 {
        font-size: 20px
    }
}

@media(min-width: 1024px) {

    .policy-section .policy-content h4,
    .policy-section .policy-content h5,
    .policy-section .policy-content h6 {
        font-size: 24px
    }
}

.policy-section .policy-content p {
    color: rgb(101, 98.2, 98.9);
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 16px
}

@media(min-width: 768px) {
    .policy-section .policy-content p {
        font-size: 16px
    }
}

@media(min-width: 1024px) {
    .policy-section .policy-content p {
        font-size: 18px
    }
}

.policy-section .policy-content ul,
.policy-section .policy-content ol {
    color: rgb(101, 98.2, 98.9);
    line-height: 1.7;
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-section .policy-content ul {
    list-style: disc
}

.policy-section .policy-content ol {
    list-style: decimal
}

.policy-section .policy-content li {
    margin-bottom: 8px;
    font-size: 16px
}

@media(min-width: 768px) {
    .policy-section .policy-content li {
        font-size: 16px
    }
}

@media(min-width: 1024px) {
    .policy-section .policy-content li {
        font-size: 18px
    }
}

.policy-section .policy-content a {
    color: #0360d9;
    text-decoration: underline
}

.policy-section .policy-content a:hover {
    text-decoration: none;
    color: #231f20
}

/*# sourceMappingURL=min.css.map */