 
:root {
    --mw-link: #F06A2E;
    --mw-secondary-500: #D75E28;
    --mw-white: #fff;
    --mw-primary: #062B52;
    --mw-grey: #BDBDBD;
    --mw-grey-300: #E0E0E0;
    --mw-grey-500: #9E9E9E;
    --mw-grey-600: #757575;
    --mw-grey-700: #616161;
    --mw-grey-800: #424242;
    --mw-grey-900: #323232;
    --mw-grey-950: #212121;
    --mw-primary-300: #2471C0;
    --mw-primary-400: #15569A;
    --mw-primary-500: #0C4682;
    --mw-primary-600: #083A6E;
    --mw-primary-700: #062B52;
    --mw-primary-800: #08223D;
    --mw-primary-950: #010D19;
}

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

body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--mw-primary);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -1px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 21px;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
}

a {
    text-decoration: none;
    color: var(--mw-link);
}

.fw-700 {
    font-weight: 700;
}

.fs-64 {
    font-size: 64px;
    letter-spacing: -1px;
}

.fs-21 {
    font-size: 21px;
}

.fs-16 {
    font-size: 16px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.container-sm {
    max-width: 1168px;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

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

.mr-16 {
    margin-right: 16px;
}

.mb-25 {
    margin-bottom: 25px;
}

.pe-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wrapper {
    position: relative;
}

.btn {
    display: inline-block;
    font-weight: 700;
}

.has-arr-right::after {
    content: '';
    background: url(images/icon-arr.svg) no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.w-700,
.w-1170 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.w-1170 {
    max-width: 1170px;
}

.hide-on-desktop {
    display: none !important;
}

.margin-last-zero>*:last-child {
    margin-bottom: 0 !important;
}

.w-100 {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.section-bg {
    background: #F6F8FA;
    padding: 64px 0;
}

.section-bg2 {
    background: #F6F8FA;
    padding: 1px 0;
}

.section-bg.white {
    background: #fff;
}

.section-bg2.white {
    background: #fff;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}


/* START - header CSS */

#mnav-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 460px;
    background: rgba(40, 36, 35, 0.8);
    height: 460px;
    z-index: 102;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform .3s;
}

.has-push-left #mnav-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(15, 44, 79, 0.2);
    z-index: 10;
}

#header.has-white-border {
    border-color: rgba(234, 234, 234, 0.4);
}

#header.static {
    position: static;
}

.header-in {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    padding: 28px 0;
}

.logo-img {
    background: url(images/logo.svg) no-repeat;
    height: 54px;
    width: 205px;
    display: block;
    background-size: cover;
}

.nav-box {
    margin-left: auto;
    margin-right: auto;
}

ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    z-index: 2;
    position: relative;
}

ul.nav>li {
    display: inline-block;
    margin: 0;
    height: 100%;
}

ul.nav>li>a {
    color: var(--mw-white);
    padding: 12px 27px;
    font-weight: 600;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

ul.nav>li:hover>a {
    background-color: var(--mw-link);
    color: var(--mw-white) !important;
}

ul.nav>li:hover>a::after {
    background: url(images/ic-nav-arr.svg) no-repeat;
}

ul.nav ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(13, 13, 13, 0.9), 0px 2px 4px #0D0D0D;
    padding: 10px 22px;
    border-top: 4px solid var(--mw-link);
    width: 266px;
}

ul.nav li:hover ul,
ul.nav li.active ul {
    display: block;
}

ul.nav ul li {
    border-bottom: 2px solid #F2F2F2;
    line-height: 1;
}

ul.nav ul li:last-child {
    border-bottom: 0;
}

ul.nav ul li a {
    font-size: 13px;
    text-transform: capitalize;
    color: #0E0E0E;
    display: block;
    padding: 24px 0;
}

.dropdown-toggle>a::after {
    content: '';
    width: 10px;
    height: 5px;
    background: url(images/ic-nav-arr.svg) no-repeat;
    margin-left: 7px;
    display: inline-block;
}

.acc-box {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.acc-box a {
    color: var(--mw-white);
    font-weight: 700;
}

.cart-box {
    display: inline-block;
    line-height: 0;
}

.icon-cart {
    background: url(images/icon-cart.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}



.orange-btn {
    background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 2px;
    padding: 13px 24px;
    color: var(--mw-white) !important;
    border: none;
}

.orange-btn.disabled {
    background: #ccc;            /* Gray background */
    box-shadow: none;            /* Remove shadow */
    color: #777 !important;      /* Gray text */
    cursor: not-allowed;         /* Show a not-allowed cursor */
    opacity: 0.6;                /* Reduce opacity */
}

.bordered-btn {
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    padding: 12px 24px;
    color: var(--mw-white) !important;
}

.nav-toggle {
    display: inline-block;
    line-height: 0;
}

.icon-menu {
    background: url(images/ic-menu.svg) no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
}

header.sticky {
    position: fixed;
    background: #fff;
    z-index: 10;
    width: 100%;
    top: -125px;
    left: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
}

header.sticky.down {
    top: 0;
}

.admin-bar header.sticky.down {
    top: 31px;
}

header.sticky .nav-box {
    margin-left: 32px;
}

header.sticky .logo {
    padding: 14px 0;
}

header.sticky .logo-img {
    background: url(images/logo-header-mini.svg) no-repeat;
    width: 44px;
    height: 42px;
}

header.static .logo-img {
    background: url(images/logo-header-dark.svg) no-repeat;
    width: 201px;
    height: 53px;
    background-size: cover;
}

header.sticky .acc-box a,
header.static .acc-box,
header.static .acc-box a {
    color: var(--mw-primary-600);
}

header.sticky .bordered-btn,
#mbl-cta .bordered-btn,
header.static .bordered-btn {
    border: 1px solid var(--mw-primary-600);
    color: var(--mw-primary-600) !important;
}

header.sticky ul.nav>li>a,
header.static ul.nav>li>a {
    color: var(--mw-primary-700);
}

header.sticky .dropdown-toggle>a::after,
header.static .dropdown-toggle>a::after {
    background: url(images/ic-nav-arr-grey.svg) no-repeat;
}

header.sticky .icon-cart,
header.static .icon-cart {
    background: url(images/ic_outline-shopping-cart.svg) no-repeat;
}


/* END - header CSS */

#hero {
    background: url(images/img-home-hero-1920.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 156px;
    padding-bottom: 90px;
    color: var(--mw-white);
}

#hero h1 {
    font-weight: 800;
    font-size: 112px;
    line-height: 1;
    letter-spacing: -4px;
    background: linear-gradient(91.39deg, #FC5A05 17.46%, #FBC27E 83.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 870px;
}

#hero p {
    max-width: 637px;
    font-size: 21px;
}

#hero .btn {
    padding: 12px 19px;
    font-size: 19px;
    font-weight: 700;
    line-height: 34px;
    margin-right: 20px;
}

