/*********************************RESET******************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.cfix:after,
.container:after,
.row:after {
    clear: both;
}

.cfix:before,
.cfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

img a {
    border: none;
}

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

a,
button {
    text-decoration: none;
    color: inherit;
    transition: all .25s ease-in-out;
}

a:hover,
a:focus,
a:active,
button.btn:focus,
button.btn:hover {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    transition: all .25s ease-in-out;
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

p {
    line-height: 1.5;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

strong {
    font-weight: 700;
}

html.sr .sr-hidden {
    visibility: hidden;
}

/* class to prevent scrollreveal flickering*/
/*hide scrollbar*/
html {
    /*scrollbar-width:none;*/
}

/*ff*/
::-webkit-scrollbar {
    /*display:none;*/
}

/*chrome/edge*/

/*
FONTS
font-family: eb-garamond, serif; 600
font-family: franklin-gothic-atf, sans-serif; 400-500-600
*/


:root {
    --light: #EAF2FD;
    --main: #002D72;
    --main2: #002257;
    --grey: #696D70;
}

/*********************************BASE******************************/
body {
    background: var(--light);
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    overflow-x: hidden;
    color: var(--main);
}

body.blocked {
    overflow: hidden;
}

.outer-body {
    /*overflow-x:hidden;*/
}

.trans {
    transition: all .25s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
.f-title {
    font-family: eb-garamond, serif;
    font-weight: 600;
    line-height: 1.1;
}

.italic {}

.t-br {
    display: block;
}

.center {
    text-align: center;
}

p {
    font-family: franklin-gothic-atf, sans-serif;
}

p a {
    text-decoration: underline;
}

p a:hover {
    opacity: 0.4;
    text-decoration: underline;
}

.wysiwyg h1,
.wysiwyg h2 {
    font-size: 1.7em;
    margin: 30px 0 10px;
}

.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    font-size: 1.4em;
    margin: 30px 0 10px;
}

.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
    margin-top: 0;
}

.wysiwyg p {
    margin: 0 0 20px;
}

.wysiwyg ul {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    font-family: franklin-gothic-atf, sans-serif;
}

.wysiwyg li {
    margin: 0 0 10px;
    list-style: disc;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.underline {
    text-decoration: underline;
}

.nw {
    white-space: nowrap;
}

.round {
    border-radius: 30px;
}

.round-sm {
    border-radius: 12px;
}

a:hover {}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1780px;
    /*1720*/
    width: 100%;
    padding: 0 30px;
}

.container.xsm {
    max-width: 1280px;
    /*1220*/
}

.container.sm {
    max-width: 1420px;
    /*1360*/
}

.container.md {
    max-width: 1530px;
    /*1470*/
}

.container.lg {
    max-width: 1960px;
    /*1900*/
}

/*.container:after{ clear: both; content: ""; display: block; height: 0; line-height: 0;  visibility: hidden; }*/
.fcol {
    display: flex;
    flex-direction: column;
}

.fcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

b,
strong,
.strong {
    font-weight: 700;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: fit-content;
    padding: 0 32px;
    background: var(--main);
    border: 1px solid var(--main);
    border-radius: 10px;
    color: #fff;
}

.btn:hover {
    /*background-color:var(--main2); border-color:var(--main2); color:#fff;*/
}

/*hover fill*/
.btn:hover {
    background: none;
    color: var(--main);
}

/*hover outline*/
.btn.outline {
    background: none;
    color: var(--main);
}

.btn.outline:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: #fff;
}

.btn.light {
    background: #fff;
    border: 1px solid #fff;
    color: var(--main);
}

.btn.light:hover {
    background: none;
    color: #fff;
}

/*hover outline*/
@media (max-width: 1679px) {}

@media (max-width: 1479px) {}

@media (max-width: 1359px) {}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .container.mobile {
        max-width: 700px;
    }
}

@media (max-width: 879px) {}

@media (max-width: 759px) {}

@media (max-width: 619px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 0 20px;
    }

    .btn {
        padding: 0 20px;
        height: 40px;
        font-size: 13px;
        border-width: 1px;
    }

    .btn .arrow {
        width: 12px;
        margin: 0 0 0 15px;
    }
}

/*FORM*/
.outer-form input.input,
.outer-form textarea.input,
.outer-form select.input {
    font-size: 18px;
    padding: 0 24px;
    height: 50px;
    border-radius: 5px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    width: 100%;
    border: 1px solid var(--main);
    background: none;
    color: var(--main);
}

.outer-form input.input::placeholder,
.outer-form textarea.input::placeholder {
    color: var(--main);
}

.outer-form .label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    display: block;
}

.form-row .input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--main);
}

.form-row .input.in-error {
    color: #dd0000;
    background-color: #f8d7da;
    border-color: #dd0000;
}

.form-row textarea.input {
    height: 200px;
    padding-top: 15px;
    resize: none;
}

.form-row select.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/icn/angle-down.svg") right 20px center no-repeat;
    background-size: 15px auto;
    padding-right: 50px;
}

.form-row select.input::-ms-expand {
    display: none;
}

.form-row {
    margin: 0 0 0 -20px;
}

.form-row .lg {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0 0 20px;
}

.form-row .md {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 30px 0 0 20px;
    position: relative;
}

.outer-form .text-danger {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #dd0000;
}

.outer-form .form-bottom {
    text-align: center;
}

.outer-form .alert {
    margin: 30px 0 0;
    padding: 30px 4vw;
    font-size: 15px;
    line-height: 1.3;
    border: 1px solid var(--dark);
    border-radius: 6px;
}

.outer-form .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.outer-form .alert-failed {
    color: #dd0000;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.outer-form .btn {
    margin: 30px auto 0;
    min-width: 200px;
    font-family: franklin-gothic-atf, sans-serif;
    border: none;
    color: #fff;
}

.outer-form .btn:hover {
    background: var(--main2);
}

.outer-form .note {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 20px;
}

.outer-form .note+.note {
    padding-top: 15px;
    border-top: 1px solid #00000011;
    margin-top: 15px;
}

.form-item {
    margin: 30px 0 0;
}

.outer-form .fl {
    position: relative;
}

.outer-form .fl .input {
    background: var(--light);
}

.outer-form .fl .input::placeholder {
    color: transparent;
}

.outer-form .fl .input:not(:placeholder-shown) {}

.outer-form .fl .input:focus {}

.outer-form .fl .label {
    position: absolute;
    left: 14px;
    top: 15px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    background: var(--light);
    color: var(--grey3);
    pointer-events: none;
}

.outer-form .fl .input:focus+.label,
.outer-form .fl .input.input:not(:placeholder-shown)+.label {
    top: -10px;
    font-size: 16px;
}

.label-file input[type="file"] {
    position: absolute;
    left: -9999em;
}

.label-file {
    cursor: pointer;
    border: 1px dashed var(--main);
    border-radius: 10px;
    padding: 40px;
    margin: 0;
    display: block;
}

.label-file:hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--main);
}

.label-file .wrap {
    align-items: center;
    justify-content: center;
}

.label-file .icn {
    width: 30px;
}

.label-file .desc {
    padding: 0 0 0 20px;
}

.label-file .desc .lg {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.label-file .desc .sm {
    font-size: 14px;
}

.dark .outer-form input.input,
.dark .outer-form textarea.input,
.dark .outer-form select.input {
    border-color: var(--dark3);
    background-color: var(--dark);
    color: var(--light);
}

.dark .form-row select.input {
    background-image: url("../img/icn/dropdown-2-white.svg");
    background-color: var(--dark);
}

.dark .form-row .input.in-error {
    color: #dd0000;
    background-color: #dd000022;
    border-color: #dd0000;
}

.dark .form-row .input:focus {
    border-color: var(--light);
}

.dark .outer-form .alert-success {
    color: #2f8342;
    background-color: #15572422;
    border-color: #15572444;
}

.dark .outer-form .alert-failed {
    color: #d72626;
    background-color: #dd000022;
    border-color: #dd000044;
}

.dark .label-file {
    background: var(--dark4);
}

.dark .label-file:hover {
    background: var(--dark2);
}

@media (max-width: 1019px) {
    .form-row .md {
        width: 100%;
    }

    /*.file-choice .desc{ padding:0; }
	.file-choice .line{ margin:30px 0; width:100%; }
	.file-choice .options{ padding:0; }*/
}

@media (max-width: 619px) {

    .outer-form input.input,
    .outer-form textarea.input,
    .outer-form select.input {
        font-size: 15px;
        height: 42px;
        padding: 0 15px;
    }

    .outer-form select.input {
        background-position: right 15px center;
        background-size: 12px auto;
    }

    .outer-form textarea.input {
        height: 120px;
        padding-top: 10px;
    }

    .outer-form .label {
        font-size: 15px;
        margin: 0 0 8px;
    }

    .form-row .lg {
        padding: 24px 0 0 20px;
    }

    .form-row .md {
        width: 100%;
        padding: 24px 0 0 20px;
    }

    .outer-form .btn svg {
        width: 10px;
        margin: 0 0 0 10px;
    }

    .outer-form .text-danger {
        font-size: 13px;
    }

    .outer-form .alert {
        font-size: 13px;
        border-radius: 12px;
    }

    .outer-form .note {
        font-size: 11px;
    }

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

    .outer-form .fl .label {
        left: 10px;
        top: 13px;
        padding: 0 5px;
        font-size: 15px;
    }

    .outer-form .fl .input:focus+.label,
    .outer-form .fl .input.input:not(:placeholder-shown)+.label {
        top: -8px;
        font-size: 13px;
    }

    .label-file .icn {
        width: 22px;
    }

    .label-file .desc {
        padding: 20px 0 0;
        width: 100%;
        text-align: center;
    }

    .label-file .desc .lg {
        font-size: 14px;
    }

    .label-file .desc .sm {
        font-size: 12px;
        line-height: 1.3;
    }
}

/*LAYOUT*/
.wrap {
    display: flex;
    flex-flow: row wrap;
}

.wrap-alt,
.wrap-alt-sm,
.wrap-alt-xsm {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
}

.wrap-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

@media (max-width: 1279px) {
    .wrap-alt {
        flex-direction: row;
    }
}

@media (max-width: 1019px) {
    .wrap-alt-sm {
        flex-direction: row;
    }
}

@media (max-width: 759px) {
    .wrap-alt-xsm {
        flex-direction: row;
    }
}

/*HEADER*/
.main-header {
    /*background-color:var(--light);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.main-header.scroll {
    top: -140px;
}

.main-header.white {
    background-color: #fff;
}

.main-header .main-bar {
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.main-header .inner {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main-header .logo a {
    position: relative;
}

.main-header .logo img {
    max-height: 80px;
}

.main-header .logo img.dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.main-header.dark .logo img {
    opacity: 0;
}

.main-header.dark .logo img.dark {
    opacity: 1;
}

.main-header.dark.white .logo img {
    opacity: 1;
}

.main-header.dark.white .logo img.dark {
    opacity: 0;
}

.main-header.dark.open .logo img {
    opacity: 1;
}

.main-header.dark.open .logo img.dark {
    opacity: 0;
}

.main-header .menu {
    align-items: flex-end;
    justify-content: center;
}

.main-header .menu nav {
    justify-content: center;
}

.main-header .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header .menu ul.sm {
    gap: 20px;
    margin: 0 0 15px;
}

.main-header .menu ul.sm a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.main-header .menu ul.lg {
    gap: 30px;
}

.main-header .menu ul.lg a {
    font-size: 20px;
    font-weight: 500;
}

.main-header.dark .menu a {
    color: #fff;
}

.main-header.dark.white .menu a {
    color: var(--main);
}

.main-header .menu a:hover {
    opacity: 0.5;
}

.main-header .mobile {
    display: none;
}

.main-header.dark .mobile {
    color: #fff;
}

.main-header.dark.white .mobile {
    color: var(--main);
}

.main-header.dark.open .mobile {
    color: var(--main);
}

@media (max-width: 1859px) {}

@media (max-width: 1679px) {}

@media (max-width: 1479px) {}

@media (max-width: 1359px) {}

@media (max-width: 1279px) {
    .main-header .logo img {
        height: 60px;
    }

    .main-header .menu ul.sm {
        gap: 15px;
        margin: 0 0 10px;
    }

    .main-header .menu ul.sm a {
        font-size: 12px;
    }

    .main-header .menu ul.lg {
        gap: 25px;
    }

    .main-header .menu ul.lg a {
        font-size: 18px;
    }
}

@media (max-width: 1019px) {
    .main-header .menu {
        display: none;
    }

    .main-header .mobile {
        display: flex;
    }
}

@media (max-width: 619px) {
    .main-header .logo img {
        height: 50px;
    }

    .main-header.scroll .logo img {
        height: 50px;
    }
}

/*MENU MOBILE*/
#mobile-btn {
    width: 30px;
    height: 30px;
    z-index: 12;
    display: none;
}

#mobile-btn svg {
    width: 24px;
}

