/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: url("../images/decoration.png");
    color: #000000;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 450px) {
    body {
        font-size: 14px;
    }
    .container {
        padding: 10px;
    }
    video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
    }
}

/* a {
  color: #2dc997;
} */

/* a:hover, a:active, a:focus { */
/* color: #2dca98; */
/* outline: none; */
/* text-decoration: none; */
/* } */

.decoration-none:link {
    text-decoration: none;
}

.link-hover:hover {
    color: #045bb8 !important;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #2dc997;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    display: inline-block;
    background: rgba(52, 59, 64, 0.5);
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

#header.header-fixed {
    background: rgba(52, 59, 64, 0.9);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}
video {
    width: 100%;
    height: auto;
}
#hero:before {
    content: "";

    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}
.autovid{
    width: 100%; 
    height: 100vh;

    display: block; /* Menghindari ruang kosong di bawah video */
    
    top: 0;
    left: 0;
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 450px) {
    #hero {
        width: 100%;
        height: 50vh;
    }
    #hero h1 {
        font-size: 15px;
        line-height: 18px;
    }
    #hero h2 {
        font-size: 8px;
        line-height: 18px;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    #hero h1 {
        font-size: 20px;
        line-height: 28px;
    }
    #hero h2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 1000;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #2dc997;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #2dc997;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #2dc997;
}

#mobile-nav ul .menu-item-active {
    color: #2dc997;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gap-2 {
    gap: 0.5rem;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999;
}

/* About Us Section
--------------------------------*/
#about {
    background-image: url(../images/decoration.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 80px 0;
}

#about .about-container .background {
    min-height: 300px;
    margin-bottom: 10px;
}

#about .about-container .content {
    background: #fff;
    width: 100%;
}

#about .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 3rem;
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}
#about .box img {
    padding-top: 35px;
}

#about .about-container p {
    line-height: 26px;
}
.box .description {
    padding: 25px 10px 10px 10px;
    text-align: center;
    font-size: 15px;
    color: gray;
}

.full-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
}

.image-center {
    display: block;
    margin-left: 6.5px;
    margin-right: 6.5px;
    width: 100%;
}
#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
    color: #2dc997;
    font-size: 24px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

#about .container .box {
    border: 1px solid lightgrey;
    box-shadow: 3px 3px lightgrey;
    background: white;
    border-radius: 25px;
    height: 350px;
}
#about .container .box img {
    padding-left: 100px;
}
#about .container .box:hover {
    border: 1px solid lightgrey;
    color: white;
    box-shadow: 3px 3px lightgrey;
    background: turquoise;
    border-radius: 25px;
}
.bg-darkblue-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 128, 153, var(--tw-bg-opacity));
}
/* Services Section
--------------------------------*/
#services {
    background: transparent;
    background-size: cover;
    padding: 80px 0 60px 0;
}
.font-bold {
    font-weight: 700 !important;
}
#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #2dc997;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #2dc997;
}

#services .box:hover .icon i {
    color: #2dc997;
}

#services .box:hover .icon a {
    color: #2dc997;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/hero-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
}

/* category Section
--------------------------------*/
#category {
    background: #fff;
    padding: 80px 0;
}

#category #category-wrapper {
    width: 100%;
    height: auto;
 
}

#category #category-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#category #category-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#category #category-flters li:hover,
#category #category-flters li.filter-active {
    background: #2dc997;
    color: #fff;
}

#category .category-item {
    position: relative;
        max-width: 13vw; /* Lebar lebih kecil untuk desktop */
        overflow: hidden !important;
        margin-bottom: 30px; /* Margin lebih besar untuk perangkat desktop */
        transition: all 350ms ease;
        transform: scale(1);
}
@media (max-width: 1024px) {
    #category .category-item {
        position: relative;
        max-width: 15vw; /* Lebar lebih kecil untuk desktop */
        overflow: hidden !important;
        margin-bottom: 30px; /* Margin lebih besar untuk perangkat desktop */
        transition: all 350ms ease;
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    #category .category-item {
        position: relative;
        max-width: 35vw; /* Menyesuaikan lebar untuk perangkat lebih besar */
        overflow: hidden !important;
        margin-bottom: 20px; /* Menyesuaikan margin untuk perangkat lebih besar */
        transition: all 350ms ease;
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    #category .category-item {
        position: relative;
        max-width: 45vw; /* Menyesuaikan lebar untuk perangkat lebih besar */
        overflow: hidden !important;
        margin-bottom: 20px; /* Menyesuaikan margin untuk perangkat lebih besar */
        transition: all 350ms ease;
        transform: scale(1);
    }
}