#hero .bordered-btn {
    padding: 11px 19px;
    margin-right: 0;
}


/* START - Seavice CSS */

#intro {
    margin-top: 80px;
    margin-bottom: 80px;
}

.icon-star {
    width: 34px;
    height: 34px;
    background: url(images/ic-star-blue.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.intro-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.intro-list ul li {
    border-bottom: 1px solid var(--mw-grey);
    margin-bottom: 14px;
    padding-bottom: 14px;
    color: #616161;
    position: relative;
    padding-left: 46px;
    padding-top: 5px;
}

.intro-list ul li:last-child {
    border-bottom: none;
}

.intro-list ul li .icon-star {
    position: absolute;
    left: 0;
    top: 0;
}

.intro-box {
    display: grid;
    margin-bottom: 65px;
    column-gap: 75px;
}

.intro-desc {
    grid-row: 1;
    grid-column: 1 / span 2;
    color: var(--mw-grey-700);
}

.intro-desc p {
    font-size: 21px;
}

.intro-desc h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 0.98;
    letter-spacing: -3px;
    color: #010D19;
}

.intro-video {
    width: 620px;
    flex: 0 0 620px;
    grid-column: 3;
    grid-row: 1 / span 2;
}

.intro-list {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.service-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.service-col {
    padding-left: 4px;
    padding-right: 4px;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.service-item {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

.service-img {
    position: relative;
    line-height: 0;
}

.service-img img {
    border-radius: 12px 12px 0 0;
}

.service-tag {
    background: var(--mw-primary-800);
    color: var(--mw-white);
    padding: 14px 12px 14px 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Syncopate', sans-serif;
}

.service-tag::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    border-bottom: 40px solid transparent;
    border-left: 12px solid var(--mw-primary-800);
}

.service-desc {
    padding: 32px;
    color: var(--mw-grey-600);
}

.service-desc h3,.service-desc h3 a {
    color: var(--mw-primary-700);
    font-weight: 700;
    margin-bottom: 12px;
}

.service-txt {
    min-height: 190px;
}

.view-service {
    border-top: 1px solid var(--mw-grey);
    padding: 14px 0 0;
    text-align: right;
}

.view-service a {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
}

.view-service a::after {
    background: url(images/icon-arr-2.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    vertical-align: middle;
    margin-left: 10px;
}

.service-col.full {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 25px;
}

.service-quiz {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 8px;
    padding: 30px;
    color: var(--mw-grey-700);
}

.service-quiz-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.icon-cta-help {
    width: 39px;
    height: 39px;
    background: url(images/ic-cta-help.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.service-quiz .btn {
    border-color: #2471C0;
    color: #2471C0 !important;
    border-radius: 4px;
    padding: 6px 16px;
}

.service-quiz .btn::after {
    background-image: url(images/ic-button-chevron-double-right-blue.svg);
    width: 24px;
    height: 24px;
}

.service-quiz strong {
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--mw-primary-800);
    margin-right: 8px;
}

.quiz-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.quiz-col+.quiz-col {
    margin-left: 48px;
}

.quiz-exit {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    color: var(--mw-grey-500);
}

.quiz-exit::after {
    content: '';
    background: url(images/ic-exit.svg) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.qr-btn .go-back {
    color: var(--mw-grey-500);
}

.qr-btn .go-back::before {
    background: url(images/icon-go-back-gray.svg) no-repeat;
}

.qr-choose-plan {
    margin: 54px 0 60px;
}

.qr-divider {
    width: 33.72px;
    height: 1px;
    background: #A6A6A6;
    transform: rotate(90deg);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}


/* END - Seavice CSS */


/* START - Testimonials */

#testimonials {
    position: relative;
    background: #062B52;
    border-radius: 0px 0px 64px 64px;
    padding-bottom: 75px;
    margin-top: 10%;
}

#testimonials::after {
    content: '';
    background: url(images/img-home-testimonials-bg-rope-1920.png) no-repeat;
    padding-bottom: 39.94%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -120px;
    background-size: cover;
}

#testimonials::before {
    content: '';
    width: 100%;
    display: block;
    height: 720px;
    position: absolute;
    left: 0;
    top: -720px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(239, 243, 251, 0) 0%, #EFF3FB 100%);
}

#tt-main {
    font-size: 21px;
    padding-bottom: 0;
    padding-top: 260px;
    color: var(--mw-white);
    z-index: 1;
    position: relative;
}

#tt-main .container {
    max-width: 790px;
}

.tt-logo {
    margin-bottom: 24px;
}

#tt-main h2 {
    font-size: 48px;
}

.ic-star {
    width: 15px;
    height: 18px;
    background: url(images/tt-star.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.tt-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -1px;
    font-style: italic;
    max-width: 300px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.tt-view {
    margin-bottom: 30px;
}

#tt-items {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.tt-row {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

.tt-item {
    padding-left: 8px;
    padding-right: 8px;
}

#tt-btm {
    text-align: center;
    color: var(--mw-white);
    z-index: 1;
    position: relative;
}

.tt-vessel-mobile {
    display: none;
}


/* START - Difference */

#the-difference {
    padding: 65px 0 0;
}

#the-difference h2 {
    color: #010D19;
}

.diff-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 65px;
}

.diff-item {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
    flex: 0 0 50%;
    text-align: center;
    color: var(--mw-grey-600);
}

