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

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

body {
    margin: 0
}

#debug-console {
    display: block;
    padding: 15px 30px;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
    position: fixed;
    width: 100%;
    top: 0;
    overflow-y: scroll;
    height: 0;
    margin-top: -30px;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#debug-console h2, #debug-console .h2 {
    font-size: 30px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    color: #fff
}

#debug-console h3, #debug-console .h3 {
    margin: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #5bc0de
}

#debug-console a, #debug-console label {
    color: #fff
}

#debug-console a {
    padding: 10px 5px;
    margin: 1px
}

#debug-console a:hover {
    text-decoration: none;
    border: 1px solid #fff;
    margin: 0
}

#debug-console .panel {
    background-color: none;
    background: none
}

#debug-console .panel .row {
    margin-bottom: 10px
}

#debug-console .panel .row .col-md-3 {
    padding-right: 0
}

#debug-console .panel .debugColumn {
    margin-bottom: 20px
}

#debug-console .panel-body .row {
    display: flex;
    flex-flow: row wrap
}

#debug-console .cookie-setter form {
    position: relative;
    z-index: 10
}

#debug-console .cookie-setter .btn {
    border-radius: 0;
    height: 30px;
    padding: 0 10px;
    margin: 10px 5px
}

#debug-console .cookie-setter .btn.btn-info {
    background-color: #5bc0de
}

#debug-console .cookie-setter .btn.btn-info:hover {
    background-color: #4ca0b9
}

#debug-console .cookie-setter .btn.btn-danger {
    background-color: #d9534f
}

#debug-console .cookie-setter .btn.btn-danger:hover {
    background-color: #b54542
}

#debug-console .cookie-setter .buttons {
    padding-top: 15px;
    position: relative;
    z-index: 1
}

#debug-console .cookie-setter .buttons.col-md-6 {
    padding-right: 0;
    padding-left: 0
}

#debug-console .cookie-setter .form-group {
    padding-left: 0
}

#debug-console.active {
    display: block;
    height: 700px;
    margin-top: 0
}

@media (min-width: 991px) {
    #debug-console.active {
        height: 525px
    }
}

.debug {
    position: fixed;
    bottom: 5em;
    opacity: .3;
    font-size: 1.5em;
    padding: .1em;
    z-index: 1030;
    -moz-transition: opacity .3s, background-color .3s;
    -o-transition: opacity .3s, background-color .3s;
    -webkit-transition: opacity .3s, background-color .3s;
    transition: opacity .3s, background-color .3s;
    color: #000;
    background: transparent
}

.debug .visible-xs-block, .debug .visible-sm-block, .debug .visible-md-block, .debug .visible-lg-block {
    display: none
}

@media (max-width: 767px) {
    .debug .visible-xs-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .debug .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .debug .visible-md-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .debug .visible-lg-block {
        display: block !important
    }
}

.debug:hover {
    opacity: 1;
    background: #fff
}

.debug.bs-sizes {
    left: .5em;
    bottom: .5em
}

.debug.env-info {
    left: .5em;
    bottom: 2.5em
}

.debug.page-info {
    left: .5em;
    bottom: 7em;
    font-size: 1.1em;
    background: inherit
}

.debug.page-info:hover {
    background: #ff0
}

.debug .page-info__close {
    display: flex
}

.debug .page-info__close i.fa.fa-window-close {
    color: #f00;
    margin-left: auto;
    background: #fff
}

@media (max-width: 569px) {
    .debug .page-info__close i.fa.fa-window-close {
        margin-left: 0
    }
}

.debug.skin-info {
    right: .5em
}

.debug.skin-info #debug_cookie_indicator {
    float: left;
    z-index: 9999999
}

.debug.skin-info div {
    float: right
}

.debug.site-info {
    right: .5em;
    bottom: 2.5em
}

div.col-xs-6.col-md-3.debugColumn {
    width: 24%
}

#AdminNavBar {
    border-top: solid 5px #fff;
    background-color: #232a2b;
    color: #fff;
    font-family: Lato, Helvetica, sans-serif;
    padding: 5px 0
}

#AdminNavBar a {
    background-color: #232a2b;
    color: #fff
}

#AdminNavBar a:hover {
    background-color: #fff;
    color: #3498db;
    border-radius: 4px
}

#AdminNavBar .dropdown-menu {
    background-color: #232a2b !important
}

#AdminNavBar .navbar-header {
    float: left;
    margin-left: 0;
    margin-right: 0
}

#AdminNavBar .navbar-nav, #AdminNavBar .nav-scroll {
    float: left;
    position: static;
    width: auto
}

#AdminNavBar li.active a {
    background-color: #27ae60;
    color: #fff;
    border-radius: 4px
}

#modal-edit {
    background-color: transparent;
    overflow: auto
}

#modal-edit .modal-dialog {
    height: auto
}

#modal-edit .modal-dialog .modal-content {
    height: inherit
}

#modal-edit .modal-dialog .modal-content .modal-body {
    height: inherit
}

#modal-edit .modal-dialog .modal-content .modal-body #iframe-modal-edit {
    overflow: auto
}

.admin-edit-button {
    background-color: #f1c40f;
    color: #fff;
    border-radius: 4px
}

.has-error .form-control-feedback {
    background-color: #e74c3c;
    color: #fff
}

.has-success .form-control-feedback {
    background-color: #27ae60;
    color: #fff
}

.error-message {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: none;
    line-height: normal
}

.form-control-feedback {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 200;
    display: block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.panel-text:focus ~ .form-control-feedback, .cke_focus ~ .form-control-feedback {
    display: none
}

.panel-text {
    padding-right: 40px
}

.panel-heading .editable-container {
    display: inline-block
}

.editable-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.editable-input-highlight {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    min-height: 34px
}

.editable-input-indicate {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .75)
}

.has-error {
    -webkit-box-shadow: 0 0 10px 5px #e74c3c;
    -moz-box-shadow: 0 0 10px 5px #e74c3c;
    box-shadow: 0 0 10px 5px #e74c3c
}

.has-success {
    -webkit-box-shadow: 0 0 10px 5px #27ae60;
    -moz-box-shadow: 0 0 10px 5px #27ae60;
    box-shadow: 0 0 10px 5px #27ae60
}

.has-edit {
    border: dashed 1px
}

.joyride-wide {
    width: 360px !important
}

.joyride-toolbar {
    margin-top: -25px
}

.joyride-tip-guide p {
    color: #fff !important
}

