html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Roboto", serif;
    line-height: 1;
    font-size: 18px;
    letter-spacing: -0.1pt;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h2 {
    font-size: 2.5rem;
}

.primary-blue-bg {
    background-color: #011F3A;
}

.primary-blue-color {
    color: #011F3A;
}

.primary-yellow-bg {
    background-color: #F8AE3F;
}

.primary-yellow-color {
    color: #F8AE3F;
}

.navbar {
    height: 96px;
}

.navbar.bg-dark {
    background-color: rgba(2, 2, 4, 0.65) !important;
    backdrop-filter: blur(10px);
}

.navbar.bg-dark.nav-bg {
    background: url(../images/nav-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.navbar.bg-dark.nav-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background: #7F378C;
    bottom: -10px;
}

.navbar-offset {
    height: 96px;
}

.navbar-brand img {
    width: 300px;
}

.nav-link {
    color: #FBB040 !important;
    text-transform: uppercase;
    background-color: #271B0A;
    border-radius: 4px;
    padding: 2px 12px !important;
    line-height: normal;
    margin: 0 6px;
    font-size: 18px;
}

.nav-link.active,
.nav-link:hover {
    transition: 0.35s ease-in;
    color: #271B0A !important;
    background-color: #FBB040;
}

.hero-section {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-block: 98px;
    background-image: url('../images/hero-bg.webp');
    background-size: cover;
    background-position: center;
    min-height: 730px;
    border-bottom: 10px solid #7F378C;
    color: #FFF;
}

.hero-section:before {
    content: '';
    position: absolute;
    bottom: 94px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    left: 0;
    right: 0;
    height: 100px;
}

.hero-section h1 {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 10px;
    font-size: 64px;
    font-weight: 700;
    margin-block: 10px;
    position: relative;
    z-index: 1;
}

/* .hero-section h1:last-of-type:before {
    content: url(../images/play-btn.svg);
    transform: translateY(6px) scale(0.85);
} */

.csg-solution {
    position: relative;
    background-color: #011F3A;
}

.csg-solution:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    height: 50%;
}

.broadband-provider-section {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
}

.broadband-provider-section .container {
    position: relative;
}

.broadband-provider-section .row {
    position: relative;
    z-index: 1;
}

.broadband-provider-section .container:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 80%;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    filter: blur(25px);
    background-color: rgba(251, 176, 64, .5);
    z-index: 0;
}

.broadband-provider-section .container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    background-color: #011F3A;
    z-index: 1;
}

.broadband-provider-section,
.constellation-bg {
    position: relative;
}

.constellation-bg {
    background: url(../images/constellation-bg.webp);
    height: 100%;
    background-size: cover;
    background-position: center;
}

.broadband-provider-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -155px;
    z-index: 1;
    border-color: #011f3a transparent transparent transparent;
    border-style: solid;
    border-width: 80px;
    width: 0;
    transform: scaleX(0.55);
}

.diagram-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    padding: 30px 60px;
    border-radius: 20px;
    margin-block: 2rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.28);
}

.constellation-bg .container {
    position: relative;
    z-index: 2;
}

.constellation-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
    border-color: #FFF transparent transparent transparent;
    border-style: solid;
    border-width: 80px;
    width: 0;
    transform: scaleX(0.55);
}

.constellation-bg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -110px;
    border-color: #080915 transparent transparent transparent;
    border-style: solid;
    border-width: 80px;
    width: 0;
    transform: scale(0.25, 0.45);
}

.button-primary {
    color: #FC9E27;
    border: 1px solid #FC9E27;
    background-color: #271B0A;
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s ease-in-out;
}

.button-primary:hover {
    background-color: #FC9E27;
    color: #271B0A;
}

