@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

:root {
    --black: #000;
    --white: #FFF;
    --egyptian-blue: #1b46a4;
    --scooter: #32aada;
    --boston-blue: #4391b1;
    --gorse: #ffd83f;
    --gorse-85: rgba(255, 216, 63, 0.85);
    --shamrock: #2abe95;
    --carrot-orange: #f39e27;
    --valencia: #d63648;
    --clear-day: #E9F8F4;
}

@font-face {
    font-family: "Gill Sans";
    src: url(../webfonts/gill-sans.ttf);
}
  
@font-face {
    font-family: "Proxima Nova Medium";
    src: url(../webfonts/proxima-nova-regular.ttf);
}

@font-face {
    font-family: "Proxima Nova Black";
    src: url(../webfonts/ProximaNovaBold.otf);
}

@font-face {
    font-family: "Hershell Script";
    src: url(../webfonts/HershellScript.otf);
}

@font-face {
    font-family: "Rigoletto";
    src: url(../webfonts/Rigoletto.otf);
}

.gillsans { font-family: "Gill Sans", sans-serif !important; }
.proxima-nova-medium { font-family: "Proxima Nova Medium", sans-serif !important; }
.proxima-nova-black { font-family: "Proxima Nova Black", sans-serif !important; }
.sacramento-regular {
  font-family: "Sacramento", cursive !important;
  font-weight: 600;
  font-style: normal;
}
.hershell-script { font-family: "Hershell Script", sans-serif !important; }
.rigoletto { font-family: "Rigoletto", sans-serif !important; }