.joyride-tip-guide {
    background-color: #232a2b;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    z-index: 1001 !important;
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75);
    -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, .75)
}

.joyride-tip-guide .joyride-next-tip {
    background: #27ae60 !important;
    border-color: #27ae60 !important;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.joyride-tip-guide .joyride-next-tip:hover {
    background: #27ae60 !important;
    border-color: #27ae60 !important;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.Megabolt .joyride-tip-guide {
    margin-top: -245px
}

.joyride-content-wrapper {
    padding: 10px 10px 50px 15px !important
}

:root {
    --header-notification-bg: #6bd5ff;
    --header-notification-color: #fff;
    --header-notification-button-bg: #fff;
    --header-notification-button-color: #6bd5ff;
    --header-notification-button-hover-bg: #fff;
    --header-notification-button-hover-color: #6bd5ff;
    --header-notification-close-fill: #fff
}

.header__notification {
    background: var(--header-notification-bg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%
}

.header__notification-btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.header__notification-text, .header__notification-btn {
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 1025px) {
    .header__notification-text, .header__notification-btn {
        flex: 0 0 auto
    }
}

.header__notification-text {
    color: var(--header-notification-color);
    margin: 0 10px;
    padding: 10px 30px;
    max-width: 900px
}

@media (min-width: 1025px) {
    .header__notification-text {
        padding: 10px 0
    }
}

.header__notification-btn {
    text-transform: uppercase;
    text-decoration: none;
    background: var(--header-notification-button-bg);
    color: var(--header-notification-button-color);
    font-weight: 600;
    padding: 10px 15px;
    margin: 10px;
    max-width: 150px;
    min-width: 150px
}

@media (min-width: 1025px) {
    .header__notification-btn {
        flex: 0 0 auto;
        margin: 0 10px
    }
}

.header__notification-btn:hover {
    background: var(--header-notification-button-hover-bg);
    color: var(--header-notification-button-hover-color)
}

.header__notification-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
}

.header__notification-close svg {
    fill: var(--header-notification-close-fill)
}

@media (min-width: 1025px) {
    .header__notification-close {
        width: 25px;
        height: 25px
    }
}

:root {
    --nav-breakpoint: 1241px;
    --header-notification-bg: #1e88c9;
    --header-notification-color: #fff;
    --header-notification-button-bg: #fff;
    --header-notification-button-color: #1e88c9;
    --header-notification-button-hover-bg: #176a9d;
    --header-notification-button-hover-color: #fff;
    --header-notification-close-fill: #fff
}

.header__notification a {
    text-decoration: none
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background: transparent;
    transition: all ease .3s;
    z-index: 300
}

.header__container {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: auto
}

@media (min-width: 1241px) {
    .header__container {
        padding: 10px 40px;
        height: 120px;
        position: relative
    }
}

.header__textsize-wrapper {
    background: transparent;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 992px) {
    .header__textsize-wrapper {
        display: inline-table
    }
}

.header__textsize-button {
    background: #6bd5ff;
    display: inline !important;
    border: 0;
    color: #fff;
    font: 11px system-ui;
    font-size: 16px !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 10px;
    text-transform: none
}

.header__textsize-button:hover {
    background: #51bbfc
}

.header__logo {
    flex: 0 0 40%;
    height: 70px;
    margin-right: auto;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: height .3s;
    position: relative;
    display: block
}

@media (min-width: 421px) {
    .header__logo {
        flex: 0 0 50%;
        height: 60px
    }
}

@media (min-width: 1241px) {
    .header__logo {
        flex: 0 0 30%;
        height: 100px
    }
}

@media (min-width: 1241px) {
    .header__cta {
        padding-left: 20px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        position: relative
    }

    .header__cta::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 80%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #2c2829;
        transition: background .3s
    }

    .header__cta:hover::after {
        background: #1e88c9
    }
}

.header__cta-link {
    display: none
}

@media (min-width: 1241px) {
    .header__cta-link {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9rem;
        font-weight: 400
    }

    .header__cta-link:hover, .header__cta-link:focus {
        color: #fff;
        cursor: pointer
    }
}

.header__cta-container {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 25px
}

@media (min-width: 1241px) {
    .header__icon {
        display: none
    }
}

.header__icon svg {
    fill: #fff;
    transition: all ease .3s
}

@media (min-width: 1241px) {
    .header__nav {
        background: none;
        position: relative;
        width: 100%;
        right: 0;
        height: auto
    }
}

.header__nav-toggle {
    display: block;
    width: 35px;
    height: 35px;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 0
}

@media (min-width: 1241px) {
    .header__nav-toggle {
        display: none
    }
}

.header__nav-toggle span, .header__nav-toggle span::before, .header__nav-toggle span::after {
    content: '';
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #fff;
    position: absolute;
    display: block;
    transition: all ease .3s
}

.header__nav-toggle span::before {
    top: -8px
}

.header__nav-toggle span::after {
    bottom: -8px
}

.openNav .header__nav-toggle {
    transition: all ease .3s
}

.openNav .header__nav-toggle span {
    background: transparent
}

.openNav .header__nav-toggle span::before {
    transform: rotate(45deg);
    top: 0
}

.openNav .header__nav-toggle span::after {
    transform: rotate(-45deg);
    top: 0
}

@media (min-width: 1241px) {
    .header__nav-list {
        padding: 0 20px;
        display: flex;
        height: 30px;
        flex-direction: row;
        background: transparent;
        align-items: center;
        justify-content: center;
        transition: justify-content .3s
    }
}

.header__nav-item {
    padding: 0;
    position: relative
}

.header__nav-item:last-of-type {
    padding-right: 0
}

@media (min-width: 1241px) {
    .header__nav-item {
        padding: 15px
    }

    .header__nav-item:hover .header__nav-list--sub, .header__nav-item:focus .header__nav-list--sub {
        display: block;
        left: 0;
        opacity: 1;
        padding: 0;
        margin-top: 15px;
        visibility: visible
    }
}

.header__nav-link {
    text-decoration: none;
    text-transform: uppercase;
    align-self: center;
    border-radius: 5px;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    padding: 20px
}

@media (min-width: 1241px) {
    .header__nav-link {
        display: inline;
        padding: 0
    }
}

.header__nav-link:hover {
    color: #fff
}

.header__nav-list--sub {
    position: fixed !important;
    top: 0
}

@media (min-width: 1241px) {
    .header__nav-list--sub {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute !important;
        right: 0;
        z-index: 20
    }
}

