@media screen and (min-width: 992px) {
    /*============= Menu Dropdown Css Start =============*/
    .nav-item.dropdown .dropdown-menu {
        margin-top: 16px;
        border-radius: 4px;
        background-color: var(--white);
        padding: 16px;
        box-shadow: 0 0 10px 0 #00000040;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s linear;
        display: block;
        visibility: hidden;
        pointer-events: none;
		opacity: 0;
    }

    .nav-item.dropdown .dropdown-menu.show {
        max-height: 500px;
        visibility: visible;
        pointer-events: auto;
		opacity: 1;
    }

    .nav-item.dropdown .dropdown-menu li {
        margin-bottom: 16px;
    }

    .nav-item.dropdown .dropdown-menu li:last-child {
        margin-bottom: 0;
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 0;
        font-weight: 400;
        font-size: 1rem;
        line-height: normal;
        color: var(--primary-color);
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: var(--portland-orange);
    }

    /*============= Menu Dropdown Css End =============*/
	.spreadsheets-section .toggle-box-img {
		margin: 0 0 30px;
		position: relative;
		padding: 0 29.5% 59%;
		display: inline-block;
	}

	.toggle-box-img img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 2242px) {
    .inner-banner, .cms-hero-section {
        min-height: 900px;
    }

    .inner-banner:before {
        background-size: contain;
    }

    .hero-section {
        min-height: inherit;
    }
}

