.module-25-cta .ry-hero-video::before {
    background-color: #23578440;
}

.module-25-cta .ry-hero-copy-top .ry-heading {
    font-size: calc(40px + 35 * ((100vw - 320px) / 1600));
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 25px;
}

@media screen and (max-width: 320px) {
    .module-25-cta .ry-hero-copy-top .ry-heading {
        font-size: 40px;
    }
}

@media screen and (min-width: 1920px) {
    .module-25-cta .ry-hero-copy-top .ry-heading {
        font-size: 75px;
    }
}

.module-25-cta {
    position: relative;
    background: #235784;
    padding: clamp(48px, 8.33vw, 100px);
}

@media (min-width: 992px) {

    .module-25-cta .swiper-button-next,
    .module-25-cta .swiper-button-prev {
        display: none;
    }

    .module-25-cta {
        background-image: none !important;
    }
}

.module-25-cta::before {
    background-color: #23578480 !important;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .module-25-cta {
        background-position: center;
        background-size: cover;
        /*height: 768px;*/
        overflow: hidden;
    }

    /*.module-25-cta::before {
        display: block; }*/
}

@media (min-width: 992px) {
    .module-25-cta .ry-hero-bg {
        display: none;
    }
}

.module-25-cta .ry-hero-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin-top: -1px;
}

@media (max-width: 991px) {

    .module-25-cta .ry-hero-video {
        display: none;
    }
}

/*.module-25-cta .ry-hero-video::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      z-index: 10; }*/
.module-25-cta .ry-hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-25-cta .ry-hero-copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 20;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
}

@media (max-width: 991px) {
    .module-25-cta .ry-hero-copy {
        padding: 0 30px;
    }
}

.module-25-cta .ry-hero-copy-top {
    text-align: center;
    margin-bottom: 30px;
}

.module-25-cta .ry-hero-copy-top p {
    color: #FFFFFF;
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 7px;
    text-align: center;
}

@media screen and (max-width: 320px) {
    .module-25-cta .ry-hero-copy-top p {
        font-size: 20px;
    }
}

@media screen and (min-width: 1920px) {
    .module-25-cta .ry-hero-copy-top p {
        font-size: 30px;
    }
}

.module-25-cta .ry-hero-copy-top .ry-heading {
    color: #FFFFFF;
    line-height: 42px;
}

.module-25-cta .ry-hero-cta-text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    line-height: 42px;
}

.module-25-cta .ry-hero-cta-img-container {
    /* margin-bottom: 28px; */
    text-align: center;
    /* min-width: 300px; */
    aspect-ratio: 1;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
}

.module-25-cta .ry-hero-cta-img-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 10px;
    border-radius: inherit;
    border: 1px solid #fff;
    opacity: 0;
}

.module-25-cta .ry-hero-cta-link .ry-hero-cta-img-container:hover:before {

    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 3px solid #235784;
    opacity: 1;
}


.module-25-cta .ry-hero-cta-img-container img {
    width: 60%;
    /* height: 300px; */
    /* border-radius: 50%; */
    object-fit: contain;
    /* border: 8px solid #235784; */
    filter: brightness(0) invert(1);
    transition: 0.3s ease-in-out all;
}

.module-25-cta #swiper-hero {
    /* background-color: #235784; */
    /* padding-top: 70px; */
    max-width: 1280px;
    width: 90%;
    float: none;
}

@media (max-width: 1400px) {
    .module-25-cta #swiper-hero {
        /* padding-top: 50px; */
    }
}

.module-25-cta .swiper-slide {
    text-align: center;
    height: 100%;
}

.module-25-cta .swiper-slide .ry-hero-cta-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    height: 100%;
    justify-content: center;
}

.module-25-cta .swiper-slide .ry-hero-cta-link:hover .ry-hero-cta-img-container {
    background: #fff;
    /* border-color:#333; */
    /* transform:scale(1.1); */
}

.module-25-cta .swiper-slide .ry-hero-cta-link:hover .ry-hero-cta-img-container img {
    filter: brightness(0) invert(73%) sepia(13%) saturate(440%) hue-rotate(172deg) brightness(99%) contrast(87%);
    transform: scale(0.8);
}

.module-25-cta .swiper-slide-active .ry-hero-cta-img-container {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease-in-out all;
}

@media (max-width: 991px) {
    .module-25-cta .swiper-slide-active .ry-hero-cta-img-container {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.module-25-cta .swiper-button-prev {
    background-image: none;
}

.module-25-cta .swiper-button-prev i {
    font-size: 4rem;
    position: relative;
    bottom: 13px;
}

.module-25-cta .swiper-button-next {
    background-image: none;
}

.module-25-cta .swiper-button-next i {
    font-size: 4rem;
    position: relative;
    bottom: 13px;
}

#swiper-hero a {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.3;
}

/* LIVE EDIT MODE */
#video-slider-cta button {
    margin: 0 5px;
}

#video-slider-cta .btn-sep {
    padding: 5px;
    min-height: 35px;
    text-transform: unset;
    font-size: 12px;
    color: #FFFFFF;
    background: #235784;
}

#video-slider-cta .btn-canvas:before {
    width: unset;
}

@media only screen and (max-width:600px) {

    .module-25-cta .swiper-button-next,
    .module-25-cta .swiper-button-prev {
        display: none
    }
}

/* END LIVE EDIT MODE */