@media (min-width: 1241px) {
    .header__nav-list--sub::before {
        content: none
    }
}

@media (min-width: 1241px) {
    .header__nav-list--sub {
        display: none;
        max-height: none;
        min-width: 250px;
        opacity: 0
    }
}

.header__nav-list--tert {
    background: #1e88c9;
    color: #fff
}

@media (min-width: 1241px) {
    .header__nav-list--tert {
        top: 0;
        right: -250px !important;
        left: auto !important
    }
}

@media (min-width: 1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        opacity: 1;
        visibility: visible;
        display: block;
        top: 30px !important
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub:hover .header__nav-list--tert {
        opacity: 1;
        visibility: visible;
        display: block
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub {
        max-height: none;
        opacity: 1;
        visibility: visible;
        padding-left: 0;
        position: relative
    }
}

@media (min-width: 1241px) {
    .header__nav-item--sub:hover {
        background: #2c2829
    }
}

.header__nav-link--sub {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    padding: 20px
}

@media (min-width: 1241px) {
    .header__nav-link--sub {
        padding: 10px 20px
    }
}

.header__nav-link--sub:hover {
    color: #fff
}

.header--scroll {
    background: #fff;
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .3);
    top: 0;
    width: 100%
}

.header--scroll .header__cta::after {
    background: #1e88c9
}

.header--scroll .header__cta:hover::after {
    background: #1e88c9
}

.header--scroll .header__cta-link {
    color: #1e88c9
}

.header--scroll .header__icon svg {
    fill: #2c2829;
    transition: all ease .3s
}

.header--scroll .header__container--2 {
    background: #fff;
    height: 75px
}

@media (min-width: 1241px) {
    .header--scroll .header__container--2 {
        background: #2c2829
    }
}

.header--scroll .header__nav-list {
    justify-content: center
}

@media (min-width: 1241px) {
    .header--scroll .header__nav-list {
        height: 75px
    }
}

.header--scroll .header__nav-link {
    color: #fff
}

body {
    transition: all ease .3s;
    right: 0
}

.openNav {
    top: 0;
    right: 280px;
    overflow: hidden;
    position: relative;
    left: auto;
    transition: all ease .3s
}

.openNav .header {
    right: 280px;
    left: auto
}

.openNav .header__nav {
    right: 0;
    z-index: -1;
    overflow-y: auto
}

.openNav .header--scroll .header__nav-toggle span {
    background: none
}

.header__social {
    display: none
}

@media (min-width: 1241px) {
    .header__social {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: -30px;
        padding: 0 30px
    }
}

.header__social-icon {
    height: 30px;
    width: 30px
}

.header__social-link {
    text-decoration: none;
    padding: 0 10px
}

.header__social-link:hover, .header__social-link:focus {
    text-decoration: none
}

.header__social .header__social-icon--youtube .st0 {
    fill: red
}

.header__social .header__social-icon--youtube .st1 {
    fill: #fff
}

.header__social .header__social-icon--snapchat .st0 {
    fill: #fffc00
}

.header__social .header__social-icon--snapchat .st1 {
    fill: #fff
}

.header__social .header__social-icon--facebook .st0 {
    fill: #3b5998
}

.header__social .header__social-icon--facebook .st1 {
    fill: #fff
}

.header__social .header__social-icon--instagram .st0 {
    fill: #e02d69
}

.header__social .header__social-icon--instagram .st1 {
    fill: #fff
}

.slide-menu {
    position: fixed;
    width: 280px;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateX(100%);
    overflow-y: auto;
    z-index: 1000
}

@media (min-width: 1241px) {
    .slide-menu {
        position: relative;
        width: 100%;
        height: auto;
        top: unset;
        right: unset;
        display: flex;
        overflow: visible;
        transform: none
    }
}

body.openNav .slide-menu {
    display: block;
    transform: translateX(0)
}

.slide-menu, .slide-menu .slide-menu__slider {
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0)
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul a {
    display: block
}

.slide-menu a {
    cursor: pointer
}

.slide-menu__decorator span {
    position: relative
}

.slide-menu__decorator span::before {
    content: '';
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    vertical-align: top;
    width: .45em
}

.slide-menu__backlink {
    padding: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff
}

.slide-menu__backlink:hover {
    color: #fff
}

.slide-menu__backlink span {
    position: relative
}

.slide-menu__backlink span::before {
    content: '';
    border-style: solid;
    border-width: .15em .15em 0 0;
    display: inline-block;
    height: .45em;
    left: .15em;
    position: absolute;
    top: 35%;
    transform: rotate(-135deg);
    vertical-align: top;
    width: .45em
}

.header__banner {
    background: #6bd5ff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0
}

.header__banner-text, .header__banner-btn {
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 569px) {
    .header__banner-text, .header__banner-btn {
        font-size: 1.4rem;
        text-align: left;
        flex: 0 0 auto
    }
}

.header__banner-text:last-of-type {
    padding-right: 0
}

@media (min-width: 569px) {
    .header__banner-text:last-of-type {
        padding-right: 20px
    }
}

.header__banner-btn {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #6bd5ff;
    font-size: .7rem;
    font-weight: 600;
    padding: 10px 15px;
    max-width: 150px
}

@media (min-width: 569px) {
    .header__banner-btn {
        font-size: .8rem
    }
}

body.openNav .header__nav {
    right: 0;
    z-index: -1;
    overflow-y: auto
}

body.openNav .header--scroll .header__nav-toggle span {
    background: none
}

.slide-menu__backlink {
    color: #fff;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px
}

.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 300
}

.header-wrapper__feature {
    background: #1e88c9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 10px
}

@media (min-width: 1241px) {
    .header-wrapper__feature {
        padding: 8px 40px
    }
}

.header-wrapper__feature p, .header-wrapper__feature a {
    margin: 0;
    color: #fff;
    font-size: .8rem;
    flex: 0 0 100%;
    text-align: center
}

@media (min-width: 569px) {
    .header-wrapper__feature p, .header-wrapper__feature a {
        font-size: .9rem;
        flex: 0 0 auto
    }
}

.header-wrapper__feature p:last-of-type {
    padding-right: 0
}

@media (min-width: 1241px) {
    .header-wrapper__feature p:last-of-type {
        padding-right: 20px
    }
}

.header {
    position: relative;
    background: #fff
}

.header__container {
    background: #fff;
    flex-direction: column
}

