@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";

body {
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    margin-top: 0 !important;
}

body.fp-viewing-section1 .nav-arrow.hero {
    display: flex;
}

@media screen and (max-width: 768px) {
    body.fp-viewing-section1 .nav-arrow.hero {
        bottom: 90px;
    }
}

@media screen and (max-height: 890px) {
    body.fp-viewing-section1 .nav-arrow.hero span {
        font-size: 14px;
    }

    body.fp-viewing-section1 .nav-arrow.hero img {
        width: 30px;
        height: 17px;
    }
}

@media screen and (max-width: 600px) {
    body.fp-viewing-section1 .nav-arrow.hero {
        display: none;
    }
}

body.fp-viewing-section2 .nav-arrow.video {
    display: flex;
}

@media screen and (max-width: 768px) {
    body.fp-viewing-section2 .nav-arrow.video {
        bottom: 90px;
    }
}

@media screen and (max-height: 890px) {
    body.fp-viewing-section2 .nav-arrow.video span {
        font-size: 14px;
    }

    body.fp-viewing-section2 .nav-arrow.video img {
        width: 30px;
        height: 17px;
    }
}

@media screen and (max-width: 600px) {
    body.fp-viewing-section2 .nav-arrow.video {
        display: none;
    }
}

body.fp-viewing-section3 .nav-arrow.rtbs-section {
    display: flex;
}

@media screen and (max-width: 768px) {
    body.fp-viewing-section3 .nav-arrow.rtbs-section {
        bottom: 90px;
    }
}

@media screen and (max-height: 890px) {
    body.fp-viewing-section3 .nav-arrow.rtbs-section span {
        font-size: 14px;
    }

    body.fp-viewing-section3 .nav-arrow.rtbs-section img {
        width: 30px;
        height: 17px;
    }
}

@media screen and (max-width: 600px) {
    body.fp-viewing-section3 .nav-arrow.rtbs-section {
        display: none;
    }
}

body.fp-viewing-section4 .nav-arrow.callouts {
    display: flex;
}

@media screen and (max-width: 768px) {
    body.fp-viewing-section4 .nav-arrow.callouts {
        bottom: 90px;
    }
}

@media screen and (max-height: 890px) {
    body.fp-viewing-section4 .nav-arrow.callouts {
        flex-direction: row;
        gap: 10px;
        bottom: 5px;
    }

    body.fp-viewing-section4 .nav-arrow.callouts span {
        font-size: 14px;
        margin-bottom: 0;
    }

    body.fp-viewing-section4 .nav-arrow.callouts img {
        width: 30px;
        height: 17px;
    }
}

@media screen and (max-width: 600px) {
    body.fp-viewing-section4 .nav-arrow.callouts {
        display: none;
    }
}

sup {
    font-size: 50%;
    vertical-align: super;
    line-height: 1;
}

.content sup,
.title sup {
    font-size: 50%;
}

.cta {
    color: #ffffff;
    background-color: #009E57;
    font-size: 20px;
    letter-spacing: 0.9px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 400ms 0s ease-in-out, all 400ms 0s ease;
    display: block;
    line-height: 1;
    border: 3px solid #009E57;
    white-space: nowrap;
    padding: 20px 30px 22px 30px;
}

.cta:hover {
    background-color: #ffffff;
    color: #009E57;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .cta {
        padding: 15px 22px 15px 22px;
        font-size: 16px;
    }
}

@media all and (max-width: 450px) {
    .cta {
        font-size: 14px;
        padding: 10px 13px;
    }
}

@media screen and (min-width: 2559px) {
    .cta {
        font-size: 28px;
    }
}

.overlay {
    background-color: #1e262c;
    position: absolute;
    top: -80px;
    left: -80px;
    width: calc(100vw + 160px);
    height: calc(100vh + 160px);
    z-index: 500;
}

.nav-contact {
    justify-content: flex-end;
    margin-top: 20px;
    flex: 40%;
    display: flex;
}

.nav-contact p {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    line-height: 1;
}