#category .category-item a {
    display: block;
    margin-right: 15px;
}

#category .category-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* width:100%; */
}

#category .category-item .details {
    height: 50px;
    background: #2dc997;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#category .category-item .details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0 2px 8px;
    margin: 0;
}

#category .category-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#category .category-item:hover .details {
    bottom: 0;
}

#category .category-item:hover img {
    top: 0;
}

/* Contact Section
--------------------------------*/

#contact #google-map {
    height: 300px;
    margin-bottom: 20px;
}
#contact textarea {
    width: -webkit-fill-available;
}
#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #2dc997;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

@keyframes shake {
    0% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

#hero .social-links {
    padding-bottom: 20px;
}

#hero .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#hero .social-links a:hover {
    color: #fff;
    animation: shake 1s ease-in-out;
    animation-iteration-count: infinite;
}

#contact .form #sendmessage {
    color: #2dc997;
    border: 1px solid #2dc997;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .form button[type="submit"] {
    background: #2dc997;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    padding-top: 30rem;
    font-family: Spartan;
    color: white !important;
    max-width: 100%;
}
#footer .row {
    margin-right: 0 !important;
}
#footer .copyright {
    width: 24%;
    display: inline-block;
    font-weight: 800;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.footer-item {
    text-align: left;
    font-weight: 700;
    padding-left: 90px;
}
.footer-item a {
    color: white;
    text-decoration: none;
}

.footer-item ul {
    padding-top: 25px;
}
.footer-item ul,
li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: small;
    font-weight: normal;
}
.wrapper {
    margin-top: 2rem;
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    height: 100px;
    position: relative;
    overflow: hidden;
    transition: filter 0.3s ease;
}
.blur-div {
    width: 100%;
    height: 100%;
    position: relative;
    transition: filter 0.3s ease;
    top: 0;
    left: 0;
}

.blur-div:hover .wrapper {
    filter: blur(5px);
}

.see-more-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* Make sure hover events pass through */
}

.see-more-btn {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    padding: 10px 20px;
    color: #333;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blur-div:hover .see-more-btn {
    opacity: 1;
    pointer-events: auto; /* Enable hover events on button */
}

/* Media Queries for Mobile Devices */
@media (max-width: 600px) {
    .wrapper {
        width: 100%; /* Use full width on small screens */
        max-height: 100px; /* Adjust height if necessary */
        mask-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1) 15%,
            /* Adjust gradient for narrower viewports */ rgba(0, 0, 0, 1) 85%,
            rgba(0, 0, 0, 0)
        );
    }
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

@keyframes scrollRight {
    to {
        right: -200px;
    }
}

.itemLeft,
.itemRight {
    width: 20vw; /* Use viewport width for responsiveness */
    max-width: 200px; /* Cap the maximum width */
    height: 100px;
    border-radius: 6px;
    position: absolute;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
}
.itemLeft img,
.itemRight img {
    width: 100% !important;
}

.itemLeft {
    left: max(calc(20vw * 8), 100%);
    animation-name: scrollLeft;
}

.itemRight {
    right: max(calc(20vw * 8), calc(100% + 20vw));
    animation-name: scrollRight;
}

.item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
    -webkit-animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

/* Media Queries for smaller screens */
@media (max-width: 600px) {
    .itemLeft img,
    .itemRight img {
        width: 25vw; /* Increase width for small screens */
    }

    .wrapper {
        max-height: 100px; /* Adjust height if needed */
    }
}
* {
    box-sizing: border-box;
}

.customer {
    word-wrap: break-word;
    width: 100%;
    padding: 2rem 0;
}