#mobile-btn .close-icn {
    display: none;
}

#mobile-btn.open .open-icn {
    display: none;
}

#mobile-btn.open .close-icn {
    display: block;
}

@media (max-width: 1019px) {
    #mobile-btn {
        display: flex;
    }
}

@media (max-width: 619px) {
    #mobile-btn {
        width: 30px;
        height: 30px;
    }
}

#mobile-menu {
    padding: 180px 60px;
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: -110vw;
    overflow: auto;
    background: #fff;
    z-index: 9;
    display: none;
}

#mobile-menu.open {
    left: 0;
}

#mobile-menu .menu li+li {}

#mobile-menu .menu li>a {
    font-size: 26px;
    line-height: 1.2;
    padding: 2dvh 0;
    display: block;
    position: relative;
    text-align: center;
}

#mobile-menu .menu .has-sub a svg {
    width: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0;
}

#mobile-menu .menu .has-sub a.open svg {
    transform: rotate(180deg);
}

#mobile-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

#mobile-menu .sub-menu.open {
    max-height: 650px;
}

#mobile-menu .menu .sub-menu li>a {
    font-size: 15px;
    padding: 15px 0 15px 30px;
}

@media (max-width: 1019px) {
    #mobile-menu {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 619px) {
    #mobile-menu {
        padding: 130px 40px 80px;
    }

    #mobile-menu .menu li>a {
        font-size: 20px;
    }
}

/*BACK TO TOP*/
#back-to-top {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background-color: var(--main);
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}

#back-to-top.scroll {
    bottom: 15px;
    visibility: visible;
    opacity: 1;
}

#back-to-top:hover {
    background-color: var(--main2);
    color: #fff;
}

#back-to-top svg {
    width: 18px;
    transform: rotate(-90deg);
}

@media (max-width: 619px) {
    #back-to-top {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 5px;
    }

    #back-to-top.scroll {
        bottom: 15px;
    }

    #back-to-top svg {
        width: 15px;
    }
}

/*FOOTER*/
.main-footer {
    background: #fff;
}

.main-footer .top {
    padding: 80px 0;
}

.main-footer .top .col-1 {
    width: 30%;
}

.main-footer .top .col-1>div {
    max-width: 300px;
}

.main-footer .top .col-2 {
    width: 45%;
    padding: 0 8vw;
    align-items: flex-end;
}

.main-footer .top .col-2>div {
    max-width: 320px;
}

.main-footer .top .col-2 .sm {
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--grey);
}

.main-footer .top .col-2 .lg {
    margin: 0 0 20px;
    line-height: 1.3;
}

.main-footer .top .col-2 .lg a:hover {
    opacity: 0.5;
}

.main-footer .top .col-2 .social a {
    width: 48px;
    height: 48px;
    border: 1px solid var(--main);
    border-radius: 50%;
}

.main-footer .top .col-2 .social a:hover {
    background: var(--main);
    color: #fff;
}

.main-footer .top .col-2 .social a svg {
    max-height: 20px;
    max-width: 20px;
}

.main-footer .top .col-3 {
    width: 25%;
}

.main-footer .top .col-3 .f-title {
    font-size: 30px;
    margin: 0 0 10px;
}

.main-footer .top .col-3 .form-row .lg {
    padding-top: 12px;
}

.main-footer .top .col-3 .btn {
    margin: 30px 0 0 0;
}

.main-footer .bottom {
    padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid var(--main);
}

.main-footer .bottom a:hover {
    opacity: 0.5;
}

.main-footer .bottom .col-1 {
    width: 33.33333333%;
}

.main-footer .bottom .col-2 {
    width: 33.33333333%;
    text-align: center;
}

.main-footer .bottom .col-3 {
    width: 33.33333333%;
    text-align: right;
    align-items: flex-end;
}

.main-footer .bottom .col-3>div {
    display: flex;
    gap: 8px;
}

.main-footer .bottom .col-3 .dgk a {
    display: inline-flex;
    gap: 5px;
}

@media (max-width: 1479px) {}

@media (max-width: 1279px) {
    .main-footer .top .col-1 {
        width: 100%;
        margin: 0 0 80px;
    }

    .main-footer .top .col-2 {
        width: 50%;
        padding: 0 5vw 0 0;
        align-items: flex-start;
    }

    .main-footer .top .col-3 {
        width: 50%;
    }

    .main-footer .bottom {
        font-size: 12px;
    }
}

@media (max-width: 1019px) {
    .main-footer .top .col-1 {
        max-width: 50vw;
    }

    .main-footer .top .col-2 {
        width: 100%;
        padding: 0 0 80px;
    }

    .main-footer .top .col-3 {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 619px) {
    .main-footer .top .col-2 .sm {
        font-size: 12px;
    }

    .main-footer .top .col-2 .lg {
        font-size: 20px;
    }

    .main-footer .bottom .col-1 {
        width: 100%;
        text-align: center;
    }

    .main-footer .bottom .col-2 {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }

    .main-footer .bottom .col-3 {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .main-footer .bottom .col-3>div {
        justify-content: center;
    }
}

/*CONTENT SECTIONS*/
.home-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    overflow: hidden
}

.home-hero .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    z-index: 1;
    transform: translateY(0);
    transition: transform .1s linear
}