.icon-highlighter {
    background: url(images/ic-gradient-highlighter.svg) no-repeat;
    width: 82.71px;
    height: 8.64px;
    display: inline-block;
    margin-bottom: 15px;
}

.diff-item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Syncopate', sans-serif;
    text-transform: uppercase;
    color: #062B52;
}

.has-btm-line {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.has-btm-line::after {
    content: '';
    width: 85%;
    height: 1px;
    background: rgba(0, 0, 0, 0.24);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


/* END - Difference CSS */


/* Start - Forecasters CSS */

#forecasters {
    margin: 65px 0 30px;
}

.forecasters-box {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    display: flex;
}

.forecaster-img {
    width: 600px;
    flex: 0 0 600px;
}

.fc-img {
    background: url(images/img-home-quote-block-chris-1920.jpg) no-repeat top center;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.fc-bio {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 35px;
    font-size: 19px;
}

.fc-bio strong {
    font-family: 'Syncopate', sans-serif;
}

.forecaster-text {
    padding: 70px 100px;
    text-align: center;
    font-size: 16px;
    line-height: 1.31;
    color: var(--mw-grey-600);
}

.forecaster-text h3 {
    color: #062B52;
}

.more-link {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.52;
    color: var(--mw-link);
    display: inline-flex;
    align-items: center;
}

.more-link::after {
    content: '';
    background: url(images/icon-arr-3.svg) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 8px;
}


/* END - Forecasters CSS */


/* START - Question CSS */

#question-quiz {
    background: url(images/question-bg.png) no-repeat;
    background-size: cover;
    padding: 46px 0 74px;
}

.qq-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    padding: 64px 40px;
    height: 100%;
}

.qq-item h3 {
    margin: 24px 0;
    color: #02162C;
}

.qq-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.qq-col {
    padding-left: 16px;
    padding-right: 16px;
    width: 50%;
    flex: 0 0 50%;
    text-align: center;
}


/* END - Question CSS */


/* START - About Us CSS */

.divider-line {
    border-top: 1px solid var(--mw-grey);
    margin: 24px 0;
}

.page-header {
    padding: 0 0 55px;
    color: var(--mw-grey-600);
    font-size: 20px;
}

.page-header h1 {
    font-size: 64px;
    font-weight: 700;
    color: var(--mw-primary-950);
    margin-bottom: 0;
}

.page-header p {
    margin-top: 24px;
    max-width: 542px;
    margin-left: auto;
    margin-right: auto;
}

#about-us {
    padding-bottom: 64px;
    padding-top: 60px;
}

.abox-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.abox-col {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}

.abox-col-in {
    padding: 40px;
}

.ab-heading {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--mw-grey-950);
}

.mb-55 {
    margin-bottom: 55px;
}

.video-box {
    margin-top: 33px;
}

.video-box img,
.video-box iframe,
.video-box video {
    width: 100%;
}


/* START - About Us - Our Team */

#our-team {
    background: #F6F8FA;
    padding: 64px 0;
}

.team-item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid var(--mw-grey);
    align-items: center;
}

.team-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.team-img {
    max-width: 308px;
    flex: 0 0 308px;
    margin-right: 64px;
}

.team-desc {
    flex: 1;
}

.team-desc *:last-child {
    margin-bottom: 0;
}

.team-head {
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-size: 37px;
    font-weight: 300;
}

.team-sub-head {
    font-weight: 400;
    font-size: 18px;
    color: var(--mw-link);
    margin-bottom: 20px;
}

.team-more {
    color: var(--mw-secondary-500);
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    display: none;
}


/* END - About Us - Our Team */


/* END - About Us CSS */


/* START - Service Hub CSS */

.sh-box {
    color: var(--mw-grey-700);
}

.sh-box .qq-col p {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
}

.sh-box .qq-col {
    margin-bottom: 32px;
}


/* END - Service Hub CSS */


/* START - Service Combos CSS */

.servc-box {
    margin: 0 0 45px 0;
}

.servc-box .package-slide {
    padding: 7px;
    width: 33.33%;
    width: calc(100% / 3); /* Shows 3 slides at once */
}

.servc-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
}

/* .servc-img img {
    border-radius: 14px 14px 0 0;
} */

.servc-content {
    padding: 32px;
}

.servc-video *,
.servc-audio * {
    max-width: 100%;
}

.servc-content .divider-line {
    border-color: #DCDCDC;
}

.servc-h2 {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 13.69px;
    line-height: 2.06;
    color: var(--mw-grey-600);
}

.servc-fbar {
    background: #F6F8FA;
    margin: 8px 0;
    border-radius: 8px;
}

.servc-model {
    background: white;
    padding: 32px;
    text-align: left;
    max-width: 902px;
    margin: 40px auto;
    position: relative;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
    border-radius: 8px;
}

.servc-model-btn {
    line-height: 0;
}

.mfp-bg {
    background: #F5F5F5 !important;
    opacity: 0.9 !important;
}

.servc-mhead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.servc-mhead h3 {
    font-weight: 700;
    font-size: 31px;
    line-height: 1.23;
    letter-spacing: -1px;
    color: var(--mw-grey-950);
    margin: 0;
}

.servc-mhead .popup-modal-close {
    line-height: 0;
}

.servc-mbody {
    padding: 25px 0;
    color: var(--mw-grey-700);
}

.has-pad25 {
    padding-left: 25px;
    padding-right: 25px;
}

.servc-mfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 23px;
    text-align: right;
}

.icon-close {
    background: url(images/ic-actionable-close.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.btn-close {
    padding: 8px 40px;
    border: 1px solid var(--mw-grey-800);
    border-radius: 4px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.52;
    color: var(--mw-grey-700);
}

.sr-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.06;
    text-transform: uppercase;
    color: #2471C0;
    font-family: 'Syncopate';
}

.f-credit-box {
    border-top: 1px solid rgba(48, 49, 51, 0.35);
}

.f-credit-item:nth-child(odd) {
    background: #F6F8FA;
}

.f-credit-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 16px;
}

