@font-face {
    font-family: 'ABC Favorit';
    src: url('fonts/ABCFavorit-Book.woff2') format('woff2'),
        url('fonts/ABCFavorit-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Favorit';
    src: url('fonts/ABCFavorit-Medium.woff2') format('woff2'),
        url('fonts/ABCFavorit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ABC Favorit Mono';
    src: url('fonts/ABCFavoritMono-Regular.woff2') format('woff2'),
        url('fonts/ABCFavoritMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

body,
h3,
h4 {
    font-family: 'ABC Favorit', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home,
body.home .header {
    background-color: #001231;
}

.container {
    max-width: calc(1324px + 88px);
}

.container .container__content {
    max-width: 1324px;

}

/**
 * Header & Menu
 */

.header {
    box-shadow: none;
}

.header .header__inner {
    border: 1px solid rgba(0, 18, 49, 0.2);
    margin-top: 22px !important;
    margin-bottom: 40px !important;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.home .header .header__inner {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .mobile-menu.open+.header {
        background-color: #F26A48;
    }

    body:not(.home) .mobile-menu.open+.header .header__inner {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    body:not(.home) .mobile-menu.open+.header .header__logo svg path {
        fill: white;
    }

    .header .header__hamburger {
        color: white;
        border: none;
    }

    body:not(.home) .header .header__hamburger svg path {
        stroke: #231f20;
    }

    .header .header__left {
        position: absolute;
        top: 107px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: fit-content;
    }

    .header-regions {
        margin-top: -6px;
    }
}

.mobile-menu {
    top: 110px;
    background-color: #F26A48;
    overflow-y: scroll;
    padding-bottom: 150px;
}

.mobile-menu .mobile-menu__close {
    position: fixed;
}

.mobile-menu .mobile-menu__close button {
    top: -76px;
    left: 42px;
    background-color: #F26A48;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    cursor: pointer;
}

.mobile-menu .mobile-menu__links {
    padding-top: 0;
}

.mobile-menu .mobile-menu__links a {
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    font-size: 34px;
}

.mobile-menu .mobile-menu__links a.current-page {
    color: #001231;
}

.mobile-menu__social {
    padding-left: 2rem;
}

.mobile-menu__social a {
    text-decoration: none;
}

.header .header__logo svg {
    width: 162px;
    height: 50px;
}

@media (max-width: 767px) {
    .header .header__logo svg {
        max-width: 125px;
        height: 38px;
    }
}

@media (max-width: 366px) {
    .header .header__logo svg {
        max-width: 93px;
        height: 38px;
    }
}

body:not(.home) .header .header__logo svg path {
    fill: #001231;
}

.created-by:after {
    content: "" !important;
}

.main-menu {
    width: calc(100% - 4.5rem) !important;
    margin: 0 !important;
}

body:not(.home) .main-menu {
    border-color: rgba(0, 18, 49, 0.2);
}

.main-menu .main-menu__item:after {
    content: "" !important;
}

.main-menu .main-menu__item a {
    text-transform: capitalize;
    font-family: 'ABC Favorit';
    font-size: 15px !important;
    font-weight: 500;
}

@media (max-width: 876px) {
    .main-menu .main-menu__item a {
        font-size: 12px !important;
    }
}

body.home .main-menu .main-menu__item a {
    color: white;
}

body.home .main-menu .main-menu__item a:hover {
    color: #F26A48;
}

.main-menu .main-menu__item a.current-page {
    color: #F26A48
}

.header-regions {
    display: flex;
    align-items: center;
    margin-right: 6px;
    padding: 0;
    top: 0px;
}

@media (max-width: 767px) {
    .header-regions {
        top: -2px;
    }
}

.header-regions .header-regions__flag img {
    width: 22px !important;
    top: 0 !important;
}

.header-regions__down {
    position: relative;
    background: #001231;
    display: inline-block;
    transform: rotate(-180deg);
    left: 5px;
}

.header-regions__down:before {
    content: " ";
    width: 1.5px;
    background: #001231;
    height: 5px;
    position: absolute;
    transform: rotate(55deg);
    left: -2.5px;
}

.header-regions__down:after {
    content: " ";
    width: 1.5px;
    background: #001231;
    height: 5px;
    position: absolute;
    transform: rotate(-55deg);
    right: -2.5px;
}

body.home .header-regions__down,
body.home .header-regions__down:before,
body.home .header-regions__down:after {
    background: white;
}

@media (max-width: 767px) {

    body:not(.home) .mobile-menu.open+.header .header-regions__down,
    body:not(.home) .mobile-menu.open+.header .header-regions__down:before,
    body:not(.home) .mobile-menu.open+.header .header-regions__down:after {
        background: white;
    }
}

@media (min-width: 769px) {

    .header .header__inner {
        margin-top: 40px !important;
    }

    .header .header__inner.container__content {
        transition: all 0.3s ease-in-out;
    }

    .header.header--shrink .header__inner.container__content {
        padding: 12px 24px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        transition: all 0.3s ease-in-out;
    }
}

/**
 * Hero
 */

.hero.container__breakout,
.cta.container__breakout,
.find.container__breakout,
.spacer {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1324px + 88px);
    padding: 0;
    width: 100%;
    position: relative;
    left: 0px;
}

.hero.container__breakout {
    margin-top: 30px !important;
    margin-bottom: 100px;
    max-height: 669px;
}

body.home .hero.container__breakout {
    margin-top: 29px !important;
}

@media (min-width: 768px) {

    .hero.container__breakout,
    .cta.container__breakout,
    .find.container__breakout,
    .spacer {
        max-width: 1324px;
        position: relative;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero.container__breakout {
        margin-top: 40px !important;
    }

    body.home .hero.container__breakout {
        margin-top: 67px !important;
    }

    .spacer {
        width: 100%;
    }
}

.hero .hero__image {
    display: flex;
    justify-content: center;
}

@media (max-width: 366px) {
    .hero .hero__image img {
        object-fit: cover;
        object-position: center;
    }
}

body:not(.home) .hero .hero__image img {
    object-fit: cover;
    object-position: right center;
}

.hero .hero__image-mobile {
    position: absolute;
    height: 100%;
    background-position: 50%;
    left: -2.2rem;
}

body.home .hero .hero__image-mobile {
    width: calc(100% + 4.4rem);
}

.hero .hero__info,
.hero .hero__text {
    display: flex;
    justify-content: center;
}

.hero .hero__text {
    width: 100% !important
}

.hero .hero__text h1 {
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-family: 'ABC Favorit';
    font-size: 105px;
    font-weight: 500;
}

.scroll-downs {
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 50px;
    left: 0;
    margin: auto;
    width: 22px;
    /* height: 55px; */
}

body:not(.home) .scroll-downs {
    left: 7%;
}

@media (max-width: 767px) {
    .hero.container__breakout {
        height: 400px;
    }

    .hero .hero__info {
        height: 100%;
    }

    .hero .hero__text h1 {
        font-size: 45px;
    }

    .scroll-downs {
        bottom: 70px;
    }
}

.mousey {
    width: 1.5px;
    padding: 0px 8px;
    height: 35px;
    border: 1.5px solid #fff;
    border-radius: 25px;
    box-sizing: content-box;
}

.scroller {
    width: 1.5px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(3px);
        opacity: 1;
    }

    100% {
        transform: translateY(23px);
        opacity: 0;
    }
}

@media (min-width: 768px) {
    body.home .hero.container__breakout {
        margin-top: 74px;
    }

    body:not(.home) .hero.container__breakout {
        margin-top: 47px;
    }
}

/**
 * Cards
 */

body.home .hero+.cards {
    margin-top: 0 !important;
}

body.home .hero+.cards .cards__item {
    padding: 20px !important;
    margin: 0;
}

body.home .hero+.cards .cards__item img {
    float: left;
    height: 55px;
    margin: 0 15px 0 0;
}

body.home .cards .cards__item {
    box-shadow: none;
    background-color: #001231 !important;
    border-radius: 0;
    border: 1px rgba(255, 255, 255, 0.2) solid;
}

body.home .cards .cards__item h2 {
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
}

body.home .hero+.cards .cards__item h2 {
    padding-left: 71px;
}

body.home .cards .cards__item h3 {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 130%;
}

body.home .hero+.cards .cards__item h3 {
    padding: 8px 0 0 71px;
    margin-top: 0px;
}

@media (min-width: 48em) and (max-width: 62em) {
    .container .container__grid.cols-4>div {
        width: calc(50% - 10px);
    }

    .container .container__grid.cols-4>:nth-child(1 of div),
    .container .container__grid.cols-4>:nth-child(2 of div) {
        margin-bottom: 20px;
    }
}

@media (min-width: 62em) {
    .container .container__grid.cols-4>div {
        width: calc(25% - 1.3rem);
    }
}

/**
 * For Safe and Effective Teeth Whitening
 */

body.home :nth-child(1 of .cta) {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    padding-bottom: 100px;
    min-height: fit-content;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.home :nth-child(1 of .cta) .cta__image {
    position: relative;
    flex: 0 0 62%;
    display: block;
}

body.home :nth-child(1 of .cta) .cta__info {
    display: flex;
    justify-content: flex-end;
    min-height: min-content;
    height: fit-content;
}

body.home :nth-child(1 of .cta) .cta__text {
    width: 100% !important;
    padding: 30px 0 0 0;
    justify-content: flex-start;
    min-height: min-content;
}

body.home :nth-child(1 of .cta) .cta__text h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    text-transform: none;
    font-size: 40px !important;
    line-height: 120% !important;
    color: white;
    font-weight: 500;
}

body.home :nth-child(1 of .cta) .cta__text p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 130%;
    max-width: 100% !important;
}

body.home .cta .cta__text hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 100px;
    width: 100%;
}

body.home .cta .cta__text img {
    display: block;
}

@media (max-width: 767px) {
    body.home :nth-child(1 of .cta) {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    body.home :nth-child(1 of .cta) {
        gap: 60px
    }

    body.home :nth-child(1 of .cta) .cta__text {
        padding: 55px 0 0 0;
    }
}

/**
 * Millions of People Have Trusted Pola Teeth Whitening
 */

body.home .spacer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.home .before-after.container__content {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.home .before-after .before-after__text {
    width: 50% !important
}

body.home .before-after .before-after__text h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    font-size: 40px;
    color: white;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    line-height: 120%;
}

body.home .before-after .before-after__images-outer {
    width: 70% !important;
}

@media (max-width: 767px) {
    body.home .before-after .before-after__text {
        width: 100% !important;
    }

    body.home .before-after .before-after__text h2 {
        text-align: left;
    }
}

.ba-slider .handle-icon {
    left: -11.5px;
    width: 25px;
    height: 25px;
    color: #001231;
    background-color: white;
    border-radius: 25px;
}

.ba-slider .handle-icon .icon-angle-left {
    left: -0.2rem;
}

.ba-slider .handle-icon .icon {
    top: -0.05rem;
    width: 1.7rem;
}

.ba-slider .handle-icon .icon-angle-right {
    right: -.2rem;
}

.before-after .before-after__image {
    width: calc(50% - .5rem);
}

@media (min-width: 768px) {
    .ba-slider img {
        filter: grayscale(100%);
        transition: all .3s ease-in-out;
    }

    .ba-slider::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #001231;
        opacity: 0.5;
        pointer-events: none;
        transition: all .3s ease-in-out;
    }

    .ba-slider:hover img {
        filter: none;
    }

    .ba-slider:hover::after {
        opacity: 0;
    }
}

/* Carousel */

@media (max-width: 767px) {
    body.home .before-after .before-after__images-outer {
        width: 100% !important;
    }

    .before-after .before-after__images-outer {
        /* overflow: hidden; */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .before-after .before-after__images {
        width: 400%;
        flex-wrap: nowrap;
        flex-direction: row;
        /* overflow: hidden; */
        padding: 0;
        gap: 0;
        position: relative;
    }

    .before-after .before-after__image.ba-slider {
        transition: transform 0.5s ease-in-out;
        scroll-snap-align: start;
    }

    .before-after__images-outer~.carousel-track {
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .before-after .before-after__image.ba-slider {
        transform: none !important;
    }
}

/**
 * A High Performance Smile For You
 */

body.home :nth-child(2 of .cta) {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 519px;
    margin-top: 100px;
}

body.home :nth-child(2 of .cta) .cta__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 242px;
    height: auto;
    transform: translate(-50%, -71%);
    z-index: 1;
    display: block;
}

body.home :nth-child(2 of .cta) .container__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

body.home :nth-child(2 of .cta) .cta__text {
    width: 70% !important;
    padding: 0 !important;
    align-items: center;
}

body.home :nth-child(2 of .cta) .cta__text h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    text-transform: none;
    font-size: 68px !important;
    font-weight: 500;
    line-height: 120% !important;
    color: white;
    text-align: center;
}

body.home :nth-child(2 of .cta) .cta__text p {
    font-family: 'ABC Favorit Mono', sans-serif;
    font-size: 18px;
    line-height: 135%;
    color: white;
    max-width: 100% !important;
    text-align: center;
    width: 630px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home :nth-child(2 of .cta)+.cards {
    margin-top: 20px !important;
}

body.home :nth-child(2 of .cta)+.cards .cards__item {
    padding: 0;
    margin: 0;
}

body.home :nth-child(2 of .cta)+.cards .cards__item img {
    margin-top: 0;
    width: 100%;
}

body.home :nth-child(2 of .cta)+.cards .cards__item h2 {
    margin: 20px 20px 0 20px;
}

body.home :nth-child(2 of .cta)+.cards .cards__item h3 {
    margin: 10px 20px 20px 20px;
}

@media (min-width: 768px) {
    body.home :nth-child(2 of .cta) {
        height: 596px;
    }

    body.home :nth-child(2 of .cta) .cta__image {
        width: 406px;
        transform: translate(-50%, -50%);
    }

    body.home :nth-child(2 of .cta)+.cards {
        margin-top: 80px !important;
    }

    body.home :nth-child(2 of .cta)+.cards .container__grid {
        gap: 20px;
    }

    .container .container__grid.cols-3>div {
        width: calc(33.333% - 15px);
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.home :nth-child(2 of .cta) .cta__text {
        width: 100% !important;
    }

    body.home :nth-child(2 of .cta) .cta__text h2 {
        font-size: 31px !important;
        position: absolute;
        transform: translate(-50%, -88%);
        left: 50%;
        width: 100%;
    }

    body.home :nth-child(2 of .cta) .cta__text p {
        position: absolute;
        top: 117px;
    }

    body.home :nth-child(2 of .cta) .cta__image-mobile {
        position: absolute;
        background-position: 50%;
    }

    body.home :nth-child(2 of .cta)+.cards .cards__item img {
        display: none;
    }
}

/**
 * Enjoy a whiter, brighter smile
 */

body.home :nth-child(3 of .cta) {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

body.home :nth-child(3 of .cta) .cta__image {
    background-position: unset;
    position: relative;
    display: block;
}

body.home :nth-child(3 of .cta) .cta__image img {
    max-height: 794px;
}

body.home :nth-child(3 of .cta) .cta__info {
    min-height: fit-content;
    margin-left: 0;
    padding-right: 50px;
}

body.home :nth-child(3 of .cta) .cta__text {
    width: 100%;
    padding-top: 55px;
}

body.home :nth-child(3 of .cta) .cta__text h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    text-transform: none;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: white;
}

body.home :nth-child(3 of .cta) .cta__text p {
    max-width: 100%;
    color: white;
}

body.home :nth-child(3 of .cta) .cta__text a {
    text-decoration: none;
    color: #001231;
    padding: 10px 25px;
    background-color: white;
    display: block;
    width: fit-content;
    margin-top: 20px;
    border: 1px solid white;
    transition: all .3s ease-in-out;
    font-weight: 500;
}

body.home :nth-child(3 of .cta) .cta__text a:hover {
    background-color: #001231;
    color: white;
    border: 1px solid white;
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
    body.home :nth-child(3 of .cta) {
        max-height: 794px;
        flex-direction: row-reverse;
    }

    body.home :nth-child(3 of .cta) .cta__info {
        max-width: 450px;
    }
}

/**
 * Tooth Whitening Options
 */

body.home :nth-child(1 of .grid) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 70px;
    padding-top: 100px;
}

body.home :nth-child(1 of .grid) .grid__text h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    color: white;
    text-transform: none;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
}

body.home :nth-child(1 of .grid) .grid__text p {
    color: white;
    font-size: 16px;
}

body.home :nth-child(1 of .grid) .grid__text img {
    width: 40px;
}

body.home :nth-child(1 of .grid) .grid__text :nth-child(1 of p) {
    float: left;
}

body.home :nth-child(1 of .grid) .grid__text h3 {
    font-family: 'ABC Favorit Mono', sans-serif !important;
    color: white;
    text-transform: none;
    font-size: 18px;
    padding-left: 55px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.home :nth-child(1 of .grid) .grid__text h3+p {
    color: rgba(255, 255, 255, 0.75);
    padding-left: 55px;
    font-weight: 300;
}

body.home :nth-child(1 of .grid) .container__grid> :nth-child(1 of div) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 33.33%;
    width: calc(33.33% - 20px);
    padding-right: 10px;
    margin-right: 20px;
}

body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    width: 66.66%;
    padding-right: 20px;
}

body.home :nth-child(1 of .grid) .container__grid :nth-child(1 of .grid__spacer) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 10px 0 30px 0;
}

body.home :nth-child(1 of .grid) .container__grid :nth-child(2 of .grid__spacer) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: -10px 0 30px 0;
}

body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) .grid__text {
    flex: 0 0 calc(50% - 20px);
}

