a.btn {
  font-size: 32px;
  line-height: 1.25em;
}
@media (max-width: 1199px) {
  a.btn {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  a.btn {
    font-size: 20px;
  }
}
a.btn:hover {
  text-decoration: none;
}

.navbar-brand {
    padding-top:0;
    padding-bottom:18px;
    transition: all .25s ease-in-out
}

.navbar-brand:hover {
    transform:scale(1.05);
}

@media (max-width: 767px) {
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 2px
    }

}



    .btn-primary {
        color: #1D3557;
        background-color: #A8DADC;
        border-color: #A8DADC;
        border-radius: 50px;
        padding: 20px 25px;
    }

        .btn-primary .fa {
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        }

        .btn-primary:hover,
        .btn-check:focus + .btn-primary, .btn-primary:focus,
        .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
            color: #1D3557;
            background-color: #A8DADC;
            border-color:#A8DADC;
        }

            .btn-primary:hover .fa,
            .btn-check:focus + .btn-primary .fa, .btn-primary:focus .fa,
            .btn-check:active + .btn-primary .fa, .btn-check:checked + .btn-primary .fa, .btn-primary.active .fa, .btn-primary:active .fa, .show > .btn-primary.dropdown-toggle .fa {
                -webkit-transform: translateX(0.25em);
                transform: translateX(0.25em);
            }

    .section {
        padding-left: 75px;
        padding-right: 75px;
    }

    @media (max-width: 1199px) {
        .section {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    @media (max-width: 767px) {
        .section {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row {
        margin-left: -25px;
        margin-right: -25px;
    }

        .row > * {
            padding-left: 25px;
            padding-right: 25px;
        }

    .bg-cream {
        background-color: #F1FAEE;
    }

    .bg-olive {
        background-color: #3D5A80;
    }

    .bg-dark-green {
        background-color: #2B4A45;
    }

    .bg-light-green {
        background-color: #3D5A80;
    }

    .bg-tangerine {
        background-color: #E3612E;
    }

    .bg-salmon {
        background-color: #A8DADC;
    }

    .text-cream {
        color: #FAF5E3;
    }

    .text-olive {
        color: #4A5E4A;
    }

    .text-dark-green {
        color: #2B4A45;
    }

    .text-light-green {
        color: #F1FAEE;
    }

    .text-tangerine {
        color: #E63946;
    }

    .text-salmon {
        color: #EDC2A3;
    }

    body {
        font-family: "Poppins", sans-serif;
        color: #2B4A45;
    }

    .main {
        position: relative;
        z-index: 1;
    }

    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
        font-weight: 400;
        line-height: 1.2em;
    }

    @media (max-width: 767px) {
        h1, h2, h3, h4, h5, h6,
        .h1, .h2, .h3, .h4, .h5, .h6 {
            line-height: 1.4em;
        }
    }

    h1, .h1 {
        font-size: 64px;
    }

    @media (max-width: 1199px) {
        h1, .h1 {
            font-size: 55px;
        }
    }

    @media (max-width: 767px) {
        h1, .h1 {
            font-size: 42px;
        }
    }

    h2, .h2 {
        font-size: 58px;
        font-weight: 500
    }

    @media (max-width: 1199px) {
        h2, .h2 {
            font-size: 42px;
        }
    }

    @media (max-width: 767px) {
        h2, .h2 {
            font-size: 28px;
        }
    }

    h3, .h3 {
        font-size: 39px;
    }

    @media (max-width: 1199px) {
        h3, .h3 {
            font-size: 24px;
        }
    }

    @media (max-width: 767px) {
        h3, .h3 {
            font-size: 20px;
        }
    }

    a {
        color: #EE3750;
        text-decoration: none;
    }

        a:hover {
            color: #E3612E;
            text-decoration: underline;
        }

    .rounded {
        border-radius: 50px;
    }



    .header {
        background-color: #1D3557;
        padding: 20px 25px;
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    @media (min-width: 1200px) {
        .header {
            padding: 30px 75px;
        }
    }

    .header .navbar {
        padding: 0;
    }



    @media (min-width: 1200px) {
        .header .navbar::before {
            content: "";
            height: 94px;
        }
    }

    @media (min-width: 1200px) {
        .header .navbar-brand {
            padding-left: 25px;
            padding-right: 25px;
            margin-right: 0;
        }
    }

    .header .navbar-brand a {
        display: block;
    }

    @media (min-width: 1200px) {
        .header .navbar-brand a {
            padding-top: 6px;
            padding-bottom: 6px;
        }
    }

    @media (max-width: 1499px) {
        .header .navbar-brand img {
            max-width: 300px;
        }
    }

    @media (max-width: 1199px) {
        .header .navbar-brand img {
            max-width: 250px;
        }
    }

    @media (max-width: 767px) {
        .header .navbar-brand img {
            max-width: 180px;
        }
    }

    .header .navbar-toggler {
        width: 66px;
        height: 66px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #FAF5E3;
    }

    @media (max-width: 767px) {
        .header .navbar-toggler {
            width: 54px;
            height: 54px;
        }
    }

    .header .navbar-toggler .fa {
        font-size: 36px;
    }

    @media (max-width: 767px) {
        .header .navbar-toggler .fa {
            font-size: 30px;
        }
    }

    .header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px;
    }

    .header-nav {
        font-size: 20px;
        line-height: 29px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    @media (min-width: 1200px) {
        .header-nav {
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    @media (max-width: 1199px) {
        .header-nav {
            border-top: 3px solid #FAF5E3;
            margin-top: 40px;
            padding-top: 20px;
        }
    }

    .header-nav .navbar-nav {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 0 25px -15px;
    }

    @media (min-width: 1200px) {
        .header-nav .navbar-nav {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0;
            margin-left: 0;
        }
    }

    .header-nav .nav-item {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (min-width: 1200px) {
        .header-nav .nav-item {
            margin: 0 0 0 50px;
        }

            .header-nav .nav-item:nth-of-type(1) {
                margin-left: 0;
            }
    }

    .header-nav .nav-link {
        color: #E0FBFC;
        text-decoration: none;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        padding: 15px;
    }

        .header-nav .nav-link:hover {
            color: #FAF5E3;
            text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
        }

    .header-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    @media (min-width: 1200px) {
        .header-search {
            margin-left: 50px;
            max-width: 244px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 244px;
            flex: 0 0 244px;
        }
    }

    @media (max-width: 767px) {
        .header-search {
            padding-bottom: 20px;
        }
    }

    .header-search .form-control {
        background-color: #FAF5E3;
        border-radius: 50px 0 0 50px;
        height: 66px;
        max-width: calc(100% - 66px);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: 0;
        margin: 0;
        padding: 0 0 0 30px;
        color: #2B4A45;
        font-size: 18px;
        line-height: 1.1;
    }

    @media (max-width: 767px) {
        .header-search .form-control {
            height: 50px;
        }
    }

    .header-search .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-search .form-control::-webkit-input-placeholder {
        color: #2B4A45;
    }

    .header-search .form-control::-moz-placeholder {
        color: #2B4A45;
    }

    .header-search .form-control:-ms-input-placeholder {
        color: #2B4A45;
    }

    .header-search .form-control::-ms-input-placeholder {
        color: #2B4A45;
    }

    .header-search .form-control::placeholder {
        color: #2B4A45;
    }

    .header-search .btn {
        max-width: 66px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
        flex: 0 0 66px;
        height: 66px;
        border-radius: 0 50px 50px 0;
        background-color: #FAF5E3;
        border: 0;
        margin: 0;
        padding: 0 30px 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    @media (max-width: 767px) {
        .header-search .btn {
            height: 50px;
        }
    }

    .hero {
        color: #1D3557;
    }

        .hero .row::before {
            content: "";
            height: 776px;
        }

    @media (max-width: 1199px) {
        .hero .row::before {
            height: 450px;
        }
    }

    @media (max-width: 767px) {
        .hero .row::before {
            height: 320px;
        }
    }

    .hero .content {
        max-width: 525px;
    }

    .hero-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }

        .hero-left h1, .hero-left .h1 {
            margin: 0;
            span {
                color: #E63946;
            }
        }
        .hero-left p {
            font-size: 24px;
            font-weight: 300;
        }

        @media (max-width: 767px) {
            .hero-left p {
                font-size: 20px;
            }
        }
        .hero-left .cta {
            margin-top: 70px;
        }

    @media (max-width: 1199px) {
        .hero-left .cta {
            margin-top: 40px;
        }
    }

    @media (max-width: 767px) {
        .hero-left .cta {
            margin-top: 30px;
        }
    }

    .hero-left .cta .btn .fa {
        margin-left: 5px;
    }

    .hero-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .hero-right:not(.bg-image) img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }

        .hero-right.bg-image {
            position: relative;
        }

    @media (max-width: 1199px) {
        .hero-right.bg-image {
            height: 50vh;
        }
    }

    .hero-right.bg-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }


    /* Video Banner */
    .newhero {
        z-index: 1;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    @media (min-width: 768px) {
        .newhero {
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }
    @media (min-width: 992px) {
        .newhero {
            padding-top: 120px;
            padding-bottom: 120px;
        }
    }
    @media (min-width: 1200px) {
        .newhero {
            padding-top: 150px;
            padding-bottom: 150px;
        }
    }
    .newhero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }
    .newhero__video, .newhero__bg {
        z-index: -2;
        object-fit: cover;
    }
    .newhero__dtl {
        max-width: 800px;
    }
    .newhero__ttl {
        font-size: 44px;
        line-height: 1.16;
    }
    .newhero__txt {
        line-height: 1.52;
        letter-spacing: 0.75px;
        margin-top: 25px;
    }
    @media (min-width: 992px) {
        .newhero__txt {
            margin-top: 47px;
        }
    }
    .newhero__txt > *:last-child {
        margin-bottom: 0;
    }
    .newhero__actn {
        --bs-btn-color: var(--color-white);
        --bs-btn-border-color: var(--color-white);
        padding: 16px 39px 15px 39px;
        margin-top: 30px;
    }
    @media (min-width: 992px) {
        .newhero__actn {
            margin-top: 46px;
        }
    }
    .newhero__trst {
        font-size: 19px;
        letter-spacing: 0.3px;
        margin-top: 50px;
    }
    @media (min-width: 768px) {
        .newhero__trst {
            font-size: 20px;
            /* margin-top: 60px; */
        }
    }
    @media (min-width: 992px) {
        .newhero__trst {
            font-size: 21px;
            /* margin-top: 100px; */
        }
    }
    @media (min-width: 1200px) {
        .newhero__trst {
            /* margin-top: 140px; */
            margin-top: 60px;
        }
    }

    .newhero__trst img {
        width: 70px;
    }
    @media (min-width: 768px) {
        .newhero__trst img {
            width: 80px;
        }
    }
    @media (min-width: 992px) {
        .newhero__trst img {
            width: 90px;
        }
    }
    @media (min-width: 1200px) {
        .newhero__trst img {
            width: 100px;
        }
    }


    .news-header h2, .news-header .h2 {
        font-size: 55px;
        line-height: 1.18;
        font-weight: 400;
        margin: 30px 0;
    }

    .news-header .row::before {
        content: "";
        height: 392px;
    }

    @media (max-width: 767px) {
        .news-header .row::before {
            height: 30vh;
        }
    }

    .news-header-left, .news-header-right {
        position: relative;
    }

    @media (max-width: 767px) {
        .news-header-left, .news-header-right {
            display: none;
        }
    }

    .news-header-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .news-header .deco {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .news-header .deco img {
            position: absolute;
            max-width: 100%;
            width: auto;
            height: auto;
        }

    .news-header .deco-left img {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        min-height: 100%;
    }

    @media (max-width: 1530px) {
        .news-header .deco-left img {
            height: 100%;
            min-height: 0;
            max-width: none;
            right: 0;
            left: auto;
        }
    }

    .news-header .deco-right img {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        min-height: 100%;
    }

    @media (max-width: 1530px) {
        .news-header .deco-right img {
            height: 100%;
            min-height: 0;
            max-width: none;
            left: 0;
            right: auto;
        }
    }

    .icon-cards {
        text-align: center;
        color: #2B4A45;
        padding-top: 150px;
        padding-bottom: 105px;
    }

    @media (max-width: 1199px) {
        .icon-cards {
            padding-top: 100px;
            padding-bottom: 50px;
        }
    }

    @media (max-width: 767px) {
        .icon-cards {
            padding-top: 80px;
            padding-bottom: 30px;
        }
    }

    .icon-cards .h2 {
        color: #293241;
        margin: 0 0 85px;
    }

    @media (max-width: 1199px) {
        .icon-cards .h2 {
            margin-bottom: 50px;
        }
    }

    @media (max-width: 767px) {
        .icon-cards .h2 {
            margin-bottom: 40px;
        }
    }

    .icon-cards .row > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icon-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 50px;
        padding-top: 25px;
    }

        .icon-card:hover img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        .icon-card img {
            margin: auto 0;
            display: block;
            max-width: 100%;
            height: auto;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        }

        .icon-card .h3 {
            margin: auto 0 0;
            padding-top: 25px;
            justify-self: flex-end;
        }

        .icon-card a {
            color: #293241;
        }

            .icon-card a::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                top: 0;
            }

    .image-cards {
        text-align: center;
        color: #2B4A45;
        padding-top: 150px;
        padding-bottom: 10px;
    }

    @media (max-width: 1199px) {
        .image-cards {
            padding-top: 100px;
        }
    }

    @media (max-width: 767px) {
        .image-cards {
            padding-top: 80px;
        }
    }

    .image-cards .h2 {
        color: #293241;
        margin: 0 0 88px;
    }

    @media (max-width: 1199px) {
        .image-cards .h2 {
            margin-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .image-cards .h2 {
            margin-bottom: 50px;
        }
    }

    .image-card {
        max-width: 540px;
        margin: 0 auto 90px;
        text-align: left;
        position: relative;
    }

    @media (max-width: 1199px) {
        .image-card {
            margin-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .image-card {
            margin-bottom: 50px;
        }
    }

    .image-card:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .image-card .image {
        position: relative;
        padding-top: 78.9%;
        overflow: hidden;
        border-radius: 50px;
    }

        .image-card .image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        }

    .image-card .h3 {
        margin: 45px 0 5px;
    }

    @media (min-width: 1200px) {
        .image-card .h3 {
            max-width: 250px;
            font-size: 34px;
        }
    }

    @media (max-width: 1199px) {
        .image-card .h3 {
            margin-top: 30px;
        }
    }

    @media (max-width: 767px) {
        .image-card .h3 {
            margin-top: 24px;
        }
    }

    .image-card a {
        font-size: 28px;
    }

    @media (max-width: 1199px) {
        .image-card a {
            font-size: 20px;
        }
    }

    @media (max-width: 767px) {
        .image-card a {
            font-size: 16px;
        }
    }

    .image-card a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .two-col-img-text {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 200px;
        font-size: 24px;
        line-height: 1.42em;
        font-weight: 300;
    }

    @media (max-width: 1199px) {
        .two-col-img-text {
            font-size: 18px;
            padding-top: 130px;
            padding-bottom: 80px;
        }
    }

    @media (max-width: 767px) {
        .two-col-img-text {
            font-size: 16px;
            padding-top: 80px;
            padding-bottom: 50px;
        }
    }

    .two-col-img-text .h2 {
        margin: 0 0 80px;
    }

    @media (max-width: 1199px) {
        .two-col-img-text .h2 {
            margin-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .two-col-img-text .h2 {
            margin-bottom: 40px;
        }
    }

    .two-col-img-text p {
        margin: 0 0 0.5rem;
    }

    @media (max-width: 991px) {
        .two-col-img-text .image {
            margin-bottom: 50px;
        }
    }

    .two-col-img-text .image img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .two-col-img-text .text {
        text-align: left;
        max-width: 815px;
        margin-right: auto;
    }

    .two-col-img-text .contacts {
        margin-top: 2em;
    }

        .two-col-img-text .contacts .h3 {
            font-weight: 400;
            font-size: 1em;
            line-height: 1.42em;
            margin: 0 0 1rem;
        }

        .two-col-img-text .contacts a {
            color: #2B4A45;
        }

    .two-col-text-accordion {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 150px;
        font-weight: 300;
        font-size: 32px;
        line-height: 1.363em;
        color: #1D3557;
    }

    @media (max-width: 1199px) {
        .two-col-text-accordion {
            font-size: 24px;
            padding-top: 130px;
            padding-bottom: 130px;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion {
            font-size: 18px;
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }

    .two-col-text-accordion .h2 {
        margin: 0 0 90px;
    }

    @media (max-width: 1199px) {
        .two-col-text-accordion .h2 {
            margin-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion .h2 {
            margin-bottom: 40px;
        }
    }

    .two-col-text-accordion .text {
        text-align: left;
    }

        .two-col-text-accordion .text .h3 {
            color: #E3612E;
            font-weight: 400;
            font-size: 1em;
            line-height: 1.363em;
            margin: 0 0 2rem;
        }

    @media (max-width: 1199px) {
        .two-col-text-accordion .text .h3 {
            margin-bottom: 1.5rem;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion .text .h3 {
            margin-bottom: 1rem;
        }
    }

    .two-col-text-accordion .trading-hours ul {
        list-style: none;
        display: block;
        margin: 0 0 2rem;
        padding: 0;
    }

    @media (max-width: 1199px) {
        .two-col-text-accordion .trading-hours ul {
            margin-bottom: 1.5rem;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion .trading-hours ul {
            margin-bottom: 1rem;
        }
    }

    .two-col-text-accordion .trading-hours li {
        margin: 0 0 0.5rem;
        padding: 0;
    }

    .two-col-text-accordion .trading-hours small {
        font-size: 0.735em;
    }

        .two-col-text-accordion .trading-hours small a {
            color: #2B4A45;
            text-decoration: underline;
        }

            .two-col-text-accordion .trading-hours small a:hover {
                text-decoration: none;
            }

    .two-col-text-accordion .accordion-block {
        text-align: left;
    }

    .two-col-text-accordion .accordion .accordion-item {
        background: transparent;
        border: 0;
    }

        .two-col-text-accordion .accordion .accordion-item:first-of-type .accordion-button {
            border-radius: 0;
        }

        .two-col-text-accordion .accordion .accordion-item:last-of-type .accordion-button.collapsed {
            border-radius: 0;
        }

    .two-col-text-accordion .accordion .accordion-button, .favourite {
        background: transparent;
        border-bottom: 3px solid #1D3557;
        font-size: 32px;
        line-height: 1.36em;
        color: #1D3557;
        padding: 30px 0 18px;
    }

.favourite {
    border-bottom:0
}

        @media (max-width: 1199px) {
            .two-col-text-accordion .accordion .accordion-button {
            font-size: 24px;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion .accordion .accordion-button {
            font-size: 18px;
        }
    }

    .two-col-text-accordion .accordion .accordion-button .fa {
        margin-right: 30px;
        margin-left: 10px;
        width: 35px;
        text-align: center;
    }

    @media (max-width: 1199px) {
        .two-col-text-accordion .accordion .accordion-button .fa {
            margin-right: 30px;
            width: 26px;
        }
    }

    @media (max-width: 767px) {
        .two-col-text-accordion .accordion .accordion-button .fa {
            margin-right: 15px;
            margin-left: 5px;
            width: 20px;
        }
    }

    .two-col-text-accordion .accordion .accordion-button::after {
        display: none;
    }

    .two-col-text-accordion .accordion .accordion-button:not(.collapsed) {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .two-col-text-accordion .accordion .accordion-button:not(.collapsed) .fa {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

    .two-col-text-accordion .accordion .accordion-button:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .two-col-text-accordion .accordion .accordion-collapse .content {
        padding: 20px 0 10px 0;
    }

        .two-col-text-accordion .accordion .accordion-collapse .content > *:first-child {
            margin-top: 0;
        }

        .two-col-text-accordion .accordion .accordion-collapse .content > *:last-child {
            margin-bottom: 0;
        }

    .floor-plan {
        text-align: center;
        padding-top: 160px;
        padding-bottom: 150px;
    }

    @media (max-width: 1199px) {
        .floor-plan {
            padding-top: 130px;
            padding-bottom: 130px;
        }
    }

    @media (max-width: 767px) {
        .floor-plan {
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }

    .floor-plan .cta {
        margin-top: 150px;
    }

    @media (max-width: 1199px) {
        .floor-plan .cta {
            margin-top: 130px;
        }
    }

    @media (max-width: 767px) {
        .floor-plan .cta {
            margin-top: 80px;
        }
    }

    .floor-plan-img img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .news-content {
        text-align: center;
        padding-top: 175px;
        padding-bottom: 120px;
        font-size: 24px;
        line-height: 1.42em;
        font-weight: 300;
    }

    @media (max-width: 1199px) {
        .news-content {
            font-size: 18px;
            padding-top: 130px;
            padding-bottom: 100px;
        }
    }

    @media (max-width: 767px) {
        .news-content {
            font-size: 16px;
            padding-top: 100px;
            padding-bottom: 80px;
        }
    }

    .news-content .content {
        max-width: 1140px;
        margin: 0 auto;
    }

        .news-content .content img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }

    .news-content .h2 {
        margin: 100px auto;
        max-width: 400px;
    }

    @media (max-width: 1199px) {
        .news-content .h2 {
            margin: 80px auto;
        }
    }

    @media (max-width: 767px) {
        .news-content .h2 {
            max-width: none;
            margin: 50px 0;
        }
    }

    .news-content p {
        margin: 0 0 0.5rem;
    }

    .news-content .trading-hours {
        margin-top: 3rem;
    }

        .news-content .trading-hours .h3 {
            margin: 0 0 3rem;
            font-size: 1em;
            line-height: 1.42em;
        }

        .news-content .trading-hours ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
        }

        .news-content .trading-hours li {
            margin: 0 0 0.5rem;
            padding: 0;
        }

    .news-content .contacts {
        margin-top: 2em;
        font-weight: 400;
    }

        .news-content .contacts a {
            color: #2B4A45;
        }

    .newsletter-subscription {
        color: #FAF5E3;
        padding-top: 145px;
        padding-bottom: 128px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .newsletter-subscription {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    .newsletter-subscription .content {
        max-width: 877px;
        margin-left: auto;
        margin-right: auto;
    }

        .newsletter-subscription .content .h3 {
            color: #E0FBFC;
            margin-bottom: 45px;
        }

    @media (max-width: 767px) {
        .newsletter-subscription .content .h3 {
            margin-bottom: 30px;
        }
    }

    .newsletter-subscription .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .newsletter-subscription .form .form-control {
            font-size: 24px;
            line-height: 1.283em;
            border-radius: 50px 0 0 50px;
            border: 0;
            background-color: #FAF5E3;
            color: #2B4A45;
            height: 90px;
            padding: 0 10px 0 50px;
            max-width: calc(100% - 160px);
            width: calc(100% - 160px);
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

    @media (max-width: 1199px) {
        .newsletter-subscription .form .form-control {
            height: 70px;
        }
    }

    @media (max-width: 767px) {
        .newsletter-subscription .form .form-control {
            font-size: 16px;
            height: 50px;
            max-width: calc(100% - 80px);
            padding-left: 20px;
        }
    }

    .newsletter-subscription .form .form-control::-webkit-input-placeholder {
        color: #2B4A45;
    }

    .newsletter-subscription .form .form-control::-moz-placeholder {
        color: #2B4A45;
    }

    .newsletter-subscription .form .form-control:-ms-input-placeholder {
        color: #2B4A45;
    }

    .newsletter-subscription .form .form-control::-ms-input-placeholder {
        color: #2B4A45;
    }

    .newsletter-subscription .form .form-control::placeholder {
        color: #2B4A45;
    }

    .newsletter-subscription .form .btn {
        font-size: 24px;
        line-height: 1.283em;
        border-radius: 0 50px 50px 0;
        border: 0;
        background-color: #FAF5E3;
        color: #2B4A45;
        height: 90px;
        max-width: 160px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        padding: 0 50px 0 0;
        text-align: right;
    }

    @media (max-width: 1199px) {
        .newsletter-subscription .form .btn {
            height: 70px;
        }
    }

    @media (max-width: 767px) {
        .newsletter-subscription .form .btn {
            font-size: 16px;
            height: 50px;
            max-width: 80px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            padding-right: 20px;
        }
    }

    .footer {
        background-color: #1D3557;
        color: #F1FAEE;
    }

    @media (min-width: 992px) {
        .footer .row::before {
            content: "";
            height: 600px;
        }
    }

    .footer .col {
        position: relative;
        overflow: hidden;
    }

    .footer .deco {
        position: absolute;
        display: none;
    }

    @media (min-width: 992px) {
        .footer .deco {
            display: block;
        }
    }

    .footer .deco img {
        display: block;
    }

    .footer .deco-left-top {
        left: 0;
        top: 0;
    }

    .footer .deco-left-bottom {
        right: 0;
        bottom: 0;
    }

    .footer .deco-right {
        top: 88px;
        right: 0;
    }

    .footer a {
        color: #F1FAEE;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .content {
        font-size: 18px;
        line-height: 1.278em;
        width: 840px;
        max-width: 100%;
        text-align: center;
        padding-top: 130px;
        padding-bottom: 40px;
    }

    @media (max-width: 767px) {
        .footer .content {
            font-size: 16px;
            padding-top: 80px;
        }
    }

    .footer .logo {
        margin-bottom: 44px;
    }

        .footer .logo img {
            display: inline-block;
            max-width: 100%;
            height: auto;
        }

    @media (max-width: 767px) {
        .footer .logo img {
            max-width: 220px;
        }
    }

    .footer .contacts {
        margin-bottom: 54px;
    }

        .footer .contacts p {
            margin: 0 0 8px;
        }

        .footer .contacts address {
            display: block;
            margin: 0 0 8px;
        }

    .footer .trading-hours {
        margin-bottom: 80px;
    }

        .footer .trading-hours .h3 {
            color: #EDC2A3;
            font-size: 1em;
            line-height: 1.278em;
            margin: 0 0 8px;
        }

        .footer .trading-hours ul {
            display: block;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer .trading-hours li {
            padding: 0;
            margin: 0 0 8px;
        }

    .footer .quick-links ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 0 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .quick-links li:nth-of-type(n+2)::before {
        content: " | ";
        margin-left: 8px;
        margin-right: 8px;
    }

    .footer .copyright {
        margin: 0 0 40px;
    }

    #map {
        height: 100%;
        width: 100%
    }



    .form-group {
        margin: 0 0 24px;
    }

    .form-control {
    }

    .form-control {
        border-radius: 0;
        height: 54px;
        padding: 10px 20px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    textarea.form-control {
        height: 160px
    }

    .container-fluid--padded {
        padding-left: 24px;
        padding-right: 24px;
    }

    .card.card--icon {
        text-align: center;
        border: 0;
        border-radius: 0;
        color: #000;
        font-size: 17px;
        line-height: 28px;
    }

    .spacer--80 {
        padding-top: 80px;
    }

.proposed {
    position: absolute;
    bottom: 0px;
    font-weight: 300;
    left: 0px;
    padding: 4px 10px;
    line-height: 1rem;
    display: inline-block;
    z-index: 2;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size: 8pt;
    font-family: "Poppins", sans-serif
}

.modal-content {
    background: rgba(241, 250, 238, 0.65);
    backdrop-filter: blur(18px);
}
.modal-title {
    color: #1D3557;
}
.modal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EE3750'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}



    .modal-content .row {
        padding-left:0!important

    }

        .modal-content .row > * {
            padding-left: 0px;
            padding-right:5px
        }

/* Gravity form */
.gform_wrapper.gravity-theme .gform_heading {
    display: none;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    border-radius: 0;
    height: 54px;
    padding: 10px 20px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 160px;
}
.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {justify-content: center;}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    padding: 0 24px;
}

/* Newsletter form */
.gform_wrapper.gravity-theme.newsletter_wrapper {}
.gform_wrapper.gravity-theme.newsletter_wrapper .gform_fields { display: flex; grid-column-gap: 0; }
.gform_wrapper.gravity-theme.newsletter_wrapper .gfield--type-email { flex-grow: 1;}
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email] {
    font-size: 24px;
    line-height: 1.283em;
    border-radius: 50px 0 0 50px;
    border: 0;
    background-color: #FFFFFF;
    color: #3D5A80;
    height: 90px;
    padding: 0 10px 0 50px;
    /* max-width: calc(100% - 160px); */
    /* width: calc(100% - 160px); */
    /* -webkit-box-flex: 1; */
    /* -ms-flex: 1 1 auto; */
    /* flex: 1 1 auto;*/
}
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}
/* .gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]::placeholder, */
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]::-webkit-input-placeholder {
    color: rgba(61, 90, 128, 1);
    opacity: 1;
}
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]::placeholder{
    color: rgba(61, 90, 128, 1);
    opacity: 1;
}
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]:-moz-placeholder {
    color: rgba(61, 90, 128, 1);
    opacity: 1;
}
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]::-moz-placeholder {
    color: rgba(61, 90, 128, 1);
    opacity: 1;
} 
.gform_wrapper.gravity-theme.newsletter_wrapper input[type=email]:-ms-input-placeholder {
    color: rgba(61, 90, 128, 1);
    opacity: 1;
    
}
.gform_wrapper.gravity-theme.newsletter_wrapper .gfield--type-submit .btn {
    font-size: 24px;
    line-height: 1.283em;
    border-radius: 0 50px 50px 0;
    border: 0;
    background-color: #FFFFFF;
    color: #2B4A45;
    height: 90px;
    max-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    padding: 0 50px 0 0;
    text-align: right;
}

/* Register for updates form*/
.gform_wrapper.gravity-theme.updates_wrapper .gform_fields {
    grid-row-gap: 8px
}

.gform_wrapper.gravity-theme.updates_wrapper input[type=color],
.gform_wrapper.gravity-theme.updates_wrapper input[type=date],
.gform_wrapper.gravity-theme.updates_wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme.updates_wrapper input[type=datetime],
.gform_wrapper.gravity-theme.updates_wrapper input[type=email],
.gform_wrapper.gravity-theme.updates_wrapper input[type=month],
.gform_wrapper.gravity-theme.updates_wrapper input[type=number],
.gform_wrapper.gravity-theme.updates_wrapper input[type=password],
.gform_wrapper.gravity-theme.updates_wrapper input[type=search],
.gform_wrapper.gravity-theme.updates_wrapper input[type=tel],
.gform_wrapper.gravity-theme.updates_wrapper input[type=text],
.gform_wrapper.gravity-theme.updates_wrapper input[type=time],
.gform_wrapper.gravity-theme.updates_wrapper input[type=url],
.gform_wrapper.gravity-theme.updates_wrapper input[type=week],
.gform_wrapper.gravity-theme.updates_wrapper select,
.gform_wrapper.gravity-theme.updates_wrapper textarea {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem .75rem;
    outline: none;
}
.gform_wrapper.gravity-theme.updates_wrapper input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme.updates_wrapper textarea::-webkit-input-placeholder {
    color: rgba(29, 53, 87, 1);
    opacity: 1;
}

.gform_wrapper.gravity-theme.updates_wrapper input::-moz-placeholder,
.gform_wrapper.gravity-theme.updates_wrapper textarea::-moz-placeholder {
    color: rgba(29, 53, 87, 1);
    opacity: 1;
}

.gform_wrapper.gravity-theme.updates_wrapper input:-ms-input-placeholder,
.gform_wrapper.gravity-theme.updates_wrapper textarea:-ms-input-placeholder {
    color: rgba(29, 53, 87, 1);
    opacity: 1;
}

.gform_wrapper.gravity-theme.updates_wrapper input::-ms-input-placeholder,
.gform_wrapper.gravity-theme.updates_wrapper textarea::-ms-input-placeholder {
    color: rgba(29, 53, 87, 1);
    opacity: 1;
}
.gform_wrapper.gravity-theme.updates_wrapper .gform_footer,
.gform_wrapper.gravity-theme.updates_wrapper .gform_page_footer {
    /* margin-top: 0; */
    padding-top: 3px;
    padding-bottom: 0;

}
.gform_wrapper.gravity-theme.updates_wrapper .gform_footer button {
    color: #E0FBFC;
    background-color: #EE3750;
    border-color: #EE3750;
    border-radius: 50px;
    border: 0;
    padding: 20px 25px;
    margin-bottom: 0;
}
.gform_wrapper.gravity-theme.updates_wrapper .gform_footer button::after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    margin-left: 5px;
}
.gform_wrapper.gravity-theme.updates_wrapper .gform_footer button:hover::after {
    /* font-size: 300px; */
    -webkit-transform: translateX(0.25em);
    transform: translateX(0.25em);
}
.gform_wrapper.gravity-theme.updates_wrapper .gform_footer button span {
    content: "\f178";
}

.featherlight .featherlight-content .gform_wrapper.gravity-theme .gfield select { padding-bottom: 10px !important; }
.featherlight .featherlight-content .gform_wrapper.gravity-theme p { display: none; }
.featherlight .featherlight-content .gform_wrapper.gravity-theme br { display: none; }
.featherlight .featherlight-content .gform_wrapper.gravity-theme .gfield textarea { display: block; padding-bottom: 10px; }
.featherlight .featherlight-content p:empty { display: none; }

@media (max-width: 1199px) {
    .gform_wrapper.gravity-theme.newsletter_wrapper input[type=email], 
    .gform_wrapper.gravity-theme.newsletter_wrapper .gfield--type-submit .btn {
        height: 70px;
    }
}
@media (max-width: 767px) {
    .gform_wrapper.gravity-theme.newsletter_wrapper input[type=email] {
        font-size: 16px;
        height: 50px;
        /* max-width: calc(100% - 80px); */
        padding-left: 20px;
    } 
    .gform_wrapper.gravity-theme.newsletter_wrapper .gfield--type-submit .btn {
        font-size: 16px;
        height: 50px;
        max-width: 80px;
        /* -webkit-box-flex: 0; */
        /* -ms-flex: 0 0 80px; */
        flex: 0 0 80px;
        padding-right: 20px;
    }
}
    
.hero-image img {
    max-width: 100%;
    height: auto;
}

.notfound { padding-top: 70px; padding-bottom: 70px; }
.notfound__img { max-width: 100%; height: auto; margin-bottom: 40px; }
.notfound__ttl { font-size: 58px; font-weight: 500; color: #1D3557; margin-bottom: 17px; }
.notfound__des { font-size: 20px; color: #1D3557; letter-spacing: .4px; margin-bottom: 26px; }
.notfound__actn { font-size: 20px !important; }


.blog {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog .container {
    max-width: 1140px !important;
}
.blog .row {
    row-gap: 30px;
    margin-right: -15px;
    margin-left: -15px;
}
.blog .row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.blog__title {
    line-height: 1.2;
    font-weight: 600;
}
.blog__itm {}
.blog__itm-link {
    text-decoration: none;
    /* box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .1); */
}
.blog__itm-link:hover {
    text-decoration: none;
}
.blog__itm-img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    height: 300px;
    /* margin-bottom: 20px; */
}
.blog__itm-date {
    color: #000;
    font-weight: 300;
    letter-spacing: .01rem;
    position: relative;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.blog__itm-date::before {
    content: '';
    /* position: absolute; */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 1px;
    background-color: #E3612E;
}
.blog__itm-ttl {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog__itm-excrpt {
    font-size: 20px;
}
.blog__itm-btn {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.blog__itm-btn .round-arrow {
    background-color: #293241;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
}
.blog__itm-btn .round-arrow img {
    max-width: 15px;
    transform: rotate(-90deg);
}
.blog__itm:hover .blog__itm-img {
    transform: scale(1.05);
}
.blog__itm:hover .blog__itm-btn {
    color: #E3612E;
}


/* Blog detail */
.blgdtl {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blgdtl .container {
    max-width: 1140px !important;
}
.blgdtl__lft {
    /* margin-right: -6px; */
}

.blgdtl__ftr-img {
    margin-bottom: 25px;
}

.blgdtl__ttl {
    line-height: 1.2;
    margin-bottom: 25px;
}
.blgdtl__cntnt {
    font-size: 18px;
    line-height: 1.53;
    margin-bottom: 47px;
}
.blgdtl__cntnt > * {
    margin-bottom: 20px;
}
.blgdtl__cntnt > *:last-child {
    margin-bottom: 0;
}
.blgdtl__cntnt h1 {
    font-size: 46px;
}
.blgdtl__cntnt h2 {
    font-size: 40px;
}
.blgdtl__cntnt h3 {
    font-size: 36px;
}
.blgdtl__cntnt h4 {
    font-size: 32px;
}
.blgdtl__cntnt h1,
.blgdtl__cntnt h2,
.blgdtl__cntnt h3,
.blgdtl__cntnt h4,
.blgdtl__cntnt h5,
.blgdtl__cntnt h6 {
    line-height: 1.2;
    font-weight: 700;
    /* margin-top: 60px; */
    margin-bottom: 15px;
}
.blgdtl__cntnt [class*=wp-image-] {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
}
.blgdtl__cntnt [class*=wp-image-] + h1,
.blgdtl__cntnt [class*=wp-image-] + h2,
.blgdtl__cntnt [class*=wp-image-] + h3,
.blgdtl__cntnt [class*=wp-image-] + h4,
.blgdtl__cntnt [class*=wp-image-] + h5,
.blgdtl__cntnt [class*=wp-image-] + h6 {
    margin-top: 0px;
}
.blgdtl__cntnt ul {
    list-style: none;
    padding-left: 17px;
}
.blgdtl__cntnt ul li {
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
}
.blgdtl__cntnt ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #EE6C4D;
    border-radius: 20px;
}
.blgdtl__cntnt ol {
    padding-left: 55px;
}
.blgdtl__meta {
    row-gap: 25px;
}
.blgdtl__tags {
    row-gap: 12px;
}
.blgdtl__tags span {
    margin-right: 16px;
}
.blgdtl__tags a {
    color: #202020;
    letter-spacing: 0.4px;
    border: 1px solid #202020;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    padding: 6px 15px 5px;
}
.blgdtl__tags a:not(:last-child) {
    margin-right: 10px;
}
.blgdtl__tags a:hover {
    color: #fff;
    background-color: #202020;
    text-decoration: none;
}
.blgdtl__share span {
    margin-right: 15px;
}
.blgdtl__share a {
    color: #EE6C4D;
    letter-spacing: 0.4px;
    border: 1px solid #EE6C4D;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.blgdtl__share a:not(:last-child) {
    margin-right: 5px;
}
.blgdtl__share a:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.blgdtl__rgt {
    /* padding-left: 62px; */
}
.blgdtl__rgt-ttl {
  color: var(--color-primary);
  margin-bottom: 28px;
}
.blgdtl__cat {
  margin-bottom: 40px;
}

.blgdtl__cat-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blgdtl__cat-list li {
  font-size: 16px;
  color: var(--base-text-color);
  letter-spacing: 0.4px;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 14px;
}
.blgdtl__cat-list li:not(:last-child) {
  margin-bottom: 14px;
}
.blgdtl__cat-list li a {
  color: currentColor;
}
.blgdtl__cat-list li a:hover, .blgdtl__cat-list li a.active {
  color: var(--color-primary);
  text-decoration: underline;
}
.blgdtl__tagslist-bdy {
  column-gap: 15px;
  row-gap: 15px;
}
.blgdtl__tagslist a {
  font-size: 16px;
  color: #293241;
  letter-spacing: 0.4px;
  border: 1px solid #293241;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding: 8px 16px 8px 16px;
}
.blgdtl__tagslist a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #293241;
  background-color: #293241;
}

.rltdpst {
    padding-top: 40px;
    padding-bottom: 60px;
}
.rltdpst .container {
    max-width: 1140px;
}
.rltdpst .row {
    row-gap: 30px;
}
.rltdpst .rltdpst__ttl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.rltdpst .rltdpst__itm-top {
    margin-bottom: 16px;
}
.rltdpst .rltdpst__itm-top img {
    height: auto;
}
.rltdpst .rltdpst__itm-meta {
    margin-bottom: 20px;
}
.rltdpst .rltdpst__itm-ttl {
    margin-bottom: 16px;
}
.rltdpst .rltdpst__itm-actn svg {
    width: 12px;
    margin-left: 5px;
}