.fc-txt {
    font-size: 16px;
    color: var(--mw-grey-700);
    flex: 1;
    margin-right: 25px;
}

.fc-txt h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.21;
    color: var(--mw-primary-700);
    margin: 0;
    letter-spacing: 0;
}

.fixed-height-640 {
    height: 640px;
    overflow-y: auto;
    padding-right: 20px;
}

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.icon-service-webcasts {
    width: 32px;
    height: 32px;
    background: url(images/ic-service-webcasts-ssb-radio-padded.svg) no-repeat;
    display: inline-block;
}

.icon-service-cf {
    width: 32px;
    height: 32px;
    background: url(images/ic-service-custom-forecast-credits-padded.svg) no-repeat;
    display: inline-block;
}

.icon-service-email {
    width: 32px;
    height: 32px;
    background: url(images/ic-service-regional-daily-email-forecast-padded.svg) no-repeat;
    display: inline-block;
}

.icon-service-ques {
    width: 21px;
    height: 20px;
    background: url(images/icon-question.svg) no-repeat;
    display: inline-block;
}

.servc-fbar {
    display: flex;
    align-items: center;
    padding: 8px 16px;
}

.servc-fbar span {
    font-weight: 700;
    font-size: 17px;
    color: var(--mw-primary-700);
    margin-left: 12px;
}

.servc-plan-num {
    border: 1px solid var(--mw-grey-700);
    color: var(--mw-grey-700);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
}

.servc-plan-item .servc-h2 {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 2px;
}

.srvp-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.srvp-field .checkmark {
    border: 2px solid #E2E4E6;
    border-radius: 8px;
    padding: 16px 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    color: #171717;
    display: block;
    text-align: center;
    cursor: pointer;
}

.srvp-field input:checked~.checkmark {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-color: #105EFB;
    font-weight: 700;
}


.plan-param {
    border: 2px solid #E2E4E6;
    border-radius: 8px;
    padding: 16px 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    color: #171717;
    display: block;
    text-align: center;
    cursor: pointer;
}


.plan-param-selected {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-color: #105EFB;
    font-weight: 700;
}


.servc-plan-field {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
}

.srvp-field {
    flex: 1;
    padding-left: 4px;
    padding-right: 4px;
}


.srvp-total-label {
    font-weight: 700;
    font-size: 18px;
}

.srvp-total {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: var(--mw-grey-800);
}

.srvp-total small {
    font-size: 13px;
    color: var(--mw-grey-700);
    font-weight: 300;
    display: block;
}

.servc-plan-submit {
    margin-top: 24px;
}

.servc-plan-submit .btn {
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    font-size: 17px;
    cursor: pointer;
}

.mobile-swipe-indicator {
    font-size: 21px;
    color: var(--mw-primary-800);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-top: 1px solid var(--mw-grey);
    padding-top: 28px;
    display: none;
}

.mobile-swipe-indicator.btm-line {
    border-top: none;
    border-bottom: 1px solid var(--mw-grey);
    padding-top: 0;
    padding-bottom: 19px;
}

.mobile-swipe-indicator img {
    margin-right: 12px;
}


/* END - Service Combos CSS */


/* Start - Testmonial Page CSS */

#tt-filter-box {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.tt-label {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: var(--mw-primary-300);
}

.tt-filters {
    text-align: center;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 55px;
}

.tt-filter-item {
    padding: 8px 24px;
    background: #FFFFFF;
    border: 0.988129px solid #D9DBE9;
    box-shadow: 0px 1.97626px 5.92877px rgba(0, 0, 0, 0.03);
    border-radius: 13.8338px;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
}

.tt-filter-item.active {
    background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
    color: #fff;
}

.tt-filter-dropdown {
    margin: 24px 0;
    display: none;
}

.tt-filter-dropdown select {
    background: linear-gradient(180deg, #FFFFFF 1.22%, #F3F5F5 100%);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    padding: 12px 15px;
    width: 100%;
    border: none;
}

.tt-panel {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    background: #fff;
    padding: 40px;
    margin-bottom: 16px;
    text-align: center;
}

.tt-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.22;
    color: var(--mw-primary-800);
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.tt-title h3 {
    margin-bottom: 0;
    font-size: 32px;
}

.tt-author {
    color: #E74E1E;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56;
    margin-top: 24px;
}


/* End - Testmonial Page CSS */


/* Start - FAQ Page CSS */

#faq-filter-box {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.faq-filters {
    text-align: center;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 55px;
}

.faq-label {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    color: var(--mw-primary-300);
}

.faq-filter-item {
    padding: 8px 24px;
    background: #FFFFFF;
    border: 0.988129px solid #D9DBE9;
    box-shadow: 0px 1.97626px 5.92877px rgba(0, 0, 0, 0.03);
    border-radius: 13.8338px;
    display: inline-block;
    cursor: pointer;
    margin: 4px;
}

.faq-filter-item.active {
    background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
    color: #fff;
}

.faq-filter-dropdown {
    margin: 24px 0;
    display: none;
}

.faq-filter-dropdown select {
    background: linear-gradient(180deg, #FFFFFF 1.22%, #F3F5F5 100%);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    padding: 12px 15px;
    width: 100%;
    border: none;
}

#faq-panels {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.faq-panel {
    padding: 40px 24px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    display: none;
}

.faq-panel.active {
    display: block;
}

.faq-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    color: var(--mw-primary-800);
    display: flex;
    justify-content: space-between;
}

.faq-title::after {
    content: '';
    background: url(images/ic-accordion-expand.svg) no-repeat;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 25px;
}

.open .faq-title::after {
    background: url(images/ic-accordion-collapse.svg) no-repeat;
}

.faq-desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--mw-grey-700);
    margin-top: 17px;
    padding-right: 100px;
    display: none;
}

.faq-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--mw-grey-500);
    padding-left: 32px;
    padding-right: 32px;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* End - FAQ Page CSS */


/* Start - Samples Page CSS */

.sample-box {
    margin-bottom: 32px;
}

.sample-box h3 {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--mw-primary-400);
    margin: 0 0 17px 0;
}