body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) :nth-child(1 of .grid__text),
body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) :nth-child(2 of .grid__text) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    body.home :nth-child(1 of .grid) .container .container__grid {
        flex-direction: column;
    }

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(1 of div) {
        width: 100%;
        border: none;
    }

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) {
        flex-direction: column;
        width: 100%;
        border: none;
        height: fit-content;
    }

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) .grid__text {
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        margin: 0;
    }

    body.home :nth-child(1 of .grid) .container__grid .grid__spacer {
        display: none;
    }

    /* Carousel */

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) {
        overflow: hidden;
        position: relative;
        display: flex;
        width: 400%;
        transition: transform 0.5s ease-in-out;
        height: 200px;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
        gap: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) .grid__text {
        width: 100%;
        flex: 0 0 auto;
        transition: 250ms transform ease-in;
        scroll-snap-align: start;
    }

    .carousel-track {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
        /* cursor: pointer; */
        margin: 0px 4px;
        border: 1px solid white;
        transition: 100ms background-color ease-in;
    }

    .carousel-dot.active {
        background-color: #F26A48;
        border-color: #F26A48;
    }
}

@media (min-width: 768px) {
    body.home :nth-child(1 of .grid) {
        margin-top: 100px;
        padding-top: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 45px;
    }

    body.home :nth-child(1 of .grid) .container__grid> :nth-child(2 of div) .grid__text {
        transform: none !important;
    }
}

