@font-face {
    font-family: "Sharp";
    src: url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Medium.woff2") format("woff2"), url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp";
    src: url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Bold.woff2") format("woff2"), url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp";
    src: url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Book.woff2") format("woff2"), url("../../../assets/landingpage/lp-2/fonts/Sharp/SharpSansDisplayNo1-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html.locked {
    overflow: hidden;
}

    html.locked body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

body {
    margin: 0;
    padding: 0;
    font-family: "Sharp", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    background-image: url("../../../assets/landingpage/lp-2/img/bg.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

@supports (background-image: url("../../../assets/landingpage/lp-2/img/bg.jpeg")) {
    body {
        background-image: url("../../../assets/landingpage/lp-2/img/bg.jpeg");
    }
}

.page {
    background-color: rgba(29, 17, 72, 0.8);
}

.container {
    max-width: 2000px;
    width: 100%;
    margin-inline: auto;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

iframe {
    border: none;
}

strong {
    font-weight: 600;
}

.c-video-wrapper2 {
    display: block;
    position: relative;
}

    .c-video-wrapper2:before {
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.25);
    }

.c-video-wrapper2__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
}

.c-video-wrapper2__btn {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 300ms ease;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    border-radius: 90px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .c-video-wrapper2__btn {
        height: 50px;
    }
}

.c-video-wrapper2__btn:hover {
    background-color: #fff;
    color: #000;
}

.c-video-wrapper2 video {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
}

.btn {
    display: inline-flex;
    align-items: center;
    column-gap: 16px;
    transition: all 300ms ease;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #F07575;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .btn {
        height: 48px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .btn {
        height: 60px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 14px;
    }
}

.btn:hover {
    background-color: #eb6a6a;
}

.btn:before, .btn:after {
    width: 4px;
    height: 4px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 1 !important;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxTitle {
    display: none;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxClose {
    position: fixed;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    text-indent: -999em;
}

    #cboxClose:before,
    #cboxClose:after {
        position: absolute;
        width: 32px;
        height: 1px;
        left: 50%;
        top: 50%;
        content: "";
        background-color: #000;
    }

    #cboxClose:before {
        transform: translate(-50%) rotate(-45deg);
    }

    #cboxClose:after {
        transform: translate(-50%) rotate(45deg);
    }

    #cboxClose:hover {
        background-position: -25px -25px;
    }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.menu-active .c-toggle-menu {
    background-color: transparent;
}

.c-toggle-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
    z-index: 5;
    position: fixed;
    left: auto;
    top: 0;
    width: 64px;
    height: 64px;
    background-color: #F07575;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .c-toggle-menu {
        width: 72px;
        height: 72px;
    }
}

@media screen and (min-width: 1900px) {
    .c-toggle-menu {
        row-gap: 11px;
        width: 90px;
        height: 90px;
    }
}

.c-toggle-menu__line {
    width: 32px;
    height: 1px;
    background-color: #fff;
}

@media screen and (min-width: 1900px) {
    .c-toggle-menu__line {
        width: 50px;
    }
}

.c-header {
    position: relative;
    z-index: 2;
}

.c-header__logo {
  z-index: 3;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
}
.c-header__logo svg {
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header__logo svg {
    max-width: 100px;
  }
}

.c-header__in {
  position: relative;
  min-height: 72.15vw;
  background-color: #F2C3B7;
}