.card {
    border: 1px solid #5691D6;
    color: #fff;
    padding: 16px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.card.primary-gradient {
    background-image: linear-gradient(#194272, #7F378C);
}

.card.secondary-gradient {
    background-image: linear-gradient(#194272, #0D2139);
}

.card.transparent {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.card .card-top {
    border-bottom: 1px solid #2680EB;
}

.card .card-top h4 {
    font-size: 24px;
    font-weight: 700;
    margin-block: 0.75rem 1.5rem;
    text-align: center;
}

.card .card-body p {
    margin: 0;
}

.card .card-body {
    padding: 1rem 0.5rem 0;
}

.card-body ul {
    padding-left: 15px;
}

.card-body ul li {
    line-height: 1.43em;
    list-style: disc;
}

ul.list-icon {
    display: flex;
    flex-direction: column;
}

ul.list-icon li {
    padding-left: 30px;
    position: relative;
    line-height: normal;
    padding-block: 5px;
}

ul.list-icon li:before {
    content: url(../images/tick-icon.svg);
    position: absolute;
    left: -4px;
    top: 0;
}

.back-office-section {
    position: relative;
    background-image: url(../images/backoffice-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.back-office-section .container {
    position: relative;
    z-index: 1;
}

.back-office-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background-color: #FFF;
    z-index: 0;
}

.home-cta-section {
    background: url(../images/home-cta-img.webp);
    background-size: cover;
    background-position: center;
    height: 550px;
    text-align: center;
}

.cta-section {
    background: url(../images/cta-bg.webp);
    background-size: cover;
    background-position: center;
    height: 550px;
    text-align: center;
}

.news-list {
    position: relative;
}

.news-list .container {
    position: relative;
    z-index: 1;
}

.news-list .row {
    position: relative;
    z-index: 1;
}

.news-list:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 80%;
    height: 175px;
    margin: 0 auto;
    border-radius: 50%;
    filter: blur(25px);
    background-color: rgba(82, 183, 247, .15);
    z-index: 0;
}

.news-list:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-color: #011F3A;
    z-index: 1;
}

.news-card {
    padding: 16px 32px;
    background-image: linear-gradient(#194272, #0D2139);
    border-radius: 20px;
    border: 1px solid #5691D6;
}

.news-card h2 {
    font-size: 2rem;
}

.news-card a {
    text-decoration: none;
}

.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-section .row {
    position: relative;
    z-index: 1;
}

#contact-form .form-control {
    background-color: #e6e6e6;
}

#contact-form .divider {
    display: flex;
    border-bottom: 1px solid #F8AE3F;
}

#contact-form .form-control.is-invalid,
#contact-form .was-validated .form-control:invalid {
    border: solid #dc3545 3px;
}

#contact-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.ContactBtnDisabled {
    pointer-events: none;
    opacity: 0.5;
}

footer .container {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

footer .navbar-nav {
    align-items: center;
}

footer .copyright-info {
    display: flex;
    flex-basis: 100%;
    border-top: 1px solid #FBB040;
    line-height: normal;
    color: #FFF;
    font-size: 12px;
}

footer .copyright-info .footer-menu {
    margin-left: auto;
}

footer .copyright-info .footer-menu ul {
    display: flex;
    gap: 10px;
}

footer .copyright-info .footer-menu ul li a {
    color: #FFF;
    text-decoration: none;
}

footer .copyright-info .footer-menu ul li a:hover {
    opacity: 0.75;
}

.loader-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: 0.5s ease-in-out;
}

.loader-wrapper.active {

    opacity: 1;
    visibility: visible;
}

.ring {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: ring 2s linear infinite;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #fbb040;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #aa651a;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #fbb040;
    }
}

.ring:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

.loader-text {
    display: flex;
    color: #011F3A;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 100px;
    letter-spacing: 2pt;
    /* animation: text 1.5s ease-in-out infinite; */
}

.loader-text img {
    width: 64px;
}

@keyframes text {
    50% {
        opacity: 0.25;
    }
}

/* Cookie Popup */

#bootstrapCookieConsentSettingsModal.modal.fade.show {
    display: flex !important;
    align-items: center;
}

#bootstrapCookieConsentSettingsModal .bccs-body-text {
    font-size: 16px !important;
    color: #4a4a4a;
}

#bootstrapCookieConsentSettingsModal .bccs-option {
    margin-block: 8px;
    border: none;
}