@media screen and (max-width: 1700px) {
    .container {
        padding: 0 30px;
    }

    .pt-160 {
        padding-top: 140px;
    }

    .pb-160 {
        padding-bottom: 140px;
    }

    .pt-130 {
        padding-top: 110px;
    }

    .pb-130 {
        padding-bottom: 110px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    .header .container {
        padding: 0;
    }

    .navbar {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
        border-radius: 0;
    }

    .hero-section {
        padding-top: 230px;
        padding-bottom: 80px;
    }

    .hero-section .page-title {
        max-width: 700px;
    }

    .hero-section:before {
        width: 1256px;
    }

    .page-title {
        /*font-size: 5rem;*/
        /*line-height: 6.25rem;*/
        font-size: 4.375rem;
        line-height: 5.625rem;
    }

    .section-title {
        /*font-size: 4.375rem;*/
        /*line-height: 5rem;*/
        font-size: 3.75rem;
        line-height: 4.5rem;
    }

    .hero-section .hero-section-img {
        padding: 80px 73px 0;
    }

    .plan-price .lets-talk {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }

    .plan-price .price {
        font-size: 5rem;
        line-height: 4.25rem;
    }

    .faq-wrap {
        padding: 60px;
    }

    .skyrocket-results-wrap {
        padding: 30px 80px;
    }

    .title-slider {
        padding: 60px 0;
    }

    .title-loop-swiper {
        height: 220px;
    }

    .inner-banner .inner-banner-content {
        max-width: 900px;
    }

    .our-goal-swiper {
        height: 700px;
    }

    .our-goal-swiper:before, .our-goal-swiper:after {
        width: 60px;
    }

    .our-goal-swiper:before {
        right: -60px;
    }

    .our-goal-swiper:after {
        left: -60px;
    }

    .our-goal-swiper .custom-pagination {
        font-size: 2.625rem;
        line-height: 3.375rem;
        padding: 80px 0 80px 130px;
    }

    .our-goal-swiper .our-goal-info h3 {
        font-size: 2.375rem;
        line-height: 3.125rem;
        margin: 32px 0 24px;
    }

    .our-goal-info .our-tags-swiper {
        height: 134px;
    }

    .our-goal-swiper .our-goal-info .our-tags-swiper h3 {
        font-size: 5rem;
        line-height: 5.75rem;
        margin: 0 0 32px;
    }

    .our-goal-swiper .our-goal-info p {
        margin-bottom: 24px;
    }

    .scenarios-wrap .scenario-inner {
        padding-right: 60px;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 700px;
    }

    .scenarios-wrap .scenarios-swiper .swiper-slide {
        padding: 40px 60px;
    }

    .compliant-by-design-wrap .compliant-by-design {
        padding: 20px 60px;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        height: 450px;
    }

    .compliant-by-design-info h3, .why-modelReef-info h3 {
        font-size: 2.375rem;
        line-height: 3.125rem;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        height: 400px;
    }

    .why-modelReef-swiper .swiper-slide {
        padding: 20px 60px;
    }

    .why-modelReef-wrap .section-title {
        left: 60px;
    }

    .why-modelReef-swiper .why-modelReef-tag-line h3 {
        font-size: 4.375rem;
        line-height: 5.625rem;
    }

    .why-modelReef-swiper:before, .why-modelReef-swiper:after {
        width: 60px;
    }

    .why-modelReef-swiper:before {
        right: -60px;
    }

    .why-modelReef-swiper:after {
        left: -60px;
    }
}

@media screen and (max-width: 1600px) {
    .pb-80 {
        padding-bottom: 60px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .cta-btn {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }

    .cta-wrap:hover .cta-btn::before {
        width: 120px;
        height: 120px;
    }

    .cta-btn img {
        max-width: 48px;
    }

    .cms-banner {
        /*padding-top: 200px;*/
        /*padding-bottom: 113px;*/
    }
}

@media screen and (max-width: 1440px) {
    html,
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .hero-section .page-title {
        max-width: 580px;
    }

    .page-title {
        font-size: 4.286rem;
        line-height: 5.714rem;
    }

    .dec {
        font-size: 1.286rem;
        line-height: 1.857rem;
    }

    .section-title {
        font-size: 3.571rem;
        line-height: 4.429rem;
    }

    .primary-btn {
        font-size: 1rem;
        line-height: 1.429rem;
    }

    .pt-160 {
        padding-top: 110px;
    }

    .pb-160 {
        padding-bottom: 110px;
    }

    .pt-130 {
        padding-top: 90px;
    }

    .pb-130 {
        padding-bottom: 90px;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .hero-section:before {
        width: 1140px;
    }

    .hero-section .dec {
        max-width: 640px;
    }

    .card-main .card-wrap {
        padding: 30px;
        min-height: 530px;
    }

    .card-main .card-wrap .card-title {
        font-size: 2.429rem;
        line-height: 2.857rem;
    }

    .card-main .card-wrap .card-second-content p {
        font-size: 1.143rem;
        line-height: 1.714rem;
        margin: 0 0 20px;
    }

    .card-main .card-wrap .card-second-content .primary-btn {
        margin: 40px 0 0;
    }

    .plan-price .lets-talk {
        font-size: 2.857rem;
        line-height: 3.571rem;
    }

    .plan-price .price {
        font-size: 5rem;
        line-height: 4rem;
    }

    .faq-wrap .accordion .accordion-item .accordion-button,
    .plan-price .currency,
    .spreadsheets-section .toggle-box-title,
    .subscription-card-body .card-title {
        font-size: 1.286rem; /*18px*/
        line-height: 1.857rem; /*26px*/
    }

    .spreadsheets-section .toggle-box-dec {
        font-size: 1.143rem;
        line-height: 1.714rem;
    }

    .faq-wrap {
        padding: 50px;
    }

    .brand-section .brand-wrap, .brand-wrap .brand-logos {
        gap: 120px;
    }

    .brand-wrap .brand-logos picture img {
        max-width: 200px;
        max-height: 60px;
    }

    @keyframes logomarquee {
        100% {
            transform: translate3d(-1485px, 0px, 0px);
            -webkit-transform: translate3d(-1485px, 0px, 0px);
            -moz-transform: translate3d(-1485px, 0px, 0px);
            -ms-transform: translate3d(-1485px, 0px, 0px);
            -o-transform: translate3d(-1485px, 0px, 0px);
        }
    }

    .footer {
        padding: 60px 0 0;
    }

    .footer .footer-brand {
        margin-bottom: 60px;
    }

    .footer-wrap {
        padding: 0 0 60px;
    }

    .title-loop-swiper {
        height: 190px;
    }

    .skyrocket-results-wrap {
        padding: 20px 60px;
    }

    .page-sub-title {
        margin-bottom: 32px;
    }

    .inner-banner .inner-banner-content {
        max-width: 770px;
    }

    .inner-banner:before {
        background-size: contain;
    }

    .financial-modelling p {
        max-width: 700px;
    }

    .confidence-starts .card-main.four-card-group .card-wrap .card-second-content .card-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .card-main.four-card-group .card-wrap .card-second-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .card-main.four-card-group .card-wrap .card-second-content p:last-child {
        margin-bottom: 20px;
    }

    .confidence-starts .card-main.four-card-group .card-wrap {
        min-height: 450px;
    }

    .security-card-main .security-card-wrap .security-card h3 {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .security-card-main .security-card-wrap .security-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .security-card-main .security-card-wrap .security-card .security-card-img {
        width: 130px;
        height: 130px;
        margin: 0 0 30px;
    }

    .cms-hero-section .dec {
        max-width: 950px;
    }

    .cta-btn {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }

    .cta-wrap:hover .cta-btn::before {
        width: 100px;
        height: 100px;
    }

    .cta-btn img {
        max-width: 44px;
    }

    .cms-banner {
        font-size: 1.286rem;
        line-height: 1.857rem;
        min-height: 400px;
    }

    .cms-banner .cms-banner-desc {
        max-width: 855px;
    }

    .cms-wrap {
        font-size: 1.286rem;
        line-height: 1.571rem;
    }

    .cms-banner .page-title {
        margin-bottom: 20px;
    }

    .cms-wrap h2 {
        margin: 40px 0 20px;
        font-size: 1.571rem;
        line-height: 2rem;
    }

    .cms-wrap ul > li {
        padding-left: 26px;
    }

    .cms-wrap ul > li:before {
        top: 8px;
        left: 8px;
    }

    .cms-wrap ol {
        padding-left: 28px;
    }

    .cms-wrap .alpha-list {
        padding-left: 24px;
    }

    .our-goal-swiper {
        height: 600px;
        font-size: 1.143rem;
        line-height: 1.714rem;
    }

    .our-goal-swiper > .swiper-wrapper > .swiper-slide .container {
        padding: 0 30px;
    }

    .our-goal-swiper .our-goal-info {
        width: 750px;
    }

    .our-goal-swiper .custom-pagination {
        padding: 60px 0 60px 60px;
    }

    .our-goal-info .our-tags-swiper {
        height: 96px;
    }

    .our-goal-swiper .our-goal-info .our-tags-swiper h3 {
        font-size: 4.286rem;
        line-height: 5.143rem;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 550px;
    }

    .scenarios-wrap .scenario-info {
        font-size: 1.143rem;
        line-height: 1.714rem;
    }

    .scenarios-wrap .scenario-info .section-title {
        margin-bottom: 20px;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        font-size: 1.143rem;
        line-height: 1.714rem;
        height: 360px;
        width: 560px;
    }

    .compliant-by-design-info h3, .why-modelReef-info h3 {
        margin-bottom: 24px;
    }

    .compliant-by-design-info p, .why-modelReef-info p {
        margin-bottom: 24px;
    }

    .compliant-by-design-info img {
        max-width: 130px;
        max-height: 130px;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        font-size: 1.143rem;
        line-height: 1.714rem;
        height: 320px;
    }

    .why-modelReef-swiper .why-modelReef-info {
        width: 560px;
    }

    .why-modelReef-swiper .why-modelReef-tag-line h3 {
        font-size: 4.286rem;
        line-height: 5.714rem;
    }
	.section-form-wrapper .section-inner {
		gap: 30px;
	}
}

@media screen and (max-width: 1280px) {
    .card-main {
        gap: 20px;
    }

    .subscription-card {
        padding: 20px 16px;
    }

    .most-popular .popular-label {
        top: 10px;
        right: 10px;
    }

    .plan-price .lets-talk {
        font-size: 2.857rem;
        line-height: 3.571rem;
        padding: 20px;
    }

    .spreadsheets-section .toggle-box-wrap {
        gap: 30px;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .skyrocket-results-wrap {
        padding: 20px;
    }

    .skyrocket-results-wrap .t-col {
        min-width: 450px;
    }

    .financial-modelling-inner {
        gap: 60px;
    }

    .scenarios-wrap .scenario-inner {
        padding-right: 40px;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 500px;
    }

    .scenarios-wrap .scenarios-swiper .swiper-slide {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 1200px) {
    .financial-modelling .section-dec {
        max-width: 400px;
    }

    .financial-modelling p {
        max-width: 570px;
    }
}

@media screen and (max-width: 1199px) {
    .our-goal-swiper .custom-pagination {
        padding: 50px 0 50px 40px;
    }

    .our-goal-swiper .our-goal-info {
        width: 650px;
    }

    .compliant-by-design-wrap .compliant-by-design {
        padding: 20px 40px;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        width: 500px;
    }

    .why-modelReef-wrap .section-title {
        left: 30px;
    }

    .why-modelReef-swiper .swiper-slide {
        padding: 20px 30px;
    }

    .why-modelReef-swiper .why-modelReef-info {
        width: 460px;
    }
}

@media screen and (max-width: 1024px) {
    .financial-modelling p {
        max-width: 470px;
    }

    .title-loop-swiper .section-title span {
        display: inline;
    }
}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 16px;
    }

    .primary-btn {
        padding: 5px 8px;
        gap: 8px;
    }

    .page-title {
        font-size: 3.571rem;
        line-height: 4.286rem;
    }

    .section-title {
        font-size: 2.857rem;
        line-height: 3.571rem;
        margin: 0 0 40px;
    }

    .pt-160 {
        padding-top: 80px;
    }

    .pb-160 {
        padding-bottom: 80px;
    }

    .pt-130 {
        padding-top: 70px;
    }

    .pb-130 {
        padding-bottom: 70px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .cta {
        padding-top: 60px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .hero-section {
        padding-top: 150px;
        padding-bottom: 60px;
        min-height: inherit;
    }

    .hero-section:before {
        width: 900px;
    }

    .hero-section .hero-section-img {
        padding: 60px 40px 0;
    }

    .subscription-wrapper {
        display: none;
    }

    .subscription-wrap {
        flex-wrap: wrap;
    }

    .subscription-card {
        width: 50%;
    }

    .most-popular {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .faq-wrap {
        padding: 30px;
    }

    .faq-wrap .accordion .accordion-item .accordion-button {
        padding: 20px 0;
    }

    .title-slider {
        padding: 20px 0;
    }

    .title-loop-swiper {
        height: 210px;
    }

    .skyrocket-results-wrap {
        overflow-y: hidden;
        overflow-x: auto;
        min-width: 960px;
        padding: 20px 0 10px;
    }

    .skyrocket-results-wrap .t-col-sm.popular:before {
        top: 0;
        bottom: 0;
        border-radius: 4px 0 0;
    }

    .skyrocket-results-wrap .t-col {
        min-width: 400px;
    }

    /*======================== Responsive Menu Css Start ======================== */
    .navbar {
        padding: 10px 16px;
    }

    .navbar-right-side .navbar-toggler {
        width: 30px;
        height: 30px;
        border-radius: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        outline: none;
    }

    .navbar-right-side .navbar-toggler .navbar-toggler-icon {
        display: block;
        width: 10px;
        background: var(--white);
        height: 2px;
        position: relative;
        border-radius: 20px;
        margin-left: 10px;
        transition: all .25s ease 0s;
    }

    .navbar-right-side .navbar-toggler .navbar-toggler-icon:after,
    .navbar-right-side .navbar-toggler .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        left: 0;
        display: block;
        background: var(--white);
        height: 2px;
        border-radius: 20px;
        transition: all .25s ease 0s;
    }

    .navbar-right-side .navbar-toggler .navbar-toggler-icon:before {
        width: 20px;
        top: -6px;
    }

    .navbar-right-side .navbar-toggler .navbar-toggler-icon:after {
        width: 16px;
        bottom: -6px;
    }

    .navbar-right-side .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: rgba(0, 0, 0, 0);
    }

    .navbar-right-side .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(-45deg);
        width: 20px;
        bottom: 0;
    }

    .navbar-right-side .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: rotate(45deg);
        top: 0;
    }

    .navbar-right-side .navbar-collapse {
        position: fixed;
        top: 51px;
        left: 0;
        right: 0;
        background-color: #025c5b;
        border-bottom: 1px solid rgba(255, 255, 255, 0.40);
        background: radial-gradient(103.55% 727.37% at 100% 0%, #004346 0%, #025C5B 32.69%, #00756D 59.91%, #00776E 68.43%, #004346 100%);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
    }

    .navbar-right-side .navbar-collapse::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backdrop-filter: blur(3px);
        z-index: -1;
    }

    .navbar-nav {
        padding: 12px 0;
    }

    .navbar-right-side .navbar-nav {
        gap: 6px;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 10px 16px;
    }

    /*======================== Responsive Menu Css End ======================== */
    .footer-brand,
    .navbar-brand {
        max-width: 131px;
    }

    .navbar-right-side {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .card-main {
        flex-direction: column;
        gap: 16px;
    }

    .card-main .card-wrap {
        min-height: 100px;
        width: 100%;
        padding: 20px;
    }

    .card-main .card-wrap:after {
        display: none;
    }

    .card-main .card-wrap .card-first-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .card-main .card-wrap .card-title {
        margin: 0 0 14px;
        font-size: 1.714rem; /*24px*/
        line-height: 1.429rem; /*20px*/
    }

    .card-main .card-wrap .card-second-content .card-title {
        margin: 0 0 20px;
    }

    .card-main .card-wrap .card-second-content .primary-btn {
        margin: 4px 0 0;
    }

    .card-main .card-wrap .card-second-content p {
        margin: 0 0 16px;
    }

    .toggle-btn {
        width: 24px;
        height: 24px;
        padding: 5px;
    }

    .spreadsheets-section {
        padding: 20px;
        background: radial-gradient(996.11% 190.14% at 100% 100%, #004245 0%, #037570 70.36%, #3D9C8C 100%);
    }

    .spreadsheets-section .section-title {
        margin: 0 0 30px;
    }

    .spreadsheets-section .toggle-box-wrap {
        gap: 20px;
        flex-direction: column;
    }

    .spreadsheets-section .toggle-box {
        display: flex;
        gap: 30px;
    }

    .spreadsheets-section .toggle-box-img {
        max-width: 150px;
        min-width: 150px;
        margin: 0;
    }

    .cta-btn {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .cta-wrap .cta-btn::before {
        width: 60px;
        height: 60px;
        background: var(--portland-orange);
    }

    .cta-btn img {
        max-width: 20px;
        filter: invert(1) grayscale(5) brightness(10);
    }

    .faq-wrap .accordion .accordion-item:first-child {
        border-top: 1px solid #CDCDCD;
    }

    .faq-wrap .section-title {
        margin: 0 0 30px;
    }

    .brand-section .container {
        padding-left: 0;
        padding-right: 0;
    }

    .brand-wrap .brand-logos {
        -webkit-animation: logomarquee 18s linear infinite;
        animation: logomarquee 18s linear infinite;
    }

    .brand-section .brand-wrap, .brand-wrap .brand-logos {
        gap: 32px;
    }

    .brand-wrap .brand-logos picture img {
        max-width: 110px;
        max-height: 34px;
    }

    @keyframes logomarquee {
        100% {
            transform: translate3d(-655px, 0px, 0px);
            -webkit-transform: translate3d(-655px, 0px, 0px);
            -moz-transform: translate3d(-655px, 0px, 0px);
            -ms-transform: translate3d(-655px, 0px, 0px);
            -o-transform: translate3d(-655px, 0px, 0px);
        }
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer .footer-brand {
        margin-bottom: 40px;
    }

    .footer-wrap {
        padding: 0 0 40px;
    }

    /*============= Menu Dropdown Css Start =============*/
    .nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 4px;
        background-color: transparent;
        border: none;
        padding: 0 16px 0 35px;
        box-shadow: none;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s linear;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

    .nav-item.dropdown .dropdown-menu.show {
        max-height: 500px;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-item.dropdown .dropdown-menu li {
        margin-bottom: 0;
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 10px 0;
        color: var(--white);
    }

    .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: var(--portland-orange);
    }

    .confidence-starts .card-main .card-wrap {
        min-height: 250px;
    }

    .confidence-starts .card-main .card-wrap .card-second-content .card-title {
        line-height: 32px;
    }

    .lite-cta .cta-wrap {
        padding: 40px;
    }

    /*============= Menu Dropdown Css End =============*/
    .page-sub-title {
        margin-bottom: 20px;
        padding-left: 44px;
    }

    .page-sub-title::before {
        width: 24px;
    }

    .inner-banner, .cms-hero-section {
        padding-top: 100px;
        padding-bottom: 50px;
        min-height: 500px;
    }

    .financial-modelling-inner {
        font-size: 1rem;
        line-height: 1.286rem;
        flex-direction: column;
        gap: 16px;
    }

    .financial-modelling .section-title {
        margin-bottom: 0;
    }

    .financial-modelling .section-title span {
        display: inline;
    }

    .financial-modelling .section-col {
        width: 100%;
    }

    .financial-modelling .section-dec, .financial-modelling p {
        max-width: 100%;
    }

    .financial-modelling p + p {
        margin-top: 20px;
    }

    .financial-modelling .mobile-hide {
        display: none;
    }

    .financial-modelling .desktop-hide {
        display: inline-flex;
        margin-top: 20px;
    }

    .cms-hero-section .page-title {
        margin-bottom: 20px;
    }

    .cms-hero-section .dec {
        margin: 0 0 20px;
        max-width: 100%;
    }

    .inner-banner .inner-banner-content {
        max-width: 100%;
    }

    .skyrocket-results-wrap .t-col-sm li, .skyrocket-results-wrap .t-col li {
        height: 50px;
    }

    .skyrocket-results-wrap .t-col-sm li:not(:first-child) img {
        width: 20px;
    }

    .skyrocket-results-list {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .confidence-starts .card-main.four-card-group .card-wrap {
        min-height: inherit;
    }

    .security-card-main .security-card-wrap {
        gap: 16px;
    }

    .security-card-main .security-card-wrap .security-card {
        padding: 20px;
    }

    .security-card-main .security-card-wrap .security-card .security-card-img {
        width: 100px;
        height: 100px;
        margin: 0 0 20px;
    }

    .cms-banner {
        padding-top: 101px;
        padding-bottom: 50px;
        min-height: 320px;
    }

    .cms-banner:before {
        left: 30%;
    }

    .cms-banner .cms-banner-desc {
        max-width: 100%;
    }

    .cms-wrap h2 {
        margin: 30px 0 16px;
    }

    .cms-wrap p, .cms-wrap ol, .cms-wrap ol li, .cms-wrap ul {
        margin-bottom: 16px;
    }

    .cms-wrap ol ul, .cms-wrap ul ol, .cms-wrap ol ol, .cms-wrap ul ul {
        margin-top: 16px;
    }

    .our-goal-swiper .swiper-slide .container {
        padding: 0 16px;
    }

    .our-goal-swiper {
        height: 700px;
    }

    .our-goal-swiper .custom-pagination {
        padding: 40px 0 40px 32px;
        font-size: 1.857rem;
        line-height: 2.714rem;
    }

    .our-goal-swiper .our-goal-info {
        width: 500px;
    }

    .our-goal-swiper:before, .our-goal-swiper:after {
        width: 16px;
    }

    .our-goal-swiper:before {
        right: -16px;
    }

    .our-goal-swiper:after {
        left: -16px;
    }

    .our-goal-swiper .our-goal-info h3 {
        font-size: 2rem;
        line-height: 2.857rem;
        margin: 32px 0 16px;
    }

    .our-goal-info .our-tags-swiper {
        height: 92px;
    }

    .our-goal-swiper .our-goal-info .our-tags-swiper h3 {
        font-size: 4rem;
        line-height: 4.857rem;
    }

    .scenarios-wrap .scenario-inner {
        padding-right: 30px;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 450px;
    }

    .scenarios-wrap .scenarios-swiper .swiper-slide {
        padding: 20px 30px;
    }

    .scenarios-wrap .scenario-info {
        transform: translateY(50px);
    }

    .scenarios-wrap .scenario-info .section-title span {
        display: inline;
    }

    .scenario-info .scenario-desc {
        max-width: 100%;
    }

    .scenarios-wrap .scenarios-img-box {
        width: 40.5%;
        min-width: 40.5%;
    }

    .compliant-by-design-wrap .compliant-by-design {
        padding: 40px 20px;
        flex-wrap: wrap;
    }

    .compliant-by-design .section-title {
        width: 100%;
        flex: 0 0 100%;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        width: 100%;
        height: 290px;
    }

    .compliant-by-design-swiper .swiper-slide {
        align-items: flex-start;
    }

    .compliant-by-design .section-title span {
        display: inline;
    }

    .compliant-by-design-swiper .compliant-by-design-info {
        transform: translateY(50px);
    }

    .compliant-by-design-info h3, .why-modelReef-info h3 {
        font-size: 2rem;
        line-height: 2.857rem;
        margin-bottom: 20px;
    }

    .compliant-by-design-info p, .why-modelReef-info p {
        margin-bottom: 20px;
    }

    .why-modelReef-wrap .section-title {
        position: relative;
        top: auto;
        left: 0;
        bottom: auto;
        padding: 40px 20px 30px;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        height: 170px;
        overflow: hidden;
    }

    .why-modelReef-swiper .swiper-slide {
        padding: 0 20px 20px;
        align-items: flex-start;
    }

    .why-modelReef-swiper .swiper-slide.why-modelReef-tag-line {
        align-items: center;
        background: transparent;
    }

    .why-modelReef-swiper .why-modelReef-info {
        width: 100%;
        transform: translateY(50px);
    }

    .why-modelReef-swiper .why-modelReef-tag-line h3 {
        font-size: 3.571rem;
        line-height: 4.286rem;
    }

    .why-modelReef-swiper:before, .why-modelReef-swiper:after {
        display: none;
    }
	.section-form-wrapper .section-inner .section-image {
		display: none;
	}
	.section-form-wrapper .section-inner {
		margin-top: 30px;
		flex-direction: column;
	}
	.subscription-wrapper.subscription-plan-page {
		display: block
	}
	.subscription-wrapper.subscription-plan-page .subscription-card:nth-child(3) {
		border-top: 1px solid var(--border-color);
		border-right: 1px solid var(--border-color);
	}
	.subscription-wrapper.subscription-plan-page .subscription-card:nth-child(4) {
		border-top: 1px solid var(--border-color);
	}
	.section-form-wrapper .section-inner .section-content, .section-form-wrapper .section-inner .section-form, .section-form-wrapper .section-inner .section-image {
		width: 100%;
	}
}

@media screen and (max-width: 880px) {
    .hero-section:before {
        width: 710px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav .nav-item .dropdown-toggle:after {
        vertical-align: 2px;
    }

    .navbar {
        gap: 16px;
    }

    .page-title {
        font-size: 2.571rem; /*36px*/
        line-height: 3.143rem; /*44px*/
    }

    .section-title {
        font-size: 2.143rem; /*30px*/
        line-height: 2.714rem; /*38*/
        margin: 0 0 20px;
    }

    .card-main .card-wrap .card-second-content p, .dec {
        font-size: 1rem;
        line-height: 1.429rem;
    }

    .pt-160 {
        padding-top: 60px;
    }

    .pb-160 {
        padding-bottom: 60px;
    }

    .pt-130 {
        padding-top: 50px;
    }

    .pb-130 {
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .cta {
        padding-top: 40px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .hero-section {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .page-sub-title {
        font-size: 1rem;
        line-height: 1.286rem;
        padding-left: 24px;
        margin-bottom: 10px;
    }

    .page-sub-title::before {
        width: 16px;
    }

    .hero-section:before {
        width: 570px;
    }

    .hero-section .hero-section-img {
        padding: 30px 0 0;
    }

    .faq-wrap {
        padding: 20px;
    }

    .footer-wrap {
        padding: 0 0 20px;
        gap: 20px;
    }

    .footer {
        padding: 30px 0 0;
    }

    .footer .footer-brand {
        margin-bottom: 30px;
    }

    .copyright {
        padding: 20px 0;
    }

    .copyright p {
        font-size: 0.857rem;
        line-height: 1.286rem;
    }

    .title-loop-swiper {
        height: 160px;
    }

    .spreadsheets-section .toggle-box {
        gap: 18px;
    }

    .spreadsheets-section .toggle-box-img {
        max-width: 100px;
        min-width: 100px;
    }

    .spreadsheets-section .toggle-btn {
        margin: 20px 0 0;
    }

    .cta-btn {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }

    .cta-wrap .cta-btn::before {
        width: 32px;
        height: 32px;
    }

    .cta-btn img {
        max-width: 16px;
    }

    .faq-wrap .section-title {
        margin: 0 0 20px;
    }

    .faq-wrap .accordion .accordion-item .accordion-button {
        padding: 11px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .faq-wrap .accordion .accordion-item .accordion-button,
    .plan-price .currency,
    .spreadsheets-section .toggle-box-title,
    .subscription-card-body .card-title,
    .spreadsheets-section .toggle-box-dec,
    .footer-nav .footer-title {
        font-size: 14px;
        line-height: 20px;
    }

    .spreadsheets-section .toggle-box-dec {
        margin: 12px 0 0;
    }

    .inner-banner, .cms-hero-section {
        min-height: 100dvh;
    }

    .inner-banner:before {
        left: 40%;
    }

    .cms-hero-section .page-title {
        margin-bottom: 14px;
    }

    .navigation-btn .swiper-button-next, .navigation-btn .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .testimonial-slider .swiper .swiper-wrapper .swiper-slide .author-dec {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    }

    .testimonial-slider .swiper .swiper-wrapper .swiper-slide .author {
        font-size: 14px;
        line-height: 20px;
    }

    .lite-cta .cta-wrap {
        padding: 20px;
    }

    .spreadsheets-section .cta-wrap {
        margin-bottom: 0;
    }

    .sm-mb-0 {
        margin-bottom: 0;
    }

    .security-card-main .security-card-wrap {
        gap: 16px;
        flex-direction: column;
    }

    .cms-banner, .cms-wrap {
        font-size: 1rem;
        line-height: 1.429rem;
    }

    .cms-banner {
        min-height: 300px;
        padding-top: 83px;
        padding-bottom: 32px;
    }

    .cms-banner .page-title {
        margin-bottom: 16px;
    }

    .cms-wrap h2 {
        font-size: 1.286rem;
        line-height: 1.714rem;
        margin: 24px 0 14px;
    }

    .cms-wrap p, .cms-wrap ol, .cms-wrap ol li, .cms-wrap ul {
        margin-bottom: 14px;
    }

    .cms-wrap ul > li {
        padding-left: 22px;
    }

    .cms-wrap ul > li:before {
        top: 7px;
        left: 7px;
    }

    .cms-wrap ol {
        padding-left: 20px;
    }

    .cms-wrap .alpha-list {
        padding-left: 16px;
    }

    .skyrocket-results-wrap .t-col {
        min-width: 250px;
    }

    .skyrocket-results-wrap {
        min-width: 750px;
    }

    .skyrocket-results-wrap .t-col-sm li, .skyrocket-results-wrap .t-col li {
        padding: 9px 14px;
    }

    .our-goal-wrap .our-goal-swiper {
        display: none !important;
    }

    .our-goal-wrap .our-story-box {
        display: block;
    }

    .scenarios-wrap .scenario-inner {
        padding-right: 0;
        flex-wrap: wrap;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 300px;
        width: 100%;
        overflow: hidden;
        flex: 0 0 100%;
    }

    .scenarios-wrap .scenarios-swiper .swiper-slide {
        padding: 30px 20px;
    }

    .scenarios-wrap .scenarios-swiper:before, .scenarios-wrap .scenarios-swiper:after {
        display: none;
    }

    .scenarios-wrap .scenarios-img-box {
        width: 100%;
        min-width: 100%;
        padding: 16px 20px 40px;
    }

    .scenarios-wrap .scenario-info {
        font-size: 1rem;
        line-height: 1.429rem;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        font-size: 1rem;
        line-height: 1.429rem;
        height: 210px;
    }

    .compliant-by-design-wrap .compliant-by-design {
        padding: 20px 20px 10px;
        gap: 20px;
    }

    .compliant-by-design-info h3, .why-modelReef-info h3 {
        font-size: 1.429rem;
        line-height: 1.857rem;
        margin-bottom: 16px;
    }

    .compliant-by-design-info img {
        max-width: 100px;
        max-height: 100px;
    }

    .why-modelReef-wrap .section-title {
        padding: 20px;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        font-size: 1rem;
        line-height: 1.429rem;
        height: 130px;
    }

    .why-modelReef-swiper .why-modelReef-tag-line h3 {
        font-size: 2.571rem;
        line-height: 3.143rem;
    }
	.subscription-wrapper.subscription-plan-page .subscription-wrap {
    	border: none;
	}
	.subscription-wrapper.subscription-plan-page .subscription-wrap .subscription-card {
    	border: 1px solid var(--border-color);
		width: 100%;
		margin-bottom: 30px;
	}
	.subscription-wrapper.subscription-plan-page .subscription-wrap .subscription-card:nth-child(3) {
		padding: 0;
		border: none;
	}
	.section-form {
		padding: 20px;
	}
	.section-form .form-title {
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 600px) {
    .footer-wrap {
        flex-wrap: wrap;
    }

    .footer-nav {
        width: calc(50% - 10px);
    }

    .hero-section:before {
        width: 480px;
    }

    .testimonial-slider .swiper .swiper-wrapper .swiper-slide {
        width: 375px;
        margin-right: 16px;
        padding: 20px;
    }

    .testimonial-slider .swiper .swiper-wrapper .swiper-slide .slide-icon {
        margin: 0 0 20px;
    }

    .slide-icon img {
        max-width: 40px;
    }
	.form-inner .custom-row {   	
    	flex-direction: column;
    	gap: 0;
	}
}

@media screen and (max-width: 480px) {
    .spreadsheets-section .toggle-box-img {
        max-width: 60px;
        min-width: 60px;
    }

    .hero-section:before {
        width: 320px;
    }

    .inner-banner, .cms-hero-section {
        min-height: 458px;
    }

    .cms-hero-section {
        background-position: bottom center;
    }

    .cms-hero-section .page-title .d-block {
        display: inline !important;
    }

    .title-loop-swiper {
        height: 200px;
    }

    .testimonial-slider .swiper .swiper-wrapper .swiper-slide {
        width: 320px;
    }

    .subscription-card {
        width: 100%;
    }

    .scenarios-wrap .scenarios-swiper {
        height: 458px;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        height: 250px;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        height: 210px;
    }
}

@media screen and (max-width: 359px) {
    .title-loop-swiper {
        height: 273px;
    }

    .header .navbar-right-side .primary-btn .arrow-icon {
        display: none;
    }

    .scenario-info .scenario-desc p {
        margin-bottom: 16px;
    }

    .compliant-by-design-wrap .compliant-by-design-swiper {
        height: 270px;
    }

    .why-modelReef-wrap .why-modelReef-swiper {
        height: 240px;
    }
}