@media (min-width: 768px) {
    .header__container {
        flex-direction: row
    }
}

.header__logo {
    background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/logo-color.svg') center center/contain no-repeat !important;
    height: 70px;
    width: 100%;
    min-height: 70px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .header__logo {
        background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/logo-color.svg') left center/contain no-repeat !important;
        margin-bottom: 0
    }
}

.header__cta {
    padding-left: 20px
}

.header__cta::after {
    content: unset
}

.header__cta-link {
    color: #1e88c9 !important;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #1e88c9 !important
}

.header__cta-link:hover {
    color: #003c7d !important;
    border: 2px solid #003c7d !important
}

.header__cta:last-of-type .header__cta-link {
    background: #ffc342 !important;
    color: #2c2829 !important;
    border: #ffc342 2px solid !important
}

.header__cta:last-of-type .header__cta-link:hover {
    background: #ffb30f !important;
    border: #ffb30f 2px solid !important
}

.header__icon {
    display: flex;
    width: unset
}

@media (min-width: 1241px) {
    .header__icon {
        display: none
    }
}

.header__icon--phone-outline::after {
    content: 'Existing';
    margin-left: 10px;
    background: unset !important;
    font-size: .88rem;
    color: #2c2829
}

@media (min-width: 768px) {
    .header__icon--phone-outline::after {
        font-size: 1.02rem
    }
}

@media (min-width: 1241px) {
    .header__icon--phone-outline::after {
        content: unset
    }
}

.header__icon--phone::after {
    content: 'New';
    margin-left: 10px;
    background: unset !important;
    font-size: .88rem;
    color: #2c2829
}

@media (min-width: 768px) {
    .header__icon--phone::after {
        font-size: 1.02rem
    }
}

@media (min-width: 1241px) {
    .header__icon--phone::after {
        content: unset
    }
}

.header__icon svg {
    fill: #1e88c9
}

.header__nav-toggle span, .header__nav-toggle span::before, .header__nav-toggle span::after {
    background: #1e88c9
}

.header__nav {
    background: #1e88c9
}

@media (min-width: 1241px) {
    .header__nav-list {
        height: 45px
    }
}

.header__nav-link {
    font-weight: 600
}

.header__nav-link:hover {
    color: #002263
}

.header__nav-link--sub {
    font-size: .9rem
}

.header__nav-link--sub:hover {
    color: #002263
}

.header__nav-item--sub {
    background: #1e88c9;
    font-weight: 600
}

.header__nav-item--sub:hover {
    background: #176a9d
}

.header--scroll {
    position: relative
}

@media (min-width: 1241px) {
    .header--scroll .header__nav-list {
        height: 45px
    }
}

.header--scroll .header__cta::after {
    background: #2c2829
}

.header--scroll .header__cta-link {
    color: #1e88c9
}

.header--scroll .header__cta-link:hover {
    color: #002263
}

.header--scroll .header__icon svg {
    fill: #1e88c9
}

.header--scroll .header__nav {
    background: #1e88c9
}