#bootstrapCookieConsentSettingsModal .modal-title {
    color: #271B0A;
    font-size: 20px;
    font-weight: 500;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header {
    background-color: #efe8df;
    border: none;
    padding-inline: 8px;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header .btn {
    display: flex;
    align-items: center;
    text-align: left;
    color: #271B0A;
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px;
    text-decoration: none;
    line-height: normal;
    flex: 1;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header .btn:focus {
    box-shadow: none;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header h2 {
    display: flex;
    align-items: center;
    margin: 0;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header h2 .toggle-button {
    display: flex;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transform: rotate(180deg);
    transition: all 0.25s ease;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header h2 .btn.collapsed .toggle-button {
    transform: rotate(0deg);
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-header h2 .toggle-button .icon {
    background-image: url('../images/toggle-arrow.png');
    width: 18px;
    height: 18px;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-body {
    border: 1px solid #ededed;
}

#bootstrapCookieConsentSettingsModal .bccs-option .card-body ul {
    padding-left: 15px;
    list-style: none;
    gap: 10px;
    display: flex;
    flex-flow: row wrap;
}

#bootstrapCookieConsentSettingsModal .modal-footer {
    display: flex;
    justify-content: flex-start;
}

#bootstrapCookieConsentSettingsModal input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#bootstrapCookieConsentSettingsModal label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 22px;
    background: #beb8b1;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
    transition: 0.35s ease-in;
}

#bootstrapCookieConsentSettingsModal input[disabled]~label {
    opacity: 0.5;
}

#bootstrapCookieConsentSettingsModal label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #FC9E27;
    border-radius: 90px;
    transition: 0.3s;
}

#bootstrapCookieConsentSettingsModal input:checked+label {
    background: #271B0A;
}

#bootstrapCookieConsentSettingsModal input:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

#bootstrapCookieConsentSettingsModal .modal-dialog .modal-content {
    font-size: 14px !important;
    line-height: 1.43;
}

#bootstrapCookieConsentSettingsModal .modal-dialog .modal-content .btn-primary {
    color: #FC9E27;
    border: 1px solid #FC9E27;
    background-color: #271B0A;
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    text-transform: uppercase;
}

#bootstrapCookieConsentSettingsModal .modal-dialog .modal-content .btn-secondary {
    margin-left: auto;
    color: #271B0A;
    border: 1px solid #271B0A;
    background-color: #efe8df;
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    text-transform: uppercase;
}

.img-pull-left {
    width: 50%;
    margin: 0 30px 30px 0;
    float: left;
}

.w-49 {
    max-width: 49%;
}

.w-46 {
    max-width: 46%;
}

.page-navlink {
    color: #FC9E27;
    text-decoration: none;
}

.page-navlink:hover {
    text-decoration: underline;
    color: #FC9E27;
}

.strong {
    font-weight: bolder;
}

.fba-webinar {
    clear: both;
    max-width: 100%;
}

.fba-webinar div:last-child>h4 {
    background-color: #FFF;
    color: #7F378C;
    text-align: left;
}

.mw-500 {
    max-width: 500px;
}

.white-bg {
    background-color: #FFF;
}

hr.hr-2 {
    height: 2px;
}

.pdf-viewer {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: calc(100vh - 96px);
}

.partners-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.partners-logo li,
.partners-logo a {
    display: inline-flex;
}

.partners-logo img {
    height: 50px;
}

.partners-logo .separator {
    margin-inline: 15px;
    width: 3px;
    height: 34px;
    background-color: #011F3A;
}

.fc-container>.container:first-of-type {
    display: flex;
    align-items: flex-end;
    background-image: url('../images/fc-banner-lg.png');
    background-position: center;
    min-height: 560px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-inline: 0;
}

.fc-container h1 {
    color: #FBB040;
    font-size: 64px;
    font-weight: 700;
    margin-top: 1rem;
}

.fc-container h4 {
    color: #5D8091;
    font-size: 32px;
}

.fc-container p {
    color: #5D8091;
    font-size: 20px;
    line-height: normal;
    margin-block: 2rem;
}

.fc-schedule-section {
    border-top: 10px solid #7F378C;
    background-color: #011F3A;
}

.fc-schedule-section h3,
.fc-partner-section h3 {
    font-size: 48px;
    font-weight: 700;
    color: #FBB040;
}

.fc-schedule-section h5,
.fc-partner-section h5 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 30px;
}

.fc-schedule-section p,
.fc-partner-section p {
    line-height: normal;
}

.fc-schedule-section .profile-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.fc-schedule-section .profile-section img,
.fc-partner-section .card img {
    width: 150px;
}