.bg-egyptian-blue { background-color: var(--egyptian-blue); }
.bg-scooter { background-color: var(--scooter); }
.bg-shamrock { background-color: var(--shamrock); }
.bg-frostproof { background-color: #DFF2F9; }
.bg-freeze-up { background-color: #DDECF3; }
.bg-gorse { background-color: var(--gorse); }
.bg-valencia { background-color: var(--valencia); }
.bg-clear-day { background-color: var(--clear-day); }

.text-egyptian-blue { color: var(--egyptian-blue); }
.text-scooter { color: var(--scooter); }
.text-shamrock { color: var(--shamrock); }
.text-carrot-orange { color: var(--carrot-orange); }
.text-valencia { color: var(--valencia); }
.text-gorse { color: var(--gorse); }

.link-boston-blue { color: var(--boston-blue); font-weight: 700; }
.link-boston-blue:hover { color: var(--valencia) !important; }

.link-scooter { color: var(--scooter); font-weight: 700; }
.link-scooter:hover { color: color: var(--scooter) !important; }

.link-shamrock { color: var(--shamrock); font-weight: 700; }
.link-shamrock:hover { color: color: var(--shamrock) !important; }

.btn-gorse { color: #000; font-weight: 800; background-color: var(--gorse-85); }
.btn-gorse:hover { background-color: rgba(255, 224, 101, 0.8); }

/* .alt-font { font-family: "Gill Sans", sans-serif !important; } */
.alt-font { font-family: 'Proxima Nova Medium', sans-serif; }

.table>tbody>tr, .table>tfoot>tr { font-family: 'Proxima Nova Medium', sans-serif !important; }

.table>thead>tr { font-family: 'Gill Sans', sans-serif !important; }

h1, h2, h3, h4, h5, h6, footer { color: #232323; font-family: "Gill Sans", sans-serif !important; }

h1, h2, h3, h4, h5, h6 { letter-spacing: 2px; }

p { font-size: 21px; color: #232323; letter-spacing: 0.8px !important; font-family: "Proxima Nova Medium" , sans-serif !important; }

.text-extra-medium { font-size: 17px; }

.progress { height: 50px; border-radius: 10px; background-color: transparent !important; }
.progress-bar { font-size: 40px; font-weight: 600; text-align: start; padding-left: 20px; }

.rounded-1 { border-radius: 1rem !important; }
.rounded-2 { border-radius: 2rem !important; }
.rounded-3 { border-radius: 3rem !important; }
.rounded-all-corners { border-radius: 3rem !important; }
.rounded-top-corners { border-radius: 3rem 3rem 0 0 !important; }
.rounded-bottom-corners { border-radius: 0 0 3rem 3rem !important; }

.table>tbody>td, .table>tfoot>tr { font-family: 'Proxima Nova Medium', sans-serif !important; }

.table>thead>th { font-family: 'Gill Sans', sans-serif !important; }

.height-55px { height: 55px; }

.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    font-size: 21px;
    color: #232323;
    letter-spacing: 0.8px !important;
    font-family: "Proxima Nova Medium" , sans-serif !important;
}

.list-style-cc {list-style: none; margin: 0; padding: 0;}
.list-style-cc li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    color: #232323;
    letter-spacing: 0.8px !important;
    font-family: "Proxima Nova Medium" , sans-serif !important;
}
.list-style-cc li:before {content: ""; width: 10px; height: 1px; background-color: var(--boston-blue); position: absolute; top: 11px; left: 0;}

.menu-text { color: #FFF; font-size: 16px; font-family: "Gill Sans", sans-serif !important; }

header nav .navbar-nav.text-normal > li > a { 
    font-size: 16px; 
    font-weight: 700; 
}

.full-width-pull-menu .link-style-2 ul li a { 
    font-size: 35px;
    line-height: 75px;
    font-family: "Gill Sans", sans-serif !important;
 }

 .full-width-pull-menu .link-style-2 .dropdown ul {
    left: 25px;
 }

 .full-width-pull-menu .link-style-2 .dropdown ul li a {
    font-size: 20px;
    line-height: 35px;
 }

.inline-flex {
    display: inline-flex !important;
}

video {
    /*position: absolute;*/
    width: 100%;
    height: auto;
    /* height: 100%; */
    object-fit: cover;
}

.overlap-section {
    margin-top: -7%;
}

.inline-text { display: inline-block; }

.initial-text { display: initial; }

.svg-waves { position: absolute; top: 0; left: 0; width: 100%; line-height: 0; z-index: 0; }

.svg-waves-bottom {
    position: absolute; bottom: 0; left: 0; width: 100%; line-height: 0; z-index: 0; transform: rotate(180deg);
}

/* Photos with stats */
.main-wrapper {
    position: relative;
    /*width: 320px;*/
    height: 360px;
}

/* Stat Circles */
.stat-circle-scooter {
    position: absolute;
    background-color: var(--scooter);
    color: white !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-scooter-medium {
    position: absolute;
    background-color: var(--scooter);
    color: white !important;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-scooter-big {
    position: absolute;
    background-color: var(--scooter);
    color: white !important;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-scooter-extra-big {
    position: absolute;
    background-color: var(--scooter);
    color: white !important;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-shamrock {
    position: absolute;
    background-color: var(--shamrock);
    color: white !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-shamrock-medium {
    position: absolute;
    background-color: var(--shamrock);
    color: white !important;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-shamrock-big {
    position: absolute;
    background-color: var(--shamrock);
    color: white !important;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-white {
    position: absolute;
    background-color: var(--white);
    color: black !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-white-medium {
    position: absolute;
    background-color: var(--white);
    color: black !important;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-white-big {
    position: absolute;
    background-color: var(--white);
    color: black !important;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-black {
    position: absolute;
    background-color: var(--black);
    color: white !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-black-big {
    position: absolute;
    background-color: var(--black);
    color: white !important;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-gorse {
    position: absolute;
    background-color: var(--gorse);
    color: white !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-gorse-big {
    position: absolute;
    background-color: var(--gorse);
    color: white !important;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-gorse-extra-big {
    position: absolute;
    background-color: var(--gorse);
    color: white !important;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-valencia {
    position: absolute;
    background-color: var(--valencia);
    color: white !important;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.stat-circle-scooter .number, .stat-circle-white .number {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.top-left {
    top: -50px;
    left: -40px;
}

.top-left-big {
    top: -25px;
    left: -55px;
}

.top-left-big-2 {
    top: 100px;
    left: -120px;
}

.top-right {
    top: -50px;
    left: -40px;
}

.top-right-2 {
    top: -50px;
    right: -50px;
}

.bottom-left {
    bottom: -90px;
    right: 30px;
}

.bottom-right {
    bottom: -90px;
    right: 30px;
}

.bottom-right-big {
    bottom: -70px;
    right: -75px;
}

.bottom-right-2 {
    bottom: 55px;
    right: -55px;
}

.bottom-right-3 {
    bottom: -10px;
    right: -55px;
}

.bottom-edge-left {
    bottom: -70px;
    left: -40px;
}

.middle-right {
    bottom: 70px;
    right: -60px;
}

/* Image placeholders */
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.image {
    position: absolute;
}

/* Main gray square (background) */
.bg-main {
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Smaller rounded rectangles */
.img-left {
    width: 90px;
    height: 90px;
    top: 65%;
    left: -25px;
    z-index: 2;
}

.img-left-2 {
    width: 140px;
    height: 140px;
    top: 85%;
    left: -25px;
    z-index: 2;
}

.img-left-top {
    width: 150px;
    height: 150px;
    top: 5%;
    left: -50px;
    z-index: 2;
}

.img-right {
    width: 140px;
    height: 140px;
    top: 20%;
    right: -25px;
    z-index: 2;
}

.img-right-2 {
    width: 90px;
    height: 90px;
    top: -15%;
    right: 45px;
    z-index: 2;
}

.img-middle-right {
    width: 165px;
    height: 165px;
    top: 34%;
    right: -50px;
    z-index: 2;
}

.badge-overlay {
    width: 140px;
    height: 140px;
    background-color: var(--scooter);
    border-radius: 50%;
    padding: 10px;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 195px;
    left: 225px;
}

.circle-badge {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    border: 6px solid var(--shamrock) !important;
}

/* Lightbox modal */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.lightbox .close {
    position: fixed;
    top: 6.5rem;
    right: 38rem;
    width: 40px;
    height: 40px;
    background-color: var(--carrot-orange);
    color: var(--white);
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.lightbox .close:hover {
    color: #ccc;
}

.cursor-pointer {
    cursor: pointer;
}

blockquote, .quote-valencia {
    position: relative;
    color: #31aad9;
    padding: 30px 0;
    width: 100%;
    /*max-width: 500px;*/
    z-index: 1;
    /*margin: 80px auto;*/
    align-self: center;
    border-top: solid 1rem #1d5c8b;
    border-left: 0;
    box-shadow: 0 12px 35px -11px rgba(0,0,0,0.4);
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
    transition: all 1s;
}
.quote-valencia {
    border-top: solid 1rem var(--valencia);
}
blockquote p .quote-valencia {
    line-height: 24px;
    padding: 0 15px;
}
blockquote:after{
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900;
    position: absolute;
    content: "\f10d";
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    top: -10px;
    left: 30px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d5c8b;
}
.quote-valencia:after, .quote-valencia:before {
    -webkit-text-stroke-color: var(--valencia);
}
blockquote:before {
    font-family: "Font Awesome 6 Free", serif;
    font-weight: 900; 
    position: absolute;
    content:"\f10e";
    color: #ffffff;
    font-size: 3rem;
    line-height: 0;
    bottom: -10px;
    right: 30px;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d5c8b;
}

.mark, mark {
    padding: .2em;
    background-color: #e2f17a !important;
}

#financials {
    display: none;
}

#contact-pwd {
    text-align: center;
    font-size: 24px;
    color: #232323;
    letter-spacing: 1.5px;
    font-family: "Proxima Nova Medium", sans-serif !important;
}

input[type="password"] {
    text-align: center;
}

#contact-pwd::placeholder {
    font-size: 16px;
    text-align: center;
}

/* For Firefox */
#contact-pwd::-moz-placeholder {
    font-size: 16px;
    text-align: center;
}

/* For Internet Explorer */
#contact-pwd:-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}

/* For Edge */
#contact-pwd::-ms-input-placeholder {
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    /*.swiper-button-next, .swiper-button-prev {*/
    /*    top: var(--swiper-navigation-top-offset, 65%) !important;*/
    /*}*/
}

/* Small devices */
@media only screen and (max-width: 767px) {

}

.vimeo-video {
    padding: 100% 0 0 0;
    position:relative;
}

.highcharts-credits { display: none !important; }

.rounded-bottom-right-corner-image { border-radius: 0 0 3rem 0; }

.jvectormap-container { border-radius: 1rem !important; }

.list-style-3 li:before { background-color: var(--shamrock); }

.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .audio-control {
        font-size: 20px;
        opacity: 1;
        position: absolute;
        top: 16%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem!important;
    }
    .rounded-bottom-right-corner-image { border-radius: 0 !important; }
    .rounded-mobile { border-radius: .25rem !important; }

    h1 { font-size: 2rem; }        /* 32px */
    h2 { font-size: 1.75rem; }     /* 28px */
    h3 { font-size: 1.5rem; }      /* 24px */
    h4 { font-size: 1.25rem; }     /* 20px */
    h5 { font-size: 1.125rem; }    /* 18px */
    h6 { font-size: 1rem; }        /* 16px */
    p { font-size: 1rem; }         /* 16px */
    small { font-size: 0.85rem; }  /* 13.6px */

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1rem;
    }

    .menu-mobile { margin-top: -3.5rem; margin-left: 17rem; }
    .navbar-fixed-top { top: -9px; }
    /*.swiper-button-next, .swiper-button-prev { top: 92%; }*/
    /*.swiper-button-prev { left: 25px; }*/
    /*.swiper-button-next { right: 25px; }*/
    blockquote { padding: 12px 8px !important; }
    .swiper-button-next, .swiper-button-prev { top: var(--swiper-navigation-top-offset, 60%) !important; }
    .wave-svg, .svg-waves-bottom { height: 2.5vh; }
    .stat-circle-scooter { width: 125px !important; height: 125px !important; }
    .stat-circle-scooter-big { width: 175px !important; height: 175px !important; }
    .stat-circle-scooter-medium { width: 145px !important; height: 145px !important; }
    .stat-circle-white { width: 125px !important; height: 125px !important; }
    .stat-circle-white-medium { width: 160px !important; height: 160px !important; }
    .stat-circle-white-big { width: 160px !important; height: 160px !important; }
    .stat-circle-black-big { width: 180px !important; height: 180px !important; }
    .stat-circle-gorse-big { width: 165px !important; height: 165px !important; }
    .stat-circle-shamrock-big { width: 180px !important; height: 180px !important; }
    .stat-circle-gorse-extra-big { width: 178px !important; height: 178px !important; }
    .bottom-right { bottom: 10px !important; right: 13px !important; }
    .bottom-right-2 { bottom: 30px !important; right: -20px !important; }
    .top-left { top: -50px; left: -20px !important; }
    .top-left-big { top: -80px !important; left: -20px !important; }
    .bottom-right-big { bottom: -10px; right: -15px; }
    .bottom-edge-left { bottom: 30px !important; left: -20px !important; }
    .middle-right { bottom: 70px !important; right: -20px !important; }
    .bottom-right-3 { bottom: -10px; right: -15px; }
    .top-right-2 { top: -70px; right: -20px; }
    .badge-overlay { width: 105px !important; height: 105px !important; top: 130px !important; }

    .main-wrapper-mobile { height: 330px; }
    .progress-bar {
        font-size: 26px;
        font-weight: 600;
        text-align: start;
        padding-left: 10px;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .audio-control {
        font-size: 20px;
        opacity: 1;
        position: absolute;
        top: 24%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem!important;
    }
    .rounded-bottom-right-corner-image { border-radius: 0 !important; }
    .rounded-mobile { border-radius: .25rem !important; }

    h1 { font-size: 2rem; }        /* 32px */
    h2 { font-size: 1.75rem; }     /* 28px */
    h3 { font-size: 1.5rem; }      /* 24px */
    h4 { font-size: 1.25rem; }     /* 20px */
    h5 { font-size: 1.125rem; }    /* 18px */
    h6 { font-size: 1rem; }        /* 16px */
    p { font-size: 1rem; }         /* 16px */
    small { font-size: 0.85rem; }  /* 13.6px */

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .audio-control {
        font-size: 30px;
        position: absolute;
        top: 33%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem!important;
    }
    .rounded-bottom-right-corner-image { border-radius: 0 0 0 3rem !important; }
    /*.rounded-mobile { border-radius: .25rem !important; }*/

    h1 { font-size: 48px !important; }
    h2 { font-size: 43px !important; }
    h3 { font-size: 38px !important; }
    h4 { font-size: 32px !important; }
    h5 { font-size: 27px !important; }
    h6 { font-size: 23px !important; }
    p { font-size: 1.3rem !important; }
    small { font-size: 0.9rem !important; }
    .text-medium { font-size: 17px !important; }

    .list-style-3 li {
        margin: 0 0 5px 0;
        font-size: 1.3rem;
    }

    .wave-svg, .svg-waves-bottom { height: 2vh; }

    .stat-circle-scooter { width: 145px !important; height: 145px !important; }
    .stat-circle-scooter-big { width: 175px !important; height: 175px !important; }
    .stat-circle-scooter-medium { width: 145px !important; height: 145px !important; }
    .stat-circle-white { width: 145px !important; height: 145px !important; }
    .stat-circle-white-medium { width: 190px !important; height: 190px !important; }
    .stat-circle-white-big { width: 205px !important; height: 205px !important; }
    .stat-circle-black-big { width: 180px !important; height: 180px !important; }
    .stat-circle-gorse-big { width: 208px !important; height: 208px !important; }
    .stat-circle-shamrock-big { width: 180px !important; height: 180px !important; }
    .stat-circle-gorse-extra-big { width: 210px !important; height: 210px !important; }
    .bottom-right { bottom: 10px !important; right: 90px !important; }
    .bottom-right-2 { bottom: 0 !important; right: 90px !important; }
    .top-left { top: 10px; left: 70px !important; }
    .top-left-big { top: 0 !important; left: 10px !important; }
    .bottom-right-big { bottom: -35px; right: 30px; }
    .bottom-edge-left { bottom: 0 !important; left: 90px !important; }
    .middle-right { bottom: 70px !important; right: 70px !important; }
    .bottom-right-3 { bottom: -10px; right: 80px; }
    .top-right-2 { top: -20px; right: 30px; }
    .badge-overlay { width: 125px !important; height: 125px !important; top: 130px !important; }

    .btn-gorse { font-weight: 700 !important; }

    .maps { height: 400px !important; }

    .pwd-input { width: 60% !important; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .audio-control {
        font-size: 30px;
        position: absolute;
        top: 36%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem!important;
    }
    .rounded-bottom-right-corner-image { border-radius: 0 0 3rem 0 !important; }
    /*.rounded-mobile { border-radius: .25rem !important; }*/

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .audio-control {
        font-size: 35px;
        position: absolute;
        top: 50%;
        right: 3%;
        transition: opacity 0.3s;
        z-index: 1;
        background-color: var(--shamrock);
        padding: 7px;
        border-radius: 0.25rem!important;
    }


}

@media only screen
and (min-device-width: 834px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    /* iPad Pro 11" o 12.9" */
    .badge-overlay { top: 140px !important; }

}
