@font-face{
    font-family: "gilroy-light";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/gilroy-light-webfont.woff2") format("woff2"),url("../fonts/gilroy-light-webfont.woff") format("woff");
}

@font-face{
    font-family: "gilroy-extrabold";
    font-style: normal;
    font-weight: 600 700;
    src: url("../fonts/gilroy-extrabold-webfont.woff2") format("woff2"),url("../fonts/gilroy-extrabold-webfont.woff") format("woff");
}

@font-face{
    font-family: "gilroy-regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Gilroy-Regular.woff") format("woff");
}

:root {
    --brandgreen-color: #009DA5;
    --grey-color: #DAD9D6;
    --darkblue-color: #3D5265;
    --lightblue-color-old: #A5CDD0;
    --lightblue-color: #DEEEF0;
    --yellowdark-color: #BF8E52;
    --yellow-color: #E0B658;
    --brand-red: #e8665b;
    --lightblue-color2: #e7f2f3;
    --text-grey-color: #464646;
}

html {
    font-family: 'gilroy-regular','Red Hat Text', sans-serif;
    scroll-behavior: smooth;
}

main {
    color: var(--text-grey-color, #464646);
}

section,
div,
h1,
h2,
h3,
h4 {
    scroll-margin-top: 3rem;
    position: relative;
}

#main-top {
    scroll-margin-top: 150px;
}

h1,
h2,
h3,
h4 {
    font-family: 'gilroy-extrabold','Red Hat Text', sans-serif;
    line-height: 1.2;
}

p {
    font-size: 21px;
    margin: 1rem 0;
}

li {
    font-size: 21px;

    /* margin: 1rem 0; */
}