.fc-schedule-section .schedule-card {
    display: flex;
    justify-content: space-between;
    flex: 1 0 33.33%;
    border: 1px solid #5691D6;
    background-image: linear-gradient(#FFF, #E2E2E2);
}

.fc-schedule-section .schedule-card p {
    color: #011F3A;
    font-weight: 600;
}

.fc-partner-section {
    background-color: #00284B;
}

.fc-partner-section .profile-section {
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
}

.calendly-wrapper {
    display: none;
}

.calendly-wrapper.active {
    display: block;
}


@media screen and (max-width: 992px) {
    .hero-section {
        background-position: 48%;
    }

    .hero-section h1 {
        font-size: 60px;
    }

    .hero-section:before {
        height: 155px;
        bottom: 100px;
    }

    .hero-section h1:last-of-type:before {
        transform: translateY(-25px) scale(0.85);
    }

    .navbar.bg-dark.nav-bg {
        background-position: left;
    }

    .navbar-collapse {
        margin-inline: -15px;
    }

    .navbar-collapse .navbar-nav {
        height: 100vh;
        background: #020204;
        position: absolute;
        top: 96px;
        left: 0;
        right: 0;
        transform: translateX(100%);
        padding-inline: 15px;
        padding-block: 20px;
        gap: 15px;
        transition: 0.35s ease-in;
    }

    .navbar-collapse.show .navbar-nav {
        transform: translateX(0%);
    }

    .navbar .nav-link {
        padding: 16px !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(../images/navigation-toggler.svg)
    }

    .navbar-dark .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }

    .broadband-provider-section {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .back-office-section {
        background-size: 990px;
        background-position: bottom;
    }

    .container {
        padding-inline: 15px;
    }

    .diagram-wrapper {
        padding: 15px 30px;
    }

    #contact-form .pe-5 {
        padding-right: calc(1.5rem * .5) !important;
    }

    footer .container {
        flex-flow: row wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    #bootstrapCookieConsentSettingsModal .modal-dialog .modal-footer {
        gap: 5px;
    }

    #bootstrapCookieConsentSettingsModal .modal-dialog .modal-footer .btn {
        flex: 1 0 auto;
        margin: 0;
    }

    .img-pull-left {
        width: 100%;
        margin: 0 0 30px 0;
        max-width: 100%;
        height: auto;
    }

    .fc-container>.container:first-of-type {
        display: flex;
        background-image: url('../images/fc-banner-sm.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 240px;
    }

    .fc-container p {
        margin-block: 0.5rem 1rem;
    }

    .fc-schedule-section .profile-section {
        flex-direction: column;
    }
     .fc-schedule-section h3,
      .fc-partner-section h3 {
        font-size: 32px;
      }

      .fc-schedule-section h5,
      .fc-partner-section h5 {
        font-size: 24px;
      }

    .fc-schedule-section h3,
    .fc-schedule-section h5 {
        text-align: center;
    }

    .fc-partner-section>.container>.row {
        gap: 15px;
    }

    .fc-partner-section h3,
    .fc-partner-section h5 {
        order: -1;
        text-align: center;
    }

    .fc-schedule-section img,
    .fc-partner-section img {
        margin: 0 auto 20px;
    }

}

@media screen and (max-width: 576px) {
    .navbar-brand img {
        width: 240px;
    }

    .hero-section h1 {
        font-size: 36px;
    }

    .hero-section h1:last-of-type:before {
        transform: translateY(-10px) scale(0.75);
    }

    .hero-section:before {
        height: 115px;
        bottom: 90px;
    }

    .diagram-wrapper {
        padding: 15px;
    }

    .home-cta-section br {
        display: none;
    }

    #bootstrapCookieConsentSettingsModal .modal-dialog .modal-footer .btn {
        flex-basis: 100%;
    }

    #bootstrapCookieConsentSettingsModal.modal .modal-body {
        max-height: 400px;
        overflow: auto;
    }

    .partners-logo {
        flex-direction: column;
        align-items: flex-start;
    }

    .partners-logo li:first-child {
        margin-bottom: 30px;
    }

    .partners-logo .separator {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .broadband-provider-section .card.one,
    .broadband-provider-section .card.five {
        margin-top: 40px;
    }

    .broadband-provider-section .card.two,
    .broadband-provider-section .card.four {
        margin-top: 20px;
    }
}