.sample-item {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFC 100%);
    border: 0.5px solid #EEEEEE;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 7px;
    align-items: center;
}

.sample-title {
    flex: 1;
    margin-right: 20px;
}

.sample-open a {
    font-size: 18px;
    line-height: 1.33;
    color: var(--mw-link);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.sample-open a::after {
    content: '';
    background: url(images/ic-open-sample.svg) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-left: 8px;
}


/* End - Samples Page CSS */


/* START - Plan Builder Tool CSS */

.how-it-works {
    background: #F6F8FA;
    border: 1px solid #F6F8FA;
    border-radius: 16px;
    margin-bottom: 32px;
}

.hiw-head {
    color: #fff;
    background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    padding: 6px 10px 3px;
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 23px;
    line-height: 1.87;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: normal;
}

.hiw-row {
    display: flex;
    flex-wrap: wrap;
}

.hiw-col {
    text-align: center;
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 24px;
    font-size: 16px;
    line-height: 1.31;
    color: var(--mw-grey-700);
    border-right: 1px solid #E0E0E0;
    filter: drop-shadow(0px 0px 1px rgba(48, 49, 51, 0.05)) drop-shadow(0px 2px 4px rgba(48, 49, 51, 0.1));
}

.hiw-col:last-child {
    border-right: none;
    filter: none;
}

.hiw-num {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 0.85;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #105EFB;
    margin-left: auto;
    margin-right: auto;
}

.hiw-col h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    color: var(--mw-primary-700);
    margin: 24px 0 8px;
    letter-spacing: normal;
}

.pb-tool-table-box {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
}

.pb-tool-table {
    margin-bottom: 72px;
    color: #000000;
    border-collapse: collapse;
}

.pb-tool-table td,
.pb-tool-table th {
    padding: 16px;
    font-size: 16px;
    line-height: 1.31;
    color: #000000;
    vertical-align: top;
    width: 25%;
}

.pb-tool-table th {
    text-align: left;
}

.pb-tool-table tbody tr:nth-child(odd),
.pb-tool-table tbody tr:nth-child(odd) th {
    background: #F6F8FA;
}

.pb-tool-table h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.34px;
    color: var(--mw-primary-950);
    margin: 10px 0 15px;
}

.pb-tool-table h4 {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    color: var(--mw-primary-950);
    letter-spacing: normal;
    margin: 0;
}

.pb-tool-table .icon-service-cf,
.pb-tool-table .icon-service-webcasts,
.pb-tool-table .icon-service-email {
    background-size: 40px auto;
    background-position: center center;
}

.add-to-plan {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.31;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px 0;
    background: linear-gradient(94.8deg, #E74E1E -0.1%, #FF5C00 99.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    align-items: center;
}

.add-to-plan::before {
    width: 24px;
    height: 24px;
    background: url(images/icon-plus.svg) no-repeat;
    display: inline-block;
    content: '';
    margin-right: 7px;
    flex: 0 0 24px;
}

.add-to-plan::after {
    content: attr(data-add-title);
}

.added .add-to-plan::after {
    content: attr(data-remove-title);
}

.added .add-to-plan {
    background: linear-gradient(0deg, #105EFB 0%, #199AFB 100%);
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

.added .add-to-plan::before {
    background: url(images/icon-minus.svg) no-repeat;
    display: inline-block;
}

.icon-checkmark {
    width: 22px;
    height: 23px;
    background: url(images/ic-checkmark.svg) no-repeat;
    display: inline-block;
}

.added .icon-checkmark {
    background: url(images/ic-checkmark-blue.svg) no-repeat;
}

.pb-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
    color: #000000;
    margin-top: 5px;
}

#ps-empty-state {
    background: #F6F8FA;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
    border-radius: 8px;
    padding: 63px 86px;
    font-size: 19px;
    line-height: 1.43;
    color: var(--mw-grey-800);
}

#ps-empty-state h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.21;
    margin: 16px 0;
}

#pb-plan-options {
    margin: 40px 0;
}

.single-service-box {
    margin-bottom: 70px;
}

.plan-selection-box {
    border-top: 1px solid #D3D8DC;
    padding-top: 60px;
}

.plan-selection-box .swiper-wrapper {
    justify-content: center;
}

.plan-selection-item .servc-item {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.pb-head1 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 47.89px;
    line-height: 1;
    text-align: center;
    color: var(--mw-primary-950);
}

.pb-head2 {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.87;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(270deg, #105EFB 0%, #199AFB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.tag-best-value {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 40px 8px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(270deg, #105EFB 0%, #199AFB 100%);
    display: inline-block;
    margin-left: 17px;
    position: relative;
}

.tag-best-value::before,
.tag-best-value::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 17px solid #fff;
    left: 0;
    top: 0;
}

.tag-best-value::after {
    right: -1px;
    left: auto;
    transform: rotate(180deg);
}

#plan-pricing .tag-best-value::before,
#plan-pricing .tag-best-value::after {
    border-left-color: #F6F8FA;
}

.pb-head-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pb-head-box h3 {
    margin: 0;
}


/* END - Plan Builder Tool CSS */


/* START - Product Detail Pages CSS */

#webcast-page-banner {
    background-image: url(images/img-PDP-WSSB-hero-1920.jpg);
    background-position: top center;
}

#derf-page-banner {
    background-image: url(images/img-PDP-DREF-hero-1920.jpg);
    background-position: top center;
}

#cfrp-page-banner {
    background-image: url(images/img-PDP-CFRP-hero-1920.jpg);
    background-position: top center;
}

.page-banner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 90px;
    color: var(--mw-white);
}

.page-banner h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.14;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.page-banner p {
    max-width: 475px;
}

.pdp-navigation {
    background: #F6F8FA;
    padding: 12px 68px;
}

.pdp-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdp-navigation ul li {
    display: inline-block;
    border-right: 1px solid #E0E0E0;
    margin-right: 32px;
}

.pdp-navigation ul li:last-child {
    border-right: none;
}

.pdp-navigation ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.31;
    color: var(--mw-primary-500);
    padding: 10px 32px 10px 0;
    display: inline-block;
}

