@charset "UTF-8";

.u_mb50p {
	margin-bottom: 50%;
}

.u_bt0 {
	border-top: 0 !important;
}

/* ===============================
   SECTION BACKGROUNDS
=============================== */

.c_section.bggradient_bg1 {
	background: linear-gradient(225deg, #232B36 0%, #8D9FA9 60%, #232B36 100%);
	color: #fff;
}

.c_section.bggradient_bg2 {
	background: linear-gradient(90deg, #391A23 0%, #C5A37E 100%);
	color: #fff;
}

.c_section.bggradient_bg3 {
	background: linear-gradient(90deg, #252D38 0%, #A9E5E3 100%);
	color: #fff;
}

.c_section.bggradient_bg4 {
    background-color: #ffffff;

    background-image: 
        radial-gradient(circle at top left,
            rgba(109, 144, 183, 0.25) 0%, 
            rgba(109, 144, 183, 0.10) 50%,  
            transparent 55%
        ),
        radial-gradient(circle at bottom right, 
            rgba(235, 72, 118, 0.18) 0%, 
            rgba(235, 72, 72, 0.08) 25%, 
            transparent 55%
        );

    background-blend-mode: normal;
    color: #000;
}

.c_section.bggradient_bg5 {
    background-color: #273C5E;
    background-image: 
        radial-gradient(circle at top left, 
            rgba(235, 72, 118, 0.55) 0%, 
            rgba(235, 72, 118, 0.25) 20%, 
            transparent 40%
        ),
        radial-gradient(circle at bottom right, 
            rgba(207, 250, 249, 0.50) 0%, 
            rgba(207, 250, 249, 0.20) 20%, 
            transparent 40%
        );
    background-blend-mode: normal;
    color: #fff;
}

.c_section.bggradient_bg1 .c_titleH2>div>div:only-child:before,
.c_section.bggradient_bg1 .c_titleH2>div>div.h2:before,
.c_section.bggradient_bg1 [class^="c_p-"] .c_titleH2 h2:before,
.c_section.bggradient_bg2 .c_titleH2>div>div:only-child:before,
.c_section.bggradient_bg2 .c_titleH2>div>div.h2:before,
.c_section.bggradient_bg2 [class^="c_p-"] .c_titleH2 h2:before,
.c_section.bggradient_bg3 .c_titleH2>div>div:only-child:before,
.c_section.bggradient_bg3 .c_titleH2>div>div.h2:before,
.c_section.bggradient_bg3 [class^="c_p-"] .c_titleH2 h2:before,
.c_section.bggradient_bg4 .c_titleH2>div>div:only-child:before,
.c_section.bggradient_bg4 .c_titleH2>div>div.h2:before,
.c_section.bggradient_bg4 [class^="c_p-"] .c_titleH2 h2:before {
	background-color: #fff;
}

.c_section.bggradient_bg1:last-child::after, 
.c_section.bggradient_bg2:last-child::after, 
.c_section.bggradient_bg3:last-child::after, 
.c_section.bggradient_bg4:last-child::after, 
.c_section.bggradient_bg5:last-child::after, 
.c_section.bgimage_top2:last-child::after 
{ height: 0 !important; }

/* ===============================
   IMAGE / MEDIA
=============================== */

.rounded-corners10 img,
.rounded-corners10 iframe {
	border-radius: 10px;
}

.s_feature__link::after { background: linear-gradient(rgba(0, 0, 0, 0) 0%, #273C5E 100%) !important; }

@media (max-width: 767px) {
  .s_feature__link::after {
    background: linear-gradient(
      to bottom,
      rgba(39, 60, 94, 0) 0%,
      rgba(39, 60, 94, 0) 20%,
      rgba(39, 60, 94, 0.7) 60%,
      rgba(39, 60, 94, 1) 100%
    ) !important;
  }
}

/* ===============================
   CUSTOM TAB SYSTEM
=============================== */

.custom-tab-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;

    box-shadow: 
        0 16px 48px rgba(39, 60, 94, 0.22),
        0 2px 8px rgba(39, 60, 94, 0.12);
}

.custom-tab-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;

    background-color: #273C5E;

    background-image: 
        radial-gradient(circle at top left, 
            rgba(235, 72, 118, 0.55) 0%, 
            rgba(235, 72, 118, 0.25) 20%, 
            transparent 40%
        ),
        radial-gradient(circle at bottom right, 
            rgba(207, 250, 249, 0.50) 0%, 
            rgba(207, 250, 249, 0.20) 20%, 
            transparent 40%
        );

    z-index: 0;
}

.custom-tab-wrapper > * {
    position: relative;
    z-index: 1;
}

.custom-tab-content {
    background: transparent;
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.custom-tabs {
    display: flex;
    gap: 4px;
}

.custom-tabs .m_tab__navItem {
    flex: 1;
}

.custom-tabs .m_tab__navItem a {
    background: linear-gradient(135deg, #6D90B7 0%, #273C5E 100%);
    background-color: #6D90B7;
    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 40%,
        rgba(0, 0, 0, 0.08) 100%
    );
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;

    transition: background 0.3s ease, transform 0.2s ease;
}

.custom-tabs .m_tab__navItem.s_current a {
    background: rgba(39, 60, 94, 0.001);
    color: #fff;
    position: relative;
}

.custom-tabs .m_tab__navItem:first-child a {
    border-top-left-radius: 10px;
}

.custom-tabs .m_tab__navItem:last-child a {
    border-top-right-radius: 10px;
}

.custom-tabs .m_tab__navItem a:hover {
    opacity: 0.9;
}

.custom-tabs .m_tab__navItem.s_current a:hover {
    opacity: 1;
}

.custom-tabs .m_tab__navItem a:active {
    transform: scale(0.97);
}

.custom-tab-wrapper,
.custom-tab-wrapper * {
    color: #fff;
}

/* ===============================
   CUSTOM SECTION LAYOUT
=============================== */

.custom-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 0;
}

.custom-section + .custom-section {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .custom-section,
    .custom-section.reverse {
        flex-direction: column;
        gap: 20px;
    }

    .custom-section + .custom-section {
        margin-top: 40px;
    }
}

.custom-section.reverse {
    flex-direction: row-reverse;
}

.custom-text,
.custom-image {
    flex: 1;
}

.custom-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-image img {
    width: 100%;
    height: auto;
}

.custom-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* ===============================
   MOBILE
=============================== */

@media screen and (max-width: 767px) {

    .custom-tabs {
        flex-direction: column;
        gap: 0;
    }

    .custom-tabs .m_tab__navItem {
        width: 100% !important;
        flex: none !important;
    }

    .custom-tabs .m_tab__navItem a {
        width: 100% !important;
        padding: 8px 12px !important;
        font-size: 18px !important;
        line-height: 1.8 !important;
    }

    .custom-tabs .m_tab__navItem:first-child a {
        border-radius: 10px 10px 0 0 !important;
    }

    .custom-tabs .m_tab__navItem:last-child a {
        border-radius: 0 !important;
    }

    .custom-section,
    .custom-section.reverse {
        flex-direction: column;
    }
}