@charset "UTF-8";

section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #232323;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

@media (min-width: 992px) {
    .container,
    .container-fluid {
        padding: 0 2rem !important;
    }
}

@media (min-width: 767px) {
    .container,
    .container-fluid {
        padding: 0 2rem;
    }
}

.container {
    max-width: 1650px;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type='hidden'] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white.mbr-bg-white.mbr-bg-white {
    background-color: #ffffff !important;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 992px) {
    .align-left,
    .align-right {
        text-align: center !important;
    }
}

/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}

.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}

figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}

/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}

.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type='submit'] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cid-tPxXeUFk8m {
    min-height: 90vh;
}

.cid-tPxXeUFk8m > .container-fluid {
    margin-top: 6rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: '›';
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}

.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}

/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}

.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}

@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .navbar-collapse.show {
        overflow: auto;
    }
}

@media (min-width: 1150px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }

    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }

    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }

    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type='range'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: '';
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

form .row [class*='col'] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .row > [class*='col'] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

@media (min-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
}

@media (max-aspect-ratio: 16/9) {
    .mbr-video-foreground {
        width: 300% !important;
        left: -100% !important;
    }
}

.header-down-arrow {
    color: #ffffff99;
    font-size: 3rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glide__arrow.glide__arrow {
    border-radius: 50%;
}

.header2 {
    max-height: 55vh;
}

.header1 .container-fluid {
    margin-top: 0;
    padding-top: 0;
}

.header-title.header-title {
    text-transform: uppercase;
    padding-top: 130px;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
    line-height: 1;
    font-size: clamp(3rem, 8vw, 9rem);
}

@media (max-width: 768px) {
    .header-title.header-title {
        padding-top: 93px;
    }
}

@media (max-width: 992px) {
    .header-title.header-title {
        padding-top: 77px;
    }
}

@media (max-width: 1600px) {
    .header-title.header-title {
        padding-top: 135px;
    }
}

.contact-form-wrapper {
    z-index: 1;
    margin-top: -5rem;
}

.contact-form {
    border: 1px solid #d8d8d8;
    border-radius: 1rem;
}

.icon-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.icon-row .col-lg-6.item {
    width: 100%;
    max-width: 420px;
}

@media (max-width: 576px) {
    .icon-row {
        align-items: center;
    }

    .icon-row .col-lg-6.item {
        width: 90%;
    }

    .secondary-cta {
        width: 90%;
        margin-inline: auto;
    }
}

@media (max-width: 992px) {
    .icon-row .col-lg-6.item {
        margin-inline: auto;
    }
}

.card_wrap {
    border-radius: 1rem;
    /*border: 1px solid #e8e8e8;*/
    background-color: #f8fcf9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 27rem;
    padding: 0.5rem;
}

.card_wrap * {
    margin-bottom: 0 !important;
}

.card_wrap:hover {
    background-color: #139443;
}

.card_wrap:hover .card_title {
    color: white;
}

.card_title {
    display: grid;
    align-items: center;
    text-align: left;
}

.card_title strong {
    display: block;
}

.icon_block {
    display: grid !important;
    place-items: center;
    font-size: 2.5rem;
    color: #139443;
}

.icon_block span {
    background-color: white;
    border-radius: 1rem;
    padding: 0.375rem;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.5rem;
}

.pricing-details {
    max-height: 75vh;
    max-height: 75dvh;
    overflow-y: auto;
    padding-right: 1rem;
}

/* Firefox */
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #139443 #dfe9eb;
}

/* Chrome, Edge and Safari */
.custom-scroll::-webkit-scrollbar {
    height: 10px;
    width: 7px;
}

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dfe9eb;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #75797e;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #55595e;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
    background-color: #55595e;
}

.pricing-table {
    margin-bottom: 2rem;
}

.pricing-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    padding: 1rem;
    gap: 0.5rem;
    border: 1px solid #d8d8d8;
    margin-top: -1px;
}

.pricing-name {
    text-align: left;
    padding-right: 0.5rem;
}

.pricing-row > div:not(:last-child) {
    border-right: 1px solid #d8d8d8;
}

.pricing-price {
    font-weight: 500;
}

.pricing-btns {
    display: flex;
    gap: 1.5rem;
}

.estimation-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}

.estimation-btns a:nth-child(3) {
    grid-column: span 2;
    text-align: center;
}

.pricing-section {
    display: grid;
    justify-content: start !important;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

.pricing-section .item-content {
    flex: 1;
}

.pricing-section .item.item {
    margin-inline: auto;
    min-width: 20rem;
    max-width: 30rem;
}

@media (max-width: 768px) {
    .mbr-section-head .mbr-section-title.mbr-section-title {
        text-align: center;
    }

    .pricing-section {
        justify-content: center !important;
    }
}

.mbr-section-subtitle strong,
.mbr-section-date strong {
    font-weight: 500;
}

.btn-round.btn-round {
    border-radius: 100vmax;
}

.service-wrapper {
    display: grid;
    justify-content: center;
    gap: 1rem;
}

.service-wrapper > div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    justify-content: center;
    align-items: start;
    min-width: 20rem;
}