@media (min-width: 1241px) {
    .header__nav-item:hover .header__nav-list--sub {
        top: 60% !important;
        z-index: 3
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body > * {
    flex: 0 0 auto
}

body > header {
    flex: 0 0 auto
}

body > div.main, body > main {
    flex: 1 0 auto
}

@media (max-width: 767px) {
    body > div.main, body > main {
        width: 100%
    }
}

body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body > * {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body > header {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body > div.main, body > main {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 767px) {
    body > div.main, body > main {
        width: 100%
    }
}

.address-component {
    display: flex;
    text-align: center;
    margin: 5px;
    font-size: inherit;
    line-height: inherit;
    justify-content: center
}

.address-component__container {
    display: inline-block
}

.address-component--2 {
    display: flex;
    text-align: center;
    margin: 5px;
    font-size: inherit;
    line-height: inherit;
    justify-content: center;
    flex-wrap: wrap
}

.address-component--2 .address-component__container {
    flex: 1 1 auto;
    padding: 10px
}

.facilityhours {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.facilityhours__list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

body > * {
    flex: 0 0 auto
}

body > header {
    flex: 0 0 auto
}

body > div.main, body > main {
    flex: 1 0 auto
}

@media (max-width: 767px) {
    body > div.main, body > main {
        width: 100%
    }
}

body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body > * {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body > header {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

body > div.main, body > main {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media (max-width: 767px) {
    body > div.main, body > main {
        width: 100%
    }
}

.footer {
    background: #2c2829;
    color: #fff;
    padding: 20px
}

.footer__assc {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    width: 100%
}

.footer__assc img {
    height: auto;
    max-width: 100%;
    align-self: center
}

.footer__logo {
    width: 100%;
    display: flex;
    justify-content: center
}

.footer__logo-link {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .footer__practice-name {
    color: #fff
}

.footer__logo-img {
    height: auto;
    max-width: 400px;
    min-width: 200px;
    width: 100%
}

@media (min-width: 569px) {
    .footer__logo-img {
        min-width: 300px
    }
}

.footer__link {
    padding: 0 20px;
    position: relative;
    font-size: inherit;
    line-height: inherit
}

.footer__link::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0
}

.footer__container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 1rem;
    justify-content: center;
    padding: 60px 0 0;
    width: 100%;
    line-height: normal
}

@media (min-width: 569px) {
    .footer__container {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.footer__container p {
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    font-size: inherit;
    line-height: inherit
}

.footer__container p::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0
}

.footer__social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 1025px) {
    .footer__social {
        margin-top: 0;
        padding: 0 0 0 10px
    }
}

.footer__social-link {
    padding: 0 10px;
    text-decoration: none
}

.footer__social-link:hover, .footer__social-link:focus {
    text-decoration: none
}

.footer__social-icon {
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: inline-block
}

.footer__brand {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    font-size: inherit;
    line-height: inherit
}

@media (min-width: 1025px) {
    .footer__brand {
        flex: 0 0 auto;
        padding: 20px
    }
}

.footer__brand::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer__link::after, .footer__copyright::after {
    display: none
}

@media (min-width: 569px) {
    .footer__link::after, .footer__copyright::after {
        display: block
    }
}

.footer__brand::after {
    display: none
}

@media (min-width: 1025px) {
    .footer__brand::after {
        display: block
    }
}

.footer__dl-icon {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 10px
}

.footer .doctorlogic-icon--1 {
    fill: url("#grad3")
}

.footer .doctorlogic-icon--2, .footer .doctorlogic-icon--4, .footer .doctorlogic-icon--5 {
    fill: url("#grad2")
}

.footer .doctorlogic-icon--3 {
    fill: url("#grad1")
}

.footer .footer__social-icon .st1 {
    fill: #fff
}

.footer .footer__social-icon--facebook {
    fill: #39579a
}

.footer .footer__social-icon--twitter {
    fill: #000
}

.footer .footer__social-icon--instagram {
    fill: #e02d69
}

.footer .footer__social-icon--youtube {
    fill: #dc2217
}

.footer .footer__social-icon--youtube .st1 {
    fill: #fff
}

.footer .footer__social-icon--snapchat {
    fill: #fffc00
}

.footer .footer__social-icon--snapchat .st1 {
    stroke: #000;
    stroke-width: 5px
}

.footer .footer__social-icon--linkedin {
    fill: #0073b0
}

.footer .footer__social-icon--yelp {
    fill: #d32323
}

.footer .footer__social-icon--yelp .st1 {
    fill: #d32323
}

.footer .footer__social-icon--google-plus, .footer .footer__social-icon--google {
    fill: #4885ed
}

.footer .footer__social-icon--pinterest {
    fill: #d32323
}

.footer .footer__social-icon--real-self {
    fill: #000
}

.footer .footer__social-icon--real-self .st0 {
    fill: #f2837e
}

.footer .footer__social-icon--groupon {
    width: 100px;
    fill: #53a318
}

.footer .footer__social-icon--touchmd {
    width: 100px;
    fill: #fff
}

.footer .footer__social-icon--tiktok {
    fill: #fff
}

.footer .footer__social-icon--foursquare {
    fill: #f94877
}

.footer .footer__social-icon--healthgrades {
    fill: #0202ea
}

.footer {
    background: #002263
}

.footer a, .footer p {
    color: #fff
}

.footer__logo {
    padding-bottom: 60px
}

.footer .address-component--2 {
    max-width: 1000px;
    margin: 0 auto
}

.footer .address-component__label, .footer .address-component__street, .footer .address-component__city, .footer .address-component__phone {
    color: #fff
}

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

html {
    font-size: 100%;
    height: auto
}

html, body, h1, h2, h3, h4, h5, h6, p, a, li, span, td, address, .headline, .h1, .h2, .h3, .h4, .h5, .h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

a:hover {
    text-decoration: none
}

body {
    position: relative;
    margin: 0;
    right: 0;
    transition: all ease .3s;
    box-sizing: border-box;
    font-family: "garamond-atf-text", serif;
    font-size: 18px;
    font-weight: 400
}

body.openNav {
    right: 280px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "goudy-old-style", serif
}

.btn, button {
    text-decoration: none;
    background: #1e88c9;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    transition: background .5s
}

@media (min-width: 1025px) {
    .btn:hover, button:hover, .btn:focus, button:focus {
        background: #176a9d;
        color: #fff
    }
}

.btn {
    min-width: 180px
}

.homepage__headline {
    font-size: clamp(2rem, 3vw, 3.8rem);
    line-height: 1.2;
    color: #2c2829;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 2px solid #2c2829;
    font-weight: 800
}

.home-page .hero {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:minmax(54px, auto);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

.home-page .hero__container {
    width: 100%;
    z-index: 2;
    background-size: cover;
    height: 70vh;
    position: relative;
    grid-area: 1/1/15/25;
    -webkit-box-shadow: -7px 7px 0 0 #153a5e;
    box-shadow: -7px 7px 0 0 #153a5e
}

.home-page .hero__container .flickity-prev-next-button {
    top: initial;
    bottom: -80px;
    background: transparent;
    z-index: 10
}

.home-page .hero__container .flickity-prev-next-button .arrow {
    fill: #fff
}

.home-page .hero__container .flickity-prev-next-button.next {
    right: initial;
    left: 80px
}

.home-page .hero__container .flickity-page-dots {
    bottom: -50px;
    display: none
}

.home-page .hero__container .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    border: solid 2px #fff
}

.home-page .hero__cell {
    width: 100%;
    height: 70vh;
    background-position: center center;
    background-size: cover
}

.home-page .hero__slider-caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    max-width: 50%
}

.home-page .hero__headline {
    color: #fff;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative
}

.home-page .hero__subheadline {
    display: none
}

.home-page .hero__btn {
    min-width: 300px;
    background: #1299d1;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    border: solid 2px #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
    display: block;
    max-width: 300px
}

.flickity-enabled {
    position: relative
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.categories {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto
}

@media (min-width: 991px) {
    .categories {
        padding: 40px
    }
}

.categories__headline {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 3px;
    margin-top: 0;
    color: #2c2829;
    margin-bottom: 60px;
    text-align: center;
    position: relative
}

.categories__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 23;
    grid-area: 1/1/5/25
}

@media (min-width: 1025px) {
    .categories__description {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 23;
        grid-area: 1/1/5/25;
        padding: 0 0 40px 0
    }
}

.categories__items {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column-span: 23;
    grid-area: 5/1/10/25;
    min-height: 1400px;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 421px) {
    .categories__items {
        min-height: 1300px
    }
}

@media (min-width: 1025px) {
    .categories__items {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-row-span: 19;
        -ms-grid-column-span: 23;
        grid-area: 5/1/25/25
    }
}

.categories__item {
    position: relative;
    text-decoration: none;
    overflow: hidden
}

.categories__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background .3s
}

@media (min-width: 1025px) {
    .categories__item:hover .categories__item-headline:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    .categories__item:hover:after {
        background: rgba(0, 0, 0, .5)
    }

    .categories__item:hover .categories__item-text {
        opacity: 1;
        transform: translate(0, 0)
    }

    .categories__item:hover .categories__item-cta {
        bottom: 40%;
        opacity: 1
    }
}

.categories__item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 1/1/11/25
}

@media (min-width: 421px) {
    .categories__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 1/1/5/13
    }
}

@media (min-width: 1025px) {
    .categories__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/3/9
    }
}

.categories__item--2 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 11/1/21/25
}

@media (min-width: 421px) {
    .categories__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 1/13/5/25
    }
}

@media (min-width: 1025px) {
    .categories__item--2 {
        margin-bottom: 40px;
        margin-top: -40px;
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/9/3/17
    }
}

.categories__item--3 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 21/1/31/25
}

@media (min-width: 421px) {
    .categories__item--3 {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 5/1/9/13
    }
}