@media screen and (max-width: 767px) {
  .c-header__in {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__in {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .c-header__in {
    padding-top: 0;
    padding-bottom: 240px;
  }
}

@media screen and (min-width: 1400px) {
    .c-header__in {
        padding-bottom: 300px;
    }
}

.c-header__img {
    position: absolute;
    animation-iteration-count: infinite;
}

.c-header__img--text {
    z-index: 4;
    left: 16vw;
    top: 21.1vw;
    width: 65vw;
}

.c-header__img--mad {
    z-index: 3;
    left: 50vw;
    top: 11.1vw;
    width: 26vw;
    animation-duration: 4s;
    animation-name: bounce2;
    animation-timing-function: linear;
}

.c-header__img--item1 {
    z-index: 3;
    left: 6vw;
    top: 12vw;
    width: 25vw;
    animation-duration: 4s;
    animation-name: bounce;
    animation-timing-function: linear;
}

.c-header__img--item2 {
    z-index: 3;
    left: 69vw;
    top: 20vw;
    width: 24vw;
    animation-duration: 4s;
    animation-name: bounce;
    animation-timing-function: linear;
}

.c-header__image {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-header__image picture {
  width: 100%;
}
.c-header__image picture img {
  width: 100%;
}
.c-header__bottom svg {
    max-width: 100%;
    height: auto;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-4px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(4px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounce2 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(4px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}

.c-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 16px;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
}

.c-menu--active {
    visibility: visible;
    opacity: 1;
}

.c-menu__close {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .c-menu__close {
        width: 72px;
        height: 72px;
    }
}

@media screen and (min-width: 1900px) {
    .c-menu__close {
        width: 90px;
        height: 90px;
    }
}

.c-menu__close:before, .c-menu__close:after {
    position: absolute;
    width: 32px;
    height: 1px;
    left: 50%;
    top: 50%;
    content: "";
    background-color: #fff;
}

@media screen and (min-width: 1900px) {
    .c-menu__close:before, .c-menu__close:after {
        width: 50px;
    }
}

.c-menu__close:before {
    transform: translate(-50%) rotate(-45deg);
}

.c-menu__close:after {
    transform: translate(-50%) rotate(45deg);
}

.c-menu__in {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.c-menu__item {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (min-width: 480px) {
    .c-menu__item {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .c-menu__item {
        font-size: 32px;
    }
}

@media screen and (min-width: 1400px) {
    .c-menu__item {
        font-size: 40px;
    }
}

.c-menu__item:hover {
    text-decoration: underline;
}

.c-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .c-footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .c-footer {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.c-footer__in {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 972px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) {
    .c-footer__in {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1004px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.c-footer-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

@media screen and (min-width: 768px) {
    .c-footer-about {
        align-items: flex-start;
        row-gap: 40px;
    }
}

.c-footer-about__link {
    color: #F07575;
    text-decoration: none;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .c-footer-about__link {
        font-size: 30px;
    }
}

.c-footer-about__link:hover {
    text-decoration: underline;
}

.c-footer-about__text {
    font-size: 16px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .c-footer-about__text {
        font-size: 18px;
    }
}

.c-footer-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .c-footer-socials {
        align-items: flex-end;
    }
}

.c-footer-socials__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    line-height: 2.2;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .c-footer-socials__link {
        align-items: flex-end;
        font-size: 18px;
    }
}

.c-footer-socials__link img {
    width: 120px;
}

.c-footer-socials__link:is(a):hover {
    text-decoration: underline;
}

.c-language {
  position: absolute;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-language {
    right: 16px;
    top: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-language {
    right: 32px;
    top: 26px;
    font-size: 18px;
  }
}

.c-language:hover {
    text-decoration: underline;
}

.c-downloads {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-downloads {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-downloads {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-downloads {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1400px) {
    .c-downloads {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.c-downloads__title {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .c-downloads__title {
        padding-left: 16px;
        margin-bottom: 32px;
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
    .c-downloads__title {
        padding-left: 32px;
        margin-bottom: 40px;
        font-size: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .c-downloads__title {
        padding-left: 7vw;
        margin-bottom: 60px;
        font-size: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .c-downloads__title {
        padding-left: 14.5vw;
        margin-bottom: 72px;
        font-size: 100px;
    }
}

.c-downloads__list {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .c-downloads__list {
        row-gap: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-downloads__list {
        row-gap: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-downloads__list {
        row-gap: 40px;
        padding-left: 13vw;
        padding-right: 7vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-downloads__list {
        row-gap: 60px;
        padding-left: 26.5vw;
        padding-right: 14.5vw;
    }
}

.c-downloads__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(81, 21, 141, 0.1);
    color: #8E3534;
    text-decoration: none;
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .c-downloads__item {
        padding-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .c-downloads__item {
        padding-bottom: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .c-downloads__item {
        padding-bottom: 32px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .c-downloads__item {
        padding-bottom: 40px;
        font-size: 40px;
    }
}

.c-downloads__item:hover {
    text-decoration: underline;
}

    .c-downloads__item:hover svg {
        transform: translateY(8px);
    }

.c-downloads__item svg {
    height: auto;
    transition: all 300ms ease;
}

@media screen and (max-width: 767px) {
    .c-downloads__item svg {
        width: 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-downloads__item svg {
        width: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .c-downloads__item svg {
        width: 20px;
    }
}

@media screen and (min-width: 1400px) {
    .c-downloads__item svg {
        width: 22px;
    }
}

@media screen and (max-width: 767px) {
    .c-video {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-video {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video {
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1400px) {
  .c-video {
    padding-bottom: 230px;
  }
}

@media screen and (min-width: 768px) {
  .c-video .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1400px) {
    .c-video .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.c-video__wrap {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .c-video__wrap {
        margin-top: -80px;
    }
}

@media screen and (min-width: 768px) {
    .c-video__wrap {
        margin-top: -120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video__wrap {
        margin-top: -260px;
    }
}

@media screen and (min-width: 1400px) {
    .c-video__wrap {
        margin-top: -400px;
    }
}

.c-video__wrap:before {
    position: absolute;
    top: 0;
    left: 50%;
    border: 2px solid #fff;
    width: 100%;
    content: "";
    transform: translateX(-50%);
    opacity: 0.2;
    background: rgba(255, 197, 177, 0.01);
}

@media screen and (max-width: 767px) {
    .c-video__wrap:before {
        max-width: 200px;
        bottom: -20px;
    }
}

@media screen and (min-width: 768px) {
    .c-video__wrap:before {
        max-width: 400px;
        bottom: -32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video__wrap:before {
        max-width: 600px;
        bottom: -60px;
    }
}

@media screen and (min-width: 1400px) {
    .c-video__wrap:before {
        bottom: -90px;
    }
}

.c-video img {
    position: relative;
    z-index: 4;
}

.c-video__in {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-video video {
  max-width: 100%;
  height: auto;
}

.c-video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .c-video-btn {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-video-btn {
        font-size: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video-btn {
        font-size: 48px;
    }
}

@media screen and (min-width: 1400px) {
    .c-video-btn {
        font-size: 60px;
    }
}

.c-video-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.c-video-btn:before, .c-video-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
}

.c-video-btn:before {
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(217, 217, 217, 0.01);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .c-video-btn:before {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 768px) {
    .c-video-btn:before {
        width: 320px;
        height: 320px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video-btn:before {
        width: 480px;
        height: 480px;
    }
}

@media screen and (min-width: 1400px) {
    .c-video-btn:before {
        width: 600px;
        height: 600px;
    }
}

.c-video-btn:after {
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid #fff;
    background: rgba(217, 217, 217, 0.01);
}

@media screen and (max-width: 767px) {
    .c-video-btn:after {
        width: 120px;
        height: 120px;
    }
}

@media screen and (min-width: 768px) {
    .c-video-btn:after {
        width: 280px;
        height: 280px;
    }
}

@media screen and (min-width: 1200px) {
    .c-video-btn:after {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width: 1400px) {
    .c-video-btn:after {
        width: 500px;
        height: 500px;
    }
}

.c-campaign__banner {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-image: url("../../../assets/landingpage/lp-2/img/campaign/banner.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}


@media screen and (max-width: 767px) {
    .c-campaign__banner {
        height: 600px;
    }
}

@media screen and (min-width: 768px) {
  .c-campaign__banner {
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1200px) {
  .c-campaign__banner {
    background-attachment: fixed;
  }
}

.c-campaign__banner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.c-campaign__wrap {
    background-color: #F0BBAF;
}

@media screen and (max-width: 767px) {
    .c-campaign__wrap {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign__wrap {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__wrap {
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign__wrap {
        padding-bottom: 240px;
    }
}

@media screen and (max-width: 767px) {
    .c-campaign__main {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign__main {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__main {
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign__main {
        padding-bottom: 240px;
    }
}

.c-campaign__title {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: -5%;
}

@media screen and (max-width: 767px) {
    .c-campaign__title {
        padding-left: 3vw;
        padding-right: 3vw;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign__title {
        padding-left: 6vw;
        padding-right: 6vw;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__title {
        padding-left: 10vw;
        padding-right: 10vw;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign__title {
        padding-left: 19.55vw;
        padding-right: 19.55vw;
        margin-bottom: 100px;
    }
}

.c-campaign__title svg {
    max-width: 100%;
    height: auto;
}

.c-campaign__in {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width: 768px) {
    .c-campaign__in {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .c-campaign__in {
        flex-direction: column;
        align-items: center;
        row-gap: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__in {
        align-items: center;
        column-gap: 6.5vw;
        padding-right: 0;
        padding-left: 4vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign__in {
        padding-left: 6.8vw;
    }
}

.c-campaign__text {
    color: #8E3534;
}

@media screen and (max-width: 767px) {
    .c-campaign__text {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign__text {
        font-size: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__text {
        flex: 1;
        min-width: 1px;
        font-size: 2.4vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign__text {
        font-size: 3vw;
    }
}

@media screen and (max-width: 1199px) {
    .c-campaign__image {
        max-width: 50vw;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign__image {
        width: 31.75vw;
    }
}

.c-campaign-gallery {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
}

.c-campaign-gallery__in {
    display: grid;
}

@media screen and (max-width: 767px) {
    .c-campaign-gallery__in {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign-gallery__in {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign-gallery__in {
        column-gap: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign-gallery__in {
        column-gap: 60px;
    }
}

.c-campaign-gallery__col {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .c-campaign-gallery__col {
        row-gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign-gallery__col {
        row-gap: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign-gallery__col {
        row-gap: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .c-campaign-gallery__col {
        row-gap: 60px;
    }
}

@media screen and (max-width: 767px) {
    .c-campaign-gallery__item img {
        border-radius: 12px;
    }
}

@media screen and (min-width: 768px) {
    .c-campaign-gallery__item img {
        border-radius: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .c-campaign-gallery__item img {
        border-radius: 30px;
    }
}

.c-bts {
    background: #C7D265;
}

@media screen and (max-width: 767px) {
    .c-bts {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-bts {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-bts {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1400px) {
    .c-bts {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.c-bts__container {
    max-width: 2000px;
    width: 100%;
    margin-inline: auto;
}

.c-bts__text {
    line-height: 1;
    overflow: hidden;
    width: 100%;
    text-align: center;
    font-size: 9vw;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-bts__text {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .c-bts__text {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .c-bts__text {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1400px) {
    .c-bts__text {
        margin-bottom: 60px;
    }
}

.c-bts__text div:nth-child(1) {
    transform: translateX(-8vw);
    animation: marquee1 20s linear infinite;
}

.c-bts__text div:nth-child(2) {
    transform: translateX(-61.35vw);
    animation: marquee2 200s linear infinite;
}

.c-bts__text div:nth-child(3) {
    transform: translateX(-32.6vw);
    animation: marquee3 40s linear infinite;
}

.c-bts__text span {
    color: #F07575;
}

.c-bts__video {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .c-bts__video {
        margin-left: 32px;
        margin-right: 32px;
    }
}

@media screen and (min-width: 1400px) {
  .c-bts__video {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.c-bts video {
  max-width: 100%;
  height: auto;
}

@keyframes marquee1 {
    0% {
        transform: translateX(-8vw);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-8vw);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-8vw);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-61.35vw);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-61.35vw);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes marquee3 {
    0% {
        transform: translateX(-32.6vw);
    }

    25% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-32.6vw);
    }

    75% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-32.6vw);
    }
}

@media screen and (max-width: 767px) {
    .c-persons {
        padding: 80px 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-persons {
        padding: 120px 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons {
        padding: 7vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-persons {
        padding: 14.5vw;
    }
}

.c-persons__list {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .c-persons__list {
        row-gap: 32px;
    }
}

@media screen and (min-width: 768px) {
    .c-persons__list {
        row-gap: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__list {
        row-gap: 60px;
    }
}

@media screen and (min-width: 1400px) {
    .c-persons__list {
        row-gap: 100px;
    }
}

.c-persons__item {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

@media screen and (max-width: 1199px) {
    .c-persons__item:nth-child(1) {
        margin-right: 9vw;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__item:nth-child(1) {
        margin-right: 18vw;
    }
}

@media screen and (max-width: 1199px) {
    .c-persons__item:nth-child(2) {
        margin-left: 3vw;
        margin-right: 6vw;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__item:nth-child(2) {
        margin-left: 6vw;
        margin-right: 12vw;
    }
}

@media screen and (max-width: 1199px) {
    .c-persons__item:nth-child(3) {
        margin-left: 6vw;
        margin-right: 3vw;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__item:nth-child(3) {
        margin-left: 12vw;
        margin-right: 6vw;
    }
}

@media screen and (max-width: 1199px) {
    .c-persons__item:nth-child(4) {
        margin-left: 9vw;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__item:nth-child(4) {
        margin-left: 18vw;
    }
}

.c-persons__item.aos-animate .c-persons__label:before {
    width: 100%;
}

.c-persons__item.aos-animate .c-persons__value {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.c-persons__label {
  position: relative;
  color: #fff;
}
.c-persons__label:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 1px;
  content: "";
  transition: all 600ms linear !important;
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
    .c-persons__label {
        padding-bottom: 12px;
        margin-bottom: 12px;
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-persons__label {
        padding-bottom: 16px;
        margin-bottom: 16px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__label {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .c-persons__label {
        font-size: 30px;
    }
}

.c-persons__value {
    color: #F07575;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 300ms linear;
    transition-delay: 0.6s !important;
}

@media screen and (max-width: 767px) {
    .c-persons__value {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .c-persons__value {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
    .c-persons__value {
        font-size: 32px;
    }
}

@media screen and (min-width: 1400px) {
    .c-persons__value {
        font-size: 40px;
    }
}

.c-product-card {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .c-product-card {
        padding: 40px 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card {
        padding: 60px 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card {
        padding: 120px 4vw 120px 7vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-product-card {
        padding: 200px 6.5vw 200px 10vw;
    }
}

@media screen and (min-width: 1900px) {
    .c-product-card {
        padding: 200px 8.5vw 200px 14.5vw;
    }
}

.c-product-card--yellow .c-product-card__stripe {
    right: 0;
    background-color: #C7D265;
}

.c-product-card--yellow .c-product-card__shape {
    top: 0;
    left: 0;
}

    .c-product-card--yellow .c-product-card__shape:before {
        background: #BFAA8D;
    }

.c-product-card--yellow .c-product-card-gallery {
    color: #C7D265;
}

.c-product-card--pink .c-product-card__stripe {
    left: 0;
    background-color: #F0BBAF;
}

.c-product-card--pink .c-product-card__shape {
    top: 0;
    right: -18.75vw;
}

    .c-product-card--pink .c-product-card__shape:before {
        background: #F0BBAF;
    }

.c-product-card--pink .c-product-card-gallery {
    color: #F0BBAF;
}

.c-product-card--brown .c-product-card__stripe {
    right: 0;
    background-color: #BFAA8D;
}

.c-product-card--brown .c-product-card__shape {
    top: 0;
    left: 0;
}

    .c-product-card--brown .c-product-card__shape:before {
        background: #F0BBAF;
    }

.c-product-card--brown .c-product-card-gallery {
    color: #BFAA8D;
}

@media screen and (min-width: 1200px) {
    .c-product-card__stripe {
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        content: "";
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__stripe.aos-animate {
        width: 32vw;
    }
}

@media screen and (min-width: 1400px) {
    .c-product-card__stripe.aos-animate {
        width: 40vw;
    }
}

.c-product-card__shape {
    display: none;
}

@media screen and (min-width: 1200px) {
    .c-product-card__shape {
        position: absolute;
        width: 57.8vw;
        height: 57.8vw;
        background: url("../../../assets/landingpage/lp-2/img/product/blur.png") no-repeat 50% 50%;
        background-size: cover;
    }
}

.c-product-card__in {
    display: flex;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .c-product-card__in {
        flex-direction: column;
        row-gap: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__in {
        align-items: center;
        column-gap: 40px;
    }
}

@media screen and (min-width: 1400px) {
    .c-product-card__in {
        column-gap: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .c-product-card__image {
        order: 1;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__image {
        width: 39vw;
    }
}

.c-product-card__image img {
    max-width: none;
    width: 100%;
    border-radius: 60px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
    .c-product-card__content {
        order: 2;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__content {
        flex: 1;
        min-width: 1px;
    }
}

.c-product-card__title svg {
    max-width: 100%;
    height: auto;
}

.c-product-card__subtitle {
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
}

.c-product-card__text {
    line-height: 1.5;
    margin-bottom: 32px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-product-card__text {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card__text {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card__text {
        padding-right: 60px;
        font-size: 22px;
    }
}

.c-product-card-info {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .c-product-card-info {
        padding-right: 60px;
    }
}

.c-product-card-info__item {
    display: flex;
}

@media screen and (max-width: 479px) {
    .c-product-card-info__item {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media screen and (min-width: 480px) {
    .c-product-card-info__item {
        column-gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card-info__item {
        column-gap: 32px;
    }
}

.c-product-card-info__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 1px;
}

@media screen and (max-width: 767px) {
    .c-product-card-info__content {
        row-gap: 8px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-info__content {
        row-gap: 12px;
    }
}

.c-product-card-info__title {
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .c-product-card-info__title {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-info__title {
        font-size: 20px;
    }
}

.c-product-card-info__title .r {
    vertical-align: text-top;
    font-size: 12px;
}

.c-product-card-info__title a {
    text-decoration: underline;
}

    .c-product-card-info__title a:hover {
        text-decoration: none;
    }

.c-product-card-info__title span {
    font-weight: 400;
}

.c-product-card-info__text {
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .c-product-card-info__text {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-info__text {
        font-size: 15px;
    }
}

.c-product-card-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 12px;
    margin-bottom: 32px;
    color: #C7D265;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .c-product-card-gallery {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-gallery {
        font-size: 13px;
    }
}

.c-product-card-gallery__item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-product-card-gallery__item {
        width: 80px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-gallery__item {
        width: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card-gallery__item {
        width: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .c-product-card-gallery__item {
        width: 140px;
    }
}

.c-product-card-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
    .c-product-card-gallery__image {
        width: 60px;
    }
}

@media screen and (min-width: 768px) {
    .c-product-card-gallery__image {
        max-width: 80px;
    }
}