@media (min-width: 992px) {
    .service-wrapper {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }

    .service-wrapper > div:nth-child(2) {
        padding-top: 4rem;
    }
}

.service-wrapper.service-wrapper img {
    max-width: 25rem;
    width: 100%;
    height: auto;
    border-radius: 0;
}

.contact-section {
    background-color: #fcfcfc;
}

.contact-section h5 {
    color: #139443;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: repeat(4, auto);
    gap: 1.5rem;
}

.pile-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #139443;
}

.pile-text {
    font-weight: 600;
    font-size: 1.75rem;
}

@media (max-width: 992px) {
    .text-wrap {
        order: 1;
    }

    .monday-pile {
        order: 2;
    }

    .saturday-pile {
        order: 3;
    }

    .phone-pile {
        order: 4;
    }

    .email-pile {
        order: 5;
    }

    .address-pile {
        order: 6;
    }
}

@media (min-width: 992px) {
    .contact-info {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 1.5rem;
    }

    .contact-info .text-wrap {
        grid-column: 1 / 7;
        grid-row: 1 / 3;
    }

    .phone-pile, .email-pile, .address-pile {
        grid-column: 7 / 13;
    }

    .monday-pile {
        grid-column: 1 / 4;
        grid-row: 3;
    }

    .saturday-pile {
        grid-column: 4 / 7;
        grid-row: 3;
    }
}

@media (min-width: 1200px) {
    .phone-pile, .email-pile, .address-pile {
        grid-column: 8 / 13;
    }
}

.map-section {
    height: 650px;
    /*background-image: url('/assets/images/contact-us-map.jpg');*/
}

.mbr-section-date.mbr-section-date,
.mbr-section-subtitle.mbr-section-subtitle {
    line-height: 1;
    margin-bottom: 0;
}

.mbr-section-text {
    text-align: center;
    color: #767676;
}

p,
.service-wrapper * {
    letter-spacing: 0.05rem;
}

.btn,
.mbr-section-date,
.mbr-section-subtitle {
    letter-spacing: 0.1rem;
}

button.navbar-toggler.navbar-toggler.navbar-toggler {
    margin: auto 0;
}