.pdp-navigation ul li a.active,
.pdp-navigation ul li a:hover {
    text-decoration: underline;
}

.pdp-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pdp-nav .orange-btn {
    border-radius: 4px;
    padding: 7px 24px;
}

#features {
    margin: 60px 0;
}

.feature-box {
    display: flex;
    flex-wrap: wrap;
}

.feature-box h2 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 47.89px;
    line-height: 34px;
    color: var(--mw-primary-700);
    border-bottom: 1px solid #BDBDBD;
    padding: 0 0 24px 0;
    margin-bottom: 32px;
}

.feature-box .sample-box {
    margin-bottom: 0;
}

.feature-l {
    flex: 1;
    margin-right: 46px;
}

.feature-r {
    max-width: 570px;
}

.feature-r .video-box {
    margin-bottom: 48px;
}

.feature-r .f-credit-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    border: none;
}

.feature-r .f-credit-box .f-credit-item:first-child {
    border-radius: 12px 12px 0 0;
}

.feature-r .f-credit-box .f-credit-item:last-child {
    border-radius: 0 0 12px 12px;
}

.accordion-header,
.f-credit-title {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--mw-primary-400);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
}

.accordion-header::after {
    content: '';
    background: url(images/ic-accordion-expand.svg) no-repeat;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
    margin-left: 25px;
}

.active .accordion-header::after {
    background: url(images/ic-accordion-collapse.svg) no-repeat;
}

.accordion-item {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.accordion-content {
    display: none;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 17px;
}

.accordion-content *:last-child {
    margin-bottom: 0;
}

.hiw-box {
    margin: 48px 0;
    border-top: 1px solid #BDBDBD;
    padding-top: 48px;
}

.hiw-title {
    color: var(--mw-primary-950);
    font-weight: 700;
    font-size: 47.89px;
    line-height: normal;
    text-align: center;
}

.hiw-box .hiw-col {
    filter: none;
}

.hiw-col p {
    margin-bottom: 0;
}

#plan-pricing {
    background: #F6F8FA;
    padding: 24px 0;
}


/* END - Product Detail Pages CSS */


/* START - Contact CSS */

.contact-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.contact-col-1 {
    width: 60%;
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
}

.contact-col-2 {
    width: 40%;
    padding-left: 12px;
    padding-right: 12px;
}

#contact-form {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-radius: 12px;
    padding: 40px;
    color: var(--mw-grey-900)
}

#contact-form label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    color: var(--mw-grey-950);
    margin-bottom: 4px;
    display: block;
}

.form-group {
    margin-bottom: 22px;
}

.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 64px 12px 16px;
    background: #FCFCFC;
    border: 1px solid #DCDCDC;
    box-shadow: inset 2px 3px 1px rgba(48, 49, 51, 0.1);
    font-family: 'Archivo';
}

#contact-info {
    padding: 32px 24px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 1px 3px rgba(48, 49, 51, 0.1);
    border-radius: 10px;
    text-align: center;
}

#contact-info p {
    margin-bottom: 40px;
}

#contact-info p:last-child {
    margin-bottom: 0;
}

.form-submit {
    text-align: right;
}

.form-submit .btn {
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    padding: 13px 20px;
}


/* END - Contact CSS */


/* START - Blog CSS */

#blog-listing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 10px;
}

.blog-item {
    padding-left: 11px;
    padding-right: 11px;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 22px;
}

.blog-item-in {
    background: #FFFFFF;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-date {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.14;
    text-transform: uppercase;
    color: var(--mw-grey-500);
    margin: 12px 0 0;
}

.blog-title,
.blog-title a {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.23;
    letter-spacing: -1px;
    color: #01213F;
    margin-bottom: 12px;
}

.blog-desc {
    font-size: 18px;
    line-height: 1.67;
    color: var(--mw-grey-700);
    margin-bottom: 14px;
}

.blog-read-more {
    border-top: 1px solid var(--mw-grey);
    padding: 14px 0 0;
    text-align: right;
    margin-top: auto;
}

.blog-read-more a {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
}

.blog-read-more a::after {
    background: url(images/icon-arr-2.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    vertical-align: middle;
    margin-left: 10px;
}

#blog-pagination {
    border-top: 1px solid var(--mw-grey);
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#blog-pagination a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--mw-grey-600);
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#blog-pagination a.current {
    color: var(--mw-primary-500);
    font-weight: 700;
    pointer-events: none;
}

#blog-pagination a.disabled {
    pointer-events: none;
}

.ic-prev,
.ic-next {
    background: url(images/ic-nav.svg) no-repeat;
    width: 12px;
    height: 20px;
    display: inline-block;
}

.ic-dots {
    background: url(images/ic-dots.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.ic-next {
    transform: rotate(180deg);
}

.disabled .ic-prev,
.disabled .ic-next {
    background-image: url(images/ic-nav-light.svg);
}


/* END - Blog CSS */


/* START - Blog Detail CSS */

#blog-detail-box {
    padding: 64px 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.all-blog-posts {
    margin-bottom: 20px;
}

.all-blog-posts a {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.all-blog-posts a::before {
    background: url(images/icon-arr-2.svg) no-repeat;
    content: '';
    display: inline-block;
    width: 9px;
    height: 8px;
    vertical-align: middle;
    margin-right: 10px;
    transform: rotate(180deg);
}

h1.entry-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.17;
    letter-spacing: -1px;
    color: var(--mw-primary-950);
}

.entry-date {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.67;
    text-transform: uppercase;
    color: var(--mw-grey-500);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--mw-grey-500);
}

.entry-content {
    margin-top: 50px;
    color: var(--mw-grey-700);
    font-size: 18px;
    line-height: 1.67;
}

.entry-content img {
    width: 100%;
}

.entry-content figure {
    margin: 0 0 25px 0;
}

.entry-content figure figcaption {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.43;
    color: var(--mw-grey-500);
    display: flex;
    border-top: 1px solid #000000;
    padding-top: 16px;
    margin-top: 16px;
}

.icon-credit {
    background: url(images/ic-photo.svg) no-repeat center center;
    display: inline-block;
    width: 21px;
    height: 25px;
    margin-right: 10px;
}

.post-author-box {
    display: flex;
    border-top: 1px solid #BDBDBD;
    margin-top: 45px;
    padding-top: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--mw-grey-700);
    flex-wrap: wrap;
}