.customer .containersl {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    width: 100%;
    height: 30rem;
    line-height: 0;
}
.containersl::before,
.containersl::after{
    background-image: linear-gradient(to bottom,rgb(255, 255, 255,1)0%, rgba(255,255,255,0)100%);
    content: '';
    width: 100%;
    position: absolute;
    height: 20%;
    z-index: 2;
}
.containersl::before{
    top: 0;
    right: 0;
}
.containersl::after{
    bottom: 0;
    right: 0;
    transform: rotateZ(180deg);
}
.swiper-wrapper {
    height: 800px !important;
}
.slideDiv,
.controls {
    position: absolute;
    transition: 2s;
}

.slideDiv,
.slide {
    width: 100%;
    height: 100%;
}
.slide .row {
    max-width: 80rem;
    height: 185px;
}

.slide .col-md,
.slide img {
    max-width: 19rem;
    padding-left: 2rem;
}
.customer .slide {
    background-size: cover;
}

.controls {
    top: 41%;
    right: 0;
    padding: 0 0.63rem;
    z-index: 5;
    text-align: center;
}

.controls .button {
    width: 0.9375rem;
    height: 0.9375rem;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    transition: all ease 0.2s;
    border: 1px solid #fff;
    opacity: 0.6;
    outline: none;
    background-color: #333;
}

.button:not(:last-child) {
    margin-bottom: 0.63rem;
}

.button:hover,
.button:focus {
    opacity: 1;
}

.customer .selected {
    background-color: #cb411f;
}
.swiper {
  width: 100% !important;
  height: 100% !important;
}

.swiper-slide {
  text-align: center;
  height: 120px !important; /* Menggunakan height 100% untuk membuatnya responsif */
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
    display: block;
    max-width: 20vw;
    height:14vh !important;
    object-fit: contain;
}

img.col-4 {
max-width: 13vw;    
height: auto ;}

/* Media query untuk ukuran layar yang lebih kecil */
@media (max-width: 1200px) {
  .swiper-slide {
    font-size: 16px; /* Mengatur font-size untuk ukuran layar yang lebih kecil */
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    font-size: 14px; /* Mengatur font-size untuk ukuran layar yang lebih kecil */
  }
  .swiper-slide img {
    max-width: 90%; /* Mengatur max-width untuk ukuran layar yang lebih kecil */
  }
}

@media (max-width: 600px) {
  .swiper-slide {
    font-size: 12px; /* Mengatur font-size untuk ukuran layar yang lebih kecil */
  }
  .swiper-slide img {
    max-width: 80%; /* Mengatur max-width untuk ukuran layar yang lebih kecil */
  }
}

@media (max-width: 480px) {
  .swiper-slide {
    font-size: 8px; /* Mengatur font-size untuk ukuran layar yang lebih kecil */
  }
  .swiper-slide img {
    max-width: 25%; /* Mengatur max-width untuk ukuran layar yang lebih kecil */
  }
}

* {
    box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap); /*! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com*/ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
    height: 0;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono",
        Menlo, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    box-shadow: none;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