/**
 * Millions of Pola Smiles Worldwide
 */

body.home :nth-child(2 of .grid) .container__grid h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    color: white;
    text-transform: none;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: left;
}

body.home :nth-child(3 of .grid) {
    margin-top: 20px;
    position: relative;
    max-width: 2912px;
    width: 2912px;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
}

body.home :nth-child(3 of .grid) .container__grid div {
    display: flex;
    width: max-content;
    animation: scroll-marquee 40s linear infinite;
}

@keyframes scroll-marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

body.home :nth-child(3 of .grid) .container__grid div::-webkit-scrollbar {
    display: none;
}

body.home :nth-child(3 of .grid) .container__grid div .grid__image {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 208px;
    padding: 0 5px;
}

@media (max-width: 767px) {
    body.home :nth-child(3 of .grid) {
        margin: 0;
        width: 100vw;
        max-width: unset;
        position: relative;
    }
}

@media (min-width: 768px) {
    body.home :nth-child(2 of .grid) .container__grid h2 {
        text-align: center;
    }
}

/**
 * Book A Tooth Whitening Appointment
 */

.container .find {
    margin-top: 100px !important;
}

.find {
    background-color: #B4D3E8;
}

.find.container__breakout {
    display: flex;
    flex-direction: column;

}

.find.container__breakout .find__image {
    flex: 0 0 50%;
    width: 100%;
    padding: 0;
    left: 0;
}