@media (min-width: 1025px) {
    .categories__item--3 {
        -ms-grid-row: 1;
        -ms-grid-column: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/17/3/25
    }
}

.categories__item--4 {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 31/1/41/25
}

@media (min-width: 421px) {
    .categories__item--4 {
        -ms-grid-row: 5;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 5/13/9/25
    }
}

@media (min-width: 1025px) {
    .categories__item--4 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/1/5/9
    }
}

.categories__item--5 {
    -ms-grid-row: 41;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 41/1/51/25
}

@media (min-width: 421px) {
    .categories__item--5 {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 9/1/13/13
    }
}

@media (min-width: 1025px) {
    .categories__item--5 {
        margin-bottom: 40px;
        margin-top: -40px;
        -ms-grid-row: 3;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/9/5/17
    }
}

.categories__item--6 {
    -ms-grid-row: 51;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 51/1/61/25
}

@media (min-width: 421px) {
    .categories__item--6 {
        -ms-grid-row: 9;
        -ms-grid-column: 13;
        -ms-grid-row-span: 3;
        -ms-grid-column-span: 11;
        grid-area: 9/13/13/25
    }
}

@media (min-width: 1025px) {
    .categories__item--6 {
        -ms-grid-row: 3;
        -ms-grid-column: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 3/17/5/25
    }
}

.categories__item-figure {
    color: #fff;
    margin: 0
}

.categories__item-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important
}

@media (min-width: 1025px) {
    .categories__item-img {
        background-position: top center !important
    }
}

.categories__item-img-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.categories__item-figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.categories__item-figcaption::before, .categories__item-figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: transform .3s
}

.categories__item-figcaption::before {
    font-size: 16px;
    line-height: 1.5;
    top: 10px;
    right: 5px;
    bottom: 10px;
    left: 5px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.categories__item-figcaption::after {
    top: 5px;
    right: 10px;
    bottom: 5px;
    left: 10px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.categories__item-headline {
    position: absolute;
    left: 0;
    right: 0;
    padding: .5em 30px;
    margin: 0 auto;
    transition: all .35s ease-in-out;
    pointer-events: none;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media (min-width: 991px) {
    .categories__item-headline {
        font-size: 2.5rem;
        line-height: 2.5rem
    }
}

@media (min-width: 1025px) {
    .categories__item-headline {
        transform: translate(0, 0);
        top: 200px;
        font-size: 2.5rem
    }
}

.categories__item-headline:after {
    margin: 20px 0 15px;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: right;
    display: block
}

.categories__item-headline span {
    display: block
}

.categories__item-text {
    padding: 0 30px;
    position: absolute;
    margin: 0;
    opacity: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    pointer-events: none;
    transform: translate(100%, 0);
    line-height: 1.5;
    top: 260px
}

@media (min-width: 1025px) {
    .categories__item-text {
        top: 360px
    }
}

@media (min-width: 1241px) {
    .categories__item-text {
        top: 320px
    }
}

@media (min-width: 1241px) {
    .categories__item-text {
        top: 320px
    }
}

.categories__item-cta {
    position: absolute;
    left: 15px;
    bottom: -50px;
    opacity: 0;
    transition: all .3s
}

@media (min-width: 991px) {
    .categories__item-cta {
        left: 30px
    }
}

.rating__gradient-color--primary {
    stop-color: currentColor;
    stop-opacity: 1
}

.rating__gradient-color--secondary {
    stop-color: currentColor;
    stop-opacity: 0
}

.rating__star--full .st0 {
    fill: currentColor
}

.rating__star--half .st0 {
    fill: url("#gradient")
}

.rating__star {
    width: 25px;
    margin: 0 5px
}

.reviews {
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

@media (min-width: 768px) {
    .reviews {
        padding: 40px
    }
}

.reviews__headline {
    text-align: center;
    margin-top: 0
}

.reviews__text {
    flex: 0 0 100%;
    padding: 0 0 40px
}

@media (min-width: 768px) {
    .reviews__text {
        flex: 0 0 30%
    }
}

.reviews__separator {
    margin: 0 auto
}

.reviews__items {
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .reviews__items {
        flex: 0 0 70%
    }
}

.reviews__ratings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.reviews__slider {
    width: 100%;
    padding: 40px 0 60px
}

.reviews .flickity-viewport {
    min-height: 300px
}

.reviews__cell {
    width: 60%;
    height: 275px;
    margin-right: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    counter-increment: gallery-cell;
    border: solid 1px #6bd5ff;
    display: flex;
    flex-direction: column
}

@media (min-width: 569px) {
    .reviews__cell {
        width: 40%
    }
}

.reviews__item-text-container {
    flex-grow: 1
}

.reviews__item-text {
    margin: 0;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 1025px) {
    .reviews__item-text {
        font-size: 1rem
    }
}

.reviews__item-author {
    margin: auto 0 0;
    font-weight: 700
}

.reviews__item-source {
    font-size: 1rem;
    font-style: italic;
    margin: 0;
    font-weight: 400
}

.reviews .flickity-page-dots {
    bottom: 30px
}

.reviews .flickity-page-dots .dot {
    background: #1e88c9;
    opacity: 1;
    border: solid 2px #1e88c9
}

.reviews .flickity-page-dots .dot.is-selected {
    background: transparent
}

.reviews__average-rating, .reviews__total-count {
    display: inline-block;
    font-weight: 400;
    margin: 0 10px 0 0;
    font-size: 2rem
}

.reviews__ratings {
    display: flex;
    align-items: center;
    justify-content: center
}

.reviews__average-label, .reviews__total-label {
    font-size: initial
}

.reviews__rotator {
    display: flex;
    flex-direction: column
}

.reviews__stars {
    color: #d5ba7b;
    font-size: 1.75rem;
    margin: 10px 0
}

.reviews__stars > i {
    display: inline;
    margin: 0 2px
}

div.gmap {
    margin-bottom: 15px
}

div.gmap h2, div.gmap .h2 {
    margin: 19px 0 18px
}

div.gmap div.gmap-marker-info-window {
    color: #2c2829
}

div.gmap div.marker-phone a {
    color: #3a84df;
    margin-left: 4px
}

@media (min-width: 768px) {
    div.gmap {
        margin-bottom: 20px
    }
}

figure.gmap-embed-container {
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

figure.gmap-embed-container div.gmap, figure.gmap-embed-container .iframe-overlay, figure.gmap-embed-container iframe.gmap-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figure.gmap-embed-container iframe.gmap-embed {
    border: 0
}

figure.gmap-embed-container .iframe-overlay {
    background: transparent;
    z-index: 1
}

figure.gmap-embed-container figcaption {
    background: #003c7d;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-transform: uppercase
}

figure.gmap-embed-container figcaption a {
    color: #fff
}

figure#snazzyMap.gmap-embed-container, figure.snazzyMap.gmap-embed-container, figure.snazzy-map.gmap-embed-container {
    padding-top: 0
}

aside.page-sidebar figure.gmap-embed-container, aside.page-sidebar figure.gmap-container {
    margin: 15px 0 18px;
    font-size: 12px
}

aside.page-sidebar > div:last-child figure.gmap-embed-container, aside.page-sidebar > div:last-child figure.gmap-container {
    margin-bottom: 0
}

.home-page .contact {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 0;
    margin-bottom: 0
}

.home-page .contact__description {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 23;
    grid-area: 1/1/3/25;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 20px;
    text-align: center
}

@media (min-width: 990px) {
    .home-page .contact__description {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 7;
        grid-area: 1/1/3/9
    }
}

.home-page .contact__description > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home-page .contact__headline, .home-page .contact__item-headline, .home-page .contact__item-text {
    text-align: center
}

.home-page .contact__headline {
    margin: 0
}

.home-page .contact__item-headline {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700;
    margin: 20px auto 10px;
    font-size: 1rem
}

.home-page .contact__item-text {
    margin: 0
}

.home-page .contact__map {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 23;
    grid-area: 3/1/6/25
}

.home-page .contact__map figure {
    height: 300px;
    margin: 0
}

@media (min-width: 990px) {
    .home-page .contact__map {
        -ms-grid-row: 1;
        -ms-grid-column: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 15;
        grid-area: 1/9/3/25
    }

    .home-page .contact__map figure {
        height: 500px
    }
}

.home-page .doorways {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 40px 20px 20px;
    max-width: 1600px;
    margin: 0 auto
}

@media (min-width: 991px) {
    .home-page .doorways {
        padding: 80px 20%
    }
}

.home-page .doorways__description {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column-span: 23;
    grid-area: 1/1/5/25;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-page .doorways__description h2, .home-page .doorways__description p, .home-page .doorways__description .h2 {
    text-align: center
}

.home-page .doorways__items {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column-span: 23;
    grid-area: 5/1/10/25;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

.home-page .doorways__item {
    position: relative;
    text-decoration: none;
    height: 100%
}

.home-page .doorways__item-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2c2829;
    transition: transform .35s
}

@media (min-width: 1025px) {
    .home-page .doorways__item:hover .doorways__item-img-container::after {
        background: rgba(0, 0, 0, .6)
    }

    .home-page .doorways__item:hover .doorways__item-img {
        transform: scale(1.1)
    }

    .home-page .doorways__item:hover .doorways__item-cta {
        bottom: 20%;
        opacity: 1
    }

    .home-page .doorways__item:hover .doorways__item-headline {
        transform: translate(-50%, -50%) scale3d(1.3, 1.3, 1)
    }
}

.home-page .doorways__item--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 1/1/11/25
}

@media (min-width: 569px) {
    .home-page .doorways__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 1/1/6/13
    }
}

@media (min-width: 1025px) {
    .home-page .doorways__item--1 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 1/1/3/13
    }
}

.home-page .doorways__item--2 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 11/1/21/25
}

@media (min-width: 569px) {
    .home-page .doorways__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 1/13/6/25
    }
}