h1 {
    font-size: 68px;
    margin: 3rem 0;
    color: var(--darkblue-color, #3D5265);
}

h2 {
    font-size: 43px;
    margin: 1.5rem 0;
    color: var(--darkblue-color, #3D5265);
}

h3 {
    font-size: 28px;
    margin: 1rem 0;
    color: var(--darkblue-color, #3D5265);
}

h4 {
    font-size: 25px;
    margin: 1rem 0;
    color: var(--darkblue-color, #3D5265);
}

a {
    color: var(--brandgreen-color, #009DA5);
}

a:hover {
    color: var(--darkblue-color, #3D5265);
}

@media screen and (min-width:1366px) {
    .gl-main--thin {
        max-width: 1324px;
        margin-left: auto;
        margin-right: auto;
    }
}

.gl-footer {
    background-color: #3c5165;
    min-height: 320px;
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
}

.gl-footer__row {
    max-width: 1640px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 4rem;
    gap: 1rem;
    justify-content: space-between;
}

.gl-header {
    background-color: #3c5165;
    height: 108px;
    padding-left: max(calc((100vw - 1640px) / 2), 1rem);
    padding-right: max(calc((100vw - 1640px) / 2), 1rem);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0);
}

@media screen and (max-width:1365px) {
    .gl-main--thin {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.lp-tiles-section {
    background-color: #EEF4F6;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-tiles-section_row {
    display: flex;
    flex-direction: row;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lp-tiles-section_tile {
    max-width: 386px;
    position: relative;
}

.lp-tiles-section_tile__title {
    background-color: var(--darkblue-color, #3D5265);
    color: white;
    text-transform: uppercase;
    text-align: center;
    transition: 1s;
    padding: 1rem;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-tiles-section_tile__dropdown {
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    opacity: 0;
    margin-top: -1rem;
    transition: 1s;
}

.lp-tiles-section_tile__bgr {
}

.lp-tiles-section_tile__text-wrapper {
    position: absolute;
    top: 0;
    transition: 1s;
    display: flex;
    flex-direction: column;
}

.lp-tiles-section_tile:hover .lp-tiles-section_tile__dropdown {
    opacity: 1;
    transform: translateY(1rem);
}

.lp-tiles-section_tile:hover .lp-tiles-section_tile__title {
    color: #3D5265;
    background-color: white;
}

.lp-tiles-section_tile__title h3 {
    color: white;
    font-size: 1.4rem;
}

.lp-tiles-section_tile:hover .lp-tiles-section_tile__title h3 {
    color: #3D5265;
}

.lp-tiles-section__tile__hr {
    width: 80%;
    background-color: #E0B658;
    height: 1px;
    border: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.lp-tiles-section_tile__dropdown .button {
    background-color: var(--yellow-color, #E0B658);
    font-size: 18px;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    color: white;
    text-decoration: none;
}

.lp-tiles-section_tile__dropdown .button:hover {
    background-color: var(--yellowdark-color, #BF8E52);
}

.lp-tiles-section_tile__dropdown__btn-wrapper {
    text-align: center;
}

@media screen and (min-width:1200px) and (max-width:1679px) {
    .lp-tiles-section_tile {
        width: 23%;
    }
}

@media screen and (max-width:1679px) {
    .lp-tiles-section_row {
        justify-content: center;
    }
}

.lp-textbanner-section {
    background-color: #DAD9D6;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-position: center bottom;
    background-size: cover;
}

.lp-textbanner-section__text-bgr {
    max-width: min(1640px, 96%);
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.lp-textbanner-section__block-shadow {
    -webkit-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.75);
}

.lp-textbanner-section__button-wrapper {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.lp-textbanner-section__title {
    text-align: center;
    text-transform: uppercase;
}

.lp-textbanner-section__text-container {
    max-width: min(1260px, 90%);
    margin-left: auto;
    margin-right: auto;
}

.lp-textbanner-section__button__link {
    background-color: var(--darkblue-color, #3D5265);
    border: 1px solid #3c5165;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.gl-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.gl-menu a {
    color: white;
    text-decoration: none;
}

.gl-btn {
    font-size: 1.3rem;
    padding: 1rem 3rem;
    border-radius: 3rem;
    font-family: 'gilroy-extrabold','Red Hat Text', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}

.lp-tile-text {
    font-size: 18px;
}

.gl-footer__row a {
    color: white;
    text-decoration: none;
}

.gl-main--std {
    width: min(1640px, 96%);
    margin-left: auto;
    margin-right: auto;
}

hr.solid {
    border-top: 1px solid #3D5265;
}

.product-page__tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.product-page__tiles__product {
    position: relative;
}

.product-page__tiles__product__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.product-page__tiles__product__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s ease;
}

.product-page__tiles__product__cover__title {
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.gl-btn-wrapper {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gl-btn-link--color1 {
    background-color: #3c5165;
    border: 1px solid #3c5165;
    color: white;
}

.gl-btn-link--color2 {
    color: #e8665b;
    border: 1px solid #e8665b;
    background-color: white;
}

.gl-btn-link--color2:hover {
    background-color: #e8665b;
    color: white;
}

.gl-btns-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2rem;
}

.gl-btn--big {
    font-size: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

.sp-2columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (max-width:1365px) {
    .sp-2columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 4rem;
    }
}

.sp-2columns__col {
    max-width: 700px;
}

.ip-text-and-image-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.ip-text-and-image-row__text {
    flex-basis: 600px;
    flex-grow: 7;
}

.ip-text-and-image-row__img {
    text-align: center;
    flex-basis: 280px;
    flex-grow: 1;
}

.ap-team {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ap-team__person {
}

@media screen and (max-width:1365px) {
    .ap-team {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.lp-banner__slide__title {
    font-size: 5rem;
    font-weight: 600;
    color: var(--brandgreen-color, #009DA5);
    font-family: 'gilroy-extrabold','Red Hat Text', sans-serif;
    line-height: 1;
    margin: 0;
}

.lp-banner__slide__text {
    color: #3D5265;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.1;
}

.lp-banner__slide__btn-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.lp-banner__slide__btn-link {
    background-color: var(--darkblue-color, #3D5265);
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #3D5265;
}

.lp-banner__slide__btn-link:hover {
    color: #3c5165;
    background-color: white;
}

.lp-textbanner-section__button__link:hover {
    color: #3c5165;
    background-color: white;
}

.gl-btn-link--color1:hover {
    color: #3c5165;
    background-color: white;
}

.swiper-button-prev,
.swiper-button-next {
    color: var(--darkblue-color, #3D5265) !important;
}

.logo-slider {
    margin-top: 4rem;
}

.banner__arrow-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.banner__arrow-btn a {
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--lightblue-color, #A5CDD0);
    border-radius: 3rem;
    position: absolute;
    bottom: -2rem;
    z-index: 20;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.38);
}

.banner__arrow-btn svg {
    width: 3rem;
    height: 3rem;
}

@media screen and (max-width:767px) {
    .lp-banner__slide__title {
        font-size: 2rem;
        color: var(--brandgreen-color, #009DA5) !important;
    }

    .lp-banner__slide__text {
        font-size: 1.2rem;
    }

    .gl-btn {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }
}

.lp-banner-slider {
    position: relative;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

@media screen and (max-width:767px) {
    .swiper-slide__inner-container img {
        object-fit: cover;
        min-height: 240px;
    }

    .swiper-slide__inner-container__copy {
        position: relative;
        padding-top: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        background: white;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin: 1rem;
        gap: 1rem;
        top: 33%;
        bottom: unset;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .lp-banner__slide__title {
        font-size: 2rem;
    }

    .lp-banner__slide__text {
        font-size: 1.2rem;
    }

    .gl-btn {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }
}

.menu__contact-btn a {
    background-color: var(--brandgreen-color, #009DA5) !important;
    border: 1px solid #009DA5 !important;
    border-radius: 3rem !important;
    padding: 0 1rem !important;
}

.menu__contact-btn a:hover {
    background-color: white !important;
    color: var(--darkblue-color, #3c5165) !important;
    border: 1px solid white !important;
}

.rp_2col-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: max(calc((100vw - 1640px) / 2), 1rem);
    padding-right: max(calc((100vw - 1640px) / 2), 1rem);
    background-color: var(--darkblue-color, #3D5265);
    margin-bottom: 24px;
}

.rp_2col-section__left-col {
    flex: 0 1 calc(50% - 4rem);
    padding-right: 4rem;
}

.rp_2col-section__right-col {
    flex: 0 1 50%;
    color: white;
    display: flex;
    flex-direction: column;
}

.rp_2col-section__right-col__title {
    margin: 0;
    color: white;
}

@media screen and (max-width:1365px) {
    .rp_2col-section {
        flex-direction: column;
        gap: 2rem;
    }

    .rp_2col-section__left-col {
        padding-right: 0;
    }

    .rp_2col-section__left-col img {
        display: block;
    }
}

.rp_2col-section__left-col img {
    height: 100%;
    width: auto;
    max-height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.rp_2col-wo-height-padding-section {
    display: grid;
    padding-left: max(calc((100vw - 1640px) / 2), 1rem);
    background-color: var(--lightblue-color, #A5CDD0);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
}

.rp_2col-wo-height-padding-section__left-col {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: calc(50vw - max(calc((100vw - 1640px) / 2), 1rem));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rp_2col-wo-height-padding-section__right-col {
    padding-left: 4rem;
}

.rp_2col-wo-height-padding-section__right-col img {
    margin-left: auto;
    object-fit: contain;
    height: auto;
    display: block;
    max-height: 560px;
}

@media screen and (max-width:1365px) {
    .rp_2col-wo-height-padding-section {
        padding-left: 0;
        grid-template-columns: 1fr;
    }

    .rp_2col-wo-height-padding-section__left-col {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 100%;
    }
}

.rp_2col-wo-height-padding-section__left-col__title {
    margin-top: 0;
    margin-bottom: 0;
}

.rp_big-section {
    padding-left: max(calc((100vw - 1640px) / 2), 1rem);
    padding-right: max(calc((100vw - 1640px) / 2), 1rem);
    background-color: var(--lightblue-color2, #e7f2f3);
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 24px;
}

.rp_blog-showcase {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: auto;
}

.rp_blog-showcase__post-tile {
    flex: 1 1 calc(33% - 2rem);
    display: flex;
    flex-direction: column;
    background-color: white;
}

.rp_blog-showcase__post-tile img {
    margin-top: auto;
    object-fit: cover;
    aspect-ratio: 16/7;
    display: block;
    width: 100%;
}

.rp_blog-showcase__post-tile__cat {
    margin: 34px 1.5rem 1.5rem;
}

.rp_blog-showcase__post-tile__cat__link {
    background-color: var(--darkblue-color, #3D5265);
    color: white;
    border: 1px solid #3D5265;
    border-radius: 3rem;
    padding: 12px 1.5rem 8px;
    text-decoration: none;
    font-weight: 600;
}

.rp_blog-showcase__post-tile__text {
    margin: 0 1.5rem 1.5rem;
}

.rp_big-section__divider {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-top: 1px solid #3D5265;
}

.rp_big-section__showcase-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
}

.rp_big-section__blog-banner {
    display: flex;
    flex-direction: row-reverse;
    gap: 4rem;
    flex-wrap: wrap;
}

.rp_big-section__blog-banner__text {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.rp_big-section__blog-banner__image {
    flex: 1 1 33%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rp_big-section__blog-banner__text__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.product-page__title {
    text-align: center;
}

@media screen and (max-width:1365px) {
    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width:767px) {
    .product-page__tiles {
        grid-template-columns: 1fr;
    }
}

.product-page__tiles__product__cover__title a {
    color: white;
    text-decoration: none;
}

.product-page__tiles__product__cover--lightblue {
    /* background: rgba(165, 205, 208, 0.9); */
    background: rgba(142, 177, 183, 0.9);
}

.product-page__tiles__product__cover--darkblue {
    background: rgba(61, 82, 101, 0.9);
}

.product-page__tiles__product__cover--orange {
    background: rgba(224, 182, 88, 0.8);
}

.product-page__tiles__product__cover--green {
    background: rgba(91, 120, 85, 0.9);
}

.product-page__tiles__product__cover:hover {
    opacity: 0;
}

.hr-lookbooks-section {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-page__tiles-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.ip-text-and-image-row__img img {
    width: auto;
    max-height: 200px;
    margin: auto;
}

.ap-team__person img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

img.ap-team__person__cover-img {
    display: none;
}

.ap-team__person:hover img.ap-team__person__cover-img {
    display: block;
}

.ap-team__person:hover .ap-team__person__base-img {
    display: none;
}

.divider__y-margin {
    margin-top: 4rem;
    margin-bottom: 4rem;
    scroll-margin-top: 3rem;
}

@media screen and (max-width:767px) {
    .ap-team {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: auto;
    }
}

.swiper-pagination-1 .swiper-pagination-bullet-active {
    background-color: var(--lightblue-color, #A5CDD0);
}

.swiper-pagination-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 5% !important;
    gap: 1rem;
}

@media screen and (max-width:767px) {
    .swiper-pagination-1.swiper-pagination-bullets.swiper-pagination-horizontal {
        top: unset;
        bottom: 0 !important;
        margin: 0 0 1rem;
    }
}

.swiper-pagination-1 .swiper-pagination-bullet {
    border: 1px solid white;
}

.swiper-slide__inner-container img {
    display: block;
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-pagination {
        gap: 1rem;
    }
}

.blog__sidebar {
    background-color: #EEF4F6;
    flex-grow: 1;
    padding: 2rem;
    max-width: 30%;
}

.blog__posts-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 60%;
    flex-grow: 3;
    padding-left: 8px;
    padding-right: 8px;
}

.blog__container {
    flex-direction: row;
    gap: 2rem;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1698px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rp-blog__main-title {
    text-transform: uppercase;
    text-align: center;
}

.blog__post__p-readmore-link {
    margin-top: 8px;
}

.blog__post__excerpt {
    margin-bottom: 0;
}

.blog__post__img-container {
    max-width: 500px;
    flex: 1;
    position: relative;
}

.blog__post__img-container img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
}

.blog__post__title {
    font-size: 2rem;
    margin-top: 0;
}

.blog__post__textimg-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
}

.blog__post__textimg-wrapper__text-wrapper {
    max-width: 500px;
    flex: 1;
    position: relative;
}

.rp-blog__hr {
    border-top: 1px solid #3D5265;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width:1365px) {
    .blog__post__textimg-wrapper {
        flex-direction: column-reverse;
        gap: 0rem;
    }
}

@media screen and (max-width:767px) {
    .blog__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.blog__post__title a {
    text-decoration: none;
    color: var(--darkblue-color, #3D5265);
}

.blog__post__p-readmore-link a {
    text-decoration: none;
    color: var(--brandgreen-color, #009DA5);
}

.blog__post__p-readmore-link a:hover {
    color: var(--darkblue-color, #3D5265);
}

.blog__post__author {
    color: var(--brandgreen-color, #009DA5);
}

.blog__pagination {
    width: 90%;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 21px;
}

@media screen and (max-width:767px) {
    .blog__sidebar {
        order: 1;
        max-width: calc(600px - 4rem);
    }
}

.sp-two-col-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: max(calc((100vw - 1324px) / 2), 1rem);
    padding-right: max(calc((100vw - 1324px) / 2), 1rem);
    margin-bottom: 24px;
    align-items: center;
}

.sp-two-col-section__img-col {
    flex: 0 1 calc(50% - 4rem);
    padding-right: 4rem;
    display: flex;
}

.sp-two-col-section__img-col__img {
    height: 100%;
    width: auto;
    max-height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.sp-two-col-section__text-col {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
}

.sp-two-col-section__text-col__title {
    margin: 0;
    color: var(--darkblue-color, #3D5265);
}

@media screen and (max-width:1365px) {
    .sp-two-col-section__img-col {
        padding-right: 0;
    }

    .sp-two-col-section {
        flex-direction: column;
        gap: 2rem;
    }

    .sp-two-col-section__img-col__img {
        display: block;
    }
}

.bg--light-blue {
    background-color: var(--lightblue-color, #DEEEF0);
}

.bg--custom-grey {
    background-color: #e7f2f3;
}

@media screen and (min-width:1366px) {
    .sp-two-col-section--reverse {
        flex-direction: row-reverse;
    }

    .sp-two-col-section--reverse .sp-two-col-section__img-col {
        padding-right: 0;
        padding-left: 4rem;
        display: flex;
        justify-content: flex-end;
    }

    .sp-two-col-section--reverse .sp-two-col-section__img-col__img {
        margin-right: auto;
    }
}

.bg--dark-blue {
    background-color: var(--darkblue-color, #3D5265);
}

.bg--dark-blue .sp-two-col-section__text-col {
    color: white;
}

.bg--dark-blue .sp-two-col-section__text-col__title {
    color: white;
}

.gl-btn-link--color3 {
    color: var(--brandgreen-color, #009DA5);
    border: 1px solid #009DA5;
    background-color: white;
}

.gl-btn-link--color3:hover {
    background-color: var(--brandgreen-color, #009DA5);
    color: white;
}

@media screen and (max-width:767px) {
    .gl-btn--big {
        font-size: 1.2rem;
        padding: 0.7rem 2.5rem;
    }
}

.gl-btns-row--start {
    justify-content: flex-start;
}

.sp-two-col-section__text-col__content {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.sp-links-line {
    max-width: 1340px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
    margin: 4rem auto;
}

.sp-links-line__h-divider {
    color: var(--brandgreen-color, #009DA5);
}

/* .sp-links-line__link-container {
    margin-right: 2rem;
    margin-left: 2rem;
} */
@media screen and (max-width:767px) {
    .sp-links-line {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.sp-links-line p {
    margin: 0;
}

@media screen and (max-width:767px) {
    .rp_blog-showcase {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .rp_blog-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 1080px;
    }
}

.rp_blog-showcase__post-tile__img-link {
    margin-top: auto;
}

@media screen and (max-width:1365px) {
    .rp_2col-wo-height-padding-section__right-col img {
        max-height: 500px;
        width: 100%;
    }

    .rp_2col-wo-height-padding-section__right-col {
        padding-left: 0;
        margin-left: auto;
        order: -1;
    }
}

.rp_blog-showcase__post-tile__text p {
    margin: 0;
    color: var(--text-grey-color, #464646);
}

.sp-circle-label-for-image {
    max-width: 250px;
    fill: var(--lightblue-color, #A5CDD0);
    font-size: 20px;
    position: absolute;
    top: -60px;
    right: -60px;
    width: 250px;
    font-weight: 600;
    display: block;
}

.sp-image-with-circle-lable {
    width: 100%;
    display: block;
}

@media screen and (max-width:767px) {
    .sp-circle-label-for-image {
        right: 0;
        top: -8%;
        width: 20%;
    }
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .sp-circle-label-for-image {
        right: 0;
        top: -8%;
        width: 16%;
    }
}

.sp-circle-label-for-image svg #circlePath {
    display: none;
}

.logo-slider__title-div {
    max-width: min(1640px, 96%);
    margin-left: auto;
    margin-right: auto;
}

.pp-trend-shop-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.pp-trend-shop-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
}

.pp-trend-shop-section__grid__tile {
    position: relative;
}

.pp-trend-shop-section__grid__tile__img {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 4;
    object-fit: cover;
    display: block;
}

.pp-trend-shop-section__grid__tile__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 1s ease;
}

.pp-trend-shop-section__grid__tile__cover:hover {
    opacity: 0;
}

.pp-trend-shop-section__grid__tile__cover__title {
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.pp-trend-shop-section__grid__tile__cover--red {
    background: rgba(232, 102, 91, 0.9);
}

.ws-spacer {
    clear: both;
}

.ws-spacer--h-std {
    height: 4rem;
}

.ws-spacer--h-sm {
    height: 2rem;
}

@media screen and (max-width:767px) {
    .ws-spacer--h-sm--mobile {
        height: 2rem;
    }
}

.gl-footer__title-margin {
    margin: 1rem 0 0.5rem;
}

.gl-footer__text-margin {
    margin: 0.5rem 0;
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .blog__container {
        justify-content: center;
    }

    .blog__posts-list {
        max-width: 600px;
    }

    .blog__post {
        display: flex;
        flex-direction: column;
    }

    .blog__post__textimg-wrapper__text-wrapper {
        max-width: 600px;
    }

    .blog__post__img-container {
        max-width: 600px;
    }
}

.blog__categories-list {
    margin-top: 2rem;
    max-width: 450px;
    text-transform: uppercase;
}

.blog__categories-list__link {
}

.blog__categories-list__link::after {
    content: " | ";
}

.blog__categories-list__link__catname {
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .blog__sidebar {
        max-width: calc(600px - 4rem);
    }
}

@media screen and (max-width:767px) {
    .blog__posts-list {
        max-width: 500px;
    }

    .blog__post {
        display: flex;
        flex-direction: column;
    }
}

.gl-btn-link--color1--reverse {
    color: #3c5165;
    background-color: white;
    border: 1px solid #3c5165;
}

.gl-btn-link--color1--reverse:hover {
    background-color: #3c5165;
    color: white;
}

.p404 {
    text-align: center;
    background-image: url('../assets/404-Page-Art.jpg');
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center center;
    background-size: cover;
}

.p404__title {
    font-size: 12rem;
    color: var(--darkblue-color, #3D5265);
}

.p404__subtitle {
    color: var(--darkblue-color, #3D5265);
    font-size: 4rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 6rem;
}

@media screen and (min-width:768px) {
}

@media screen and (max-width:767px) {
    .p404__subtitle {
        margin-bottom: 3rem;
        font-size: 3rem;
    }
}

.rp-related-articles-section {
    padding-left: max(calc((100vw - 1640px) / 2), 1rem);
    padding-right: max(calc((100vw - 1640px) / 2), 1rem);
    background-color: var(--lightblue-color2, #e7f2f3);
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.rp-related-articles-section__title-div {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.rp_blog-showcase__post-tile__text a {
    text-decoration: none;
    color: var(--text-grey-color, #464646);
}

.d-none {
    display: none;
}

input.search-field,
input#wp-block-search__input-1 {
    height: 42px;
    padding: 4px 26px;
    border: 1px solid #ccc;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    font-size: 14px;
    color: var(--darkblue-color, #3D5265);
}

input.search-submit,
button.wp-block-search__button.has-icon.wp-element-button {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    font-family: 'gilroy-extrabold','Red Hat Text', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background-color: #3c5165;
    border: 1px solid #3c5165;
    color: white;
}

input.search-submit:hover,
button.wp-block-search__button.has-icon.wp-element-button:hover {
    color: #3c5165;
    background-color: white;
}

.single-template_the-content {
    margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
    .pp-trend-shop-section__grid__tile__img {
        aspect-ratio: 12 / 5;
    }
}

.rp_big-section__blog-banner__blog-button {
    margin-top: 0.5rem;
}

.rp_big-section__blog-banner__image img {
    object-fit: contain;
}

@media screen and (min-width:1366px) {
    .rp_big-section__blog-banner__text {
        max-width: calc(50vw - max(calc((100vw - 1640px) / 2), 1rem));
    }
}

a.rp_blog-showcase__post-tile__cat__link:hover {
    color: var(--grey-color, #DAD9D6);
}

.footer-os-paragraph {
    font-size: 14px;
    text-align: right;
    margin: 0 auto;
    padding-bottom: 4px;
    max-width: 1640px;
}

.footer-os-paragraph a {
    color: white;
    text-decoration: none;
}

.footer-os-paragraph a:hover {
    color: var(--lightblue-color, #DEEEF0);
}

#eu-cookie-bar {
    padding: 16px 10px;
    font-size: 16px;
}

.ws-ff-extrabold {
    font-family: 'gilroy-extrabold';
}

@media screen and (max-width:1365px) {
    .gl-footer__row {
        justify-content: space-evenly;
    }

    .footer-os-paragraph {
        text-align: center;
        margin-top: 8px;
    }
}

@media screen and (min-width:768px) and (max-width:1365px) {
    .blog__post__img-container img {
        width: 600px;
    }
}

@media screen and (max-width:767px) {
    .blog__post__img-container img {
        width: 89vw;
        max-width: 500px;
    }

    .gl-footer__row {
        justify-content: flex-start;
    }

    .footer-os-paragraph {
        text-align: left;
    }
}

.is-form-style-3 .is-screen-reader-text {
    display: none;
}

.is-form-id-11903 > label {
    width: 90%;
    max-width: 452px !important;
}

#is-search-input-11903 {
    height: 42px;
    padding: 4px 26px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    color: var(--darkblue-color, #3D5265);
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
}

.is-search-icon svg {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    fill: currentColor;
    min-height: 24px;
    min-width: 24px;
    vertical-align: text-bottom;
}

.is-search-submit {
    border-radius: 3rem;
    border: 1px solid #3c5165 !important;
    width: 74px !important;
    margin-left: 0.5rem !important;
    background-color: #3c5165;
    color: white;
    cursor: pointer;
}

.is-search-submit:hover {
    background-color: white;
    color: #3c5165;
}

.is-form-id-11903 {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: space-between;
}