.find.container__breakout .find__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.find.container__breakout .find__inner.container__content {
    flex: 0 0 50%;
    margin: 0;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find .find__details {
    font-size: 15px;
    font-weight: 300;
    line-height: 130%;
    width: fit-content;
    padding: 30px;
}

.find .find__details h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    color: #001231;
    text-transform: none;
    font-size: 34px;
    line-height: 120%;
    font-weight: 500;
}

.find form.find__form {
    margin-top: 40px;
    display: flex;
    width: 100%;
}

.find form.find__form input[type=text] {
    box-shadow: none;
    flex: 0 0 64%;
    height: 70px;
    border-radius: 0;
    padding-left: 30px;
    font-weight: 300;
}

.find form.find__form .button {
    box-shadow: none;
    flex: 0 0 36%;
    height: 70px;
    background-color: #001231;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
}

@media (max-width: 767px) {
    .find form.find__form {
        max-width: 100vw;
        margin: 14px 0 0 0;
    }

    .find form.find__form input[type=text] {
        width: 60%;
        padding: 15px;
        height: 56px;
    }

    .find form.find__form .button {
        padding: 0;
        height: 56px;
    }

    .find.container__breakout .find__inner.container__content {
        padding: 0;
    }
}

@media (min-width: 768px) {

    .find.container__breakout {
        flex-direction: row;
        max-height: 465px;
        height: 465px;
    }

    .find.container__breakout .find__image {
        width: 50%;
        left: auto;
    }

    .find .find__details {
        font-size: 16px;
        padding: 0;
        max-width: 460px;
    }

    .find .find__details h2 {
        font-size: 40px;
    }
}

@media (min-width: 1324px) {

    .find.container__breakout .find__inner.container__content {
        padding: 0;
    }

    .find form.find__form input[type=text] {
        width: 300px;
    }

    .find form.find__form .button {
        width: 160px;
    }
}

/**
 * Footer
 */

.footer {
    border-top: 1px solid rgba(0, 18, 49, 0.2);
    margin-top: 100px;
    justify-content: space-between;
}

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

    .footer__menu {
        display: flex !important;
        flex-direction: row;
        margin: 40px 0;
        justify-content: space-between;
        width: 100%;
    }

    .footer .footer__right {
        width: fit-content;
        padding-left: 0;
        margin-right: 0;
    }

    .footer .footer__social {
        position: relative;
    }
}

body.home .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer__left,
.footer .footer__logo img {
    width: 440px !important;
}

body:not(.home) .footer__logo svg path {
    fill: #231F20;
}

body:not(.home) .footer__logo svg line {
    stroke: rgba(0, 18, 49, 0.2);
}

@media (max-width: 378px) {
    .footer__logo svg {
        width: 86vw;
    }
}

.footer .footer__right {
    display: flex;
    justify-content: flex-end;
    margin-right: 115px;
    width: fit-content;
}

.footer nav.main-menu {
    display: flex;
    flex-direction: column;
    width: fit-content !important;
    margin-top: 0;
}

.footer nav.main-menu .main-menu__item {
    text-align: left;
}

.footer nav.main-menu .main-menu__item a {
    line-height: 130%;
    font-weight: 500;
}

.footer nav.main-menu .main-menu__item:last-child {
    margin-right: 2.2rem;
}

.footer .footer__social a {
    border: none;
}

body:not(.home) .footer__social svg path {
    fill: #231F20;
}