.nav-contact.mobile {
    position: absolute;
    bottom: 20px;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.nav-contact.mobile p {
    font-size: 20px;
    justify-content: center;
}

@media screen and (max-width: 450px) {
    .nav-contact.mobile {
        bottom: 10px;
    }

    .nav-contact.mobile p {
        font-size: 18px;
    }

    .nav-contact.mobile p .cta {
        padding: 10px 13px;
    }
}

@media (min-width: 300px) {
    .nav-contact.mobile p {
        font-size: calc(0.875rem + ((1vw - 3px) * 1.2821));
        ;
        min-height: 0vw;
    }
}

@media (min-width: 768px) {
    .nav-contact.mobile p {
        font-size: 20px;
    }
}

#fp-nav ul {
    display: flex;
    flex-direction: column;
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 25px;
}

#fp-nav ul li a span:not(.fp-sr-only) {
    background: #fff;
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    border: 1px solid #1e262c;
}

#fp-nav ul li a.active span {
    width: 20px;
    height: 20px;
    background: #009E57;
}

#fp-nav ul li:hover a span {
    width: 15px;
    height: 15px;
}

#fp-nav ul li:hover a.active span {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 768px) {
    #fp-nav {
        display: none;
    }
}

.nav-arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-arrow span {
    text-align: center;
    margin-bottom: 5px;
}

.nav-arrow img {
    width: 50px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    transform: scaleY(-1);
}

@media screen and (max-width: 768px) {
    .nav-arrow {
        bottom: 90px;
    }
}

@media screen and (max-width: 600px),
screen and (max-height: 890px) {
    .nav-arrow {
        display: none;
    }
}

.holychips {
    background: url('/wp-content/themes/mfi/elements/images/holy-chips/holy-chips-bkg-desktop.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-x;
    height: auto;
    overflow: hidden;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .holychips {
        background-position: -90px center;
    }
}

@media all and (max-width: 768px) {
    .holychips {
        background: url('/wp-content/themes/mfi/elements/images/holy-chips/holy-chips-bkg-mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
}

.holychips .sp-logo {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 205px;
    height: 101px;
}

.holychips .sp-logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 768px) {
    .holychips .sp-logo {
        width: 150px;
        height: 75px;
        left: auto;
        right: 0;
        bottom: 70px;
    }
}

@media screen and (max-width: 450px) {
    .holychips .sp-logo {
        width: 95px;
        height: 55px;
        bottom: 60px;
    }
}

@media screen and (min-width: 2559px) {
    .holychips .sp-logo {
        width: 250px;
        height: 125px;
        bottom: 20px;
    }
}

@media screen and (max-height: 1000px) and (max-width: 768px) {
    .holychips .sp-logo {
        width: 150px;
        height: 75px;
        bottom: 80px;
    }
}

@media screen and (max-height: 1000px) and (max-width: 450px) {
    .holychips .sp-logo {
        width: 95px;
        height: 55px;
        bottom: 60px;
    }
}

.holychips .chips-image {
    position: fixed;
    right: -30px;
    top: 50%;
    height: 70vw;
    max-height: 100%;
    transform: translateY(-50%);
}

.holychips .chips-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

@media screen and (max-width: 768px) {
    .holychips .chips-image {
        display: none;
    }
}

.holychips .fp-watermark {
    display: none;
}

.holychips .nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 20px;
}

.holychips .nav .columns .column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.holychips .nav .columns .column .logo {
    flex: 55%;
    justify-self: flex-end;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 300px) {
    .holychips .nav .nav-contact p {
        font-size: calc(1.125rem + ((1vw - 3px) * 0.7407));
        min-height: 0vw;
    }

    .holychips .nav .nav-contact p .cta {
        font-size: calc(1rem + ((1vw - 3px) * 0.2469));
        padding: clamp(10px, calc(1rem + ((1vw - 3px) * 0.2469)), 20px) clamp(15px, calc(1.5rem + ((1vw - 3px) * 0.3704)), 30px);
    }
}

@media (min-width: 1920px) {
    .holychips .nav .nav-contact p {
        font-size: 30px;
    }

    .holychips .nav .nav-contact p .cta {
        font-size: 24px;
        padding: 20px 30px 22px 30px;
    }
}

@media screen and (max-height: 1000px) and (max-width: 768px) {
    .holychips .nav .columns .column .logo {
        flex: 50%;
    }

    .holychips .nav .columns .column .logo img {
        max-width: 150px;
    }
}

@media screen and (min-width: 2559px) {
    .holychips .nav .nav-contact p {
        font-size: 42px;
    }

    .holychips .nav .nav-contact p .cta {
        font-size: 28px;
        padding: 20px 30px 22px 30px;
    }
}

@media screen and (max-width: 768px) {
    .holychips .nav .columns .column .nav-contact {
        display: none;
    }

    .holychips .nav .columns .column .logo {
        flex: none;
        width: 150px;
        height: 92px;
    }
}

@media screen and (max-width: 450px) {
    .holychips .nav .columns .column .logo {
        width: 90px;
        height: 74px;
    }

    .holychips .nav .columns .column .logo img {
        max-width: 100%;
    }
}

.holychips #fullpage .section {
    padding: 0;
    background-repeat: no-repeat;
    background-size: 450px;
    background-position: left bottom;
    height: 100%;
}