.post-author-img {
    flex: 0 0 260px;
    margin-right: 40px;
    margin-bottom: 30px;
}

.pa-name {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33;
    color: var(--mw-primary-500);
    margin-bottom: 0;
}

.pa-title {
    font-size: 18px;
    line-height: 1.33;
    color: var(--mw-primary-500);
    font-weight: 400;
    letter-spacing: 0;
}


/* END - Blog Detail CSS */


/* START - Quiz CSS */

#quiz-wrap {
    background: url(images/bg-quiz.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 16px;
}

.quiz-panel-in {
    max-width: 854px;
    width: 100%;
    margin: 0 auto;
}

.quiz-panel {
    background: url(images/bg-quiz.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 16px;
}

#quiz-welcome .quiz-panel-in {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.quiz-hdr {
    margin-bottom: 35px;
}

.quiz-hdr .logo-img {
    margin-left: auto;
    margin-right: auto;
}

.logo-mini {
    background: url(images/logo-header-mini-white.svg) no-repeat;
    height: 65px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.quiz-content {
    padding: 40px 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
    border-radius: 8px;
    color: var(--mw-grey-700);
    font-size: 15px;
}

#quiz-welcome h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    color: var(--mw-grey-950);
}

.quiz-step h3 {
    color: var(--mw-primary-700);
    letter-spacing: -1px;
    text-align: center;
    font-size: 31px;
    line-height: 1.23;
}

.color-prime-700 {
    color: var(--mw-primary-700);
}

.quiz-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quiz-btns .orange-btn {
    padding: 12px 50px;
    border-radius: 3px;
    box-shadow: none;
}

.go-back {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.75;
    color: var(--mw-grey-800);
}

.go-back::before {
    content: '';
    background: url(images/icon-go-back.svg) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.quiz-panel.quiz-step {
    align-items: unset;
}

.quiz-step .go-back {
    color: var(--mw-grey-500);
}

.quiz-step .go-back::before {
    background: url(images/icon-go-back-gray.svg) no-repeat;
}

.quiz-ftr {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 48px;
    text-align: center;
}

.quiz-ftr a {
    color: inherit;
    text-decoration: underline;
}

.qf-group {
    margin-bottom: 16px;
}

.quiz-form label {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #4B4962;
    margin-bottom: 8px;
    display: inline-block;
}

.quiz-form label span {
    font-weight: 400;
    flex: 1;
}

.quiz-form .form-control {
    background: #FAFAFC;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    box-shadow: none;
    padding: 5px 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2315569A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.quiz-progress {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 15px;
    line-height: 12px;
}

.quiz-progress-bar {
    flex: 1;
    margin-right: 16px;
    background: #fff;
    height: 6px;
    border-radius: 4px;
    position: relative;
}

.quiz-progress-fill {
    background: #F06A2E;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.qf-radio,
.qf-checkbox {
    background: #F6F8FA;
    padding: 16px 16px;
}

.qf-radio label,
.qf-checkbox label {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 15px;
    align-items: baseline;
}

.qf-radio label input,
.qf-checkbox label input {
    margin: 0 8px 0 0;
    position: relative;
    top: 3px;
}

.qf-radio .price-range,
.qf-checkbox .price-range {
    display: block;
    font-weight: 700;
    margin-top: 2px;
}

.qr-container {
    max-width: 1216px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.qr-row {
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
    flex-wrap: wrap;
}

.qr-col {
    padding-left: 40px;
    padding-right: 40px;
    flex: 0 0 50%;
}

.qr-heading {
    font-weight: 800;
    font-size: 64px;
    line-height: 0.98;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-top: 70px;
}

#qr-hdr {
    background: url(images/bg-quiz.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 64px 16px;
}

#qr-content {
    padding-top: 64px;
    padding-bottom: 64px;
    color: var(--mw-grey-800);
}

.qr-h2 {
    font-weight: 700;
    font-size: 37px;
    line-height: 1.19;
    letter-spacing: -1px;
    color: var(--mw-grey-950);
}

.servc-plan-field2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}

.servc-plan-field2 label {
    font-family: 'Syncopate';
    font-weight: 700;
    font-size: 13.69px;
    line-height: 2.06;
    color: var(--mw-grey-600);
}

.sfield-box {
    padding: 16px 5px;
    width: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgb(48 49 51 / 35%), 0px 1px 3px rgb(48 49 51 / 40%);
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    color: #171717;
    font-size: 17px;
    line-height: 17px;
}

#qr-content .servc-item {
    margin-top: -380px;
}

#qr-content .servc-content {
    padding: 16px;
}


/* END - Quiz CSS */


/* START - Login page CSS */

#login-box {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(48, 49, 51, 0.40);
    max-width: 475px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