button {
    background-color: transparent;
    background-image: none;
}
fieldset {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    line-height: 1.5;
}
body {
    font-family: inherit;
    line-height: inherit;
}
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}
hr {
    border-top-width: 1px;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
:-moz-focusring {
    outline: auto;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
*,
::after,
::before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x))
        translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
        skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.inset-x-0 {
    left: 0;
    right: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-3 {
    top: 0.75rem;
}
.right-3 {
    right: 0.75rem;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.z-20 {
    z-index: 20;
}
.z-50 {
    z-index: 50;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.m-6 {
    margin: 1.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}
.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-24 {
    margin-top: 6rem;
}
.mt-20 {
    margin-top: 5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-1\.5 {
    margin-right: 0.375rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mt-32 {
    margin-top: 8rem;
}
.mt-16 {
    margin-top: 4rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mr-4 {
    margin-right: 1rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.ml-8 {
    margin-left: 2rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-6 {
    height: 1.5rem;
}
.h-full {
    height: 100%;
}
.h-3\/4 {
    height: 75%;
}
.h-popup-services {
    height: 511px;
}
.h-0\.5 {
    height: 0.125rem;
}
.h-0 {
    height: 0;
}
.h-5 {
    height: 1.25rem;
}
.h-96 {
    height: 24rem;
}
.h-40 {
    height: 10rem;
}
.h-64 {
    height: 16rem;
}
.h-72 {
    height: 18rem;
}
.h-4 {
    height: 1rem;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-full {
    min-height: 100%;
}
.w-full {
    width: 100%;
}
.w-36 {
    width: 9rem;
}
.w-9 {
    width: 2.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-auto {
    width: auto;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-1\/2 {
    width: 50%;
}
.w-72 {
    width: 18rem;
}
.w-3\/4 {
    width: 75%;
}
.w-5 {
    width: 1.25rem;
}
.w-16 {
    width: 4rem;
}
.w-64 {
    width: 16rem;
}
.w-7\/12 {
    width: 58.333333%;
}
.min-w-full {
    min-width: 100%;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-none {
    max-width: none;
}
.max-w-full {
    max-width: 100%;
}
.flex-none {
    flex: none;
}
.transform {
    transform: var(--tw-transform);
}
.cursor-pointer {
    cursor: pointer;
}
.list-inside {
    list-style-position: inside;
}
.list-disc {
    list-style-type: disc;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-center {
    place-content: center;
}
.content-center {
    align-content: center;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-items-end {
    justify-items: end;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.place-self-end {
    place-self: end;
}
.self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-2xl {
    border-radius: 1rem;
}
.border-2 {
    border-width: 2px;
}
.border {
    border-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-dashed {
    border-style: dashed;
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.border-blue-nominatix {
    --tw-border-opacity: 1;
    border-color: rgba(51, 139, 165, var(--tw-border-opacity));
}
.border-green-light-nominatix {
    --tw-border-opacity: 1;
    border-color: rgba(224, 255, 113, var(--tw-border-opacity));
}
.border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-blue-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 139, 165, var(--tw-bg-opacity));
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-darkblue-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 128, 153, var(--tw-bg-opacity));
}
.bg-gray-nominatix {
    background-color: #c0c0c0b2;
}
.bg-red-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 70, 60, var(--tw-bg-opacity));
}
.bg-darkblue3-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 116, 134, var(--tw-bg-opacity));
}
.bg-green-toblue-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 181, 176, var(--tw-bg-opacity));
}
.bg-green-light-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 255, 113, var(--tw-bg-opacity));
}
.bg-green-dark-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 218, 124, var(--tw-bg-opacity));
}
.bg-gold-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(201, 152, 0, var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-light-calm-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 245, 245, var(--tw-bg-opacity));
}
.bg-pastel-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 171, 115, var(--tw-bg-opacity));
}
.bg-green-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(155, 244, 180, var(--tw-bg-opacity));
}
.bg-softpurple-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(172, 172, 224, var(--tw-bg-opacity));
}
.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}
.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-grad1-nominatix {
    --tw-gradient-from: #042e38;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(4, 46, 56, 0));
}
.from-darkblue-nominatix {
    --tw-gradient-from: #218099;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(33, 128, 153, 0));
}
.from-yellow-to-orange {
    --tw-gradient-from: #fed766;
    --tw-gradient-stops: var(--tw-gradient-from),
        var(--tw-gradient-to, rgba(254, 215, 102, 0));
}
.to-grad2-nominatix {
    --tw-gradient-to: #218099;
}
.to-green-toblue-nominatix {
    --tw-gradient-to: #00b5b0;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-8 {
    padding: 2rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-9 {
    padding: 2.25rem;
}
.p-7 {
    padding: 1.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-12 {
    padding: 3rem;
}
.py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.pt-36 {
    padding-top: 9rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-24 {
    padding-top: 6rem;
}
.pt-32 {
    padding-top: 8rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pt-16 {
    padding-top: 4rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pr-0 {
    padding-right: 0;
}
.pt-20 {
    padding-top: 5rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.align-middle {
    vertical-align: middle;
}
.font-similarCentury {
    font-family: Spartan;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.leading-8 {
    line-height: 2rem;
}
.leading-10 {
    line-height: 2.5rem;
}
.tracking-wide {
    letter-spacing: 0.025em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-nominatix {
    --tw-text-opacity: 1;
    color: rgba(51, 139, 165, var(--tw-text-opacity));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-red-nominatix {
    --tw-text-opacity: 1;
    color: rgba(248, 70, 60, var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-darkblue-nominatix {
    --tw-text-opacity: 1;
    color: rgba(33, 128, 153, var(--tw-text-opacity));
}
.text-green-light-nominatix {
    --tw-text-opacity: 1;
    color: rgba(224, 255, 113, var(--tw-text-opacity));
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}
.ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}
.ring-opacity-40 {
    --tw-ring-opacity: 0.4;
}
.ring-opacity-60 {
    --tw-ring-opacity: 0.6;
}
.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}
.ring-offset-0 {
    --tw-ring-offset-width: 0px;
}
.transition {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.delay-1000 {
    transition-delay: 1s;
}
.delay-150 {
    transition-delay: 150ms;
}
.duration-1000 {
    transition-duration: 1s;
}
.duration-700 {
    transition-duration: 0.7s;
}
.duration-500 {
    transition-duration: 0.5s;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.scrollbar-hide {
    scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    transform: var(--tw-transform);
}
.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
    transform: var(--tw-transform);
}
.hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
    transform: var(--tw-transform);
}
.hover\:transform:hover {
    transform: var(--tw-transform);
}
@-webkit-keyframes wiggle {
    0%,
    100% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
}
@keyframes wiggle {
    0%,
    100% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
}
.hover\:animate-wiggle:hover {
    -webkit-animation: wiggle 0.7s ease-in-out infinite;
    animation: wiggle 0.7s ease-in-out infinite;
}
.hover\:border-darkblue-nominatix:hover {
    --tw-border-opacity: 1;
    border-color: rgba(33, 128, 153, var(--tw-border-opacity));
}
.hover\:border-green-light-nominatix:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 255, 113, var(--tw-border-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-lightblue-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 169, 186, var(--tw-bg-opacity));
}
.hover\:bg-darkblue-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 128, 153, var(--tw-bg-opacity));
}
.hover\:bg-green-toblue-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 181, 176, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-green-light-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 255, 113, var(--tw-bg-opacity));
}
.hover\:bg-light-calm-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 245, 245, var(--tw-bg-opacity));
}
.hover\:bg-blue-nominatix:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 139, 165, var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.hover\:font-bold:hover {
    font-weight: 700;
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-pastel-nominatix:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 171, 115, var(--tw-text-opacity));
}
.hover\:text-green-toblue-nominatix:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 181, 176, var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:underline:hover {
    text-decoration: underline;
}
.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:ring-2:hover {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:block {
    display: block;
}
@keyframes wiggle {
    0%,
    100% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
}
.group:hover .group-hover\:animate-wiggle {
    -webkit-animation: wiggle 0.7s ease-in-out infinite;
    animation: wiggle 0.7s ease-in-out infinite;
}
.group:hover .group-hover\:rounded-full {
    border-radius: 9999px;
}
.group:hover .group-hover\:bg-pastel-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 171, 115, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-green-toblue-nominatix {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 181, 176, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
@media (min-width: 640px) {
    .sm\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
    .sm\:mt-0 {
        margin-top: 0;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:-mr-5 {
        margin-right: -1.25rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mt-16 {
        margin-top: 4rem;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:ml-16 {
        margin-left: 4rem;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-8 {
        width: 2rem;
    }
    .sm\:w-3\/4 {
        width: 75%;
    }
    .sm\:max-w-full {
        max-width: 100%;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-end {
        justify-content: flex-end;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-5 {
        gap: 1.25rem;
    }
    .sm\:gap-7 {
        gap: 1.75rem;
    }
    .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:border-l-2 {
        border-left-width: 2px;
    }
    .sm\:p-0 {
        padding: 0;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .sm\:pl-0 {
        padding-left: 0;
    }
    .sm\:pt-0 {
        padding-top: 0;
    }
    .sm\:pt-36 {
        padding-top: 9rem;
    }
    .sm\:pt-12 {
        padding-top: 3rem;
    }
    .sm\:pl-10 {
        padding-left: 2.5rem;
    }
    .sm\:pr-10 {
        padding-right: 2.5rem;
    }
    .sm\:pr-5 {
        padding-right: 1.25rem;
    }
    .sm\:pl-3 {
        padding-left: 0.75rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 768px) {
    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:ml-0 {
        margin-left: 0;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:ml-16 {
        margin-left: 4rem;
    }
    .md\:ml-20 {
        margin-left: 5rem;
    }
    .md\:flex {
        display: flex;
    }
    .md\:h-h-videoplayer2 {
        height: 226px;
    }
    .md\:h-8 {
        height: 2rem;
    }
    .md\:w-3\/6 {
        width: 50%;
    }
    .md\:w-w-videoplayer2 {
        width: 407px;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-col {
        flex-direction: column;
    }
    .md\:place-items-center {
        place-items: center;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:pl-10 {
        padding-left: 2.5rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .md\:leading-relaxed {
        line-height: 1.625;
    }
}
@media (min-width: 1024px) {
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:h-10 {
        height: 2.5rem;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-10 {
        width: 2.5rem;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:gap-3 {
        gap: 0.75rem;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px) {
    .xl\:h-full {
        height: 100%;
    }
    .xl\:pt-48 {
        padding-top: 12rem;
    }
    .xl\:pl-24 {
        padding-left: 6rem;
    }
    .xl\:pl-10 {
        padding-left: 2.5rem;
    }
}
.loading-page[data-v-d4fe8b10] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem;
    text-align: center;
    font-size: 3rem;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loading[data-v-d4fe8b10] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 4px solid rgba(9, 133, 81, 0.705);
    border-top-color: #158876;
    -webkit-animation: spin-data-v-d4fe8b10 1s ease-in-out infinite;
    animation: spin-data-v-d4fe8b10 1s ease-in-out infinite;
}
@-webkit-keyframes spin-data-v-d4fe8b10 {
    to {
        -webkit-transform: rotate(1turn);
    }
}
@keyframes spin-data-v-d4fe8b10 {
    to {
        -webkit-transform: rotate(1turn);
    }
}

.__nuxt-error-page {
    padding: 1rem;
    background: #f7f8fb;
    color: #47494e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.__nuxt-error-page .error {
    max-width: 450px;
}
.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px;
}
.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px;
}
.__nuxt-error-page a {
    color: #7f828b !important;
    text-decoration: none;
}
.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px;
}
@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__container {
    position: relative;
    box-sizing: border-box;
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}
.splide.is-active .splide__list {
    display: flex;
}
.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__slider {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}
.iiz[data-v-e6d72b16] {
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
}
.iiz--drag .iiz__zoom-img--visible[data-v-e6d72b16] {
    cursor: -webkit-grab;
    cursor: grab;
}
.iiz__img[data-v-e6d72b16] {
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
}
.iiz__img--hidden[data-v-e6d72b16] {
    visibility: hidden;
    opacity: 0;
}
.iiz__img--abs[data-v-e6d72b16] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.iiz__zoom-img[data-v-e6d72b16] {
    width: auto !important;
    max-width: none !important;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: block;
}
.iiz__zoom-img--visible[data-v-e6d72b16] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    cursor: zoom-out;
    touch-action: none;
}
.iiz__zoom-portal[data-v-e6d72b16] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.iiz__btn[data-v-e6d72b16] {
    background: hsla(0, 0%, 100%, 0.8);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.iiz__btn[data-v-e6d72b16]:before {
    content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
}
.iiz__hint[data-v-e6d72b16] {
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}
.iiz__hint[data-v-e6d72b16]:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 19.9'%3E%3Cpath d='M13.9 7.4C13.9 3.8 11 .9 7.4.9S.9 3.8.9 7.4s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5zm5.3 12.5l-6.7-7.2c-1.4 1.3-3.2 2.1-5.1 2.1-4.1 0-7.4-3.3-7.4-7.4S3.3 0 7.4 0s7.4 3.3 7.4 7.4c0 1.7-.6 3.4-1.7 4.7l6.8 7.2-.7.6z' fill='%23000222'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
}
.iiz__close[data-v-e6d72b16] {
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
}
.iiz__close--visible[data-v-e6d72b16] {
    visibility: visible;
    opacity: 1;
}
.iiz__close[data-v-e6d72b16]:before {
    content: "";
    width: 29px;
    height: 29px;
    background-image: linear-gradient(#222, #222), linear-gradient(#222, #222);
    background-size: 100% 1px, 1px 100%;
    transform: rotate(45deg);
}