.holychips #fullpage .section:not(.active) .title {
    transform: translateX(100%);
}

.holychips #fullpage .section .fp-overflow {
    display: flex;
    flex-direction: column;
    gap: 70px;
    overflow-x: hidden;
    padding-top: 160px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.holychips #fullpage .section .fp-overflow::-webkit-scrollbar {
    display: none;
}

.holychips #fullpage .section .columns {
    margin: 0;
}

.holychips #fullpage .section .title {
    background-color: #ffffff;
    border: 6px solid #009E57;
    padding: 11px 30px 15px 30px;
    max-width: fit-content;
    transition: all 800ms 0s ease;
    position: relative;
    transform: translateX(0);
}

.holychips #fullpage .section .title h2 {
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    color: #009E57;
}

.holychips #fullpage .section .content {
    gap: 30px;
    position: relative;
}

.holychips #fullpage .section .content p {
    font-weight: 500;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.holychips #fullpage .section .content .rtbs {
    scroll-snap-type: y mandatory;
    display: flex;
    flex-direction: column;
    height: 480px;
    padding: 0 0 12vw 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    gap: 0px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.holychips #fullpage .section .content .rtbs::-webkit-scrollbar {
    display: none;
}

.holychips #fullpage .section .content .rtbs:focus {
    outline: none;
}

.holychips #fullpage .section .content .rtbs .rtb {
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-top: 100px;
    opacity: 0.5;
    transition: all 400ms 0s ease-in-out, all 400ms 0s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.holychips #fullpage .section .content .rtbs .rtb h3 {
    background-color: #009E57;
    color: #ffffff;
    padding: 11px 30px 15px 30px;
    line-height: 150%;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    transform: rotate(-20deg);
    white-space: nowrap;
    max-width: fit-content;
    margin: 0;
    position: relative;
    left: 10px;
}

.holychips #fullpage .section .content .rtbs .rtb p {
    padding-left: 150px;
}

.holychips #fullpage .section .content .rtbs .rtb.active {
    opacity: 1;
}

.holychips #fullpage .section .content.video {
    height: 30vw;
    width: 45vw;
    margin: 0 auto;
    min-width: 600px;
    min-height: 360px;
    position: relative;
}

.holychips #fullpage .section .content .callouts-group {
    gap: 40px;
    margin: 0 auto;
}

.holychips #fullpage .section .content .callouts-group .callout {
    border: 10px solid #ffffff;
    transition: border 400ms ease-in-out;
    overflow: hidden;
    position: relative;
    flex: 45%;
    min-width: 250px;
    max-width: 480px;
}

.holychips #fullpage .section .content .callouts-group .callout .image {
    overflow: hidden;
}

.holychips #fullpage .section .content .callouts-group .callout .image img {
    transition: transform 400ms ease-in-out;
}

.holychips #fullpage .section .content .callouts-group .callout .copy {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #009E57;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 12px 12px 22px;
    transition: background-color 400ms ease-in-out;
}

.holychips #fullpage .section .content .callouts-group .callout .copy .callout-title {
    max-width: 80%;
    transition: color 400ms ease-in-out;
}

.holychips #fullpage .section .content .callouts-group .callout .copy .callout-title h3 {
    margin: 0;
    line-height: 125%;
    text-align: left;
    color: #ffffff;
    font-size: 1.35em;
}

.holychips #fullpage .section .content .callouts-group .callout .copy .callout-copy {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 600ms ease-in-out, max-height 600ms ease-in-out;
    max-width: 80%;
}

.holychips #fullpage .section .content .callouts-group .callout .copy .callout-copy p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.holychips #fullpage .section .content .callouts-group .callout:hover {
    border: 10px solid #009E57;
}