@media (min-width: 1025px) {
    .home-page .doorways__item--2 {
        -ms-grid-row: 1;
        -ms-grid-column: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 1/13/3/25
    }
}

.home-page .doorways__item--3 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 21/1/31/25
}

@media (min-width: 569px) {
    .home-page .doorways__item--3 {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 6/1/11/13
    }
}

@media (min-width: 1025px) {
    .home-page .doorways__item--3 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 3/1/5/13
    }
}

.home-page .doorways__item--4 {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
    -ms-grid-row-span: 9;
    -ms-grid-column-span: 23;
    grid-area: 31/1/41/25
}

@media (min-width: 569px) {
    .home-page .doorways__item--4 {
        -ms-grid-row: 6;
        -ms-grid-column: 13;
        -ms-grid-row-span: 4;
        -ms-grid-column-span: 11;
        grid-area: 6/13/11/25
    }
}

@media (min-width: 1025px) {
    .home-page .doorways__item--4 {
        -ms-grid-row: 3;
        -ms-grid-column: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column-span: 11;
        grid-area: 3/13/5/25
    }
}

.home-page .doorways__item-figure {
    color: #2c2829;
    margin: 0;
    height: 100%
}

.home-page .doorways__item-img-container {
    overflow: hidden;
    position: relative;
    height: 100%
}

.home-page .doorways__item-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background .3s
}

.home-page .doorways__item-img {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale3d(1.05, 1.05, 1);
    transition: transform .3s;
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 56.25%
}

@media (min-width: 1025px) {
    .home-page .doorways__item-img {
        background-position: top center !important
    }
}

.home-page .doorways__item-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    transition: background .3s
}

.home-page .doorways__item-cta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: -50px;
    opacity: 0;
    transition: all .3s;
    color: #2c2829
}

body .home-tag {
    flex: 0 0 auto;
    order: 1;
    background: inherit
}

body .home-tag h1, body .home-tag .h1 {
    font-size: calc(12px + 1vw);
    text-align: center;
    mix-blend-mode: difference;
    margin: 0;
    padding: 10px 0
}

.home-page .hero {
    width: 100%;
    height: unset;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:minmax(54px, auto);
    grid-row-gap: 10px;
    grid-column-gap: 10px
}

@media (min-width: 768px) {
    .home-page .hero {
        margin-top: 180px
    }
}

.home-page .hero__container {
    width: 100%;
    z-index: 2;
    background-size: cover;
    height: 70vh;
    position: relative;
    grid-area: 1/1/15/25;
    -webkit-box-shadow: -7px 7px 0 0 #153a5e;
    box-shadow: -7px 7px 0 0 #153a5e
}

.home-page .hero__container .flickity-prev-next-button {
    top: initial;
    bottom: -80px;
    background: transparent;
    z-index: 10
}

.home-page .hero__container .flickity-prev-next-button .arrow {
    fill: #fff
}

.home-page .hero__container .flickity-prev-next-button.next {
    right: initial;
    left: 80px
}