.footer__copyright {
    position: absolute;
    color: rgba(0, 18, 49, 0.36);
    bottom: 0;
    left: 0;
    font-size: 12px;
    margin-bottom: 20px;
}

body.home .footer__copyright {
    color: rgba(255, 255, 255, 0.36);
}

/**
 * How It Works
 */

body:not(.home) .hero .hero__text {
    color: white;
    font-family: 'ABC Favorit Mono', sans-serif !important;
    padding: 0 0 0 7%;
    top: -54px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:not(.home) .hero .hero__text h1 {
    text-align: left;
    font-size: 68px;
    text-transform: none;
    line-height: 73px;
}

body:not(.home) .hero .scroll-downs {
    margin: unset;
    bottom: 8%;
}

body.permalink-how-it-works .grid.container__content {
    margin-top: 0;
    margin-bottom: 0;
}

body.permalink-how-it-works .spacer {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    body:not(.home) .hero.container__breakout {
        height: unset;
        flex-direction: column;
    }

    body:not(.home) .hero .hero__image {
        position: relative;
        min-height: 350px;
    }

    body:not(.home) .hero .hero__info {
        background-color: #001231;
        padding: 20px 0;
        height: 250px;
        align-items: flex-start;
    }

    body:not(.home) .hero .hero__text {
        top: 0;
    }

    body:not(.home) .hero .hero__image-mobile {
        left: 0;
    }

    body:not(.home) .hero .hero__text h1 {
        font-size: 34px;
        line-height: 38px;
    }

    body:not(.home) .hero .scroll-downs {
        bottom: 0;
        top: 157px;
    }
}

@media (min-width: 1324px) {

    body.permalink-how-it-works .grid.container__content,
    body.permalink-how-it-works .spacer {
        margin-left: calc((100% - 875px) / 2);
        margin-right: calc((100% - 875px) / 2);
        width: unset;
    }
}

/**
 * How Pola Teeth Whitening Works
 */

body.permalink-how-it-works :nth-child(1 of .grid) {
    margin-bottom: 20px;
}

body:not(.home) .grid.container__content h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    color: #001231;
    font-size: 40px;
    text-transform: none;
    font-weight: 500;
    line-height: 120%;
}

body:not(.home) .grid.container__content h3 {
    font-size: 18px;
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-weight: 400;
    text-transform: none;
    line-height: 135%;
    margin: 0 calc((100% - 651px)/2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:not(.home) .grid.container__content p {
    margin: 0 calc((100% - 651px)/2);
    margin-top: 20px;
    font-size: 16px;
    line-height: 130%;
}

body:not(.home) .grid.container__content .grid__image img {
    width: 100%;
}

body:not(.home) .grid.container__content .container__grid.cols-3 p,
body.permalink-how-it-works .grid.container__content .container__grid.cols-2 p {
    margin: 0;
}

@media (max-width: 767px) {

    body:not(.home) .grid.container__content h3 {
        margin: 0;
    }

    body:not(.home) .grid.container__content p {
        margin: 0;
        margin-top: 20px;

    }
}

@media (min-width: 768px) {
    body.permalink-how-it-works :nth-child(2 of .grid) .container__grid {
        gap: 20px;
    }
}

/**
 * Pola Is Trusted To Remove The Hardest Stains
 */

.spacer {
    border-top: 1px solid rgba(0, 18, 49, 0.2);
}

@media (min-width: 768px) {
    body:not(.home) .grid.container__content .container__grid.cols-1 .grid__image {
        margin: 0 calc((100% - 651px)/2);
    }
}

/**
 * Your Pola Whitening Choices
 */

body.permalink-how-it-works :nth-child(5 of .grid) .container__grid>div {
    border: 1px solid rgba(0, 18, 49, 0.2);
    padding: 20px;
}

body.permalink-how-it-works :nth-child(5 of .grid) .container__grid .grid__image {
    width: 48px;
    float: left;
    margin-top: 0;
}

body.permalink-how-it-works :nth-child(5 of .grid) .container__grid .grid__text {
    margin-left: 63px;
    margin-bottom: 8px;
}

body.permalink-how-it-works :nth-child(4 of .grid) h2 {
    margin-bottom: 30px;
}

body.permalink-how-it-works :nth-child(5 of .grid) .container__grid .grid__text h3 {
    margin: 0;
}

body.permalink-how-it-works :nth-child(5 of .grid) .container__grid .grid__text h4 {
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

@media (min-width: 768px) {
    body.permalink-how-it-works :nth-child(5 of .grid) .container__grid {
        gap: 20px;
    }
}

@media (min-width: 1324px) {
    body.permalink-how-it-works :nth-child(5 of .grid) {
        margin-left: calc((100% - 991px) / 2);
        margin-right: calc((100% - 991px) / 2);
    }
}

/**
 * Region Selector
 */

#modal-region .modal__container {
    border-radius: 0;
    padding: 50px;
}

#modal-region .modal__close svg.icon {
    width: unset;
    height: unset;
}

#modal-region .modal__container h2 {
    font-family: 'ABC Favorit', sans-serif !important;
    color: #001231;
    text-transform: none;
    font-size: 40px;
    font-weight: 500;
}

#modal-region .modal__container h4 {
    font-size: 16px;
    color: #001231;
    font-weight: 500;
}

#modal-region .modal__container p {
    color: rgba(0, 18, 49, 0.75);
    margin-top: 10px;
}

@media (min-width: 768px) {
    #modal-region.modal-region .modal-region__content {
        gap: 20px;
        flex-wrap: nowrap;
    }

    #modal-region .modal__container .modal-region__region {
        border: 1px solid rgba(0, 18, 49, 0.2);
    }
}

#modal-region .modal__container .modal-region__region h3 {
    text-transform: none;
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * Products
 */

body.permalink-whitening-products .grid .grid__text h2 {
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}

body.permalink-whitening-products .grid .grid__text h3 {
    font-family: 'ABC Favorit', sans-serif !important;
    margin: 0;
    font-size: 40px;
    font-weight: 500;
}