.holychips #fullpage .section .content .callouts-group .callout:hover .copy {
    background: #009E57;
    background-repeat: no-repeat;
    background-position: right 18px bottom 6px;
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/arrow.svg');
    background-size: 35px;
}

.holychips #fullpage .section .content .callouts-group .callout:hover .copy .callout-copy {
    max-height: 200px;
    opacity: 1;
}

.holychips #fullpage .section .content .callouts-group .callout:hover .image img {
    transform: scale(1.1);
}

.holychips #fullpage .section.hero .fp-overflow {
    padding-top: 100px;
    height: 100%;
    justify-content: center;
}

.holychips #fullpage .section.hero .fp-overflow .columns .column.title {
    max-width: 45%;
}

.holychips #fullpage .section.callouts .fp-overflow {
    gap: 40px;
    padding-top: 150px;
}

.holychips #fullpage .section.form {
    justify-content: flex-end;
}

.holychips #fullpage .section.form .fp-overflow {
    padding-top: 260px;
}

.holychips #fullpage .section.rtbs-section {
    overflow-y: hidden;
}

.holychips #fullpage .section.rtbs-section .inner-wrapper {
    position: relative;
    display: block;
}

.holychips #fullpage .section.rtbs-section .fp-overflow {
    padding-top: 220px;
    gap: 20px;
}

.holychips #fullpage .section.video .fp-overflow {
    padding-top: 50px;
}