.home-page .hero__container .flickity-page-dots {
    bottom: -50px;
    display: none
}

.home-page .hero__container .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    border: solid 2px #fff
}

.home-page .hero__cell {
    width: 100%;
    height: 70vh;
    background-position: center center;
    background-size: cover;
    position: relative
}

.home-page .hero__cell::after {
    content: '';
    inset: 0;
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .3)
}

.home-page .hero__slider-caption {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%
}

.home-page .hero__headline {
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    line-height: 1.2;
    width: 80%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    position: relative
}

.home-page .hero__subheadline {
    display: none
}

.home-page .hero__btn {
    min-width: 300px;
    background: #002263;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    -webkit-transition: background .3s;
    transition: background .3s;
    display: block;
    min-width: 180px;
    border: 0;
    font-family: "garamond-atf-text", serif
}

.home-page .hero__container::before {
    display: none
}

.content-1 {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:auto;
    grid-gap: 10px;
    grid-column: auto/span 24;
    padding: 20px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%
}

@media (min-width: 991px) {
    .content-1 {
        padding: 40px 0;
        grid-gap: 20px
    }
}

.content-1 .content-text {
    grid-column: auto/span 24;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px
}

@media (min-width: 768px) {
    .content-1 .content-text {
        grid-column: 9/span 16;
        grid-row: auto/span 24;
        padding: 0;
        align-items: flex-start
    }
}

.content-1 .content-image-1 {
    grid-column: auto/span 24;
    min-height: 350px;
    background: url("https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-WestCounty/MasterPage/1185043.jpg") center center/cover no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

@media (min-width: 768px) {
    .content-1 .content-image-1 {
        grid-column: 1/span 8;
        grid-row: 1/span 24;
        min-height: 500px
    }
}

.content-1 p {
    text-align: center
}

@media (min-width: 768px) {
    .content-1 p {
        text-align: left
    }
}

.inset-01 {
    background: transparent;
    position: relative;
    padding: 30px 0
}

.inset-01::before {
    z-index: -2;
    position: absolute;
    content: '';
    inset: 0;
    background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/1247031.jpg') center center/cover no-repeat;
    opacity: .05;
    filter: grayscale(1)
}

.inset-01::after {
    z-index: -1;
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(to bottom, transparent, #fff)
}

.inset-02 {
    background: transparent;
    position: relative;
    padding: 30px 0
}

.inset-02::before {
    z-index: -2;
    position: absolute;
    content: '';
    inset: 0;
    background: url('https://assets.heartofamericaeyecare.com/Images/Sites/V/VIP-HeartofAmerica/MasterPage/1247034.jpg') center center/cover no-repeat;
    opacity: .05;
    filter: grayscale(1)
}

.inset-02::after {
    z-index: -1;
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(to top, transparent, #fff)
}

.content-4 {
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:auto;
    grid-gap: 10px;
    grid-column: auto/span 24;
    padding: 20px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%
}

@media (min-width: 991px) {
    .content-4 {
        padding: 40px 0;
        grid-gap: 20px
    }
}

.content-4 .rotator {
    height: 100%;
    width: 100%
}

.content-4 .rotator .flickity-viewport, .content-4 .rotator-cell {
    height: 100%;
    width: 100%
}

.content-4 .rotator-cell {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.content-4 .rotator-cell a {
    background: #003c7d;
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding: 15px 10px
}

.content-4__box {
    grid-column: auto/span 24;
    display: grid;
    grid-template-columns:repeat(24, 1fr);
    grid-template-rows:auto;
    grid-gap: 10px
}

.content-4__box .content-4__image {
    grid-column: auto/span 24;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 400px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 991px) {
    .content-4__box .content-4__image {
        grid-column: auto/span 12
    }
}

.content-4__box .content-4__text-box {
    grid-column: auto/span 24;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left
}

@media (min-width: 991px) {
    .content-4__box .content-4__text-box {
        grid-column: auto/span 12;
        padding: 40px
    }
}

.content-4 .btn {
    background: #003c7d
}

.content-4 .btn:hover {
    background: #00244a
}

.categories {
    padding: 40px 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block
}

.categories__description {
    display: none
}

.categories__items {
    min-height: 0;
    grid-gap: 10px
}

.categories__item {
    grid-column: auto/span 24;
    grid-row: auto;
    min-height: 350px;
    margin: 0
}

@media (min-width: 569px) {
    .categories__item {
        grid-column: auto/span 12;
        min-height: 350px
    }
}

@media (min-width: 1025px) {
    .categories__item:hover .categories__item-cta {
        bottom: 20%
    }
}

.categories__item::after {
    background: rgba(0, 0, 0, .15)
}

.categories__item-headline {
    top: 250px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize
}

@media (min-width: 1241px) {
    .categories__item-headline {
        text-align: left;
        top: 140px
    }
}

.categories__item-text {
    top: 250px;
    font-size: .9rem
}

.categories__item-headline {
    font-family: "goudy-old-style", serif;
    font-size: clamp(1.5rem, 1.5vw, 2rem);
    letter-spacing: 0
}

.categories__item-headline span {
    display: inline
}

.categories__item:hover .categories__item-cta {
    bottom: 30%
}

.home-page .reviews {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 60px 20px !important;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns:repeat(24, 1fr);
    padding: 0
}

.home-page .reviews * {
    color: #2c2829
}

.home-page .reviews__separator {
    display: none
}

.home-page .reviews__slider {
    padding: 0
}

.home-page .reviews__ratings {
    position: relative;
    z-index: 1
}

.home-page .reviews__items {
    grid-column: auto/span 24
}

.home-page .reviews__text {
    grid-column: auto/span 24;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    order: 2
}

.home-page .reviews__text .homepage__headline {
    display: none
}

.home-page .reviews__text .rating__star--full .st0 {
    fill: #1e88c9
}

.home-page .reviews__text .reviews__total {
    display: none
}

.home-page .reviews__cta .btn {
    background: #002263
}

.home-page .reviews__cta .btn span {
    color: #fff
}

.home-page .reviews__cell {
    background: #eaf5fc;
    border: 0;
    color: #fff;
    width: 100%
}

@media (min-width: 991px) {
    .home-page .reviews__cell {
        width: 33.333%
    }
}

.home-page .reviews .flickity-page-dots {
    display: none
}

.home-page .contact9__description {
    display: none
}

.home-page .contact9__map {
    grid-column: auto/span 24;
    grid-row: auto;
    min-height: 500px
}