@media (min-width: 1151px) and (max-width: 1400px) {
    .navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1150px) {
    .navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap {
        display: flex;
    }

    .menu-bottom {
        display: grid !important;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
    }

    .menu-bottom > .navbar-collapse {
        grid-column: span 2;
        grid-row: 2;
    }

    .menu-bottom .navbar-nav {
        display: flex !important;
        justify-content: center;
        /* width: 100%; */
    }


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

@media (max-width: 768px) {
    .navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap.navbar-caption-wrap {
        display: none;
    }

    .menu-logo.menu-logo.menu-logo {
        display: block;
    }

    .navbar-brand {
        margin: 0.5rem;
    }

    .menu-bottom.menu-bottom.menu-bottom.menu-bottom {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .navbar-collapse.navbar-collapse.navbar-collapse {
        flex-basis: 100%;
        padding-top: 0;
        order: 1;
    }
}

@media (max-width: 992px) {
    .map-section .row {
        left: 1rem;
        right: 1rem;
    }

    .glide__arrows {
        display: none;
    }

    .navbar-dropdown {
        padding-bottom: 0 !important;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 7rem;
    }

    .contact-info * {
        text-align: center;
    }
}

.buy-section {
    padding-block: 19vh;
    background-image: url('/assets/images/scrap-square-pattern.webp');
    background-repeat: repeat;
    background-position: initial;
    background-size: auto;
    position: relative;
}

.buy-section::before,
.buy-section::after {
    content: '';
    z-index: 3;
    position: absolute;
    bottom: calc(100% - 10vh + 1px);
    height: 10vh;
    width: 100%;
    left: 0;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/23618/rip.svg);
    background-position: bottom;
    background-size: 50%;
}

.buy-section::after {
    top: calc(100% - 10vh + 1px);
    transform: rotate(180deg);
}

.tooltip-parent {
    width: fit-content;
    position: relative;
    cursor: help;
}

.custom-tooltip {
    background-color: white;
    z-index: 99999;
    display: none;
    position: absolute;
    top: 3.5ex;
    left: 50%;
    width: 16rem;
    transform: translateX(-50%);
    border-radius: 0.5rem;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 0.5rem -0.25rem #00000069;
}

.tooltip-parent:hover .custom-tooltip,
.tooltip-parent:focus .custom-tooltip {
    display: block;
}

.tooltip-title {
    padding: 1rem;
    font-weight: 500;
    font-size: 1.125rem;
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.test {
    color: white;
    background: red;
    border: 1px solid green;
    text-align: center;
    text-align: center;
    text-align: center;
}

.tooltip-content {
    background-color: white;
    font-weight: 400;
    padding: 1rem;
    font-size: 0.875rem;
    margin: 0;
    text-wrap: balance;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.tooltip-parent .custom-tooltip * {
    color: #232323;
}

.custom-tooltip:before,
.custom-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #e8e8e8;
}

.custom-tooltip:after {
    border: 9px solid transparent;
    border-bottom-color: #fafafa;
}

.alternate-tag.item:nth-of-type(2n + 1) .tag {
    right: 10px;
}

.alternate-tag.item:nth-of-type(2n + 1) .tag .btn-tag {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.alternate-tag.item:nth-of-type(2n + 1) img {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}


.alternate-tag.item:nth-of-type(2n) .tag {
    left: 10px;
}

.alternate-tag.item:nth-of-type(2n) .tag .btn-tag {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.alternate-tag.item:nth-of-type(2n) img {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

@media (max-width: 768px) {
    .alternate-tag.item:nth-of-type(2n + 1) {
        padding-right: 0;
    }

    .alternate-tag.item:nth-of-type(2n) {
        padding-left: 0;
    }
}

.header1.header1 {
    display: flex;
    align-items: center;
    height: 25rem;
}

/*.header1 .align-center {*/
/*    margin-top: 7%;*/
/*}*/

@media (min-width: 992px) {
    .header1.header1 {
        height: 30rem;
    }
}

@media (min-width: 1200px) {
    .header1.header1 {
        min-height: 30rem;
        height: 60vh;
    }
}

section.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (min-width: 768px) {
    section.section {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

#main {
    padding-top: 5rem;
    margin-top: -5rem;
}

@media (min-width: 992px) {
    .overflow-img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-40%);
    }

    .overflow-img img {
        width: clamp(500px, 40vw, 700px) !important;
    }

    .overflow-img-2 {
        position: absolute;
        top: 50%;
        transform: translate(calc(10% - 10vw), -53%);
        right: 0;
    }

    .overflow-img-2 img {
        width: 650px !important;
    }

    .overflow-img-3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .overflow-img-3 img {
        max-width: min(650px, 50vw);
    }

}

.main-cta-title {
    margin-bottom: 3vw;
}

section.pt-small {
    padding-top: 4rem;
}

section.pb-small {
    padding-bottom: 4rem;
}

section.pt-large {
    padding-top: 7rem;
}

section.pb-large {
    padding-bottom: 7rem;
}

.cid-tNQqLaBhbj.cid-tNQqLaBhbj {
    background-color: transparent;
    margin-bottom: -4rem;
    z-index: 1;
}

@media (max-width: 768px) {
    .cid-tNQqLaBhbj.cid-tNQqLaBhbj {
        margin-bottom: -7rem;
    }
}

@media (min-width: 1230px) {
    .cid-tNQqLaBhbj.cid-tNQqLaBhbj {
        margin-bottom: -3rem;
    }
}

.cid-tNQmn7I9zR.cid-tNQmn7I9zR {
    padding-top: 10rem;
}

@media (max-width: 576px) {
    .navbar.opened {
        max-height: 100vh;
        max-height: 100dvh;
        background-color: transparent;
    }

    /*.menu-bottom ul {*/
    /*    height: 45vh !important;*/
    /*    height: 45dvh !important;*/
    /*}*/
}

.menu-bottom.menu-bottom li > button {
    display: none;
}

@media (max-width: 768px) {
    .menu .menu-bottom {
        max-height: 100vh;
    }

    .menu .navbar-collapse {
        max-height: 100vh;
    }

    .menu-bottom ul {
        height: 91dvh !important;
        display: grid !important;
        grid-template-rows: 1fr auto auto auto auto 1fr;
        align-content: center;
        justify-content: stretch;
        gap: 0.5rem;
        transform: translateY(-10%);
    }

    .menu-bottom ul li:first-of-type {
        align-self: end !important;
    }

    .menu-bottom ul li:last-of-type {
        align-self: end;
    }

    .menu-bottom.menu-bottom li > * {
        font-size: 1.5rem;
        font-weight: 400;
        padding: 1rem 0 !important;
    }

    .menu-bottom.menu-bottom li > button {
        padding: 0.5rem 0 !important;
    }

    .opened .menu-bottom.menu-bottom li > button {
        display: block;
    }

    .menu-bottom.menu-bottom li span {
        font-size: 1.5rem;
    }
}

.cid-tNLISaZJ5B .nav-item:first-of-type:before {
    display: none;
}


@media (min-width: 768px) and (max-width: 992px) {
    .navbar-nav.navbar-nav.navbar-nav {
        max-width: 685px;
        margin-inline: auto;
    }

    .cid-tNLISaZJ5B .nav-item:nth-of-type(4):before {
        display: none;
    }
}

@media (max-width: 576px) {
    .awards.awards {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}

.card_title.display-5 {
    font-size: 1.625rem;
}

.terms {
    --bs-tooltip-bg: white;

    font-weight: 400;
    color: #cfcfcf;
}

.tooltip-inner {
    max-width: 27rem;
    background-color: #f6f6f6 !important;
    box-shadow: 0 0 0.5rem -0.25rem #000000aa;
    border: 1px solid black;
    color: #1a1e21;
    text-align: left !important;
    padding: 0.75rem;
}

.tooltip.show.show {
    opacity: 1;
}

.metal-container:not(:last-of-type) {
    margin-bottom: 5rem;
}

div.anchor {
    display: block;
    position: relative;
    top: -7rem;
    visibility: hidden;
}

.w-fit {
    width: fit-content;
}