.holychips #fullpage .section.form .fp-overflow {
    gap: 0;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.content {
    margin: 50px 0;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container {
    background: #ffffff;
    padding: 30px 40px;
    min-height: 450px;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container.submitted {
    background: #009E57;
    padding: 5vw 40px 5vw 40px;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form {
    display: flex;
    flex-direction: column;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form label {
    color: #d31145;
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form input,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form textarea {
    padding: 5px 10px;
    border: solid 1px #e2e3e6;
    font-family: 'proxima-nova', sans-serif;
    font-size: 21px;
    color: #1e262c;
    width: 100%;
    margin-bottom: 10px;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form textarea {
    max-height: 200px;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form select {
    width: 100%;
    border: solid 1px #e2e3e6;
    padding: 5px 10px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 21px;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .wpcf7-submit {
    display: inline-block;
    background-color: #d31145;
    color: #fff;
    width: auto;
    font-size: 18px;
    font-family: 'proxima-nova', sans-serif;
    margin-top: 10px;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 400ms 0s ease-in-out, all 250ms 0s ease;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .wpcf7-submit:hover {
    background-color: #1e262c;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .fname,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .lname,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .state,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .phone-wrap,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .dist {
    width: 48%;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .city,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .state,
.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .zip {
    width: 31%;
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .wpcf7-response-output {
    font-size: 36px;
    font-family: 'Roboto Slab', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 500px) {

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form input,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form select {
        font-size: 16px;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .fname,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .lname,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .state,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .phone-wrap,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .dist,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .state,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .city,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .zip {
        width: 100%;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .wpcf7-response-output {
        font-size: 20px;
    }
}

@media screen and (min-width: 2559px) {

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form input,
    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form select {
        font-size: 32px;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form .wpcf7-response-output {
        font-size: 32px;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form label {
        font-size: 32px;
    }
}

.holychips #fullpage .section.form .fp-overflow .columns .column.form-container .wpcf7 form.invalid .wpcf7-response-output {
    color: #d31145;
}

@media screen and (max-width: 768px) {
    .holychips #fullpage .section.form {
        background-position: left top;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.form-container {
        min-height: 300px;
    }
}

@media screen and (max-width: 450px) {
    .holychips #fullpage .section.form {
        background-position: left 80px;
    }
}

@media all and (min-width: 300px) {
    .holychips #fullpage .section .content p {
        font-size: calc(1.125rem + ((1vw - 3px) * 0.6173));
        ;
        min-height: 0vw;
    }

    .holychips #fullpage .section .content .rtbs .rtb h3 {
        font-size: calc(1.3125rem + ((1vw - 3px) * 1.2963));
        ;
        min-height: 0vw;
    }

    .holychips #fullpage .section .title h2 {
        font-size: calc(1.125rem + ((1vw - 3px) * 1.4815));
        ;
        min-height: 0vw;
    }
}

@media screen and (max-height: 800px) and (max-width: 1200px) {
    .holychips #fullpage .section.rtbs-section .fp-overflow {
        padding-top: 160px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1438px) {
    .holychips #fullpage .section.hero .fp-overflow {
        padding-top: 190px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout {
        max-width: 38%;
    }
}

@media screen and (max-width: 1215px) {
    .holychips #fullpage .section .fp-overflow .content .rtbs {
        height: 440px;
    }

    .holychips #fullpage .section.form .fp-overflow .columns.contact-copy {
        background-color: #1E262C;
        margin: 10px 0 0 0;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.content {
        flex: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .holychips #fullpage .section.video .columns .column.title {
        max-width: 40vw;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .callout-copy {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .holychips #fullpage .section {
        background-size: 350px;
        background-position: left bottom 70px;
    }

    .holychips #fullpage .section .title {
        padding: 12px 10px 12px 10px;
        line-height: 1;
        border: 4px solid #009E57;
    }

    .holychips #fullpage .section.hero .fp-overflow {
        padding-top: 0;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow {
        padding-top: 0;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .logo {
        width: 65%;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .logo img {
        width: 100%;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs {
        position: relative;
        margin-top: -120px;
        height: 310px;
        padding-bottom: 100px;
        gap: 10px;
        top: 0;
        overflow-x: hidden;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs .rtb {
        padding-top: 50px;
        align-items: flex-end;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs .rtb p {
        padding-left: 0;
        padding: 0 20px;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs .rtb h3 {
        font-size: 26px;
        position: relative;
        top: -16px;
        left: auto;
        right: 10px;
    }

    .holychips #fullpage .section.callouts .fp-overflow {
        gap: 10px;
    }

    .holychips #fullpage .section .fp-overflow {
        gap: 20px;
        padding-top: 100px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group {
        gap: 20px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy {
        background-repeat: no-repeat;
        background-position: right 18px bottom 6px;
        background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/arrow.svg');
        background-size: 35px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy .callout-title h3 {
        font-size: 18px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy .callout-copy p {
        font-size: 16px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout:hover .copy .callout-copy {
        display: none;
        max-height: 0;
        opacity: 0;
    }

    .holychips #fullpage .section.video .fp-overflow {
        padding-top: 0;
        margin-top: -100px;
    }

    .holychips #fullpage .section.video .columns .column.video {
        min-width: auto;
        width: 90%;
        height: auto;
        min-height: 50vw;
    }

    .holychips #fullpage .section.video .columns .column.title {
        max-width: 53vw;
    }
}

@media screen and (max-width: 450px) {
    .holychips #fullpage .section {
        background-size: 150px;
        background-position: left bottom 50px;
    }

    .holychips #fullpage .section .title {
        max-width: 75%;
    }

    .holychips #fullpage .section .title br {
        display: none;
    }

    .holychips #fullpage .section .fp-overflow {
        padding-top: 0;
    }

    .holychips #fullpage .section .fp-overflow .content {
        gap: 15px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group {
        gap: 10px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout {
        max-width: 180px;
        min-width: 180px;
        border: 6px solid #ffffff;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy {
        padding: 5px 10px 5px 5px;
        background-size: 15px;
        background-position: right 9px bottom 8px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy .callout-title h3 {
        font-size: 12px;
    }

    .holychips #fullpage .section.hero .fp-overflow {
        gap: 0;
    }

    .holychips #fullpage .section.hero .fp-overflow .columns .column.title {
        padding: 8px 10px 8px 10px;
        max-width: 55%;
    }

    .holychips #fullpage .section.hero .fp-overflow .columns .column.title h2 {
        font-size: 15px;
    }

    .holychips #fullpage .section.hero .fp-overflow .columns .column.content {
        gap: 10px;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow {
        padding-top: 10px;
        gap: 0;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs {
        margin-top: -100px;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs .rtb {
        gap: 30px;
    }

    .holychips #fullpage .section.rtbs-section .fp-overflow .content .rtbs .rtb h3 {
        top: -8px;
        padding: 10px 20px;
    }

    .holychips #fullpage .section.callouts .fp-overflow {
        padding-top: 0px;
    }

    .holychips #fullpage .section.video .fp-overflow {
        padding-top: 0;
    }

    .holychips #fullpage .section.video .fp-overflow .columns .column.title {
        max-width: 58vw;
    }

    .holychips #fullpage .section.form .fp-overflow {
        padding-top: 150px;
    }

    .holychips #fullpage .section.form .fp-overflow .columns .column.content {
        margin: 20px 0;
    }

    .holychips #fullpage .section.form .fp-overflow .footer {
        gap: 10px;
    }

    .holychips #fullpage .section.form .fp-overflow .footer .socials {
        gap: 15px;
    }

    .holychips #fullpage .section.form .fp-overflow .footer .socials div {
        width: 40px;
        height: 40px;
    }

    .holychips #fullpage .section.form .fp-overflow .footer .copyright p {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout {
        max-width: 160px;
        min-width: 160px;
    }
}

@media screen and (min-width: 768px) {
    .holychips #fullpage .section {
        background-size: 40vw;
    }
}

@media screen and (min-width: 1215px) {
    .holychips #fullpage .section {
        background-size: 525px;
    }
}

