/*LF Builders Tiktok Theme Oct 2024 with MAC OS compatability */
@font-face {
    font-family: "Allura";
    src: url("/app/fonts/Allura/Allura-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    line-height: 2em;
}
a:link,
a:visited,
a:hover,
a:active {
    background-color: transparent;
}
blockquote {
    margin: 20px 0;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #20a7ad;
    color: #555;
    font-style: italic;
}
blockquote::before,
blockquote::after {
    content: "“";
    font-size: 2rem;
    vertical-align: middle;
    color: #20a7ad;
}
hr {
    height: 1px;
    background: #20a7ad;
    margin: 20px 0;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    background-image: -webkit-radial-gradient(
            at 9.2% 73.7%,
            #fff 0,
            transparent 50%
        ),
        radial-gradient(at 92.3% 37.6%, #c4f8fb 0, transparent 50%);
    background-repeat: no-repeat;
}

.chat-ui {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-bottom: 2px solid #000;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.chat-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.close-chat-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.chat-now-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: white;
    padding: 0px 5px;
    border: 2px solid #20a7ad;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.chat-now-btn:hover {
    background-color: #178086;
}
#main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
}
.navbar-wrapper-lg {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    border-bottom: 2px solid #000;
    z-index: 9996;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.navigation-wrap {
    width: 80%;
}
.navbar {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar-container li {
    list-style: none;
}
.navbar-theme-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-brand img {
    max-height: 55px;
    max-width: 65px;
}
.navbar-toggler {
    display: none;
    border: 0;
    outline: 0;
}
.navbar-toggler svg {
    fill: #333;
}
.collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.collapse .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.collapse .nav-link {
    color: #333;
    font-weight: 600;
    padding: 0 1rem;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.collapse .nav-link:hover {
    color: #20a7ad !important;
}
.gary-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.follow-text {
    font-size: 14px;
    color: #333;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}
.social-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.social-icon svg {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    fill: #333;
}
.social-icon svg:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    fill: #20a7ad !important;
}
@media (max-width: 768px) {
    .navbar-container {
        flex-direction: column;
        align-items: center;
    }
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }
    .navbar-brand img {
        height: 45px;
        width: 55px;
    }
    .social-icon svg {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 768px) {
    #navbarResponsive {
        display: none;
    }
    .navbar-brand {
        display: none;
    }
}
.nav-burger {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 9998;
}
.burger-line {
    width: 100%;
    height: 4px;
    background-color: #080b0d;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-burger:hover .burger-line {
    background-color: #20a7ad;
}
.nav-burger.active .burger-line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.nav-burger.active .burger-line:nth-child(2) {
    opacity: 0;
}
.nav-burger.active .burger-line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.nav-panel {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
    z-index: 9997;
}
.nav-panel.active {
    left: 0;
}
.nav-logo {
    padding: 0.5rem;
    margin-bottom: 20px;
}
.nav-logo img {
    width: 150px;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    float: right;
}
.nav-logo img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nav-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 0 0 20px;
}
.nav-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    color: #080b0d;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media screen and (max-width: 550px) {
    .nav-link {
        font-size: 0.9rem;
    }
}
.nav-link:hover {
    color: #20a7ad;
}
#intro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 40px;
    min-height: 83vh;
    overflow: hidden;
}
.apple-intro {
    grid-template-columns: repeat(1, 1fr) !important;
}
@media screen and (max-width: 1100px) {
    #intro {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (min-width: 800px) and (max-width: 1087px) {
    #intro a {
        margin-bottom: 100px;
    }
}
.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-logo-cursive {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 4rem !important;
}
@media screen and (max-width: 550px) {
    .header-logo-cursive {
        font-size: 3rem !important;
    }
}
.info h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
}
.info p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.company-statement {
    padding: 43px;
    hyphens: auto;
    color: #1b3537;
    font-weight: 400;
    text-wrap: balance;
}
.apple-statement {
    max-width: 60%;
    text-wrap: auto !important;
}
@media screen and (max-width: 1100px) {
    .apple-statement {
        max-width: 80%;
    }
}
@media screen and (max-width: 550px) {
    .apple-statement {
        max-width: 100%;
    }
}
.company-statement a {
    text-decoration: none;
    color: #1f3e40;
    font-family: "Montserrat", Sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}