.home-hero .mask {
    width: 100%;
    height: 100dvh;
    min-height: 700px;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
    object-fit: cover;
    animation-name: openMask;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.home-hero .hero-content {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    height: 100%;
    justify-content: flex-end;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    color: #fff
}

.home-hero .hero-content h1 {
    font-size: 90px;
}

.home-hero .hero-content .line {
    margin: 40px 0;
    height: 1px;
    width: 1px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.home-hero .hero-content .line.is-visible {
    width: 100%;
}

.home-hero .hero-content .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-hero .hero-content .items .sm {
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
}

.home-hero .hero-content .items .sep {
    margin: 0 40px;
    width: 1px;
    height: 20px;
    background: #fff;
}

.home-hero .hero-content .items .md {
    font-size: 26px;
}

.home-hero .hero-content .items .md+.md {
    margin: 0 0 0 60px;
}

@keyframes openMask {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(10)
    }
}

@media (max-width: 1479px) {
    .home-hero .hero-content {
        max-width: 980px;
    }

    .home-hero .hero-content h1 {
        font-size: 80px;
    }

    .home-hero .hero-content .items .md+.md {
        margin: 0 0 0 40px;
    }
}

@media (max-width: 1279px) {
    .home-hero {
        max-height: 900px;
    }

    .home-hero .mask {
        max-height: 900px;
    }

    .home-hero .hero-content {
        max-width: 880px;
    }

    .home-hero .hero-content h1 {
        font-size: 70px;
    }

    .home-hero .hero-content .items .md {
        font-size: 22px;
    }

    .home-hero .hero-content .items .md+.md {
        margin: 0 0 0 30px;
    }
}

@media (max-width: 1019px) {
    .home-hero .hero-content {
        max-width: 600px;
    }

    .home-hero .hero-content h1 {
        font-size: 50px;
    }

    .home-hero .hero-content .items .sm {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .home-hero .hero-content .items .sep {
        margin: 0 30px;
    }

    .home-hero .hero-content .items .md {
        font-size: 18px;
    }

    .home-hero .hero-content .items .md+.md {
        margin: 0 0 0 20px;
    }
}

@media (max-width: 619px) {
    .home-hero .hero-content {
        max-width: 80vw;
    }

    .home-hero .hero-content h1 {
        font-size: 50px;
        text-wrap: balance;
    }

    .home-hero .hero-content .line {
        margin: 30px 0 40px;
    }

    .home-hero .hero-content .items .sm {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .home-hero .hero-content .items .sep {
        margin: 0 10px;
        height: 10px;
    }

    .home-hero .hero-content .items .md {
        font-size: 11px;
    }

    .home-hero .hero-content .items .md+.md {
        margin: 0 0 0 10px;
    }
}

.cs-1 {
    padding: 160px 0;
}

.cs-1 .col-1 {
    width: 40%;
}

.cs-1 .col-1 img {
    border-radius: 5px 500px 5px 5px;
}

.cs-1 .col-2 {
    width: 60%;
    padding: 0 0 0 100px;
    justify-content: center;
}

.cs-1 .col-2 h2 {
    font-size: 70px;
    text-wrap: balance;
}

.cs-1 .col-2 p {
    margin: 50px 0 30px;
    max-width: 650px;
}

@media (max-width: 1479px) {
    .cs-1 .col-1 img {
        border-radius: 5px 400px 5px 5px;
    }

    .cs-1 .col-2 h2 {
        font-size: 50px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-1 .col-1 {
        width: 100%;
    }

    .cs-1 .col-2 {
        width: 100%;
        padding: 60px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-1 {
        padding: 100px 0;
    }

    .cs-1 .col-1 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-1 .col-2 h2 {
        font-size: 30px;
    }

    .cs-1 .col-2 p {
        margin: 30px 0 20px;
    }
}

.cs-2 {
    padding: 120px 0;
    background: #fff;
}

.cs-2 h2 {
    font-size: 70px;
    text-align: center;
    margin: 0 0 60px;
}

@media (max-width: 619px) {
    .cs-2 {
        padding: 80px 0;
    }

    .cs-2 h2 {
        font-size: 35px;
        margin: 0 0 40px;
    }
}

.cs-3 {
    padding: 160px 0;
}

.cs-3 .title h1 {
    font-size: 70px;
    text-align: center;
    text-wrap: balance;
    padding: 0 0 60px;
    border-bottom: 1px solid var(--main);
    margin: 0 0 60px;
}

.cs-3 .title h1 .sm {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.cs-3 .col-1 {
    width: 55%;
    padding: 0 80px 0 0;
    justify-content: center;
}

.cs-3 .col-1 p.lg {
    font-size: 30px;
    margin: 0 -100px 50px 0;
}

.cs-3 .col-1 p.sm {
    max-width: 740px;
}

.cs-3 .col-1 p+p {
    margin: 20px 0 0;
}

.cs-3 .col-1 .btns {
    margin: 30px 0 0;
}

.cs-3 .col-2 {
    width: 45%;
    justify-content: flex-end;
    align-items: flex-end;
}

.cs-3 .col-2>div {
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
}

.cs-3 .col-2 img {
    /*max-width: 45%;*/
}

.cs-3 .col-2 .img-1 {
    border-radius: 380px 5px 5px;
}

.cs-3 .col-2 .img-2 {
    border-radius: 5px;
}

.cs-3 .col-2 .img-3 {
    border-radius: 500px 5px 5px;
}

@media (max-width: 1479px) {
    .cs-3 .title h1 {
        font-size: 60px;
    }

    .cs-3 .col-1 p.lg {
        font-size: 28px;
        margin: 0 -380px 100px 0;
    }
    
    .cs-3 .col-2 .img-3 {
        border-radius: 380px 5px 5px;
    }

}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-3 .title h1 {
        font-size: 50px;
    }

    .cs-3 .col-1 {
        width: 100%;
        padding: 0 0 50px;
    }

    .cs-3 .col-1 p.lg {
        font-size: 26px;
        margin: 0 0 50px;
    }

    .cs-3 .col-2 {
        width: 100%;
        align-items: center;
    }

    .cs-3 .col-2>div {
        justify-content: center;
    }
}

@media (max-width: 619px) {
    .cs-3 {
        padding: 100px 0;
    }

    .cs-3 .title h1 {
        font-size: 35px;
        padding: 0 0 40px;
        margin: 0 0 40px;
    }

    .cs-3 .title h1 .sm {
        font-size: 15px;
    }

    .cs-3 .col-1 p.lg {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .cs-3 .col-2>div {
        gap: 10px;
    }
    
    .cs-3 .col-2 .img-3 {
        border-radius: 250px 5px 5px;
    }
    
}

.cs-4 {
    position: relative;
}

.cs-4 .parallax-bg {
    height: 860px;
    background: url("../img/bg-banner-1.jpg") top center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.cs-4 .content {
    padding: 100px 80px;
    position: absolute;
    bottom: 60px;
    top: 60px;
    right: 60px;
    max-width: 700px;
    text-align: center;
    background: #fffc;
    justify-content: center
}

.cs-4 h2 {
    font-size: 70px;
}

.cs-4 p {
    margin: 30px 0;
}

.cs-4.v2 .parallax-bg {
    height: 720px;
    background: url("../img/bg-banner-2.jpg") top center / cover no-repeat;
}

.cs-4.v3 .parallax-bg {
    height: 720px;
    background: url("../img/bg-banner-3.jpg") top center / cover no-repeat;
}

@media (max-width: 1479px) {
    .cs-4.v2 .parallax-bg {
        height: 600px;
    }
}

@media (max-width: 1279px) {
    .cs-4 h2 {
        font-size: 60px;
    }
}

@media (max-width: 1019px) {
    .cs-4 .parallax-bg {
        height: auto;
        padding: 30px;
    }

    .cs-4 .content {
        position: static;
        max-width: 100%;
        width: auto;
    }

    .cs-4.v2 .parallax-bg {
        height: 500px;
    }

    .cs-4.v3 .parallax-bg {
        height: 500px;
    }
}

@media (max-width: 619px) {
    .cs-4 h2 {
        font-size: 30px;
    }

    .cs-4 .content {
        padding: 60px 30px;
    }

    .cs-4.v2 .parallax-bg {
        height: 260px;
    }

    .cs-4.v3 .parallax-bg {
        height: 260px;
    }
}

.cs-5 {
    padding: 160px 0 60px;
    border-bottom: 1px solid var(--main);
}

.cs-5 .col-1 {
    width: 50%;
    padding: 0 60px 0 0;
    justify-content: flex-end;
}

.cs-5 .col-1 h1 {
    font-size: 90px;
}

.cs-5 .col-1 .arrow {
    width: 80px;
    height: 80px;
    border: 1px solid var(--main);
    border-radius: 50%;
    margin: 60px 0;
}

.cs-5 .col-1 .arrow:hover {
    background: var(--main);
    color: #fff;
}

.cs-5 .col-1 .arrow svg {
    width: 20px;
}

.cs-5 .col-2 {
    width: 50%;
    align-items: flex-end;
}

.cs-5 .col-2 img {
    border-radius: 380px 5px 5px 5px;
}

@media (max-width: 1479px) {
    .cs-5 .col-1 h1 {
        font-size: 70px;
    }
}

@media (max-width: 1279px) {
    .cs-5 .col-1 h1 {
        font-size: 60px;
    }
}

@media (max-width: 1019px) {
    .cs-5 {
        padding: 250px 0 60px;
    }

    .cs-5 .col-1 {
        width: 100%;
        padding: 0;
    }

    .cs-5 .col-1 .arrow {
        margin: 50px 0 0;
    }

    .cs-5 .col-2 {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-5 {
        padding: 150px 0 60px;
    }

    .cs-5 .col-1 h1 {
        font-size: 40px;
    }

    .cs-5 .col-1 .arrow {
        width: 60px;
        height: 60px;
        margin: 30px 0 0;
    }

    .cs-5 .col-1 .arrow svg {
        width: 15px;
    }

    .cs-5 .col-2 img {
        border-radius: 250px 5px 5px 5px;
    }
}

.cs-6 {
    padding: 120px 0 160px;
}

.cs-6 .intro .f-title {
    font-size: 56px;
    line-height: 1.2;
    max-width: 1280px;
    margin: 0 0 120px;
}

.cs-6 .col-1 {
    width: 40%;
}

.cs-6 .col-1 h2 {
    font-size: 18px;
    line-height: 1.3;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 280px;
}

.cs-6 .col-2 {
    width: 60%;
}

.cs-6 .col-2 .item {}

.cs-6 .col-2 .item:last-child {}

.cs-6 .col-2 .item+.item {
    border-top: 1px solid var(--main);
}

.cs-6 .col-2 .t-item {
    cursor: pointer;
    position: relative;
    transition: all .25s ease-in-out;
}

.cs-6 .col-2 .t-item .q-title {
    font-size: 34px;
    padding: 30px 100px 30px 20px;
    display: flex;
    align-items: center;
    transition: all .25s ease-in-out;
}

.cs-6 .col-2 .t-item:hover .q-title {
    color: var(--main);
}

/*.cs-6 .col-2 .t-item.open .q-title{ color:var(--main);  }*/
.cs-6 .col-2 .t-item .q-title>img {
    margin-right: 4vw;
    height: 64px;
}

.cs-6 .col-2 .t-item .icn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    display: flex;
    width: 30px;
    height: 30px;
    transition: all .25s ease-in-out;
}

.cs-6 .col-2 .t-item:hover .icn {}

.cs-6 .col-2 .t-item .icn:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/icn/plus.svg) center center no-repeat;
    background-size: 28px 28px;
    transition: all 0.4s ease;
}

.cs-6 .col-2 .t-item.open .icn:after {
    background-image: url(../img/icn/minus.svg);
    transform: rotate(180deg);
}

.cs-6 .col-2 .c-item {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cs-6 .col-2 .c-item.open {}

.cs-6 .col-2 .c-item>div {
    padding: 0 20px 40px;
}

.cs-6 .col-2 .c-item p+p {
    margin-top: 15px;
}

@media (max-width: 1479px) {
    .cs-6 .intro .f-title {
        font-size: 40px;
        max-width: 70vw;
    }

    .cs-6 .col-2 .c-item {
        font-size: 20px;
    }
}

@media (max-width: 1279px) {
    .cs-6 .col-2 .t-item .q-title {
        font-size: 30px;
    }
}

@media (max-width: 1019px) {
    .cs-6 .intro .f-title {
        font-size: 35px;
        max-width: 100%;
    }

    .cs-6 .col-1 {
        width: 100%;
    }

    .cs-6 .col-2 {
        width: 100%;
        padding: 30px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-6 {
        padding: 80px 0;
    }

    .cs-6 .intro .f-title {
        font-size: 25px;
        margin: 0 0 50px;
    }

    .cs-6 .col-1 h2 {
        font-size: 14px;
    }

    .cs-6 .col-2 .t-item .q-title {
        font-size: 20px;
        padding: 20px 40px 20px 0;
    }

    .cs-6 .col-2 .t-item .q-title>img {
        margin-right: 15px;
        height: 32px;
    }

    .cs-6 .col-2 .t-item .icn {
        right: 0;
    }

    .cs-6 .col-2 .t-item .icn:after {
        background-size: 18px 18px;
    }

    .cs-6 .col-2 .c-item {
        font-size: 14px;
    }

    .cs-6 .col-2 .c-item>div {
        padding: 0 0 30px;
    }
}

.cs-7 {
    padding: 160px 0;
}

.cs-7 .title h2 {
    font-size: 70px;
    margin: 0 0 100px;
    text-align: center;
    text-wrap: balance;
    max-width: 650px;
}

.cs-7 .item {
    max-width: 1420px;
    margin: 0 auto;
}

.cs-7 .sep {
    height: 1px;
    background: var(--main);
    margin: 60px 0;
}

.cs-7 .item .col-1 {
    width: 47%;
}

.cs-7 .item .col-1 img {
    border-radius: 5px 500px 5px 5px;
}

.cs-7 .item .col-2 {
    width: 53%;
    padding: 0 0 0 100px;
    align-items: flex-end;
    justify-content: center;
}

.cs-7 .item .col-2>div {
    max-width: 600px;
}

.cs-7 .item .col-2 h3 {
    font-size: 50px;
}

.cs-7 .item .col-2 p {
    margin: 30px 0;
}

.cs-7 .item .col-2 .logos {
    display: flex;
    gap: 30px;
    padding: 15px 30px;
    margin: 30px 0 0;
    width: fit-content;
    border-radius: 5px;
    background: #fff;
}

.cs-7 .item .col-2 .logos .sep {
    margin: 0;
    height: 34px;
    width: 1px;
    background: var(--main);
    opacity: 0.3;
}

.cs-7 .item .col-2 .logos a:hover {
    opacity: 0.5;
}

.cs-7 .item .wrap-alt-sm .col-1 img {
    border-radius: 500px 5px 5px 5px;
}

.cs-7 .item .wrap-alt-sm .col-2 {
    padding: 0 100px 0 0;
    align-items: flex-start;
}

@media (max-width: 1479px) {
    .cs-7 .title h2 {
        font-size: 60px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-7 .item .col-1 {
        width: 100%;
    }

    .cs-7 .item .col-1 img {
        border-radius: 5px 500px 5px 5px;
    }

    .cs-7 .item .col-2 {
        width: 100%;
        padding: 50px 0 0;
        align-items: flex-start;
    }

    .cs-7 .item .col-2>div {
        max-width: 100%;
    }

    .cs-7 .item .wrap-alt-sm .col-1 img {
        border-radius: 500px 5px 5px 5px;
    }

    .cs-7 .item .wrap-alt-sm .col-2 {
        padding: 50px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-7 {
        padding: 100px 0;
    }

    .cs-7 .title h2 {
        font-size: 35px;
        margin: 0 0 60px;
    }

    .cs-7 .item .col-1 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-7 .item .col-2 h3 {
        font-size: 30px;
    }

    .cs-7 .item .col-2 p {
        margin: 20px 0;
    }

    .cs-7 .item .col-2 .logos {
        gap: 20px;
        padding: 15px 20px;
    }

    .cs-7 .item .col-2 .logos .sep {
        height: 26px;
    }

    .cs-7 .item .wrap-alt-sm .col-1 img {
        border-radius: 250px 5px 5px 5px;
    }
}

.cs-8 {
    padding: 160px 0;
    background: #fff;
}

.cs-8 .title h2 {
    font-size: 70px;
    margin: 0 0 50px;
    text-align: center;
    text-wrap: balance;
    max-width: 650px;
}

.cs-8 .items {
    margin: 0 -15px;
}

.cs-8 .item {
    width: 33.33333%;
    padding: 15px;
}

.cs-8 .item>div {
    padding: 20px 20px 40px;
    height: 100%;
    border: 1px solid var(--main);
    border-radius: 5px;
}

.cs-8 .item img {
    width: 100%;
    border-radius: 5px;
}

.cs-8 .item h3 {
    font-size: 36px;
    margin: 30px 0 20px;
}

@media (max-width: 1479px) {
    .cs-8 .title h2 {
        font-size: 60px;
    }

    .cs-8 .item {
        font-size: 20px;
    }

    .cs-8 .item h3 {
        font-size: 30px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-8 .item {
        width: 50%;
    }
}

@media (max-width: 619px) {
    .cs-8 {
        padding: 100px 0;
    }

    .cs-8 .title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }

    .cs-8 .item {
        width: 100%;
        font-size: 16px;
    }

    .cs-8 .item h3 {
        font-size: 25px;
        margin: 25px 0 15px;
    }
}

.cs-9 {
    background: #fff;
}

.cs-9.dark {
    background: none;
}

.cs-9 .col-1 {
    width: 32%;
}

.cs-9 .col-1 img {
    border-radius: 380px 0 0 0;
    height: 100%;
    object-fit: cover;
}

.cs-9 .col-2 {
    width: 68%;
    padding: 100px 10vw;
    justify-content: center;
    background: var(--light);
}

.cs-9.dark .col-2 {
    background: var(--main);
    color: #fff;
}

.cs-9 .col-2>div {
    max-width: 860px;
}

.cs-9 .col-2 .f-title {
    font-size: 70px;
    margin: 0 0 30px;
}

@media (max-width: 1479px) {
    .cs-9 .col-1 img {
        border-radius: 250px 0 0 0;
    }

    .cs-9 .col-2 .f-title {
        font-size: 55px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-9 .col-1 img {
        border-radius: 200px 0 0 0;
    }

    .cs-9 .col-2 .f-title {
        font-size: 45px;
    }
}

@media (max-width: 619px) {
    .cs-9 .col-1 {
        width: 100%;
    }

    .cs-9 .col-1 img {
        height: 70vh;
        max-height: 500px;
        object-position: top center;
    }

    .cs-9 .col-2 {
        width: 100%;
        padding: 60px 30px;
    }

    .cs-9 .col-2 .f-title {
        font-size: 35px;
    }
}

.cs-10 {
    padding: 120px 0;
}

.cs-10 .col-1 {
    width: 42%;
    align-items: flex-start;
}

.cs-10 .col-1 img {
    border-radius: 5px 500px 5px 5px;
    height: 100%;
    object-fit: cover;
}

.cs-10 .col-2 {
    width: 58%;
    padding: 0 0 0 100px;
    justify-content: center;
}

.cs-10 .col-2>div {
    max-width: 760px;
}

.cs-10 .col-2 h2 {
    font-size: 70px;
    margin: 0 0 30px;
}

.cs-10 .col-2 .items {
    margin: 60px 0 0;
    max-width: 450px;
}

.cs-10 .col-2 .item+.item {
    margin: 30px 0 0;
}

.cs-10 .col-2 .item .icn {
    width: 64px;
    flex-shrink: 0;
}

.cs-10 .col-2 .item .desc {
    width: calc(100% - 64px);
    padding: 0 0 0 40px;
    justify-content: center;
}

.cs-10 .col-2 .item .desc .f-title {
    font-size: 26px;
    line-height: 1.3;
}

@media (max-width: 1479px) {
    .cs-10 .col-1 img {
        border-radius: 5px 400px 5px 5px;
    }

    .cs-10 .col-2 h2 {
        font-size: 50px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-10 .col-1 {
        width: 100%;
        display: none;
    }

    .cs-10 .col-2 {
        width: 100%;
        padding: 60px 0 0;
        padding: 0;
    }
}

@media (max-width: 619px) {
    .cs-10 {
        padding: 100px 0;
    }

    .cs-10 .col-1 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-10 .col-2 h2 {
        font-size: 30px;
    }

    .cs-10 .col-2 p {
        margin: 0 0 20px;
    }

    .cs-10 .col-2 .item .desc {
        padding: 0 0 0 20px;
    }

    .cs-10 .col-2 .item .desc .f-title {
        font-size: 20px;
    }
}

.cs-11 .outer {
    padding: 120px 0;
    border-top: 1px solid var(--main);
}

.cs-11 .outer>div {
    max-width: 1160px;
    margin: 0 auto;
}

.cs-11 .title h2 {
    font-size: 70px;
    margin: 0 0 80px;
    text-align: center;
    text-wrap: balance;
    max-width: 800px;
}

.cs-11 .col-1 {
    width: 40%;
    align-items: flex-start;
}

.cs-11 .col-1 img {
    border-radius: 320px 320px 5px 5px;
    height: 100%;
    object-fit: cover;
}

.cs-11 .col-2 {
    width: 60%;
    padding: 0 0 0 100px;
    justify-content: center;
}

.cs-11 .col-2 p+p {
    margin: 20px 0 0;
}

.cs-11 .col-2 .box {
    padding: 15px 30px;
    margin: 30px 0 0;
    width: fit-content;
    border-radius: 5px;
    background: #fff;
}

.cs-11 .col-2 .box img {
    width: 140px;
}

.cs-11 .col-2 .box .sep {
    margin: 0 30px;
    height: 34px;
    width: 1px;
    background: var(--main);
    opacity: 0.3;
}

.cs-11 .col-2 .box .f-title {
    font-size: 24px;
}

@media (max-width: 1479px) {
    .cs-11 .title h2 {
        font-size: 60px;
    }
}

@media (max-width: 1019px) {
    .cs-11 .col-1 {
        width: 100%;
    }

    .cs-11 .col-1 img {
        width: 100%;
    }

    .cs-11 .col-2 {
        width: 100%;
        padding: 60px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-11 .outer {
        padding: 100px 0;
    }

    .cs-11 .title h2 {
        font-size: 40px;
        margin: 0 0 50px;
    }

    .cs-11 .col-2 .box {
        padding: 15px 20px;
    }

    .cs-11 .col-2 .box img {
        width: 100px;
    }

    .cs-11 .col-2 .box .sep {
        margin: 0 20px;
        height: 28px;
    }

    .cs-11 .col-2 .box .f-title {
        font-size: 18px;
    }
}

.cs-12 {
    padding: 120px 0;
    background: #fff;
}

.cs-12 .col-1 {
    width: 60%;
    padding: 0 100px 0 0;
    justify-content: center;
}

.cs-12 .col-1>div {
    max-width: 720px;
}

.cs-12 .col-1 h2 {
    font-size: 70px;
    margin: 0 0 30px;
}

.cs-12 .col-1 .btns {
    margin: 30px 0 0;
}

.cs-12 .col-2 {
    width: 40%;
    align-items: flex-end;
}

.cs-12 .col-2 img {
    border-radius: 500px 5px 5px 5px;
    min-height: 520px;
    object-fit: cover;
}

@media (max-width: 1479px) {
    .cs-12 .col-1 h2 {
        font-size: 60px;
    }
}

@media (max-width: 1019px) {
    .cs-12 .col-1 {
        width: 100%;
        padding: 0 0 60px;
    }

    .cs-12 .col-2 {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-12 {
        padding: 100px 0;
    }

    .cs-12 .col-1 {
        padding: 0;
    }

    .cs-12 .col-1 h2 {
        font-size: 35px;
    }

    .cs-12 .col-2 {
        padding: 50px 0 0;
    }

    .cs-12 .col-2.hide-sm {
        display: none;
    }

    .cs-12 .col-2 img {
        border-radius: 320px 5px 5px 5px;
        min-height: 120px;
    }
}

.cs-13 {
    padding: 300px 0 0;
}

.cs-13 .title h1 {
    font-size: 90px;
}

.cs-13 .title h1 .sm {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.cs-13 .title .arrow {
    width: 80px;
    height: 80px;
    border: 1px solid var(--main);
    border-radius: 50%;
    margin: 80px 0 -80px;
}

.cs-13 .title .arrow:hover {
    background: var(--main);
    color: #fff;
}

.cs-13 .title .arrow svg {
    width: 20px;
}

.cs-13 .img {
    height: 680px;
    border-radius: 380px 5px 5px 5px;
    background: url("../img/bg-banner-1.jpg") center center / cover no-repeat;
}

@media (max-width: 1479px) {
    .cs-13 .title h1 {
        font-size: 70px;
    }

    .cs-13 .img {
        height: 500px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-13 {
        padding: 250px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-13 {
        padding: 150px 0 0;
    }

    .cs-13 .title h1 .sm {
        font-size: 15px;
    }

    .cs-13 .title h1 {
        font-size: 45px;
    }

    .cs-13 .title .arrow {
        width: 60px;
        height: 60px;
        margin: 30px 0 -30px;
    }

    .cs-13 .title .arrow svg {
        width: 15px;
    }

    .cs-13 .img {
        height: 400px;
        border-radius: 250px 5px 5px 5px;
    }
}

.cs-14 {
    padding: 160px 0;
}

.cs-14 .title h2 {
    font-size: 18px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--main);
    margin: 0 0 50px;
    line-height: 1.3;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.cs-14 .col-1 {
    width: 70%;
    padding: 0 100px 150px 0;
}

.cs-14 .col-1 .f-title {
    font-size: 46px;
    line-height: 1.2;
}

.cs-14 .col-2 {
    width: 30%;
    align-items: flex-end;
}

.cs-14 .col-2 img {
    border-radius: 320px 5px 5px 5px;
}

.cs-14 .col-3 {
    width: 45%;
    justify-content: flex-end;
}

.cs-14 .col-3 img {
    margin: -60px 0 0;
    border-radius: 5px 500px 5px 5px;
}

.cs-14 .col-4 {
    width: 55%;
    padding: 0 0 0 100px;
    align-items: flex-end;
    justify-content: flex-end;
}

.cs-14 .col-4>div {
    max-width: 700px;
}

.cs-14 .col-4 p+p {
    margin: 20px 0 0;
}

.cs-14 .col-5 .f-title {
    font-size: 46px;
    line-height: 1.2;
    max-width: 1200px;
    margin: 0 0 150px;
}

@media (max-width: 1479px) {
    .cs-14 .col-1 .f-title {
        font-size: 40px;
    }

    .cs-14 .col-3 img {
        border-radius: 5px 380px 5px 5px;
    }
}

@media (max-width: 1279px) {
    .cs-14 .col-1 {
        width: 100%;
        padding: 0;
    }

    .cs-14 .col-2 {
        display: none;
    }

    .cs-14 .col-3 {
        width: 100%;
        padding: 50px 0;
    }

    .cs-14 .col-3 img {
        margin: 0;
    }

    .cs-14 .col-4 {
        width: 100%;
        padding: 0;
    }

    .cs-14 .col-4>div {
        max-width: 100%;
    }

    .cs-14 .col-5 .f-title {
        margin: 0;
    }
}

@media (max-width: 1019px) {
    .cs-14 .col-1 .f-title {
        font-size: 32px;
    }

    .cs-14 .col-5 .f-title {
        font-size: 40px;
    }
}

@media (max-width: 619px) {
    .cs-14 {
        padding: 100px 0;
    }

    .cs-14 .title h2 {
        font-size: 15px;
        margin: 0 0 30px;
    }

    .cs-14 .col-1 .f-title {
        font-size: 25px;
    }

    .cs-14 .col-3 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-14 .col-5 .f-title {
        font-size: 25px;
    }
}

.cs-15 {
    border-radius: 380px 0 380px 0;
    background: var(--main);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cs-15 .title {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
}

.cs-15 .title h2 {
    font-size: 80px;
    margin: 30px 0 0;
    text-align: center;
}

.cs-15 .col-1 {
    width: 50%;
    padding: 450px 100px 100px;
}

.cs-15 .col-1>div {
    max-width: 620px;
}

.cs-15 .col-2 {
    width: 50%;
    background: url("../img/lalime-3.jpg") left center / cover no-repeat;
}

@media (max-width: 1479px) {
    .cs-15 .title h2 {
        font-size: 70px;
    }

    .cs-15 .col-1 {
        padding: 400px 80px 80px;
    }
}

@media (max-width: 1019px) {
    .cs-15 .title {
        padding: 100px 0 0;
        position: static;
    }

    .cs-15 .col-1 {
        width: 100%;
        padding: 50px 100px 100px;
    }

    .cs-15 .col-2 {
        width: 100%;
        height: 600px;
    }
}

@media (max-width: 619px) {
    .cs-15 {
        border-radius: 200px 0 200px 0;
        text-align: center;
    }

    .cs-15 .title img {
        width: 60px;
    }

    .cs-15 .title h2 {
        font-size: 40px;
    }

    .cs-15 .col-1 {
        padding: 30px 30px 50px;
    }

    .cs-15 .col-2 {
        height: 400px;
    }
}

.cs-16 {
    padding: 160px 0;
}

.cs-16 .col-1 {
    width: 46%;
    padding: 0 60px 60px 0;
    align-items: flex-start;
}

.cs-16 .col-1>div {
    position: relative;
}

.cs-16 .col-1 img {
    border-radius: 5px;
}

.cs-16 .col-1 .img-2 {
    border-radius: 380px 5px 5px 5px;
    position: absolute;
    bottom: -60px;
    right: -100px;
}

.cs-16 .col-2 {
    width: 54%;
    padding: 0 0 0 50px;
    justify-content: center;
}

.cs-16 .col-2 h2 {
    font-size: 70px;
}

.cs-16 .col-2 h2>div {
    width: fit-content;
}

.cs-16 .col-2 h2 .line {
    width: 190px;
    height: 1px;
    margin: 15px 30px 0 0;
    background: var(--main);
}

.cs-16 .col-2 .offset {
    padding: 0 0 0 130px;
}

.cs-16 .col-2 p {
    margin: 40px 0 30px;
}

.cs-16 .col-2 .btns {
    gap: 15px;
}

.cs-16 .col-2 .btns a svg {
    height: 40%;
    margin-right: 10px;
}

@media (max-width: 1279px) {
    .cs-16 .col-1 .img-2 {
        bottom: -30px;
        right: -30px;
        width: 70%;
    }

    .cs-16 .col-2 h2 {
        font-size: 50px;
    }

    .cs-16 .col-2 h2 .line {
        width: 100px;
        margin: 15px 30px 0 0;
    }

    .cs-16 .col-2 .offset {
        padding: 0;
    }
}

@media (max-width: 1019px) {
    .cs-16 .col-1 {
        width: 100%;
    }

    .cs-16 .col-1 .img-2 {
        bottom: -60px;
        right: -60px;
    }

    .cs-16 .col-2 {
        width: 100%;
        padding: 50px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-16 {
        padding: 100px 0;
    }

    .cs-16 .col-1 {
        padding: 0 30px 30px 0;
    }

    .cs-16 .col-1 .img-2 {
        bottom: -30px;
        right: -30px;
    }

    .cs-16 .col-2 h2 {
        font-size: 35px;
    }

    .cs-16 .col-2 h2 .line {
        width: 70px;
        margin: 10px 20px 0 0;
    }

    .cs-16 .col-2 p {
        margin: 30px 0;
    }
}

.cs-17 {
    padding: 50px 0 160px;
    overflow: hidden;
}

.cs-17 .title {
    padding: 0 0 0 160px;
}

.cs-17 .title h2 {
    font-size: 70px;
    margin: 0 0 60px;
}

.cs-17 .bottom {
    padding: 0 0 0 160px;
    position: relative;
}

.cs-17 .nav {
    position: absolute;
    top: 0;
    left: 0;
}

.cs-17 .nav-slider {
    display: flex;
    gap: 15px;
}

.cs-17 .nav-slider .control {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--main);
    cursor: pointer;
}

.cs-17 .nav-slider .control:hover {
    background: var(--main2);
    color: #fff;
}

.cs-17 .nav-slider .control svg {
    width: 18px;
}

.cs-17 .nav-slider .prev svg {
    transform: rotate(90deg);
}

.cs-17 .nav-slider .next svg {
    transform: rotate(-90deg);
}

.cs-17 .outer-slider {
    margin: 0 -25vw 0 0;
}

.cs-17 .slider {
    display: flex;
}

.cs-17 .inner-slide {
    height: 100%;
    border-radius: 5px;
    background: #fff;
}

.cs-17 .inner-slide .img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.cs-17 .inner-slide .img img.no-desc {
    border-radius: 5px;
}

.cs-17 .inner-slide .desc {
    padding: 30px 30px 50px;
}

.cs-17 .inner-slide .desc h3 {
    font-size: 32px;
    margin: 0 0 20px;
}

.cs-17 .inner-slide .desc p {
    font-size: 18px;
}

.cs-17 .inner-slide .desc .btns {
    margin: 20px 0 0;
}

@media (max-width: 1019px) {
    .cs-17 .title {
        padding: 0 0 0 120px;
    }

    .cs-17 .title h2 {
        font-size: 60px;
    }

    .cs-17 .bottom {
        padding: 0 0 0 120px;
    }
}

@media (max-width: 619px) {
    .cs-17 {
        padding: 30px 0 100px;
    }

    .cs-17 .title {
        padding: 0;
    }

    .cs-17 .title h2 {
        font-size: 40px;
        margin: 0 0 30px;
    }

    .cs-17 .bottom {
        padding: 0;
    }

    .cs-17 .nav {
        position: static;
        margin: 0 0 30px;
    }

    .cs-17 .nav-slider {
        gap: 10px;
        flex-direction: row;
    }

    .cs-17 .nav-slider .control {
        width: 60px;
        height: 60px;
    }

    .cs-17 .nav-slider .control svg {
        width: 14px;
    }

    .cs-17 .outer-slider {
        margin: 0 -75vw 0 0;
    }

    .cs-17 .inner-slide .desc h3 {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .cs-17 .inner-slide .desc p {
        font-size: 13px;
    }
}

.cs-18 {
    padding: 160px 0;
    background: #fff;
}

.cs-18 .title h2 {
    font-size: 70px;
}

.cs-18 .items {
    margin: 0 -15px;
}

.cs-18 .item {
    width: 20%;
    padding: 80px 15px 0;
}

.cs-18 .item.lg {
    width: 50%;
}

.cs-18 .item .img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cs-18 .item .img img.proprietaires-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.cs-18 .item .img img.other-members-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.cs-18 .item .img img:first-child {
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Rollover effect when two images exist */
.cs-18 .item .img .alt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    object-fit: cover;
    border-radius: 5px;
}

.cs-18 .item .img:hover .alt {
    opacity: 1;
}

/* Fade out first image when hovering (only if second image exists) */
.cs-18 .item .img:has(.alt):hover img:first-child {
    opacity: 0;
}

/* Zoom-in effect when only one image exists */
.cs-18 .item .img img:only-child {
    transition: transform 0.5s ease;
    will-change: transform;
}

.cs-18 .item .img:hover img:only-child {
    transform: scale(1.1);
}

.cs-18 .item .desc h3 {
    font-size: 28px;
    margin: 18px 0 10px;
}

.cs-18 .item .desc .sm {
    font-size: 14px;
    line-height: 1.3;
}

.cs-18 .item.lg .desc h3 {
    font-size: 34px;
    margin: 22px 0 10px;
}

.cs-18 .item.lg .desc .sm {
    font-size: 18px;
}

@media (max-width: 1479px) {
    .cs-18 .item {
        width: 25%;
    }
}

@media (max-width: 1279px) {
    .cs-18 .item .desc h3 {
        font-size: 24px;
    }
}

@media (max-width: 1019px) {
    .cs-18 .title h2 {
        font-size: 60px;
    }

    .cs-18 .item {
        width: 50%;
    }

    .cs-18 .item.lg {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-18 {
        padding: 100px 0;
    }

    .cs-18 .title h2 {
        font-size: 40px;
    }

    .cs-18 .items {
        margin: 0 -10px;
    }

    .cs-18 .item {
        padding: 40px 10px 0;
    }

    .cs-18 .item .desc h3 {
        font-size: 17px;
        margin: 10px 0 0;
    }

    .cs-18 .item .desc .sm {
        font-size: 12px;
    }

    .cs-18 .item.lg .desc h3 {
        font-size: 22px;
        margin: 15px 0 5px;
    }

    .cs-18 .item.lg .desc .sm {
        font-size: 14px;
    }
}

.cs-19 {
    padding: 160px 0;
}

.cs-19 .col-1 {
    width: 40%;
}

.cs-19 .col-1 h2 {
    font-size: 56px;
    margin: 0 0 30px;
    text-wrap: balance;
}

.cs-19 .col-1 .btns{
    margin: 30px 0 0;
}

.cs-19 .col-2 {
    width: 60%;
    padding: 0 0 0 100px;
}

.cs-19 .col-2 .item {}

.cs-19 .col-2 .item:last-child {}

.cs-19 .col-2 .item+.item {
    border-top: 1px solid var(--main);
}

.cs-19 .col-2 .t-item {
    cursor: pointer;
    position: relative;
    transition: all .25s ease-in-out;
}

.cs-19 .col-2 .t-item .q-title {
    font-size: 34px;
    padding: 30px 100px 30px 20px;
    display: flex;
    align-items: center;
    transition: all .25s ease-in-out;
}

.cs-19 .col-2 .t-item:hover .q-title {
    color: var(--main);
}

/*.cs-19 .col-2 .t-item.open .q-title{ color:var(--main);  }*/
.cs-19 .col-2 .t-item .q-title .num {
    font-size: 24px;
    margin-right: 2vw;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    border: 1px solid var(--main);
    flex-shrink: 0;
}

.cs-19 .col-2 .t-item .icn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    display: flex;
    width: 30px;
    height: 30px;
    transition: all .25s ease-in-out;
}

.cs-19 .col-2 .t-item:hover .icn {}

.cs-19 .col-2 .t-item .icn:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/icn/plus.svg) center center no-repeat;
    background-size: 28px 28px;
    transition: all 0.4s ease;
}

.cs-19 .col-2 .t-item.open .icn:after {
    background-image: url(../img/icn/minus.svg);
    transform: rotate(180deg);
}

.cs-19 .col-2 .c-item {
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cs-19 .col-2 .c-item.open {}

.cs-19 .col-2 .c-item>div {
    padding: 0 20px 40px;
}

.cs-19 .col-2 .c-item p+p {
    margin-top: 15px;
}

.cs-19 .col-2 .c-item ul {
    margin: 15px 0;
    padding: 0 0 0 30px;
    line-height: 1.3;
}

.cs-19 .col-2 .c-item li {
    margin: 0 0 10px;
    list-style: disc;
}

@media (max-width: 1479px) {
    .cs-19 .col-2 .c-item {
        font-size: 20px;
    }
}

@media (max-width: 1279px) {
    .cs-19 .col-2 .t-item .q-title {
        font-size: 30px;
    }
}

@media (max-width: 1019px) {
    .cs-19 .col-1 {
        width: 100%;
    }

    .cs-19 .col-2 {
        width: 100%;
        padding: 30px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-19 {
        padding: 80px 0;
    }

    .cs-19 .col-1 h2 {
        font-size: 30px;
    }

    .cs-19 .col-2 .t-item .q-title {
        font-size: 20px;
        padding: 20px 40px 20px 0;
    }

    .cs-19 .col-2 .t-item .q-title .num {
        font-size: 16px;
        margin-right: 15px;
        height: 32px;
        width: 32px;
    }

    .cs-19 .col-2 .t-item .icn {
        right: 0;
    }

    .cs-19 .col-2 .t-item .icn:after {
        background-size: 18px 18px;
    }

    .cs-19 .col-2 .c-item {
        font-size: 14px;
    }

    .cs-19 .col-2 .c-item>div {
        padding: 0 0 30px;
    }
}

.cs-20 {
    padding: 300px 0 100px;
}

.cs-20 .title h1 {
    font-size: 90px;
}

.cs-20 .intro {
    padding: 60px 0 0;
    margin: 60px 0 0;
    align-items: flex-end;
    border-top: 1px solid var(--main);
}

.cs-20 .intro p {
    max-width: 1200px;
}

@media (max-width: 1479px) {
    .cs-20 .title h1 {
        font-size: 70px;
    }

    .cs-20 .intro p {
        max-width: 900px;
    }
}

@media (max-width: 1279px) {
    .cs-20 .title h1 {
        font-size: 60px;
    }
}

@media (max-width: 1019px) {}

@media (max-width: 619px) {
    .cs-20 {
        padding: 200px 0 60px;
    }

    .cs-20 .title h1 {
        font-size: 40px;
    }

    .cs-20 .intro {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }
}

.cs-21 {
    padding: 160px 0 100px;
    background: #fff;
}

.cs-21 .items {
    margin: 0 -30px;
    justify-content: center;
}

.cs-21 .item {
    width: 33.33333%;
    padding: 0 30px 100px;
    font-size: 20px;
}

.cs-21 .item img {
    width: 100%;
    border-radius: 5px;
}

.cs-21 .item h2 {
    font-size: 30px;
    margin: 30px 0 15px;
}

@media (max-width: 1019px) {
    .cs-21 .item {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-21 {
        padding: 100px 0 50px;
    }

    .cs-21 .items {
        margin: 0;
    }

    .cs-21 .item {
        padding: 0 0 60px;
        font-size: 16px;
    }

    .cs-21 .item h2 {
        font-size: 26px;
        margin: 20px 0 10px;
    }
}

.cs-22 {
    padding: 160px 0;
}

.cs-22 .title {
    max-width: 1250px;
    margin: 0 0 100px;
}

.cs-22 .title h2 {
    font-size: 56px;
    margin: 0 0 30px;
    text-wrap: balance;
}

.cs-22 .col-1 {
    width: 50%;
}

.cs-22 .col-1 img {
    border-radius: 5px 500px 5px 5px;
}

.cs-22 .col-2 {
    width: 50%;
    padding: 0 0 0 100px;
    justify-content: center;
}

.cs-22 .col-2 .item {
    padding: 30px 0;
    border-top: 1px solid var(--main);
}

.cs-22 .col-2 .item:last-child {
    border-bottom: 1px solid var(--main);
}

.cs-22 .col-2 .item h3 {
    font-size: 30px;
}

.cs-22 .col-2 .item .btn {
    margin: 20px 0 0;
}

.cs-22 .col-2 .item .btn svg {
    width: 20px;
    margin: 0 10px 0 0;
}

@media (max-width: 1479px) {
    .cs-22 .col-1 img {
        border-radius: 5px 400px 5px 5px;
    }

    .cs-22 .col-2 .item h3 {
        font-size: 26px;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-22 .col-1 {
        width: 100%;
    }

    .cs-22 .col-2 {
        width: 100%;
        padding: 60px 0 0;
    }

    .cs-22 .col-2 .item h3 {
        font-size: 30px;
    }
}

@media (max-width: 619px) {
    .cs-22 {
        padding: 100px 0;
    }

    .cs-22 .title {
        margin: 0 0 50px;
    }

    .cs-22 .title h2 {
        font-size: 30px;
    }

    .cs-22 .col-1 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-22 .col-2 {
        padding: 30px 0 0;
    }

    .cs-22 .col-2 .item h3 {
        font-size: 22px;
    }

    .cs-22 .col-2 .item .btn svg {
        width: 15px;
        margin: 0 5px 0 0;
    }
}

.cs-23 {
    padding: 160px 0;
    /*border-top:1px solid var(--main);*/
    background: #fff;
}

.cs-23 .title {
    margin: 0 auto 100px;
    max-width: 1200px;
    text-align: center;
}

.cs-23 .title h2 {
    font-size: 56px;
    margin: 0 0 30px;
    text-wrap: balance;
}

.cs-23 .items {
    margin: 0 -20px;
    justify-content: center;
}

.cs-23 .item {
    width: 33.33333%;
    max-width: 500px;
    padding: 20px;
    font-size: 20px;
}

.cs-23 .item .box {
    padding: 40px;
    border-radius: 5px;
    height: 100%;
    background: #fff;
    background: var(--light);
}

.cs-23 .item h3 {
    font-size: 30px;
    margin: 60px 0 15px;
}

@media (max-width: 1019px) {
    .cs-23 .title {
        margin: 0 auto 60px;
    }

    .cs-23 .item {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px 0;
    }

    .cs-23 .item h3 {
        font-size: 30px;
    }
}

@media (max-width: 619px) {
    .cs-23 {
        padding: 100px 0;
    }

    .cs-23 .title {
        margin: 0 auto 40px;
    }

    .cs-23 .title h2 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .cs-23 .item {
        padding: 20px 20px 0;
        font-size: 15px;
    }

    .cs-23 .item .box {
        padding: 30px;
    }

    .cs-23 .item h3 {
        font-size: 26px;
        margin: 40px 0 10px;
    }
}

.cs-24 {
    padding: 160px 0;
}

.cs-24 .col-1 {
    width: 50%;
    padding: 0 100px 0 0;
}

.cs-24 .col-1>div {
    max-width: 650px;
}

.cs-24 .col-1 h2 {
    font-size: 56px;
    margin: 40px 0 30px;
}

.cs-24 .col-2 {
    width: 50%;
}

.cs-24 .col-2 .outer-form {
    padding: 50px;
    border-radius: 5px;
    background: #fff;
}

.cs-24 .col-2 .outer-form .btn {
    width: 100%;
    height: 70px;
}

@media (max-width: 1019px) {
    .cs-24 .col-1 {
        width: 100%;
        padding: 0 0 50px;
    }

    .cs-24 .col-1 h2 {
        margin: 0 0 30px;
    }

    .cs-24 .col-2 {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-24 {
        padding: 100px 0;
    }

    .cs-24 .col-1 h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }

    .cs-24 .col-2 .outer-form {
        padding: 30px;
    }

    .cs-24 .col-2 .outer-form .btn {
        height: 50px;
    }
}

.cs-25 {
    padding: 160px 0;
    background: #fff;
}

.cs-25 .col-1 {
    width: 42%;
    align-items: flex-start;
}

.cs-25 .col-1 img {
    border-radius: 5px 500px 5px 5px;
    height: 100%;
    object-fit: cover;
}

.cs-25 .col-2 {
    width: 58%;
    padding: 0 0 0 100px;
    justify-content: center;
}

.cs-25 .col-2>div {
    max-width: 760px;
}

.cs-25 .col-2 h2 {
    font-size: 70px;
    margin: 0 0 30px;
}

.cs-25 .col-2 p {
    max-width: 600px;
}

.cs-25 .col-2 .items {
    margin: 60px 0 0;
}

.cs-25 .col-2 .item a {
    padding: 30px 0;
    border-top: 1px solid var(--main);
}

.cs-25 .col-2 .item:last-child {
    border-bottom: 1px solid var(--main);
}

.cs-25 .col-2 .item a:hover {
    background: var(--main);
    color: #fff;
}

.cs-25 .col-2 .item .icn {
    width: 100px;
    flex-shrink: 0;
}

.cs-25 .col-2 .item .icn svg {
    height: 40px;
    transform: rotate(-90deg);
}

.cs-25 .col-2 .item .desc {
    width: calc(100% - 100px);
    padding: 0 0 0 30px;
    justify-content: center;
}

.cs-25 .col-2 .item .desc .f-title {
    font-size: 26px;
    line-height: 1.3;
}

@media (max-width: 1479px) {
    .cs-25 .col-1 img {
        border-radius: 5px 400px 5px 5px;
    }
}

@media (max-width: 1279px) {
    .cs-25 .col-2 h2 {
        font-size: 56px;
    }
}

@media (max-width: 1019px) {
    .cs-25 .col-1 {
        width: 100%;
    }

    .cs-25 .col-2 {
        width: 100%;
        padding: 60px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-25 {
        padding: 100px 0;
    }

    .cs-25 .col-1 img {
        border-radius: 5px 250px 5px 5px;
    }

    .cs-25 .col-2 h2 {
        font-size: 35px;
    }

    .cs-25 .col-2 p {
        margin: 0 0 20px;
    }

    .cs-25 .col-2 .items {
        margin: 30px 0 0;
    }

    .cs-25 .col-2 .item a {
        padding: 20px 0;
    }

    .cs-25 .col-2 .item .icn {
        width: 50px;
        flex-shrink: 0;
    }

    .cs-25 .col-2 .item .icn svg {
        height: 24px;
    }

    .cs-25 .col-2 .item .desc {
        width: calc(100% - 50px);
        padding: 0 0 0 10px;
    }

    .cs-25 .col-2 .item .desc .f-title {
        font-size: 22px;
    }
}

.cs-26 {
    padding: 160px 0;
}

.cs-26 .container {
    max-width: 1000px;
}

.cs-26 .title h2 {
    font-size: 70px;
    margin: 0 auto 30px;
    text-align: center;
    text-wrap: balance;
}

.cs-26 .note {
    font-size: 14px;
}

@media (max-width: 1019px) {
    .cs-26 .title h2 {
        font-size: 56px;
    }

    .cs-26 .container {
        max-width: 700px;
    }
}

@media (max-width: 619px) {
    .cs-26 {
        padding: 100px 0;
    }

    .cs-26 .title h2 {
        font-size: 35px;
        margin: 0 auto 10px;
    }
}

.cs-27 {
    padding: 160px 0;
    margin: 100px 0 0;
    border-top: 1px solid var(--main);
}

.cs-27 .col-1 {
    width: 35%;
    padding: 0 100px 0 0;
}

.cs-27 .col-1>div {
    max-width: 600px;
}

.cs-27 .col-1 .box {
    padding: 40px;
    margin: 0 0 20px;
    border: 1px solid var(--main);
    border-radius: 5px;
}

.cs-27 .col-1 .box .icn {
    width: 64px;
    flex-shrink: 0;
    justify-content: center;
}

.cs-27 .col-1 .box .desc {
    width: calc(100% - 64px);
    padding: 0 0 0 20px;
    justify-content: center;
}

.cs-27 .col-1 .box .desc .f-title {
    font-size: 25px;
}

.cs-27 .col-1 .box .desc .sm {
    font-size: 20px;
    margin: 5px 0 0;
    line-height: 1.3;
}

.cs-27 .col-1 .btn {
    width: 100%;
    height: 70px;
}

.cs-27 .col-2 {
    width: 65%;
}

@media (max-width: 1479px) {
    .cs-27 .col-1 {
        width: 40%;
    }

    .cs-27 .col-1 .box {
        padding: 30px;
    }

    .cs-27 .col-1 .box .icn {
        width: 50px;
    }

    .cs-27 .col-1 .box .desc {
        width: calc(100% - 50px);
    }

    .cs-27 .col-2 {
        width: 60%;
    }
}

@media (max-width: 1279px) {}

@media (max-width: 1019px) {
    .cs-27 .col-1 {
        width: 100%;
        padding: 60px 0 0;
    }

    .cs-27 .col-2 {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .cs-27 {
        padding: 60px 0;
        margin: 60px 0 0;
    }

    .cs-27 .col-1 .box .icn {
        width: 45px;
    }

    .cs-27 .col-1 .box .desc {
        width: calc(100% - 45px);
    }

    .cs-27 .col-1 .box .desc .f-title {
        font-size: 20px;
    }

    .cs-27 .col-1 .box .desc .sm {
        font-size: 15px;
    }

    .cs-27 .col-1 .btn {
        height: 50px;
    }
}

.cs-28 {
    padding: 300px 0 160px;
}

.cs-28 .title h1 {
    font-size: 90px;
    text-align: center;
    text-wrap: balance;
}

.cs-28 .title h1 .sm {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.cs-28 .box {
    padding: 100px;
    margin: 100px 0 0;
    border-radius: 10px;
    background: #fff;
}

.cs-28 .box .col-1 {
    width: 50%;
    padding: 0 50px 0 0;
    border-right: 1px solid var(--light);
}

.cs-28 .box .col-1 .logo {
    width: 250px;
    display: block;
}

.cs-28 .box .col-1 h2 {
    font-size: 35px;
    margin: 50px 0 20px;
}

.cs-28 .box .col-1 p+p {
    margin: 20px 0 0;
}

.cs-28 .box .col-1 p.lg {
    font-size: 30px;
}

.cs-28 .box .col-1 p a {
    text-decoration: none;
}

.cs-28 .box .col-1 .btns {
    margin: 50px 0 0;
}

.cs-28 .box .col-1 .btn {
    width: 100%;
    height: 70px;
}

.cs-28 .box .col-1 .contact {
    padding: 30px;
    margin: 20px 0 0;
    background: var(--light);
    border-radius: 5px;
}

.cs-28 .box .col-1 .contact .icn {
    width: 64px;
    flex-shrink: 0;
    justify-content: center;
}

.cs-28 .box .col-1 .contact .desc {
    width: calc(100% - 64px);
    padding: 0 0 0 20px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.cs-28 .box .col-2 {
    width: 50%;
    padding: 0 0 0 50px;
}

@media (max-width: 1479px) {
    .cs-28 .title h1 {
        font-size: 70px;
    }
}

@media (max-width: 1279px) {
    .cs-28 .title h1 {
        /*font-size:60px;*/
    }
}

@media (max-width: 1019px) {
    .cs-28 .box .col-1 {
        width: 100%;
        padding: 0 0 50px;
        border: none;
    }

    .cs-28 .box .col-2 {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 619px) {
    .cs-28 {
        padding: 200px 0 100px;
    }

    .cs-28 .title h1 .sm {
        font-size: 15px;
    }

    .cs-28 .title h1 {
        font-size: 45px;
    }

    .cs-28 .box {
        padding: 40px 30px;
        margin: 50px 0 0;
        border-radius: 5px;
    }

    .cs-28 .box .col-1 .logo {
        width: 150px;
    }

    .cs-28 .box .col-1 h2 {
        font-size: 25px;
        margin: 40px 0 20px;
    }

    .cs-28 .box .col-1 p.lg {
        font-size: 22px;
    }

    .cs-28 .box .col-1 .btn {
        height: 50px;
    }

    .cs-28 .box .col-1 .contact {
        padding: 20px;
    }

    .cs-28 .box .col-1 .contact .icn {
        width: 40px;
    }

    .cs-28 .box .col-1 .contact .desc {
        width: calc(100% - 40px);
        padding: 0 0 0 10px;
        font-size: 11px;
    }
}

.cs-29{
    padding: 160px 0;
    background: #fff;
}

.cs-29 .col-1{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.cs-29 .col-1 h2{
    font-size: 60px;
    margin: 0 0 30px;
    text-wrap: balance;
}

.cs-29 .col-1 .btns{
    margin: 30px auto 0;
}

@media (max-width: 619px) {
    .cs-29{
        padding: 100px 0;
    }
    .cs-29 .col-1 h2{
        font-size: 35px;
    }   
}

.video-banner {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden
}

.video-banner .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
@media (max-width: 1019px) {
    .video-banner {
        aspect-ratio: 4 / 3;
    }
}
@media (max-width: 619px) {
    .video-banner {
        aspect-ratio: 1 / 1;
    }
}


.cs-error {
    padding: 40vh 0 20vh;
    text-align: center;
}

.cs-error .lg {
    font-size: 150px;
    margin: 0 0 20px;
}

.cs-error .sm {
    font-size: 24px;
    line-height: 1.2;
}

.cs-error .btns {
    margin: 40px auto 0;
}

@media (max-width: 1279px) {
    .cs-error {
        padding: 40vh 0 30vh;
    }
}

@media (max-width: 619px) {
    .cs-error {}

    .cs-error .lg {
        font-size: 60px;
    }

    .cs-error .sm {
        font-size: 20px;
    }
}

.cs-privacy {
    padding: 260px 0 160px;
}

.cs-privacy .title h1 {
    font-size: 50px;
    margin: 0 0 50px;
}

.cs-privacy .update {
    opacity: 0.5;
    font-weight: 600;
    margin: 0 0 30px;
}

.cs-privacy .container {
    max-width: 1000px;
}

@media (max-width: 1279px) {
    .cs-privacy {
        padding: 250px 0 100px;
    }
}

@media (max-width: 619px) {
    .cs-privacy {
        padding: 150px 0 50px;
    }

    .cs-privacy .title h1 {
        font-size: 28px;
        margin: 0 0 30px;
    }
}


/* Career Page */
.career-section {
    margin-bottom: 60px;
}

.career-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.career-section .wysiwyg {
    font-size: 20px;
}

/* Fiche décès */
.cs-fiche-deces {
    padding: 160px 0 0;
}

.cs-fiche-deces .col-1 {
    width: 30%;
    padding: 0 60px 0px 0;
    align-items: flex-start;
}

.cs-bouquet-de-fleurs.cs-fiche-deces .col-1 {
    width: 70%;
    padding: 0 200px 0 0px;

}

.cs-fiche-deces .col-1>div {
    position: relative;
}

.cs-fiche-deces .col-1 img {
    border-radius: 5px;
}

.cs-fiche-deces .col-1 .img-2 {
    border-radius: 380px 5px 5px 5px;
    position: absolute;
    bottom: -60px;
    right: -100px;
}

.cs-fiche-deces .col-2 {
    width: 70%;
    justify-content: center;
}

.cs-bouquet-de-fleurs.cs-fiche-deces .col-2 {
    width: 30%;
}

.cs-fiche-deces .col-2.first {
    padding: 0 0 0 50px;
}


.cs-fiche-deces .col-2 h2 {
    font-size: 70px;
}

.cs-fiche-deces .col-2 h2>div {
    width: fit-content;
}

.cs-fiche-deces .col-2 h2 .line {
    width: 190px;
    height: 1px;
    margin: 15px 30px 0 0;
    background: var(--main);
}

.cs-fiche-deces .col-2 .offset {
    padding: 0 0 0 130px;
}

.cs-fiche-deces .btns {
    display: flex;
    gap: 10px;
}

.cs-fiche-deces .date-deces {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: white;
    color: var(--dark);
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--light);
    width: fit-content;
}

.cs-fiche-deces h1 {
    margin-bottom: 24px;
    font-size: 60px;
}

.cs-fiche-deces h3.dates {
    margin-bottom: 50px;
    font-size: 36px;
}

.cs-fiche-deces .col-1 .box {
    padding: 40px;
    margin: 0 0 20px;
    border-radius: 5px;
    background: #ffffff;
}

.cs-fiche-deces .col-1 .box .icn {
    width: 64px;
    flex-shrink: 0;
    justify-content: center;
}

.cs-fiche-deces .col-1 .box .desc .f-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.cs-fiche-deces .col-1 .box .desc .f-subtitle {
    font-size: 18px;
    margin-bottom: 6px;
}

.cs-fiche-deces .col-1 .box .desc .sm {
    font-size: 16px;
    line-height: 1;
}

.cs-fiche-deces .col-1 .box .desc .date.sm {
    margin-top: 20px;
}

.cs-fiche-deces .col-2 p {
    margin: 0px 0 30px;
    font-size: 20px;
}

.cs-fiche-deces hr {
    margin: 80px 0px 80px;
    color: var(--main);
    border: none;
    border-top: 1px solid var(--main);
}

#avis-de-deces {
    padding: 160px 0;
}
@media (max-width: 619px) {
    #avis-de-deces {
        padding: 100px 0;
    }
}

.cs-sympathies {
    padding: 160px 0;
    background: #ffffff;
}

.cs-sympathies .first-section {
    margin-bottom: 50px;
}

.cs-sympathies h2 {
    margin-bottom: 24px;
    font-size: 42px;
}

.cs-sympathies .btns {
    justify-content: flex-end;
}

.cs-sympathies .sympathie-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-sympathies .sympathie-item {
    padding: 40px 60px;
    border-radius: 5px;
    background: var(--light);

}

.cs-sympathies .sympathie-item .message {
    font-size: 24px;
    margin-bottom: 40px;
}

.cs-sympathies .sympathie-item .name {
    font-size: 18px;
    font-weight: 700;
}

.cs-sympathies .add-sympathie {
    margin: 50px auto 0;
}

.cs-sympathies .add-sympathie a {
    display: inline-block;
    transition: all .25s ease-in-out;
}

.cs-sympathies .add-sympathie a svg {
    transition: all .25s ease-in-out;
}

.cs-sympathies .add-sympathie a:hover {
    transform: scale(1.1);
}

.cs-sympathies .add-sympathie a:hover svg {
    fill: var(--main2);
}

.cs-bouquet-de-fleurs .wrap {
    align-items: center;
}

.cs-bouquet-de-fleurs .box {
    background: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.cs-bouquet-de-fleurs .box img {
    border-radius: 5px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.cs-bouquet-de-fleurs h2 {
    margin-bottom: 30px;
    width: 50%;
}

.cs-bouquet-de-fleurs p {
    font-size: 20px;
}

.cs-bouquet-de-fleurs .box h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .home-avis-de-deces h2 {
    font-size: 70px;
    margin-bottom: 50px;
}

.home-avis-de-deces time {
    font-size: 20px;
    color: var(--dark) !important;
} */

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-fields {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
}

.newsletter-fields input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid var(--light);
    font-size: 16px;
    color: var(--dark);
}

.newsletter-form .outer-form .btn {
    margin-top: 0 !important;
}

@media (max-width: 1479px) {
    .cs-fiche-deces .col-1 .box {
        padding: 30px;
    }

    .cs-fiche-deces .col-1 .box .icn {
        width: 50px;
    }

    .cs-fiche-deces .col-1 .box .desc {
        width: calc(100% - 50px);
    }
}

@media (max-width: 1279px) {
    .cs-fiche-deces .col-1 .img-2 {
        bottom: -30px;
        right: -30px;
        width: 70%;
    }

    .cs-fiche-deces .col-2 h2 {
        font-size: 50px;
    }

    .cs-fiche-deces .col-2 h2 .line {
        width: 100px;
        margin: 15px 30px 0 0;
    }

    .cs-fiche-deces .col-2 .offset {
        padding: 0;
    }
}

@media (max-width: 1019px) {
    .cs-fiche-deces .col-1 {
        width: 100%;
    }

    .cs-fiche-deces .col-1 .img-2 {
        bottom: -60px;
        right: -60px;
    }

    .cs-fiche-deces .col-2 {
        width: 100%;
        padding: 50px 0 0;
    }
}

@media (max-width: 619px) {
    .cs-fiche-deces {
        padding: 100px 0;
    }

    .cs-fiche-deces .col-1 {
        padding: 0 30px 0px 0;
    }

    .cs-fiche-deces .col-1 .img-2 {
        bottom: -30px;
        right: -30px;
    }

    .cs-fiche-deces .col-2 h2 {
        font-size: 35px;
    }

    .cs-fiche-deces .col-2 h2 .line {
        width: 70px;
        margin: 10px 20px 0 0;
    }

    .cs-fiche-deces .col-2 p {
        margin: 30px 0;
    }

    .cs-fiche-deces .col-1 .box .icn {
        width: 45px;
    }

    .cs-fiche-deces .col-1 .box .desc {
        width: calc(100% - 45px);
    }

    .cs-fiche-deces .col-1 .box .desc .f-title {
        font-size: 20px;
    }

    .cs-fiche-deces .col-1 .box .desc .sm {
        font-size: 15px;
    }
}

.cs-28.privacy .date {
    color: var(--grey);
    margin-bottom: 30px;
}

.cs-28.privacy .editor-content p:not(:last-child) {
    margin-bottom: 20px;
}

/* Send Flowers Page */
.cs-send-flowers-hero {
    padding: 300px 0 100px;
}

/* Deceased Info in Hero Section */
.cs-send-flowers-hero .deceased-info-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    backdrop-filter: blur(10px);
}

.cs-send-flowers-hero .deceased-icon {
    width: 60px;
    height: 60px;
    background: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cs-send-flowers-hero .deceased-icon svg {
    width: 32px;
    height: 32px;
    color: var(--main);
}

.cs-send-flowers-hero .deceased-icon svg path {
    stroke-width: 1.5;
}

.cs-send-flowers-hero .deceased-info-text {
    flex: 1;
}

.cs-send-flowers-hero .deceased-info-label {
    font-size: 14px;
    color: var(--grey);
    margin: 0 0 4px 0;
    line-height: 1;
}

.cs-send-flowers-hero .deceased-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--main);
    margin: 0;
    line-height: 1.2;
}

/* Responsive styles for deceased info in hero */
@media (max-width: 767px) {
    .cs-send-flowers-hero .deceased-info-header {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
        gap: 12px;
    }

    .cs-send-flowers-hero .deceased-icon {
        width: 44px;
        height: 44px;
    }

    .cs-send-flowers-hero .deceased-icon svg {
        width: 22px;
        height: 22px;
    }

    .cs-send-flowers-hero .deceased-name {
        font-size: 20px;
    }
}

.cs-send-flowers-products {
    padding: 80px 0 130px;
}

.cs-send-flowers-products .products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 80px 30px;
    padding: 0 25px;
}

.cs-send-flowers-products .product-item {
    display: flex;
    flex-direction: column;
}

.cs-send-flowers-products .product-image {
    position: relative;
    width: 100%;
    background: #cfcfcf;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

.cs-send-flowers-products .placeholder-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    color: #999;
}

.cs-send-flowers-products .placeholder-image svg {
    width: 100%;
    height: 100%;
}

.cs-send-flowers-products .product-info {
    text-align: center;
    margin-bottom: 16px;
}

.cs-send-flowers-products .product-info h3 {
    font-size: 24px;
    margin-bottom: 4px;
}

.cs-send-flowers-products .product-info .price {
    font-size: 16px;
    font-weight: 400;
}

.cs-send-flowers-products .btn-add-cart {
    background-color: transparent;
    width: 100%;
    margin: auto;
    color: var(--main);
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.cs-send-flowers-products .btn-add-cart:hover {
    background: var(--main);
    color: #fff;
    cursor: pointer;
}

.cs-send-flowers-checkout {
    padding: 100px 0 160px;
    background: #fff;
}

.cs-send-flowers-checkout .section-title {
    font-size: 56px;
    margin-bottom: 40px;
}

.cs-send-flowers-checkout .divider {
    height: 2px;
    background: var(--main);
    margin-bottom: 60px;
}

.cs-send-flowers-checkout .checkout-wrapper {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.cs-send-flowers-checkout .checkout-form {
    flex: 1;
    max-width: 610px;
}

.cs-send-flowers-checkout .form-section {
    margin-bottom: 50px;
}

.cs-send-flowers-checkout .form-section-title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cs-send-flowers-checkout .outer-form .label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.cs-send-flowers-checkout .outer-form .input {
    background: #fff;
    border: 1px solid var(--main);
    border-radius: 12px;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 30px;
}

.cs-send-flowers-checkout .outer-form textarea.input {
    height: 240px;
    padding: 20px 30px;
    resize: none;
}

.cs-send-flowers-checkout .outer-form .input.deceased-name {
    background: #d6dee8;
}

.cs-send-flowers-checkout .form-row {
    margin: 0;
}

.cs-send-flowers-checkout .form-row .lg {
    padding-top: 20px;
}

.cs-send-flowers-checkout .payment-placeholder {
    background: #fff;
    border: 2px solid var(--main);
    border-radius: 8px;
    height: 271px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cs-send-flowers-checkout .payment-placeholder svg {
    width: 80px;
    height: 80px;
    color: var(--main);
}

.cs-send-flowers-checkout .payment-placeholder p {
    font-size: 18px;
    font-weight: 500;
    color: var(--main);
}

.cs-send-flowers-checkout #payment-element {
    background: #fff;
    border: 1px solid var(--main);
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
}

.cs-send-flowers-checkout #payment-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
}

.cs-send-flowers-checkout #payment-message.hidden {
    display: none;
}

.cs-send-flowers-checkout .btn-submit-order {
    width: 100%;
    height: 50px;
    background: #ff4d4d;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.cs-send-flowers-checkout .btn-submit-order:hover {
    background: #e63939;
}

.cs-send-flowers-checkout .checkout-sidebar {
    width: 760px;
    position: sticky;
    top: 30px;
}

.cs-send-flowers-checkout .cart-summary {
    background: var(--light);
    border-radius: 16px;
    padding: 60px;
}

.cs-send-flowers-checkout .cart-summary h3 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;
}

.cs-send-flowers-checkout .cart-empty {
    padding: 40px 20px;
    text-align: center;
    color: var(--grey);
}

.cs-send-flowers-checkout .cart-empty p {
    font-size: 18px;
}

.cs-send-flowers-checkout .cart-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px 30px 16px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cs-send-flowers-checkout .cart-item .item-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.cs-send-flowers-checkout .cart-item .item-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 17px;
}

.cs-send-flowers-checkout .cart-item .item-icon {
    width: 75px;
    height: 100px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cs-send-flowers-checkout .cart-item .item-icon svg {
    width: 24px;
    height: 24px;
    color: var(--main);
}

.cs-send-flowers-checkout .cart-item .item-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cs-send-flowers-checkout .cart-item .item-name-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.cs-send-flowers-checkout .cart-item .item-name {
    font-size: 18px;
    font-weight: 600;
    max-width: 304px;
    margin: 0;
    flex: 1;
}

.cs-send-flowers-checkout .cart-item .item-quantity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e7eb; /* gray-200 */
    background: #fff;
    overflow: hidden;
    width: fit-content;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4b5563;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    font-size: 18px;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls button:hover:not(:disabled) {
    opacity: 0.75;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls button {
    color: var(--main);
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls input {
    color: var(--main);
    font-weight: 600;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls input[type="number"] {
    height: 30px;
    width: 64px; /* w-16 */
    border: none;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    text-align: center;
    font-size: 14px; /* sm:text-sm */
    -moz-appearance: textfield;
}

.cs-send-flowers-checkout .cart-item .item-quantity-controls input[type="number"]::-webkit-inner-spin-button,
.cs-send-flowers-checkout .cart-item .item-quantity-controls input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cs-send-flowers-checkout .cart-item .item-actions {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cs-send-flowers-checkout .cart-item .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-send-flowers-checkout .cart-item .btn-remove svg {
    width: 22px;
    height: 22px;
    color: var(--main);
}

.cs-send-flowers-checkout .cart-item .item-price {
    font-size: 16px;
    font-weight: 500;
}

.cs-send-flowers-checkout .cart-item .btn-remove {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    color: var(--main);
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.cs-send-flowers-checkout .cart-item .btn-remove:hover {
    background: var(--light);
}

.cs-send-flowers-checkout .cart-totals {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cs-send-flowers-checkout .cart-totals .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.cs-send-flowers-checkout .cart-totals .total-row span:first-child {
    font-size: 18px;
    font-weight: 600;
}

.cs-send-flowers-checkout .cart-totals .total-row span:last-child {
    font-size: 16px;
    font-weight: 500;
}

.cs-send-flowers-checkout .cart-totals .grand-total {
    border-top: 2px solid var(--main);
    padding-top: 30px;
    margin-top: 10px;
}

.cs-send-flowers-checkout .cart-totals .grand-total span:first-child {
    font-size: 25px;
}

.cs-send-flowers-checkout .cart-totals .grand-total span:last-child {
    font-size: 26px;
}

@media (max-width: 1479px) {
    .cs-send-flowers-products .products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 60px 20px;
    }

    .cs-send-flowers-checkout .checkout-sidebar {
        width: 600px;
    }

    .cs-send-flowers-checkout .cart-summary {
        padding: 50px;
    }
}

@media (max-width: 1279px) {
    .cs-send-flowers-products .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cs-send-flowers-checkout .checkout-wrapper {
        gap: 60px;
    }

    .cs-send-flowers-checkout .checkout-sidebar {
        width: 500px;
    }
}

@media (max-width: 1019px) {
    .cs-send-flowers-hero {
        padding: 250px 0 80px;
    }

    .cs-send-flowers-products {
        padding: 60px 0 100px;
    }

    .cs-send-flowers-products .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .cs-send-flowers-checkout {
        padding: 80px 0 120px;
    }

    .cs-send-flowers-checkout .checkout-wrapper {
        flex-direction: column;
    }

    .cs-send-flowers-checkout .checkout-form {
        max-width: 100%;
    }

    .cs-send-flowers-checkout .checkout-sidebar {
        width: 100%;
        position: static;
    }
}

@media (max-width: 619px) {
    .cs-send-flowers-hero {
        padding: 150px 0 60px;
    }

    .cs-send-flowers-products {
        padding: 40px 0 80px;
    }

    .cs-send-flowers-products .products-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cs-send-flowers-products .product-info h3 {
        font-size: 20px;
    }

    .cs-send-flowers-products .product-info .price {
        font-size: 16px;
    }

    .cs-send-flowers-checkout {
        padding: 60px 0 100px;
    }

    .cs-send-flowers-checkout .section-title {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .cs-send-flowers-checkout .divider {
        margin-bottom: 40px;
    }

    .cs-send-flowers-checkout .form-section {
        margin-bottom: 40px;
    }

    .cs-send-flowers-checkout .form-section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cs-send-flowers-checkout .outer-form .label {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .cs-send-flowers-checkout .outer-form .input {
        height: 50px;
        font-size: 16px;
        padding: 0 20px;
        border-radius: 8px;
    }

    .cs-send-flowers-checkout .outer-form textarea.input {
        height: 180px;
        padding: 15px 20px;
    }

    .cs-send-flowers-checkout .form-row .lg {
        padding-top: 15px;
    }

    .cs-send-flowers-checkout .payment-placeholder {
        height: 200px;
    }

    .cs-send-flowers-checkout .payment-placeholder svg {
        width: 60px;
        height: 60px;
    }

    .cs-send-flowers-checkout .payment-placeholder p {
        font-size: 16px;
    }

    .cs-send-flowers-checkout .cart-summary {
        padding: 30px;
    }

    .cs-send-flowers-checkout .cart-summary h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .cs-send-flowers-checkout .cart-item {
        padding: 12px 20px 12px 12px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .cs-send-flowers-checkout .cart-item .item-info {
        gap: 15px;
        width: 100%;
    }

    .cs-send-flowers-checkout .cart-item .item-details {
        flex: 1;
        min-width: 0;
    }

    .cs-send-flowers-checkout .cart-item .item-icon {
        width: 60px;
        height: 80px; /* keep similar rectangular ratio on smaller screens */
    }

    .cs-send-flowers-checkout .cart-item .item-icon svg {
        width: 20px;
        height: 20px;
    }

    .cs-send-flowers-checkout .cart-item .item-name-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .cs-send-flowers-checkout .cart-item .item-name {
        font-size: 16px;
        max-width: 200px;
    }

    .cs-send-flowers-checkout .cart-item .item-quantity-controls {
        gap: 3px;
    }

    .cs-send-flowers-checkout .cart-item .quantity-badge {
        font-size: 11px;
        padding: 2px 6px;
        min-width: 20px;
    }

    .cs-send-flowers-checkout .cart-item .btn-quantity {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }

    .cs-send-flowers-checkout .cart-item .item-actions {
        gap: 20px;
    }

    .cs-send-flowers-checkout .cart-item .item-price {
        font-size: 14px;
    }

    .cs-send-flowers-checkout .cart-item .btn-remove {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .cs-send-flowers-checkout .cart-totals {
        gap: 15px;
    }

    .cs-send-flowers-checkout .cart-totals .total-row span:first-child {
        font-size: 16px;
    }

    .cs-send-flowers-checkout .cart-totals .total-row span:last-child {
        font-size: 14px;
    }

    .cs-send-flowers-checkout .cart-totals .grand-total {
        padding-top: 20px;
    }

    .cs-send-flowers-checkout .cart-totals .grand-total span:first-child {
        font-size: 20px;
    }

    .cs-send-flowers-checkout .cart-totals .grand-total span:last-child {
        font-size: 20px;
    }
}

/* TOAST NOTIFICATIONS */
.toast-enter { transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); }
.toast-enter-start { opacity: 0; transform: translateX(100%) scale(0.95); }
.toast-enter-end { opacity: 1; transform: translateX(0) scale(1); }
.toast-leave { transition: all 0.3s cubic-bezier(0.4, 0, 1, 1); }
.toast-leave-start { opacity: 1; transform: translateX(0) scale(1); }
.toast-leave-end { opacity: 0; transform: translateX(100%) scale(0.95); }

@media (max-width: 640px) {
    .toast-notification {
        bottom: 16px !important;
        right: 16px !important;
        max-width: calc(100% - 32px) !important;
        width: calc(100% - 32px) !important;
    }
}