body.permalink-whitening-products .container .grid {
    margin-top: 0;
}

body.permalink-whitening-products .container .spacer {
    margin-top: 100px;
    margin-bottom: 100px;
}

body.permalink-whitening-products .grid .grid__text p {
    margin: 0;
}

body.permalink-whitening-products .grid .grid__text h3~p {
    margin-top: 20px;
}

body.permalink-whitening-products .find.container__breakout {
    margin-top: 0px !important;
}

@media (min-width: 768px) {

    body.permalink-whitening-products :nth-child(1 of .grid) .container__grid,
    body.permalink-whitening-products :nth-child(3 of .grid) .container__grid,
    body.permalink-whitening-products :nth-child(5 of .grid) .container__grid {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1324px) {

    body.permalink-whitening-products .grid.container__content,
    body.permalink-whitening-products .spacer {
        margin-left: calc((100% - 1099px) / 2);
        margin-right: calc((100% - 1099px) / 2);
        width: unset;
    }
}

/**
 * Downloads
 */

.page-template-page-contact .container>div:not(.header__inner) {
    margin-top: 100px;
}

body.page-template-page-contact.permalink-downloads hr {
    border: 0;
    border-top: 1px solid rgba(0, 18, 49, 0.2);
    margin: 100px 0;
}

body.page-template-page-contact.permalink-downloads .container__grid> :nth-child(1 of div) {
    display: none;
}

body.page-template-page-contact.permalink-downloads .container__grid> :nth-child(2 of div) {
    width: 100% !important;
}

body.page-template-page-contact.permalink-downloads .container__grid p {
    position: relative;
    margin: 0 0 19px 0;
}

body.page-template-page-contact.permalink-downloads .container__grid h3 {
    margin: 0;
    margin-bottom: 10px;
}

body.page-template-page-contact.permalink-downloads .container__grid h4 {
    font-family: 'ABC Favorit', sans-serif !important;
    font-size: 60px;
    text-transform: none;
    color: #001231;
    font-weight: 500;
    margin-bottom: 45px;
}

body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid a {
    display: block;
    padding: 20px;
    border: 1px solid rgba(0, 18, 49, 0.2);
    width: 100%;
    text-decoration: none;
    position: relative;
    padding-left: 62px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
}

body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid a:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 48%;
    width: 32px;
    height: 47px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2247%22%20viewBox%3D%220%200%2032%2047%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%2046H31M16%201V36M16%2036L28.5%2023.5M16%2036L3.5%2023.5%22%20stroke%3D%22%23001231%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid a strong {
    display: block;
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid p.download--instruction_sheet a {
    margin-top: 20px;
}

body.page-template-page-contact.permalink-downloads .container__grid h5 {
    font-family: 'ABC Favorit', sans-serif !important;
    font-size: 40px;
    font-weight: 500;
    text-transform: none;
    padding: 0 0 15px 0;
}

body.page-template-page-contact.permalink-downloads .container__grid .grid__text>div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 70px;
}

body.page-template-page-contact.permalink-downloads .container__grid .grid__text>div p {
    margin: 0;
}

body.page-template-page-contact.permalink-downloads .container__grid .grid__text>div p a {
    margin-top: 0;
}

.plyr--video .plyr__poster {
    position: relative;
    background-size: cover;
}

.plyr--video .plyr__poster::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 211, 232, 0.8);
    pointer-events: none;
    z-index: 2;
}

.plyr__control.plyr__control--overlaid {
    background-image: url("data:image/svg+xml,%3csvg%20width%3d%22102%22%20height%3d%22102%22%20viewBox%3d%220%200%20102%20102%22%20fill%3d%22none%22%20xmlns%3d%22http%3a//www.w3.org/2000/svg%22%3e%3ccircle%20cx%3d%2251%22%20cy%3d%2251%22%20r%3d%2251%22%20fill%3d%22white%22/%3e%3cpath%20d%3d%22M66%2049.701C67%2050.2783%2067%2051.7217%2066%2052.299L44.625%2064.6399C43.625%2065.2173%2042.375%2064.4956%2042.375%2063.3409L42.375%2038.6591C42.375%2037.5044%2043.625%2036.7827%2044.625%2037.3601L66%2049.701Z%22%20fill%3d%22%23F26A48%22/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    border: none;
    width: 102px;
    height: 102px;
    padding: 0;
}

.plyr__control.plyr__control--overlaid svg {
    display: none;
}

.plyr__control.plyr__control--overlaid:hover,
.plyr__control.plyr__control--overlaid:focus {
    background-image: url("data:image/svg+xml,%3csvg%20width%3d%22102%22%20height%3d%22102%22%20viewBox%3d%220%200%20102%20102%22%20fill%3d%22none%22%20xmlns%3d%22http%3a//www.w3.org/2000/svg%22%3e%3ccircle%20cx%3d%2251%22%20cy%3d%2251%22%20r%3d%2251%22%20fill%3d%22white%22/%3e%3cpath%20d%3d%22M66%2049.701C67%2050.2783%2067%2051.7217%2066%2052.299L44.625%2064.6399C43.625%2065.2173%2042.375%2064.4956%2042.375%2063.3409L42.375%2038.6591C42.375%2037.5044%2043.625%2036.7827%2044.625%2037.3601L66%2049.701Z%22%20fill%3d%22%23F26A48%22/%3e%3c/svg%3e");
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none;
}

@media (min-width: 768px) {
    body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid a {
        width: 315px;
        min-height: 110px;
    }

    body.page-template-page-contact.permalink-downloads :nth-child(1 of .grid) .container__grid p.download--instruction_sheet a {
        width: 380px;
        min-height: 85px;
        height: 85px;
    }

    body.page-template-page-contact.permalink-downloads .container__grid .grid__text p iframe {
        width: 100%;
        height: 470px;
    }

    body.page-template-page-contact.permalink-downloads .container__grid> :nth-child(2 of div) {
        padding: 0 calc((100% - 1099px) / 2);
    }

    body.page-template-page-contact.permalink-downloads .container__grid a {
        width: fit-content;
    }

    body.page-template-page-contact.permalink-downloads .container__grid p {
        margin: 0 10% 19px 10%;
    }

    body.page-template-page-contact.permalink-downloads .container__grid h5 {
        margin: 0 10%;
    }

    body.page-template-page-contact.permalink-downloads .container__grid .grid__text>div {
        flex-direction: row;
        margin: 0px 10% 70px 10%;
    }
}

/**
 * Ninja Forms
 */

body.page-template-page-contact.permalink-downloads .container :nth-child(2 of .grid) {
    margin-top: 15px;
}

body.page-template-page-contact.permalink-downloads :nth-child(2 of .grid) .grid__text:last-child {
    border-bottom: 1px solid rgba(0, 18, 49, 0.2);
}

.page-template-page-contact .container form {
    max-width: 876px;
}

.nf-field-container {
    margin-bottom: 0 !important;
}

.nf-form-content nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nf-form-content nf-rows-wrap .nf-row {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 10px;
}

.nf-form-content nf-rows-wrap :nth-child(11 of .nf-row),
.nf-form-content nf-rows-wrap :nth-child(12 of .nf-row),
.nf-form-content nf-rows-wrap :nth-child(13 of .nf-row),
.nf-form-content nf-rows-wrap :nth-child(14 of .nf-row) {
    flex: 0 0 100%;
}

.container form .nf-form-content input.ninja-forms-field:not([type=button]),
.container form .nf-form-content select.ninja-forms-field:not([multiple]),
.container form .nf-form-content textarea.ninja-forms-field {
    box-shadow: none;
    border: 1px solid rgba(0, 18, 49, 0.2);
    border-radius: 0;
    background: white;
    font-weight: 300;
    appearance: none;
}

.nf-form-content select.ninja-forms-field {
    border-radius: 0;
}

.container form .nf-form-content input.ninja-forms-field:not([type=button]):focus,
.nf-form-content select.ninja-forms-field:focus,
.container form .nf-form-content textarea.ninja-forms-field:focus {
    border: 1px solid rgba(180, 211, 232, 1);
}

.container form .nf-form-content input.ninja-forms-field:not([type=button])::placeholder,
.nf-form-content select.ninja-forms-field,
.container form .nf-form-content textarea.ninja-forms-field::placeholder {
    color: rgba(0, 18, 49, 0.32) !important;
}

.container form .nf-form-content .list-select-wrap .nf-field-element::after,
.container form .nf-form-content .list-wrap .nf-field-element::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 16px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L9 8L1 1' stroke='%23001231' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.container form .checkbox-wrap .nf-field-label label {
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
}