@media all and (min-width: 1438px) {
    .holychips #fullpage .section .content .rtbs .rtb p {
        font-size: 32px;
    }
}

@media all and (min-width: 1920px) {
    .holychips #fullpage .section {
        background-size: 28vw;
    }

    .holychips #fullpage .section .content p {
        font-size: 28px;
    }

    .holychips #fullpage .section .title h2 {
        font-size: 42px;
    }

    .holychips #fullpage .section .content .rtbs .rtb h3 {
        font-size: 42px;
    }

    .holychips #fullpage .section .fp-overflow .content .rtbs {
        top: 0;
    }
}

@media screen and (min-width: 2559px) {
    .holychips #fullpage .section.hero .fp-overflow {
        padding-top: 300px;
    }

    .holychips #fullpage .section .content p {
        font-size: 36px;
    }

    .holychips #fullpage .section .title h2 {
        font-size: 52px;
    }

    .holychips #fullpage .section .content .rtbs .rtb h3 {
        font-size: 52px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout {
        min-width: 20vw;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy .callout-title h3 {
        font-size: 32px;
    }

    .holychips #fullpage .section .fp-overflow .content .callouts-group .callout .copy .callout-copy p {
        font-size: 22px;
    }
}

@media screen and (max-height: 800px) and (max-width: 1400px) {
    .holychips #fullpage .section {
        background-size: 30vw;
    }
}

@media screen and (max-height: 1000px) and (max-width: 1000px) {
    .holychips #fullpage .section {
        background-size: 30vw;
    }
}

@media screen and (max-height: 1000px) and (max-width: 768px) {
    .holychips #fullpage .section {
        background-size: 22vh;
    }

    .holychips #fullpage .section.callouts .fp-overflow {
        gap: 10px;
    }
}

@media screen and (max-height: 1000px) and (max-width: 450px) {
    .holychips #fullpage .section {
        background-size: 20vh;
    }
}

.holychips #fullpage .footer {
    background-color: #1E262C;
    position: relative;
    bottom: 0;
    width: 100%;
    gap: 20px;
}

.holychips #fullpage .footer .column {
    padding: 0;
}

.holychips #fullpage .footer .logo {
    max-width: 180px;
    margin: 0 auto;
}

.holychips #fullpage .footer .socials {
    gap: 30px;
}

.holychips #fullpage .footer .socials div {
    width: 50px;
    height: 50px;
    transition: all 400ms 0s ease;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.holychips #fullpage .footer .socials div::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.holychips #fullpage .footer .socials .facebook div {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/facebook.png');
}

.holychips #fullpage .footer .socials .facebook div::before {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/facebook-hover.png');
}

.holychips #fullpage .footer .socials .facebook div:hover {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/facebook-hover.png');
}

.holychips #fullpage .footer .socials .x div {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/x.png');
}

.holychips #fullpage .footer .socials .x div::before {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/x-hover.png');
}

.holychips #fullpage .footer .socials .x div:hover {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/x-hover.png');
}

.holychips #fullpage .footer .socials .linkedin div {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/linkedin.png');
}

.holychips #fullpage .footer .socials .linkedin div::before {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/linkedin-hover.png');
}

.holychips #fullpage .footer .socials .linkedin div:hover {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/linkedin-hover.png');
}

.holychips #fullpage .footer .socials .instagram div {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/instagram.png');
}

.holychips #fullpage .footer .socials .instagram div::before {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/instagram-hover.png');
}

.holychips #fullpage .footer .socials .instagram div:hover {
    background-image: url('/wp-content/themes/mfi/elements/images/holy-chips/instagram-hover.png');
}

.holychips #fullpage .footer .copyright p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #ffffff;
    line-height: 1;
}