.company-statement a:hover {
    color: #1f3e40;
}
@media screen and (max-width: 550px) {
    .company-statement {
        padding: 0;
    }
}
.license-header {
    font-size: 1.2rem !important;
    font-weight: 600;
    color: #080b0d;
    margin-bottom: 0.2px !important;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.license-text {
    font-size: 0.8rem;
    color: #555;
}

.split-showcase-carousel {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.split-showcase {
    display: flex;
    /* Safari doesnt support calc */
    width: calc(250px * 12);
    max-height: 350px;
    transform-style: preserve-3d;
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
}
@media screen and (min-width: 1100px) {
    .split-showcase-carousel {
        height: 60%;
    }
}
.showcase {
    width: 250px;
    flex-shrink: 0;
    border-radius: 20px;
    margin-left: 15px;
    border: 3px solid #080b0d;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-750px);
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-750px);
    }
}
.split-showcase-carousel:hover .split-showcase {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.split-beer {
    display: flex;
    flex-direction: row;
}
.beer {
    max-width: 100%;
    width: 250px;
    border-radius: 20px;
    margin-left: 15px;
    border: 3px solid #080b0d;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}
.beer:nth-child(2) {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}
.pro {
    font-size: 1.5rem;
}
.button,
.close-btn {
    display: inline-block;
    position: relative;
    width: auto;
    text-decoration: none;
    padding: 1.2rem;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #20a7ad;
    box-shadow: 0 0 0 2px #20a7ad;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: black;
    color: #fff;
    margin: 25px;
}
@media screen and (max-width: 550px) {
    .button,
    .close-btn {
        width: 70%;
        text-align: center;
    }
}
.button::before,
.close-btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #080b0d;
}
.button::after,
.close-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 2.5px;
    top: 2px;
    bottom: 2.5px;
    right: 2px;
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.button:hover,
.button:focus,
.close-btn:hover,
close-btn:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button:hover::before,
.close-btn:hover::before {
    background: #20a7ad;
}
.button:hover::after,
.close-btn:hover::after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}
.button:active,
.close-btn:active {
    color: #000;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.close-btn {
    font: message-box;
    text-transform: uppercase;
}
#content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 60px 40px;
    min-height: 100dvh;
    overflow: hidden;
}
.creative-text p {
    line-height: 2.1em;
    margin-bottom: 10px;
}
.creative-text a {
    font-weight: 600;
    text-decoration: none;
}
.content-header h1 {
    text-align: center;
    font-size: 2rem;
}
.content-header h2 {
    background: transparent;
    color: black;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
}
.scroll-section {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
    background-image: -webkit-radial-gradient(
            at 9.2% 73.7%,
            #20a7ad 0,
            transparent 50%
        ),
        radial-gradient(at 92.3% 7.6%, #20a7ad 0, transparent 50%);
}
.scroll-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.banner-section {
    position: relative;
    padding: 60px 20px;
    text-align: center;
    color: #080b0d;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.container-banner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.banner-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}
.banner-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #555;
}
.promo-button {
    padding: 10px 20px;
    background-color: #080b0d;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.promo-button:hover {
    background-color: #20a7ad;
    color: #fff;
}
@media (max-width: 768px) {
    .banner-title {
        font-size: 2rem;
    }
    .banner-subtitle {
        font-size: 1.2rem;
    }
    .promo-form {
        flex-direction: column;
        gap: 15px;
    }
    .promo-input {
        max-width: 100%;
    }
}
.testimonials-section {
    text-align: center;
}
.testimonials-content {
    max-width: 350px;
    position: relative;
}
@media screen and (max-width: 550px) {
    .fix-small-review-1 {
        margin-top: 75px;
    }
    .fix-small-review-2 {
        margin-top: 140px;
    }
}
.testimonial-rating {
    font-size: 1.5em;
    color: #ffd700;
    margin-bottom: 10px;
}
.testimonial-source {
    font-size: 0.9em;
    color: #777;
}
.google-source {
    color: #4285f4;
}
.homestars-source {
    color: #ff6a00;
}
@media screen and (min-width: 1100px) {
    .testimonials-content {
        max-width: 600px;
    }
}
.swiper {
    padding: 0;
}
.swiper-button-next,
.swiper-button-prev {
    color: #20a7ad !important;
}
.testimonial {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .testimonial {
        padding: 20px;
        border-radius: 15px;
    }
}
@media (max-width: 480px) {
    .testimonial {
        padding: 15px;
        border-radius: 10px;
    }
}
.testimonial-text {
    text-align: -webkit-match-parent;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 15px;
}
.testimonial-cite {
    font-size: 1rem;
    color: #20a7ad;
    font-weight: 600;
}
.testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 10px;
}
.swiper-pagination {
    position: static;
    margin-top: 20px;
}
.swiper-button-prev,
.swiper-button-next {
    color: #20a7ad;
}
@media (max-width: 768px) {
    .testimonial {
        padding: 50px;
    }
    .testimonial-image img {
        width: 50px;
        height: 50px;
    }
}
.promo-section {
    padding: 60px 20px;
    max-width: 800px;
    text-align: center;
}
.promo-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #080b0d;
    margin-bottom: 40px;
}
.promotion-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.promotion {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 2px solid black;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.promotion:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.promo-icon {
    width: 100px;
    margin-bottom: 20px;
}
.promo-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.promo-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6em;
}
@media (max-width: 800px) {
    .promotion-grid {
        grid-template-columns: 1fr;
    }
    .promo-title {
        font-size: 2rem;
    }
}
.savings-section {
    padding: 125px 10px;
    text-align: center;
}
.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 550px) {
    .container {
        padding: 0 10px;
    }
}
.savings-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
}
.divider {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 22px auto 20px auto;
}
.savings-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8em;
    text-align: center;
}
@media (max-width: 768px) {
    .banner-title {
        font-size: 2.1rem;
    }
    .savings-text {
        font-size: 1rem;
    }
}
.button.explore.free-quote {
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.button.explore.free-quote:hover {
    background-color: #20a7ad;
}
.card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    border: 2px solid #000;
    width: 400px;
    aspect-ratio: 1/1;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    box-shadow:
        0 6.7px 5.3px rgba(0, 0, 0, 0.03),
        0 22.3px 17.9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 550px) {
    .card {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .card {
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .card {
        width: auto;
    }
}
.img-ribbon {
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.card:hover .img-ribbon,
.card:active .img-ribbon {
    opacity: 0;
}
.best-seller-ribbon {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: -45px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 10;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.card:hover .best-seller-ribbon,
.card:active .best-seller-ribbon {
    opacity: 0;
}
.card-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title,
h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    border-radius: 20px 20px 0 0;
    font-size: x-large;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.more {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}
.open-icon {
    font-size: 1.25rem;
    color: #080b0d;
    transform: translateY(3px);
    margin-left: 3px;
    z-index: 1;
}
.modal-open {
    text-transform: uppercase;
    color: #080b0d;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
    grid-area: 1 / 2 / span 1 / span 1;
}
.card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 2;
    -webkit-transition: all 450ms ease-in 200ms;
    transition: all 450ms ease-in 200ms;
}
.card:hover > .learn-more-ribbon {
    opacity: 1;
}
body.prevent-background-scroll {
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-animation: openModal 0.3s ease-in-out 1 normal;
    animation: openModal 0.3s ease-in-out 1 normal;
}
.modal-page {
    width: 100%;
    display: block;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .modal-page {
        width: 65%;
    }
}
.modal-page .modal-carousel {
    width: 50%;
    margin: 0 auto;
}
@media screen and (max-width: 550px) {
    .modal-page .modal-carousel {
        width: 100%;
    }
}
.modal-page h1 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
}
@-webkit-keyframes openModal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes openModal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    height: 95%;
    z-index: 30;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: 2px solid #20a7ad;
}
.modal-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 25px 0 0;
    padding: 15px;
    height: 55px;
    border-bottom: 2px solid #20a7ad;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;
}
.modal-close-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    z-index: 9999;
}
.modal-close-corner::before {
    content: "✕";
    display: block;
    text-align: center;
    line-height: 24px;
}
.modal-header {
    font-weight: 600;
    padding: 20px;
    font-size: 1.2rem;
}
.modal-body {
    padding: 20px;
}
@media screen and (min-width: 1100px) {
    .modal-content {
        width: 40%;
    }
}
@media screen and (max-width: 768px) {
    .modal-content {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .modal-body {
        padding: 15px;
    }
}
.random-modal-img {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.random-modal-img img {
    width: 50%;
    border-radius: 20px;
}
@media screen and (max-width: 550px) {
    .random-modal-img img {
        width: 100%;
        height: 60%;
    }
}
#video a {
    text-decoration: none;
    color: #080b0d;
    font-weight: 700;
}
#video a:hover {
    color: #20a7ad;
}
.video-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plain-video {
    height: 100%;
    border-radius: 20px;
}
@media screen and (max-width: 550px) {
    .plain-video {
        width: 90%;
    }
}
.youtube-video-placeholder {
    cursor: pointer;
    height: 360px;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
}
@-webkit-keyframes move {
    to {
        background-position: 200% center;
    }
}
@keyframes move {
    to {
        background-position: 200% center;
    }
}
.modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
}
.modal-footer a {
    font-weight: 600;
    font-size: 1rem;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 2px #20a7ad;
    box-shadow: 0 0 0 2px #20a7ad;
    text-transform: uppercase;
    cursor: pointer;
}
.modal-body,
.modal-content::-webkit-scrollbar {
    width: 0.7rem;
}
.modal-body,
.modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem #080b0d;
    box-shadow: inset 0 0 0.3rem #080b0d;
    background-color: rgba(50, 50, 50, 0.1);
}
.modal-body,
.modal-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0.5rem #080b0d;
    box-shadow: inset 0 0 0.5rem #080b0d;
    outline: 0;
}
.modal-body p {
    font-size: 1.1rem;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.modal-body h1 {
    font-size: x-large;
    font-weight: 600;
    line-height: 4em;
    text-align: center;
}
.modal-body h2 {
    color: black;
    background: white;
    margin-bottom: 20px;
}
.modal-body ul {
    list-style-type: none;
}
.modal-body li {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333;
    -webkit-transition:
        background-color 0.3s ease,
        color 0.3s ease;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}
@media (max-width: 550px) {
    .modal-body li {
        font-size: 0.9rem;
        padding: 8px;
        margin: 8px 0;
    }
    .modal-footer a,
    .modal-footer button {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
}
.exit-intent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    color: white;
    text-align: center;
    padding-top: 200px;
}
.exit-intent-overlay p {
    padding: 25px 25px;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.exit-intent-overlay a {
    background-color: #20a7ad;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    text-decoration: none;
}
.exit-overlay-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}
.exit-overlay-close-btn:hover {
    color: #20a7ad;
}
.modal-carousel {
    width: 100%;
    height: 40%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}
.carousel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.carousel-service {
    background: #000;
    border: 5px solid #115356;
}
.carousel-images {
    display: flex;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}
.carousel-images img {
    background: black;
    width: 100%;
    flex-shrink: 0;
    object-fit: contain;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
}
.prev-btn {
    left: 10px;
}
.next-btn {
    right: 10px;
}
.carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.close-icon {
    font-size: 1.6rem;
    color: #080b0d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.close-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.free-quote {
    margin: 25px;
}
.footer-social {
    margin-bottom: 85px;
}
.experts-section {
    padding: 40px 20px;
    text-align: center;
}
.experts-section h1 {
    font-size: 2.5rem;
}
.expert-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.expert-logo {
    flex: 1 1 200px;
    padding: 10px;
}
.expert-logo img {
    max-width: 100%;
    height: auto;
    -webkit-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
}
.expert-logo img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .expert-logos {
        flex-direction: column;
    }
    .expert-logo {
        margin-bottom: 20px;
    }
    .expert-logo img {
        max-width: 200px;
    }
}
#social {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    width: 100%;
    display: grid;
    place-items: center;
}
.button-social {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}
#social a {
    margin: 2.5px;
}
.button-social:hover {
    background-color: inherit;
    color: inherit;
}
.button-social .icon i {
    font-size: 25px;
    line-height: 55px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button-social:hover i {
    color: #fff;
}
a.button-social {
    text-decoration: none;
    color: inherit;
    background-color: white !important;
}
.button-social {
    float: left;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.button-social span {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
}
.button-social:hover {
    width: 200px;
}
.button-social:nth-child(1):hover .icon {
    background: #e1306c;
}
.button-social:nth-child(2):hover .icon {
    background: #4267b2;
}
.button-social:nth-child(3):hover .icon {
    background: #f30000;
}
.button-social:nth-child(4):hover .icon {
    background: #a7f21d;
}
.button-social:nth-child(1) span {
    color: #e1306c;
}
.button-social:nth-child(2) span {
    color: #4267b2;
}
.button-social:nth-child(3) span {
    color: #f30000;
}
.button-social:nth-child(4) span {
    color: #a7f21d;
}
.button-social .icon {
    width: 60px;
    height: 60px;
    border: 3px solid black;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button-social:hover i {
    color: #fff;
}
footer {
    color: #333;
    text-align: center;
}
.footer-highlight {
    font-size: 1.4rem;
    font-weight: bold;
    color: #20a7ad;
    margin-top: 10px;
}
.footer-text {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.5;
}
.footer-text a {
    color: #000;
    text-decoration: none;
}
.footer-text a:hover {
    color: #20a7ad;
}
.footer-bottom {
    font-size: x-small;
}
@media (max-width: 1100px) {
    .beer {
        width: 200px;
    }
    #content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    #intro {
        padding: 15px;
    }
    .beer {
        width: 150px;
    }
    .info {
        gap: 20px;
        padding: 30px 5px;
    }
    .outro {
        padding: 20px 40px;
    }
    .info h1 {
        font-size: 2.2rem;
    }
    .info p {
        font-size: 1.4rem;
    }
    #content {
        gap: 30px;
        padding: 60px 20px;
    }
    .modal-content {
        width: 98%;
    }
    footer > p {
        font-size: 1.1rem;
    }
}
@media (max-width: 550px) {
    #intro {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "split-beer" "info";
    }
    .info {
        grid-area: info;
    }
    .split-beer {
        grid-area: split-beer;
        margin: 20px auto;
    }
    .beer {
        width: 100px;
    }
    #content {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 40px;
    }
    footer > p {
        font-size: 1rem;
    }
}
.carousel-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.carousel-section h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.info-section {
    margin-top: 37px;
    width: 86%;
}
.column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.column-one,
.column-two {
    flex: 1 1 45%;
    padding: 20px;
    box-sizing: border-box;
}
.column-one {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.column-one img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
@media (min-width: 1100px) {
    .column-one img {
        max-width: 65%;
        max-height: 100%;
    }
}
.column-two {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.column-two a {
    width: auto;
    margin: 25px auto 0;
}
@media (max-width: 768px) {
    .column-wrapper {
        flex-direction: column;
    }
    .column-one,
    .column-two {
        flex: 1 1 100%;
        padding: 15px;
    }
    .column-one img {
        max-width: 100%;
        max-height: none;
    }
    .column-two a {
        margin-top: 20px;
    }
}
.page-video h2 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 20px;
    text-align: center;
    background: transparent;
}
.page-video h1 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    background: transparent;
}
.faq-items {
    margin-left: 20%;
    margin-right: 20%;
}
.faq-items a {
    font-size: 1.2rem;
    font-weight: 600;
}
@media screen and (max-width: 550px) {
    .faq-items {
        margin: 20px 20px 20px;
    }
}
.final-words {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 40px;
    min-height: 100dvh;
    overflow: hidden;
}
@media screen and (min-width: 1100px) {
    .outro {
        padding: 20px 420px;
    }
}