.container form .checkbox-wrap .nf-field-label label a {
    font-weight: 300;
    color: rgba(242, 106, 72, 1);
}

.container form .checkbox-wrap .nf-field-label label:before,
.container form .checkbox-wrap .nf-field-label label.nf-checked-label:before {
    content: " ";
    background: #001231;
    width: 7px;
    height: 7px;
    top: 5px;
    left: -5px;
}

.container form .checkbox-wrap .nf-field-label label:after,
.container form .checkbox-wrap .nf-field-label label.nf-checked-label:after {
    border: 1px solid rgba(0, 18, 49, 0.2);
    border-radius: 0;
    box-shadow: none;
    width: 15px;
    height: 15px;
    left: -9px;
    top: 1px;
    background: white;
}

.nf-form-content input.ninja-forms-field[type=button] {
    box-shadow: none;
    background: #001231;
    border-radius: 0;
    text-transform: capitalize;
    padding: 10px 40px;
    font-weight: 500;
}

.nf-form-content .label-hidden .nf-field-label {
    height: fit-content;
    width: fit-content;
    font-size: 16px;
    position: absolute;
    z-index: 200;
    top: -10px;
    left: 10px;
    background: white;
    padding: 0 5px !important;
}

.nf-form-content .label-hidden .nf-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, transform 0.3s ease
}

.nf-form-content .label-hidden .nf-field-label.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0s linear 0s, transform 0.3s ease;
}

.ninja-forms-req-symbol {
    color: #001231 !important;
}

.nf-form-content div.field-wrap:not(.checkbox-wrap) label {
    font-size: 12px !important;
    font-weight: 300 !important;
}