#login-box label
{
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

#login-box .form-control
{
    height: 40px;
}

.form-rem
{
    color: #616161;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.form-grow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.form-grow .btn-blue {
    border-radius: 3.419px;
    background: var(--primary-blue-gradient, linear-gradient(180deg, #006FE2 0%, #0563C5 100%));
    padding: 10px 18px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.forget-pass {
    text-align: center;
}

.forget-pass a,.form-signup-text a {
    color: #285FC2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
}

.form-signup-text
{
    color: #484847;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;

}

.box-or {
    position: relative;
    text-align: center;
}

.box-or::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: #757575;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.box-or span {
    color: #757575;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.social-login a {
    border-radius: 4px;
    background: linear-gradient(180deg, #FAFAFA 49.48%, #F4F4F4 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.20);
    display: block;
    height: 48px;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 17px;
    position: relative;


}

.social-fb
{
    margin-bottom: 10px;
}

.social-fb a::before,.social-google a::before
{
    background: url(images/ic-fb.svg) no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.social-google a::before
{
    background: url(images/ic-google.svg) no-repeat;
}



/* END - Login page CSS */


/* START - footer CSS */

#footer {
    padding: 48px 11px;
    font-size: 13px;
    line-height: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer a {
    color: var(--mw-primary);
}

.ftr-logo {
    margin-bottom: 50px;
}

.ftr-cont {
    text-align: center;
}

.ftr-call {
    margin-bottom: 25px;
}

.ftr-addr {
    text-align: center;
}

.ftr-row {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.ftr-col {
    padding-left: 15px;
    padding-right: 15px;
}

.ftr-col-1 {
    max-width: 280px;
    width: 100%;
}

.ftr-col-2 {
    max-width: 768px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ftr-nav a {
    font-size: 13px;
    line-height: 13px;
    color: var(--mw-primary);
}

.ftr-nav h3 {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 20px;
}

.ftr-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-nav ul li {
    margin-bottom: 20px;
}

.ftr-nav ul li:last-child {
    margin-bottom: 0;
}

.icon-cart-ftr {
    background: url(images/ic-footer-cart.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.ftr-copyright {
    text-align: right;
}

.copyright-text {
    color: #758493;
    font-size: 11px;
}


.centered-div {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;    /* Center vertically */
    font-size: 22px !important;
}

.pad-a{
    padding: 8px 16px 4px 16px;
}

.disabled-duration{
    opacity: 0.4;                /* Reduce opacity */
}


.hidden {
    display: none !important;
}

.hidden2 {
    visibility: hidden !important;
}


.b {
    font-weight: bold;
}

.ar {text-align:right;}
.al {text-align:left;}
.ac {text-align:center;}


.span-c-1-2{
    grid-column: 1/3;
}

.span-c-2-3{
    grid-column: 2/4;
}




.bottom-pad{
    padding: 0px 0px 15px 0px;

}


.two-button-left-right-grid{
    display: grid;
    grid-gap: 4px;
    grid-template-columns: 10fr 10fr;
  }

.cc-fields-warning{
    color: #F00 !important;
    font-weight: 600 !important;
}

.cc-input-fields-warning{
    background-color: #e9e9e9;
    font-weight: 600 !important;
}


.prod-btn-container {
    display: flex;
    flex-direction: column;
}


#departure_planning{
    transform: scale(1.7);
}

.departure-planning-checkbox{
    border: 2px solid #E2E4E6;
    border-radius: 0px;
    padding: 16px 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    color: #ff1717;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0px; /* Optional: adds space between buttons */
}



.pb-selected {
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.35), 0px 1px 3px rgba(48, 49, 51, 0.4);
    border-color: #105EFB !important;
    font-weight: 700;
}

.purchase-but-mp{
    padding: 12px 20px 0px 0px;
}

.purchase-desc-mp{
    padding: 20px 30px 0px 0px;
}



#gmail_email_btn_grid{
    display: grid;
    grid-gap: 4px;
    width: 100%;
    grid-template-columns: 10fr 10fr;
  }



/* General button reset for consistency */
.auth-button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.1s ease;
    margin: 7px 20px 7px 20px;
}

/* Login with Google Button */
.google-btn {
    background-color: #4285f4; /* Google Blue */
    color: #ffffff;
    font-family: 'Roboto', sans-serif; /* Google's preferred font */
}

.google-btn:hover {
    background-color: #357abd; /* Darker shade on hover */
}

.google-btn:active {
    transform: scale(0.98); /* Slight press effect */
}


/* Login with Email/Password Button */
.email-btn {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    font-family: Arial, sans-serif;
}

.email-btn:hover {
    background-color: #f5f5f5; /* Light gray hover */
    border-color: #aaaaaa;
}

.email-btn:active {
    transform: scale(0.98); /* Slight press effect */
}




.cart-col-desc{
    text-align: right;
    padding: 5px 20px 15px 5px;
}

.cart-col-price{
    text-align: right;
    padding: 5px 5px 5px 20px;
}


.cart-empty-text{
    font-size: 25px;
    text-align: center !important;
    padding: 15px 10px 15px 10px;
    width: 100%;
    margin: 0px 0px 20px 0px;

}


.conversation-detail{
    font-size: 15px;
}



@media (max-width: 600px) {


    .cart-col-desc{
        font-size: 14px;
    }

    .cart-col-price{
        font-size: 14px;
    }

    .purchase-btn{
        font-size: 14px;
        line-height: 1.2;
    }
}


/* General button styles */
.auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    gap: 8px; /* Space between icon and text */
  }

  .auth-button:hover {
    transform: translateY(-2px);
  }

  .auth-button:active {
    transform: translateY(1px);
  }

  /* Google Authentication Button */
  .google-auth-button {
    background-color: #4285F4;
    color: white;
  }

  .google-auth-button:hover {
    background-color: #357AE8;
  }

  /* Email Authentication Button */
  .email-auth-button {
    background-color: #28a745;
    color: #eee;
    border: 1px solid #ccc; /* Add a subtle border */
  }

  .email-auth-button:hover {
    background-color: #189735;
  }


  .email-auth-button.disabled{
    background: #cac;            /* Gray background */
    box-shadow: none;            /* Remove shadow */
    color: #777 !important;      /* Gray text */
    cursor: not-allowed;         /* Show a not-allowed cursor */
    opacity: 0.6;                /* Reduce opacity */
  }


  /* Icon styles (you'll need to add your Google and Email icons) */
  .auth-button img {
    height: 20px; /* Adjust as needed */
    width: 20px; /* Adjust as needed */
  }

  /* Example usage in HTML (replace with your actual icons) */
  /*
  <button class="auth-button google-auth-button">
    <img src="google-icon.png" alt="Google">
    Continue with Google
  </button>

  <button class="auth-button email-auth-button">
    <img src="email-icon.png" alt="Email">
    Continue with Email
  </button>
  */

  /* Optional: Add some spacing between buttons */
  .auth-button + .auth-button {
      margin-left: 10px;

  }

  .auth-btns-grid{
        display: grid;
        width: 100%;
        grid-gap: 4px;
        grid-template-columns: 10fr 10fr;
  }


.auto-expand {
    min-height: 40px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    display: block;
    overflow-wrap: break-word;
}




/* END - footer CSS */