.nf-error-msg {
    opacity: 0;
    transform: translateY(-5px);
    animation: fadeSlideIn 0.3s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-template-page-contact-php .nf-pass .ninja-forms-field {
    border-color: #B4D3E8 !important;

}

.page-template-page-contact-php .nf-pass.field-wrap .nf-field-element:after {
    color: #B4D3E8;
}

.page-template-page-contact-php .nf-error .nf-error-msg {
    color: #F26A48;
}

.page-template-page-contact-php .nf-error .ninja-forms-field {
    border-color: #F26A48 !important;
}

.page-template-page-contact-php .nf-error.field-wrap .nf-field-element:after {
    background: #F26A48;
}

.page-template-page-contact-php .container form .nf-error .nf-error-msg {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .nf-form-content nf-rows-wrap .nf-row {
        flex: 0 0 50%;
    }
}

/**
 * FAQ
 */

.page-template-default.permalink-frequently-asked-questions .list {
    margin-top: 0;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item {
    border: 1px solid rgba(0, 18, 49, 0.2);
    padding: calc((84px - 24px) / 2) 33px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item.open {
    background-color: rgba(180, 211, 232, 0.2);
    border: none;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__title,
.page-template-default.permalink-frequently-asked-questions .list .list__item .list__text {
    width: 100%;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__text {
    margin-top: 0px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.6s ease, margin-top 0.3s ease, opacity 0.3s ease;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item.open .list__text {
    max-height: 500px;
    margin-top: 20px;
    opacity: 1
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__title h3 {
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-size: 18px;
    color: #001231;
    text-transform: none;
    margin: 0;
    position: relative;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__title h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 1.5V8.5' stroke='%23001231' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H8' stroke='%23001231' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item.open .list__title h3::after {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='2' viewBox='0 0 9 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H8' stroke='%23F26A48' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__text p {
    font-size: 16px;
}

.page-template-default.permalink-frequently-asked-questions .list .list__item .list__text p a {
    color: rgba(242, 106, 72, 1);
}

@media (min-width: 768px) {
    .page-template-default.permalink-frequently-asked-questions .list .list__item .list__title h3::after {
        right: -52px;
    }
}

@media (min-width: 876px) {
    .page-template-default.permalink-frequently-asked-questions .list.container__content {
        margin-right: calc((100% - 876px) / 2);
        margin-left: calc((100% - 876px) / 2);
        max-width: unset;
        width: unset
    }
}

/**
 * Find A Dentist
 */

body.page-template-page-map .container .container__content {
    margin-top: 100px;
}

.map-header {
    flex-direction: column;
}

.map-header>div {
    width: 100% !important;
}

.map-header h2 {
    color: #001231;
    font-size: 18px;
    text-transform: none;
    margin: 0;
    margin-bottom: 10px;
}

.map-header h3 {
    font-family: 'ABC Favorit', sans-serif !important;
    font-size: 60px;
    text-transform: none;
    color: #001231;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 65px;
}

.map-header p {
    font-size: 16px;
    line-height: 130%;
}

.map-list {
    overflow-x: hidden;
    /* scrollbar-width: thin; */
    /* scrollbar-color: #001231 rgba(0, 18, 49, 0.05); */
}

.map-list::-webkit-scrollbar {
    width: 12px;
}

.map-list::-webkit-scrollbar-track {
    background: rgba(0, 18, 49, 0.05);
}

.map-list::-webkit-scrollbar-thumb {
    background-color: #001231;
    border-radius: 10px;
    border: none;
}

.map-list-outer .map-back {
    background-color: #001231;
}

.map-list :nth-child(1 of .map-list-item) {
    padding-top: 0;
}

.map-list-item [role=presentation] {
    box-shadow: none;
    border: 1px solid rgba(0, 18, 49, 0.2);
    border-radius: 0;
}

.map-list-item.selected [role=presentation] {
    background-color: #001231;
}

.map-list-item .map-list-item__name {
    font-family: 'ABC Favorit Mono', sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.map-list-item .map-list-item__address {
    font-size: 16px;
    font-weight: 350;
    margin-bottom: 0;
}

.map-list-item .map-list-item__phone {
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.map-list-item .map-list-item__email,
.map-list-item .map-list-item__url {
    color: rgba(242, 106, 72, 1);
    font-size: 16px;
}

#pola-map {
    position: relative;
}

#pola-map :nth-child(1 of .container__grid) {
    margin-bottom: -10px;
}

#pola-map #searchForm {
    margin-top: 50px;
}

#pola-map #searchForm .input-group {
    position: relative;
    flex: 0 0 70%;
}

#pola-map #searchForm input[type=text] {
    box-shadow: none;
    border: 1px solid rgba(0, 18, 49, 0.2);
    border-radius: 0;
    font-weight: 400;
    height: 70px;
    width: 100%;
}

#pola-map #searchForm input[type=text]:focus {
    border-color: rgba(180, 211, 232, 1);
}

#pola-map #searchForm button {
    width: 160px;
    box-shadow: none;
    background-color: #001231;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    height: 70px;
    flex: 0 0 30%;
}

#pola-map #searchForm label.floating-label {
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 12px;
    color: #999;
    opacity: 0;
    transform: translateY(0);
    transition: all 0.2s ease;
    pointer-events: none;
    font-family: 'ABC Favorit Mono', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pola-map #searchForm label.floating-label.active {
    top: -6px;
    opacity: 1;
    background: white;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
}

@media (min-width: 768px) {
    .map-header {
        margin: 0 10%;
    }

    .map-header p {
        margin: 0 10%;
    }

    .map-list-outer {
        width: 370px !important;
    }

    .map-list {
        max-height: 573px;
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
        position: relative;
        top: calc(660px - 573px);
    }

    #pola-map :nth-child(1 of .container__grid) {
        border-bottom: 1px solid rgba(0, 18, 49, 0.2);
        margin-bottom: 100px;
        padding-bottom: 100px;
        margin-right: 0;
        margin-left: 0;
        padding-right: calc((100% - 1099px) / 2);
        padding-left: calc((100% - 1099px) / 2);
    }

    #pola-map #searchForm {
        position: absolute;
        left: 0;
        bottom: 590px;
        z-index: 10;
        margin-top: 0;
        width: 370px;
    }

    #pola-map #searchForm .input-group {
        flex: unset;
    }

    #pola-map #searchForm button {
        flex: unset;
    }

    #pola-map #searchForm input[type=text] {
        width: 250px;
    }

    #map-container {
        width: calc(100% - 390px);
    }
}

@media (min-width: 1324px) {
    #map-container {
        width: 930px
    }
}

/**
 * Contact
 */

body.page-template-page-contact.permalink-contact .container__grid> :nth-child(1 of div) {
    display: none;
}

body.page-template-page-contact.permalink-contact .container__grid> :nth-child(2 of div) {
    width: 100% !important;
}

body.page-template-page-contact.permalink-contact .grid__text p {
    margin-top: 10px;
}

body.page-template-page-contact.permalink-contact .grid__text h3 {
    margin: 0;
    margin-bottom: 10px;
}

body.page-template-page-contact.permalink-contact .grid__text h4 {
    font-size: 60px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 45px;
    line-height: 65px;
}

body.page-template-page-contact.permalink-contact .spacer {
    display: none;
}

@media (min-width: 768px) {
    body.page-template-page-contact.permalink-contact .container__grid .grid__text>div {
        margin: -20px 10% 0px 10%;
    }
}

@media (min-width: 1324px) {
    body.page-template-page-contact.permalink-contact .container__grid> :nth-child(2 of div) {
        margin: 0 calc((100% - 1099px) / 2);
    }

    body.page-template-page-contact.permalink-contact .grid__text p {
        margin: 0 calc((100% - 879px) / 2);
        margin-top: 10px;
    }
}