@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700; /* Adjust range as needed */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700; /* Adjust range as needed */
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CoconPro-Regular Regular";
  src: url("/fonts/CoconPro-Regular/CoconPro-Regular.eot");
  src: url("/fonts/CoconPro-Regular/CoconPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/CoconPro-Regular/CoconPro-Regular.woff") format("woff"), url("/fonts/CoconPro-Regular/CoconPro-Regular.woff2") format("woff2"), url("/fonts/CoconPro-Regular/CoconPro-Regular.ttf") format("truetype"), url("/fonts/CoconPro-Regular/CoconPro-Regular.svg#CoconPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn:not(.toggle):not(.toggle-handle):not(.bs-btn) {
  border: 2px solid transparent;
  border-radius: 20px;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.btn-primary {
  background-color: #fe9a00;
  color: #000;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #a8a9ad;
  border-color: transparent;
  color: #10263d;
}
.btn-secondary {
  background-color: #fe9a00;
  color: #ffffff;
}
.btn-blue {
  background-color: #4a71cf;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-blue-outline {
  background-color: #fff;
  border-color: #6485d6;
  color: #000;
}
.btn-blue-outline:hover {
  background-color: #4a71cf;
  color: #fff;
}
.btn-quiet {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-quiet:hover, .btn-quiet:focus {
  color: #fff;
  text-decoration: underline;
}
.btn-plan-more {
  background-color: transparent;
  color: #fff;
}
.btn-plan-more i.fa-circle {
  color: #6485d6;
  margin-right: 5px;
  position: relative;
}
.btn-plan-more i.fa-circle::after {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.6rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.btn-plan-more-dark {
  color: #06174f;
  padding-left: 0;
}
.btn-plan-more-dark i {
  color: #6485d6;
  margin-right: 5px;
}
.btn-plan-more.large {
  font-size: 1.2rem;
  padding: 0.5em 1em;
}
.btn-plan-more:hover, .btn-plan-more:focus {
  color: inherit;
  text-decoration: underline;
}
.btn-register {
  background-color: #06174f;
  border-radius: 40px;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.btn-register i {
  margin-right: 5px;
}
.btn-register:hover {
  color: #fff;
  transform: scale(1.05);
}
.btn-prime-more {
  background-color: transparent;
  color: #06174f;
  font-size: 1rem;
  font-weight: 600;
  font-style: none;
  padding-left: 0;
}
.btn-prime-more i {
  color: #6485d6;
  font-size: 1.2rem;
  margin-right: 5px;
}
.btn-accent-border {
  background-color: transparent;
  border: 1px solid #fe9a00;
  color: #fff;
  padding: 10px 20px;
}
.btn-y-slim {
  font-size: 0.9rem;
  padding: 0.12rem 0.75rem;
}
.btn-small, .btn-sm {
  font-size: 0.9rem;
  padding: 5px 15px;
}
.btn-xl {
  border-radius: 60px;
  padding: 0.5em 2em !important;
}
@media (min-width: 992px) {
  .btn-xl {
    font-size: 1.7rem;
    padding: 0.5em 4em !important;
  }
}
.btn-inline-text {
  background-color: transparent;
  border: 0;
  color: #06174f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9rem;
  letter-spacing: normal;
  margin-inline: 0.3rem;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
}
.btn-inline-text:hover, .btn-inline-text:focus {
  color: #06174f;
}
.btn-registration-select {
  background-color: #17304f;
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  margin: 0;
  padding: 6px 5px;
  width: 100%;
}
.btn-registration-select:hover, .btn-registration-select:focus {
  background-color: #6485d6;
  color: #fff;
}
.btn-form-back {
  background-color: #a8a9ad;
  color: #fff;
}
.btn-form-back:hover, .btn-form-back:focus {
  background-color: #cbcbcd;
  color: #fff;
}
.btn-orange, .btn-orange-to-dark {
  background-color: #fe9a00;
  color: #fff;
  margin: 10px auto;
  padding: 8px 15px;
  text-decoration: none;
  width: auto;
}

.input-group .btn {
  border-radius: 0.25rem;
  padding-block: 0;
}

/* Ensure select2 container does not overflow its parent */
.select2-container {
  width: 100% !important; /* Make select2 width responsive */
  max-width: 100%; /* Prevent overflow outside parent */
}

/* Handle long text in the selection */
.select2-selection__rendered {
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflow */
  text-overflow: ellipsis; /* Add ellipsis to overflow */
  max-width: 95%; /* Leave some space for the dropdown arrow */
}

/**
 * Copyright (c) 2020. ExacTI Technology Solutions
 * MIT License.
 * https://exacti.com.br
 * floating-labels - https://github.com/exacti/floating-labels
 */
:root {
  --input-padding-x: 1rem;
  --input-padding-y: 0.5rem;
  --placeholder-color: #6c757d;
  --top-position: 14px;
  --label-z-index: 5;
  --input-background-color: #ffffff;
  --top-position-in-border: 5px;
  --outline-border-color: #80bdff;
  --top-position-outline: -8px;
  --normal-border-color: #ced4da;
  --outline-border-size: 0.125rem;
  --outline-animation-duration: 0.3s;
  --outline-transition-type: linear;
  --danger: #dc3545;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group label {
  margin: 0;
  pointer-events: none;
}

.form-label-group input,
.form-label-group textarea,
.form-label-group label,
.form-label-group:not(.in-border).form-label-group:not(.outline) select {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group label {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: var(--placeholder-color);
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  transform-origin: 0 0;
  transform: translateY(-50%);
  text-align: left; /*
visibility: hidden; */
  z-index: var(--label-z-index);
}

.form-label-group.form-control {
  padding: 0;
}
.form-label-group.form-control input {
  border: none;
  height: 99%;
}

.form-label-group textarea ~ label {
  top: 0px;
  transform: translateY(0);
}

.form-label-group.transparent input::-moz-placeholder {
  color: transparent;
}

.form-label-group.transparent input::-moz-placeholder, .form-label-group.transparent textarea::-moz-placeholder {
  color: transparent;
}

.form-label-group.transparent input::placeholder,
.form-label-group.transparent textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown), .form-label-group textarea:not(:-moz-placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * 0.6666666667);
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown),
.form-label-group input:focus,
.form-label-group textarea:not(:placeholder-shown),
.form-label-group textarea:focus {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * 0.6666666667);
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group:not(.in-border).form-label-group:not(.outline) select {
  padding-bottom: 0;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label, .form-label-group textarea:not(:-moz-placeholder-shown) ~ label {
  font-size: 1em;
  top: var(--top-position);
  transform: translateY(-50%) scale(0.7);
  visibility: visible;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group input:focus ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label,
.form-label-group textarea:focus ~ label,
.form-label-group select ~ label {
  font-size: 1em;
  top: var(--top-position);
  transform: translateY(-50%) scale(0.7);
  visibility: visible;
}

.form-label-group input.form-control-lg:not(:-moz-placeholder-shown) ~ label {
  top: calc(2px + var(--top-position));
}

.form-label-group input.form-control-lg:not(:placeholder-shown) ~ label,
.form-label-group input.form-control-lg:focus ~ label {
  top: calc(2px + var(--top-position));
}

.form-label-group input.form-control-sm:not(:-moz-placeholder-shown) ~ label {
  top: calc(2px - var(--top-position));
}

.form-label-group input.form-control-sm:not(:placeholder-shown) ~ label,
.form-label-group input.form-control-sm:focus ~ label {
  top: calc(2px - var(--top-position));
}

.form-label-group input:focus::-moz-placeholder, .form-label-group textarea:focus::-moz-placeholder {
  visibility: hidden;
  color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
  opacity: 0;
  text-shadow: none;
}

.form-label-group input:focus::placeholder,
.form-label-group textarea:focus::placeholder {
  visibility: hidden;
  color: rgba(255, 255, 255, 0);
  transition-delay: 0s;
  opacity: 0;
  text-shadow: none;
}

.form-label-group input::-moz-placeholder, .form-label-group textarea::-moz-placeholder {
  transition-delay: 0.2s;
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
  transition-delay: 0.2s;
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}

.form-label-group .intl-tel-input label,
.form-label-group .iti label {
  margin-left: 42px;
}

.form-label-group .intl-tel-input input:focus::-moz-placeholder, .form-label-group .iti input:focus::-moz-placeholder {
  visibility: visible;
  color: var(--placeholder-color);
  opacity: 1;
}

.form-label-group .intl-tel-input input:focus::placeholder,
.form-label-group .iti input:focus::placeholder {
  visibility: visible;
  color: var(--placeholder-color);
  opacity: 1;
}

/* In Border */
.form-label-group.in-border label {
  width: auto;
  /* left: .6rem; */
}

.form-label-group.in-border input:focus,
.form-label-group.in-border textarea:focus,
.form-label-group.in-border select:focus {
  box-shadow: none;
}

.form-label-group.in-border input:not(:-moz-placeholder-shown) ~ label, .form-label-group.in-border textarea:not(:-moz-placeholder-shown) ~ label {
  left: calc(var(--input-padding-x) / 10);
  top: var(--top-position-in-border);
  height: auto;
}

.form-label-group.in-border input:not(:placeholder-shown) ~ label,
.form-label-group.in-border input:focus ~ label,
.form-label-group.in-border textarea:not(:placeholder-shown) ~ label,
.form-label-group.in-border textarea:focus ~ label,
.form-label-group.in-border select ~ label {
  left: calc(var(--input-padding-x) / 10);
  top: var(--top-position-in-border);
  height: auto;
}

.form-label-group.in-border input:not(:-moz-placeholder-shown) ~ label::after, .form-label-group.in-border textarea:not(:-moz-placeholder-shown) ~ label::after {
  visibility: visible;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-label-group.in-border input:not(:placeholder-shown) ~ label::after,
.form-label-group.in-border input:focus ~ label::after,
.form-label-group.in-border textarea:not(:placeholder-shown) ~ label::after,
.form-label-group.in-border textarea:focus ~ label::after,
.form-label-group.in-border select ~ label::after {
  visibility: visible;
  transition: all 0.2s ease;
}

.form-label-group.in-border label::after {
  content: " ";
  display: block;
  position: absolute;
  background: var(--input-background-color);
  height: 4px;
  top: 50%;
  left: 0.7em;
  right: 0.7em;
  z-index: -1;
  visibility: hidden;
}

.form-label-group.in-border input,
.form-label-group.in-border label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group.in-border textarea,
.form-label-group.in-border textarea ~ label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group.in-border input,
.form-label-group.in-border textarea,
.form-label-group.in-border label,
.form-label-group.in-border select {
  transition: all 0.2s linear, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.form-label-group.in-border .intl-tel-input input:not(:-moz-placeholder-shown) ~ label, .form-label-group.in-border .iti input:not(:-moz-placeholder-shown) ~ label {
  margin-left: 0px;
}

.form-label-group.in-border .intl-tel-input input:not(:placeholder-shown) ~ label,
.form-label-group.in-border .intl-tel-input input:focus ~ label,
.form-label-group.in-border .iti input:not(:placeholder-shown) ~ label,
.form-label-group.in-border .iti input:focus ~ label {
  margin-left: 0px;
}

.form-label-group.iti-right .iti__flag-container {
  right: 0;
  left: auto;
}

.form-label-group.iti-right .iti--allow-dropdown input,
.form-label-group.in-border.iti-right .iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.form-label-group.iti-right .iti--separate-dial-code input,
.form-label-group.iti-right .iti--separate-dial-code input[type=tel],
.form-label-group.iti-right .iti--separate-dial-code input[type=text] {
  padding-left: var(--input-padding-x);
}

.form-label-group.iti-right .intl-tel-input label,
.form-label-group.iti-right .iti label {
  margin-left: 0;
}

.form-label-group.iti-right .iti__country-list {
  right: 0px;
}

.form-label-group .iti__country-list {
  z-index: calc(var(--label-z-index) + 2) !important;
}

/* Outline */
.form-label-group.outline span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: var(--placeholder-color);
  border-radius: 0.25rem;
  transition: all 0.2s var(--outline-transition-type);
  transform-origin: 0 0;
  /* transform: translateY(-50%); */
  text-align: left; /*
visibility: hidden; */
  z-index: var(--label-z-index);
  height: 100%;
  flex-wrap: wrap;
  pointer-events: none;
}

.form-label-group.outline input.border-danger ~ span {
  --normal-border-color: var(--danger, #dc3545);
}

.form-label-group.outline input.border-primary ~ span {
  --normal-border-color: var(--primary, #007bff);
}

.form-label-group.outline input.border-secondary ~ span {
  --normal-border-color: var(--secondary, #6c757d);
}

.form-label-group.outline input.border-success ~ span {
  --normal-border-color: var(--success, #28a745);
}

.form-label-group.outline input.border-info ~ span {
  --normal-border-color: var(--info, #17a2b8);
}

.form-label-group.outline input.border-warning ~ span {
  --normal-border-color: var(--warning, #ffc107);
}

.form-label-group.outline input.border-light ~ span {
  --normal-border-color: var(--light, #f8f9fa);
}

.form-label-group.outline input.border-dark ~ span {
  --normal-border-color: var(--dark, #343a40);
}

.form-label-group.outline input.border-white ~ span {
  --normal-border-color: var(--white, ##fff);
}

.form-label-group.outline input:focus,
.form-label-group.outline textarea:focus,
.form-label-group.outline select:focus {
  box-shadow: none;
}

.form-label-group.outline input:not(:-moz-placeholder-shown) ~ span, .form-label-group.outline textarea:not(:-moz-placeholder-shown) ~ span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: var(--placeholder-color);
  border-radius: 0.25rem;
  -moz-transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transform-origin: 0 0;
  /* transform: translateY(-50%); */
  text-align: left; /*
visibility: hidden; */
  z-index: var(--label-z-index);
  height: 100%;
  flex-wrap: wrap;
}

.form-label-group.outline input:not(:placeholder-shown) ~ span,
.form-label-group.outline input:focus ~ span,
.form-label-group.outline textarea:not(:placeholder-shown) ~ span,
.form-label-group.outline textarea:focus ~ span,
.form-label-group.outline select ~ span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: var(--placeholder-color);
  border-radius: 0.25rem;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transform-origin: 0 0;
  /* transform: translateY(-50%); */
  text-align: left; /*
visibility: hidden; */
  z-index: var(--label-z-index);
  height: 100%;
  flex-wrap: wrap;
}

.form-label-group.outline input ~ span::after,
.form-label-group.outline input ~ span::after,
.form-label-group.outline textarea ~ span::after,
.form-label-group.outline textarea ~ span::after,
.form-label-group.outline select ~ span::after {
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  content: " ";
  /* width: 1px;*/
  width: 1px;
  flex: 1 0 auto;
  border: var(--outline-border-size) solid var(--normal-border-color);
  border-left: none;
  position: relative;
  right: 0px;
  height: 100%;
  visibility: hidden;
  border-radius: 0 0.25rem 0.25rem 0;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 1px;
}

.form-label-group.outline input:not(:-moz-placeholder-shown) ~ span::after, .form-label-group.outline textarea:not(:-moz-placeholder-shown) ~ span::after {
  height: 100%;
  border: 1px solid var(--normal-border-color);
  border-left: none;
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  /* top: 0px;
  right: 0px; */
  z-index: -1;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  -moz-transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  visibility: visible;
}

.form-label-group.outline input:not(:placeholder-shown) ~ span::after,
.form-label-group.outline input:focus ~ span::after,
.form-label-group.outline textarea:not(:placeholder-shown) ~ span::after,
.form-label-group.outline textarea:focus ~ span::after,
.form-label-group.outline select ~ span::after {
  height: 100%;
  border: 1px solid var(--normal-border-color);
  border-left: none;
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  /* top: 0px;
  right: 0px; */
  z-index: -1;
  border-radius: 0 0.25rem 0.25rem 0;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  visibility: visible;
}

.form-label-group.outline input:not(:-moz-placeholder-shown) ~ span::before, .form-label-group.outline textarea:not(:-moz-placeholder-shown) ~ span::before {
  height: 100%;
  border: 1px solid var(--normal-border-color);
  border-right: none;
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 100%;
  flex: 0 0 9px;
  -moz-transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline input:not(:placeholder-shown) ~ span::before,
.form-label-group.outline input:focus ~ span::before,
.form-label-group.outline textarea:not(:placeholder-shown) ~ span::before,
.form-label-group.outline textarea:focus ~ span::before,
.form-label-group.outline select ~ span::before {
  height: 100%;
  border: 1px solid var(--normal-border-color);
  border-right: none;
  content: " ";
  display: block;
  position: relative;
  background: transparent;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 100%;
  flex: 0 0 9px;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline label {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  width: auto;
  margin-bottom: 0;
  color: var(--placeholder-color);
  border-radius: 0.25rem;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
  /* transform: translateY(-50%); */
  text-align: left;
  /* visibility: hidden; */
  z-index: var(--label-z-index);
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex: 0 0 auto;
  margin-right: auto;
}

.form-label-group.outline input:not(:-moz-placeholder-shown) ~ span label, .form-label-group.outline textarea:not(:-moz-placeholder-shown) ~ span label {
  transform: none;
  top: var(--top-position-outline);
  font-size: 0.6rem;
  padding: var(--input-padding-y) calc(var(--input-padding-x) / 3);
  padding-top: 0;
  color: var(--placeholder-color);
  margin: 0;
  margin-right: auto;
  /* padding-bottom: 0; */
  /* height: fit-content; */
}

.form-label-group.outline input:not(:placeholder-shown) ~ span label,
.form-label-group.outline input:focus ~ span label,
.form-label-group.outline textarea:not(:placeholder-shown) ~ span label,
.form-label-group.outline textarea:focus ~ span label,
.form-label-group.outline select ~ span label {
  transform: none;
  top: var(--top-position-outline);
  font-size: 0.6rem;
  padding: var(--input-padding-y) calc(var(--input-padding-x) / 3);
  padding-top: 0;
  color: var(--placeholder-color);
  margin: 0;
  margin-right: auto;
  /* padding-bottom: 0; */
  /* height: fit-content; */
}

.form-label-group.outline input:not(:-moz-placeholder-shown), .form-label-group.outline textarea:not(:-moz-placeholder-shown) {
  border-top-color: transparent !important;
  border-bottom-color: var(--normal-border-color);
  border-bottom-width: 1px;
  -moz-transition: all var(--outline-animation-duration) var(--outline-transition-type);
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline input:not(:placeholder-shown),
.form-label-group.outline input:focus,
.form-label-group.outline textarea:not(:placeholder-shown),
.form-label-group.outline textarea:focus,
.form-label-group.outline select {
  border-top-color: transparent !important;
  border-bottom-color: var(--normal-border-color);
  border-bottom-width: 1px;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline input,
.form-label-group.outline textarea,
.form-label-group.outline label,
.form-label-group.outline select {
  background-color: transparent;
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline select ~ span::after,
.form-label-group.outline select ~ span::before {
  border-color: var(--normal-border-color);
}

.form-label-group.outline input,
.form-label-group.outline label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group.outline select {
  border-bottom-color: var(--normal-border-color);
}

.form-label-group.outline select ~ span label {
  color: var(--placeholder-color);
}

.form-label-group.outline.border-danger {
  --outline-border-color: var(--danger, #dc3545);
}

.form-label-group.outline.border-primary {
  --outline-border-color: var(--primary, #007bff);
}

.form-label-group.outline.border-secondary {
  --outline-border-color: var(--secondary, #6c757d);
}

.form-label-group.outline.border-success {
  --outline-border-color: var(--success, #28a745);
}

.form-label-group.outline.border-info {
  --outline-border-color: var(--info, #17a2b8);
}

.form-label-group.outline.border-warning {
  --outline-border-color: var(--warning, #ffc107);
}

.form-label-group.outline.border-light {
  --outline-border-color: var(--light, #f8f9fa);
}

.form-label-group.outline.border-dark {
  --outline-border-color: var(--dark, #343a40);
}

.form-label-group.outline.border-white {
  --outline-border-color: var(--white, #fff);
}

.form-label-group.outline input:focus ~ span::before,
.form-label-group.outline textarea:focus ~ span::before,
.form-label-group.outline input:focus ~ span::after,
.form-label-group.outline textarea:focus ~ span::after,
.form-label-group.outline select:focus ~ span::after,
.form-label-group.outline select:focus ~ span::before,
.form-label-group.outline select:focus ~ span label {
  border-color: var(--outline-border-color);
  color: var(--outline-border-color) !important;
  border-width: var(--outline-border-size);
  transition: all var(--outline-animation-duration) var(--outline-transition-type);
}

.form-label-group.outline select:focus,
.form-label-group.outline input:focus,
.form-label-group.outline textarea:focus {
  border-bottom-color: var(--outline-border-color) !important;
  border-bottom-width: var(--outline-border-size);
  transition: all 0.2s var(--outline-transition-type);
}

.form-label-group.outline input:focus ~ span label,
.form-label-group.outline textarea:focus ~ span label,
.form-label-group.outline select:focus ~ span label {
  color: var(--outline-border-color) !important;
}

/* fix ITI container */
.form-label-group.outline .iti__flag-container span {
  position: relative;
  display: inline;
}

.service-status {
  background-color: #eeeeee;
  border: 1px transparent solid;
  border-radius: 30px;
  color: #213e5e !important;
  display: inline-flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  font-size: 0.8rem;
  margin-block: 0.2rem;
  margin-inline: 15px;
  padding: 0.5rem !important;
  text-decoration: none;
  transition: all 0.3s ease;
}
.service-status .status-icon {
  background-color: rgb(128, 128, 128);
  border-radius: 50%;
  height: 14px !important;
  width: 14px !important;
}
.service-status.success .status-icon {
  background-color: #28a745;
}
.service-status.warning .status-icon {
  background-color: #ffc107;
}
.service-status.info .status-icon {
  background-color: #17a2b8;
}
.service-status.danger .status-icon {
  background-color: #dc3545;
}
.service-status:hover {
  background-color: #e0e0e1;
  color: #213e5e;
}
@media (min-width: 992px) {
  .service-status {
    margin-inline: 0;
    margin-top: 1.8rem;
    padding: 0 0.5rem !important;
  }
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  transition: all 0.3s ease;
}
body.bg-light-grey {
  background-color: #f7f7f7;
}

main {
  flex: 1;
  position: relative;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#overlay.show {
  opacity: 1;
  visibility: visible;
}

.homepage-yearly-notice {
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .homepage-yearly-notice {
    font-weight: 600;
  }
}

.target-element {
  position: relative;
  z-index: 1010;
}

i[class^=fa-],
em[class^=fa-] {
  letter-spacing: 0 !important;
}

#agent-call-wrapper {
  position: fixed;
  bottom: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  #agent-call-wrapper .speech-bubble {
    background-color: #fe9a00;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
  }
  #agent-call-wrapper .speech-bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fe9a00 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 100%;
    left: 0px;
  }
}

#agent-call {
  background-color: #fe9a00;
  border-radius: 21px;
  padding: 9px 11px;
  transition: all 0.2s ease-in;
  height: 42px;
  overflow: hidden;
  width: 42px;
  white-space: nowrap;
  text-align: left;
  z-index: 9999;
}
#agent-call:hover {
  border-radius: 3px;
}
#agent-call i {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #agent-call {
    border-radius: 30px;
    height: 60px;
    padding: 17px 20px;
    width: 60px;
  }
  #agent-call i {
    margin-right: 16px;
    transition: all 0.2s ease-in;
  }
  #agent-call:hover {
    width: 180px;
  }
  #agent-call:hover i {
    margin-right: 10px;
  }
}

.inline-error {
  color: #f00;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.background-feature {
  background-color: #17304f;
  color: #fff;
}
.background-feature a:hover {
  color: inherit;
}
.background-accent {
  background-color: #fe9a00;
}

.btn {
  text-decoration: none;
}
.btn-primary {
  font-weight: 500;
}
@media (min-width: 992px) {
  .btn {
    padding-inline: 20px;
  }
}

.main-number {
  font-size: 1.3rem;
}

.emergency-number {
  font-size: 0.9rem;
}

.alert-button {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, 0.7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.alert-button:hover, .alert-button:focus {
  background-color: #b3d3ea;
  color: #2c5777;
  text-decoration: none;
}
.alert-button:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, 0.15);
}
.alert-button:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.pagination {
  justify-content: center;
}

.border-feature {
  border-color: #17304f;
}
.border-accent {
  border-color: #fe9a00;
}
.border-top-1 {
  border-top: 1px solid;
}
.border-bottom-1 {
  border-bottom: 1px solid;
}
.border-left-1 {
  border-left: 1px solid;
}
.border-right-1 {
  border-right: 1px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
.border-left-2 {
  border-left: 2px solid;
}
.border-right-2 {
  border-right: 2px solid;
}
.border-top-3 {
  border-top: 3px solid;
}
.border-bottom-3 {
  border-bottom: 3px solid;
}
.border-left-3 {
  border-left: 3px solid;
}
.border-right-3 {
  border-right: 3px solid;
}
.border-top-4 {
  border-top: 4px solid;
}
.border-bottom-4 {
  border-bottom: 4px solid;
}
.border-left-4 {
  border-left: 4px solid;
}
.border-right-4 {
  border-right: 4px solid;
}
.border-top-5 {
  border-top: 5px solid;
}
.border-bottom-5 {
  border-bottom: 5px solid;
}
.border-left-5 {
  border-left: 5px solid;
}
.border-right-5 {
  border-right: 5px solid;
}

.form-error {
  display: block;
  color: #ff0000;
  font-weight: 600;
}

.form-group.floating > label {
  bottom: 34px;
  left: 8px;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.1s;
  pointer-events: none;
  font-weight: 500 !important;
  transform-origin: bottom left;
}
.form-group.floating .form-control:focus ~ label {
  transform: translate(1px, -85%) scale(0.8);
  opacity: 0.8;
  color: #005ebf;
}
.form-group.floating .form-control:valid ~ label {
  transform-origin: bottom left;
  transform: translate(1px, -85%) scale(0.8);
  opacity: 0.8;
}

.form-basket {
  background-color: #10263d;
  color: #fff;
}
.form-basket .content {
  border: 0;
  padding: 1rem 1.2rem;
}
.form-basket .content .title {
  border-bottom: 1px #fff solid;
  color: #fe9a00;
  margin-bottom: 1rem;
  padding-top: 0;
}
.form-basket .content .subtitle {
  border-bottom: 1px #fff solid;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 7px;
  padding-bottom: 2px;
}
.form-basket .content hr {
  border-top: 2px solid #fff;
  margin-bottom: 0.3rem;
}
.form-basket .content ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 15px;
}
.form-basket .content ul li {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding-left: 1.6rem;
  position: relative;
}
.form-basket .content ul li + li {
  margin-top: 0.7em;
}
.form-basket .content ul li::before {
  background-color: #fff;
  border-radius: 50%;
  color: #ee9144;
  content: "\f058";
  font-weight: 900;
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-basket .content .sub-price {
  font-size: 0.9rem;
  text-align: right;
}
.form-basket .content .sub-price .price-wrap {
  font-weight: 600;
}
.form-basket-top {
  border-radius: 15px;
}
.form-basket-side {
  border-radius: 25px;
  margin-top: 2rem;
  margin-right: 15px;
  width: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: sticky;
  top: 10px;
}
@media (min-width: 992px) {
  .form-basket-side {
    height: 100%;
    margin-top: 0;
    width: 25%;
  }
}

label.radio-reg,
label.checkbox-reg {
  cursor: pointer;
}

label.radio-reg {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  padding: 5px;
  text-align: center;
}
label.radio-reg::before {
  color: #ccc;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2em;
}
label.radio-reg span {
  display: block;
}
@media (min-width: 992px) {
  label.radio-reg {
    padding-inline: 0;
  }
  label.radio-reg::before {
    margin-right: 5px;
  }
  label.radio-reg span {
    display: inline-block;
  }
}

input[type=radio].custom-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input[type=radio].custom-radio:checked + label {
  background-color: #fe9a00;
  color: #fff;
}
input[type=radio].custom-radio:checked + label::before {
  color: #fff;
  content: "\f058";
  font-weight: 900;
}
input[type=radio].custom-radio:checked + label.disabled {
  background-color: #dc3545;
}
input[type=radio].custom-radio:checked + label.disabled::before {
  content: "\f057";
}
input[type=radio].custom-radio:checked + label.enabled {
  background-color: #28a745;
}

label.checkbox-reg {
  background-color: #10263d;
  border-radius: 20px;
  color: #fff;
  font-size: 0.9rem;
  padding: 5px 15px;
}

.toggle-checkbox + label {
  background-color: #eee;
  border: 1px #ced4da solid;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.toggle-checkbox + label::before {
  color: #ccc;
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2em;
  padding-right: 5px;
}

input[type=checkbox].custom-checkbox,
input[type=checkbox].toggle-checkbox,
input[type=radio].custom-checkbox,
input[type=radio].toggle-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input[type=checkbox].custom-checkbox:checked + label,
input[type=checkbox].toggle-checkbox:checked + label,
input[type=radio].custom-checkbox:checked + label,
input[type=radio].toggle-checkbox:checked + label {
  background-color: #fe9a00;
  color: #fff;
}

input[type=checkbox].toggle-checkbox:checked + label::before {
  color: #fff;
  content: "\f058";
  font-weight: 900;
}

#switch-label-disabled.active {
  color: #dc3545; /* Bootstrap danger */
}

#switch-label-enabled.active {
  color: #28a745; /* Bootstrap success */
}

.modal-content {
  border: 0;
  border-radius: 7px;
}
.modal-header {
  background-color: #213e5e;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #fff;
  padding: 0.5rem 1rem;
}
.modal-header .close {
  color: #fff;
}
.modal-header h5 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .modal-header {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
  .modal-header h5 {
    font-size: 1.25rem;
  }
}
.modal-body {
  font-size: 0.9rem;
}
.modal-body.overflow-scroll {
  max-height: 70vh;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-body {
    font-size: 1rem;
  }
}

.text-feature {
  color: #17304f;
}
.text-accent {
  color: #fe9a00;
}
.text-grey {
  color: #666;
}

a {
  color: #06174f;
  text-decoration: underline;
}
a:hover {
  color: inherit;
}
a.admin-origin-return {
  color: inherit;
}

h1,
h2,
h3,
h4,
button {
  font-family: "CoconPro-Regular Regular", sans-serif;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4 {
  color: #17304f;
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
  line-height: 1;
  margin-top: 61px;
  text-align: center;
}
@media (min-width: 768px) {
  h1 {
    margin-top: 0;
  }
}

h2 {
  font-size: 2em;
  margin: 12px auto 24px;
}
h2 span.feature {
  color: #fe9a00;
}

h4 {
  font-weight: 500;
  text-decoration: underline;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 0;
  padding-block: 20px;
}

p {
  font-size: 1.2em;
}
p.intro {
  margin-top: 15px;
  text-align: center;
}
p.intro strong {
  color: #333;
  font-weight: 600;
}
p a {
  text-decoration: underline;
}

.border-curved {
  border-radius: 15px;
}

.well {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.well.slim {
  padding-block: 5px;
}

ol.breadcrumb {
  background-color: transparent;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
ol.breadcrumb + footer {
  margin-top: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-top: 2px;
}

@media (min-width: 768px) {
  #login-form label {
    text-align: right;
  }
}

.color-white {
  color: #fff !important;
}

header {
  background-color: #17304f;
  border-bottom: 3px #fff solid;
  color: #fff;
  transition: all 0.3s ease;
}
header .brand-logo img,
header .nav-col,
header .navbar {
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  header .brand-logo img {
    margin-top: 1rem;
  }
}
header .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1140px;
  }
}
header button.navbar-toggler {
  background-color: #17304f;
  border: 1px #1d3e64 solid;
  color: #fff;
  padding-block: 10px;
}
@media (min-width: 992px) {
  header button.navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  header #main_nav {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  header #main_nav {
    font-size: 1.2rem;
  }
}

h2.anchor {
  --offset: 120px;
  margin-top: calc(-1 * var(--offset));
  padding-top: calc(var(--offset) + 12px);
}
@media (min-width: 992px) {
  h2.anchor {
    --offset: 100px;
  }
}

.sticky-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .sticky-shadow {
    padding-top: 0.5rem;
  }
  .sticky-shadow .nav-col {
    padding-top: 0 !important;
  }
  .sticky-shadow .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sticky-shadow .brand-logo img {
    margin-top: 0;
  }
  .sticky-shadow .service-status {
    margin-top: 0.8rem !important;
  }
}

.social {
  height: 100%;
}
.social a {
  background-color: #fafafa;
  border-radius: 3px;
  color: #17304f;
  display: inline-block;
  font-size: 1.2em;
  height: 28px;
  width: 28px;
  margin-left: 0.5em;
  padding-inline: 3px;
  text-align: center;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.social a i {
  line-height: 0.9em;
}
.social a:hover {
  opacity: 0.8;
}
.social a + a {
  margin-left: 2px;
}
.social-footer {
  font-size: 1.4rem;
}

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

footer {
  background-color: #17304f;
  color: #fff;
  line-height: 1.8;
  padding-top: 2em;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer h3 {
  color: #fe9a00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.25em;
  padding-block: 0;
}
footer nav {
  font-size: 0.9rem;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .legal-text {
  font-size: 0.8rem;
  margin-top: 1em;
}
footer .legal-text nav {
  display: inline-block;
}
footer .legal-text nav ul li {
  display: inline;
}
footer .legal-text nav ul li + li {
  border-left: 1px #06174f solid;
  padding-left: 1em;
  margin-left: 1em;
}
footer .logo {
  max-width: 200px;
}
footer .email {
  font-size: 0.8rem;
}

.featured-header {
  background-color: #fe9a00;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #17304f;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.3em;
}

.plan-table-wrap {
  border-radius: 25px;
  color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
}
.plan-table-wrap .header {
  height: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .plan-table-wrap .header.featured-header {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .plan-table-wrap .header {
    margin-inline: 2px;
  }
}
.plan-table-wrap .col,
.plan-table-wrap .cancel-col {
  padding-inline: 0;
}
.plan-table-wrap .col .col-inner,
.plan-table-wrap .cancel-col .col-inner {
  border-radius: 25px;
}
@media (min-width: 576px) {
  .plan-table-wrap .col,
  .plan-table-wrap .cancel-col {
    padding-inline: 0.1rem;
  }
}
@media (min-width: 992px) {
  .plan-table-wrap .col .block-title,
  .plan-table-wrap .cancel-col .block-title {
    min-height: auto;
    padding-inline: 0;
  }
  .plan-table-wrap .col .col-inner,
  .plan-table-wrap .cancel-col .col-inner {
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .plan-table-wrap .col,
  .plan-table-wrap .cancel-col {
    padding-inline: 0;
  }
  .plan-table-wrap .col .col-inner,
  .plan-table-wrap .cancel-col .col-inner {
    border-radius: 0;
  }
  .plan-table-wrap .col:first-child .col-inner,
  .plan-table-wrap .cancel-col:first-child .col-inner {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .plan-table-wrap .col:last-child .col-inner,
  .plan-table-wrap .cancel-col:last-child .col-inner {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.plan-table-wrap .col-inner {
  background-color: #213e5e;
}
.plan-table-wrap .row {
  margin: 0;
}
.plan-table-wrap .plan {
  padding: 0 0 1.5em;
}
.plan-table-wrap .plan .controls {
  text-align: center;
}
.plan-table-wrap .plan .controls .add-to-basket {
  height: 40px;
}
.plan-table-wrap .plan.disabled {
  background-color: #636363;
}
.plan-table-wrap .plan.disabled .controls .add-to-basket button {
  display: none;
}
.plan-table-wrap .plan-highlight {
  border-left: 2px solid #fe9a00;
  border-right: 2px solid #fe9a00;
  border-bottom: 2px solid #fe9a00;
}
.plan-table-wrap .plan-highlight .block-title {
  position: relative;
}
.plan-table-wrap .plan-highlight .block-title::before, .plan-table-wrap .plan-highlight .block-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.plan-table-wrap .plan-highlight .block-title::before {
  top: 0;
  left: 0;
  border-width: 20px 20px 0 0;
  border-color: #fe9a00 transparent transparent transparent;
}
.plan-table-wrap .plan-highlight .block-title::after {
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-color: transparent #fe9a00 transparent transparent;
}
.plan-table-wrap .plan + .plan {
  border-left: 2px solid #fe9a00;
}
.plan-table-wrap .block {
  border-top: 2px solid #fff;
  padding-block: 1em;
  padding-inline: 15px;
}
.plan-table-wrap .block-title, .plan-table-wrap .block-credit, .plan-table-wrap .block-minutes, .plan-table-wrap .block-price {
  text-align: center;
}
.plan-table-wrap .block-title, .plan-table-wrap .block-credit {
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.plan-table-wrap .block-title, .plan-table-wrap .block-price {
  display: block;
}
.plan-table-wrap .block-minutes {
  padding-inline: 4px;
}
.plan-table-wrap .block i {
  cursor: pointer;
}
.plan-table-wrap .block-content {
  display: none;
}
@media (min-width: 768px) {
  .plan-table-wrap .block-content {
    display: block !important;
  }
}
.plan-table-wrap .block-title {
  border-top: 0;
  border-bottom: 2px solid #fff;
  color: #fe9a00;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .plan-table-wrap .block-title i {
    display: none;
  }
}
@media (min-width: 992px) {
  .plan-table-wrap .block-title {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .plan-table-wrap .block-title {
    min-height: unset;
  }
}
@media (min-width: 768px) {
  .plan-table-wrap .block-minutes {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .plan-table-wrap .block {
    display: block;
  }
}
.plan-table-wrap .block .price {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 10px;
}
.plan-table-wrap .block .price .major,
.plan-table-wrap .block .price .minor {
  vertical-align: top;
}
.plan-table-wrap .block .price .minor {
  font-size: 2.1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plan-table-wrap .block .price .minor {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .plan-table-wrap .block .price {
    font-size: 3.4rem;
  }
}
.plan-table-wrap .block-price-yearly .price {
  padding-top: 0;
}
.plan-table-wrap .block .ex {
  font-weight: 300;
}
.plan-table-wrap .block i {
  color: #fe9a00;
  margin-right: 5px;
}
.plan-table-wrap .block i.fa-xmark-circle {
  color: #fff;
}

.savings {
  background-color: #4a71cf;
  border: 1px #fff solid;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  margin-block: 0.5rem;
  padding-block: 0.2rem;
}
.savings span {
  color: #fff !important;
  font-size: 1.3rem;
  padding-inline: 5px;
  vertical-align: middle;
}

.plans-intro {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.table-status ul {
  margin-bottom: 0;
}

.plan-select i {
  color: #17304f;
  font-size: 1.8em;
}
.plan-select i.fa-check-circle {
  color: #fe9a00;
}
@media (min-width: 576px) {
  .plan-select i {
    font-size: 1.4em;
  }
}
.plan-select span {
  color: #17304f;
}
.plan-select ul,
.plan-select li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plan-select li {
  padding: 5px;
}
.plan-select li:nth-child(2n) {
  background: #fafafa;
}
.plan-select .plan .header {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  color: #17304f;
  background: #e0e0e1;
  background-color: rgb(224, 224, 225);
  padding: 10px;
  margin-bottom: 10px;
}
.plan-select .plan .header h3 {
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 20px 0 0;
}
.plan-select .plan .header .price {
  font-size: 0.8em;
}
.plan-select .plan .header .price::after {
  cursor: pointer;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  display: block;
  width: 100%;
  color: #fe9a00;
  font-size: 2rem;
  display: block;
}
.plan-select .plan .header .price.open::after {
  content: "\f00d";
}
.plan-select .plan .header .fine-print {
  font-size: 13px;
  text-decoration: underline;
}
.plan-select .plan .header i {
  color: #fe9a00;
  font-size: 1.8em;
}
.plan-select .plan .content {
  display: none;
  padding-bottom: 15px;
}
.plan-select .plan.has-trial .header,
.plan-select .plan.has-trial h3,
.plan-select .plan.has-trial .fine-print,
.plan-select .plan.has-trial a.fine-print {
  color: #fff;
}
.plan-select .plan.has-trial .header {
  background-color: #17304f;
}
.plan-select .plan.has-trial .trial-line {
  color: #fe9a00;
}
.plan-select .selected,
.plan-select .selected:hover,
.plan-select .selected:focus {
  background-color: #fe9a00;
}
.plan-select .ghost {
  opacity: 0.5;
}
.plan-select .ghost label {
  background-color: #17304f;
}

@media (min-width: 768px) {
  .office .plan-featured {
    width: 300px;
  }
  .office .plan-content {
    background-color: #fff;
    border: 0;
    border-radius: 0 10px 10px 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .office {
    background-color: transparent;
    border: 0;
  }
}
@media (min-width: 992px) {
  .office .border-x {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
}

.carousel-inner {
  padding-inline: 3em;
}
@media (min-width: 768px) {
  .carousel-inner {
    padding-inline: 5em;
  }
}

.comment {
  color: #17304f;
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-top: 2em;
  position: relative;
}
.comment .author {
  margin-bottom: 0.5em;
}
.comment .stars {
  color: #17304f;
}
.comment .stars .fa-star + .fa-star {
  margin-left: 5px;
}
.comment::before {
  color: #17304f;
  content: "\f10d";
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 1em;
  left: -20px;
}

.carousel-control-next,
.carousel-control-prev {
  color: #000;
  font-size: 1.5em;
  opacity: 1;
  text-decoration: none;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #000;
}
@media (min-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 4%;
  }
}

.table-vll-plans {
  margin-inline: auto;
  max-width: 1400px;
}
.table-vll-plans th,
.table-vll-plans td {
  width: 16%;
}
.table-vll-plans td {
  padding: 15px;
}
.table-vll-plans thead th {
  background-color: #e0e0e1;
  font-size: 1.3em;
  line-height: 1.1;
  padding: 15px;
  position: relative;
  vertical-align: top;
}
.table-vll-plans thead th .fine-print,
.table-vll-plans thead th a.fine-print {
  color: #17304f;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}
.table-vll-plans thead th.has-trial {
  background-color: #17304f;
  color: #fff;
}
.table-vll-plans thead th.has-trial .trial-line,
.table-vll-plans thead th.has-trial .featured-line {
  color: #fe9a00;
}
.table-vll-plans thead th.has-trial .fine-print,
.table-vll-plans thead th.has-trial a.fine-print {
  color: #fff;
}
.table-vll-plans thead th .price {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.table-vll-plans thead th .price-line .ex-vat {
  font-size: 15px;
}
@media (min-width: 992px) {
  .table-vll-plans thead th {
    line-height: 1.3em;
  }
}
@media (min-width: 768px) {
  .table-vll-plans thead {
    background: #fff;
    position: sticky;
    top: 85px;
    z-index: 10;
  }
}
.table-vll-plans tbody th {
  background-color: #fff;
  font-weight: 600;
  text-align: right;
}
.table-vll-plans tbody tr.divider {
  border-top: 3px solid #fe9a00;
}
.table-vll-plans tbody td {
  font-size: 0.9em;
}
.table-vll-plans .ghost {
  opacity: 0.5;
}
.table-status p {
  font-size: 1rem;
  margin: 0;
}
.table-status p + p {
  margin-top: 0.5em;
}
.table-status .col-date {
  white-space: nowrap;
  max-width: 200px;
}

.overflow-cta {
  background: #17304f;
  color: #fff;
  font-weight: 600;
  padding: 20px 15px;
  text-align: center;
}
.overflow-cta h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .overflow-cta {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+19,17304f+19,17304f+100 */
    background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 29%, #17304f 29%, #17304f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#17304f",GradientType=0 ); /* IE6-9 */
    padding-bottom: 0;
  }
}

input[type=radio]:disabled + .btn-registration-select {
  background-color: #a8a9ad !important;
  color: #fff;
  cursor: unset;
}

.hero-wrap {
  background: rgb(33, 62, 94);
  color: #fff;
  padding: 0;
}
.hero-wrap h2 {
  color: #fe9a00;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .hero-wrap h2 {
    text-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .hero-wrap h2 {
    text-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .hero-wrap h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-wrap h2 {
    text-wrap: nowrap;
  }
}
.hero-wrap .container {
  max-width: unset;
}
@media (min-width: 992px) {
  .hero-wrap .container {
    max-width: 1140px;
  }
}
.hero-wrap .hero-panel {
  padding-block: 2em;
  padding-left: 1.5em;
}
@media (min-width: 992px) {
  .hero-wrap .hero-panel {
    padding-block: 2em;
    padding-inline: 3em;
  }
}
.hero-wrap .single-user {
  background-color: #213e5e;
}
@media (min-width: 992px) {
  .hero-wrap .single-user {
    background: none;
  }
}
.hero-wrap .office-user {
  background-color: #10263d;
}
@media (min-width: 992px) {
  .hero-wrap .office-user {
    background: none;
  }
}
.hero-wrap .pricing {
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  padding-left: 2em;
}
.hero-wrap .pricing span {
  color: #fe9a00;
}
.hero-wrap .c2a-btns {
  padding-top: 10px;
}
.hero-wrap .btn {
  border-radius: 30px;
  font-size: 0.9rem;
  padding-block: 8px;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .hero-wrap .btn {
    padding-inline: 15px;
  }
}
@media (min-width: 992px) {
  .hero-wrap .btn {
    font-size: 1.05rem;
    padding-block: 10px;
    padding-inline: 30px;
  }
}
.hero-wrap ul {
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-block: 1em;
}
.hero-wrap ul li {
  padding-left: 2em;
  position: relative;
}
.hero-wrap ul li + li {
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  .hero-wrap ul li + li {
    margin-top: 0;
  }
}
.hero-wrap ul li::before {
  color: #ee9144;
  content: "\f058";
  font-weight: 900;
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero-wrap ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .hero-wrap ul {
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 0.5em;
  }
}
@media (min-width: 992px) {
  .hero-wrap {
    background: rgb(33, 62, 94);
    background: linear-gradient(90deg, rgb(33, 62, 94) 0%, rgb(33, 62, 94) 50%, rgb(16, 38, 61) 50%, rgb(16, 38, 61) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#213e5e",endColorstr="#10263d",GradientType=1);
    padding-bottom: 7em;
  }
}

.hubba-hero {
  background-color: #fe9a00;
  border: 2px #10263d solid;
  border-radius: 10px;
  line-height: 1;
  margin: 1rem auto 0;
  padding-block: 1rem;
  transition: all 0.5s ease;
  color: white;
  text-decoration: none;
}
.hubba-hero img {
  height: 80px;
  transform: scale(1.5);
  transition: filter 0.5s ease;
}
.hubba-hero .title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  padding-bottom: 0.2rem;
  padding-top: 0.6rem;
}
.hubba-hero:hover {
  border-color: #9f9f9f;
  box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.3);
  color: inherit;
  transform: scale(1.05);
  text-decoration: none;
}
.hubba-hero:hover img {
  filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.3));
}
@media (min-width: 992px) {
  .hubba-hero {
    max-width: 75%;
    padding-block: 0;
  }
  .hubba-hero .title {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
}
@media (min-width: 1200px) {
  .hubba-hero {
    max-width: 70%;
  }
}

.step {
  font-size: 1.4em;
  padding: 2.5em 2em 1.5em;
  position: relative;
}
.step a {
  color: #fe9a00;
  text-decoration: underline;
}
.step-number {
  background-color: #fe9a00;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 60px;
}
.step-link {
  color: #d8d8d8;
  padding-block: 2.5em;
  position: relative;
}
.step-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  background-color: #f7f7f7;
  z-index: 1;
}
@media (min-width: 992px) {
  .step-link::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f7f7f7;
    z-index: 1;
  }
}
.step-link i {
  background-color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .step {
    font-size: 1.1rem;
    font-weight: 600;
    height: 100%;
  }
}

ul.ticks {
  font-size: 1.2rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-block: 1em;
  text-align: left;
}
ul.ticks li {
  padding-left: 2em;
  position: relative;
}
ul.ticks li + li {
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  ul.ticks li + li {
    margin-top: 0;
  }
}
ul.ticks li::before {
  color: #ee9144;
  content: "\f058";
  font-weight: 900;
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  ul.ticks li {
    font-size: 1rem;
  }
}
ul.ticks.line-height-reset {
  line-height: 1.2;
  padding-top: 0.5em;
}
@media (min-width: 992px) {
  ul.ticks {
    line-height: 2;
    padding-top: 0.5em;
  }
}

@media (min-width: 992px) {
  .overlap-header {
    margin-top: -7em;
  }
}

.text-primary {
  color: #fe9a00 !important;
}

.step {
  position: relative;
}

.bg-light {
  background-color: #f7f7f7 !important;
}
.bg-grey, .bg-light-grey {
  background-color: #f6f6f6;
}
.bg-dark-blue {
  background-color: #213e5e;
  color: #fff;
}
.bg-dark-blue h2 {
  color: #fe9a00;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 2.3rem;
}
.bg-yellow {
  background-color: #fe9a00;
  color: #fff;
}
@media (min-width: 992px) {
  .bg-lg-dark-blue {
    background-color: #213e5e;
    color: #fff;
  }
  .bg-lg-dark-blue h2 {
    color: #fe9a00;
    font-family: "CoconPro-Regular Regular", sans-serif;
    font-size: 2.3rem;
  }
}

.panel {
  border-radius: 15px;
  padding: 1em;
}
.panel-white, .panel-reg-feature {
  background-color: #fff;
  color: #000;
}
.panel-md-white {
  padding: 0;
}
@media (min-width: 768px) {
  .panel-md-white {
    background-color: #fff;
    padding-inline: 3em;
  }
}
.panel-additional {
  background-color: #f7f7f7;
}
.panel-additional h3 {
  padding-top: 0;
}
.panel-additional p {
  font-size: 1rem;
}
.panel-additional + .panel-additional {
  margin-top: 1em;
}
.panel-reg-feature {
  position: relative;
}
.panel-reg-feature h4 {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.panel-reg-feature p {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.panel-reg-feature .price {
  font-size: 0.9rem;
  font-weight: 600;
}
.panel-reg-feature .price.large {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.3em;
}
.panel-reg-feature .specs a,
.panel-reg-feature .specs ul {
  font-size: 0.9rem;
}
.panel-reg-feature .specs a {
  font-weight: 600;
  text-decoration: none;
}
.panel-reg-feature .specs ul {
  padding-left: 25px;
}
.panel-reg-feature + .panel-reg-feature {
  margin-top: 1em;
}

button.more-info {
  color: #17304f;
  font-size: 1.2rem !important;
  padding: 0;
  margin-right: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.panel-number-type {
  background-color: #213e5e;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 10px;
}
.panel-number-type .title {
  color: #fe9a00;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.panel-number-type .subtitle {
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.1rem;
  height: 28px;
  letter-spacing: 1px;
}
.panel-number-type .exvat {
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 3px;
  text-align: center;
}
.panel-number-type .price {
  border-top: 2px #ebebeb solid;
  border-bottom: 2px #ebebeb solid;
  padding-block: 10px;
}
.panel-number-type .price .prefix,
.panel-number-type .price .term {
  line-height: 1;
}
.panel-number-type .price .term {
  font-size: 0.9rem;
}
.panel-number-type .price-major,
.panel-number-type .price-minor {
  font-weight: 600;
  line-height: 1;
}
.panel-number-type .price-major {
  font-size: 3.2rem;
  text-align: right;
}
.panel-number-type .price-minor {
  font-size: 1.8rem;
  margin-top: 5px;
}
.panel-number-type .select2-selection {
  border-radius: 7px !important;
}
.panel-number-type .area-code-selector,
.panel-number-type .number-selector {
  height: 45px;
}
.panel-number-type .description {
  font-size: 0.9rem;
  padding-block: 0.7rem;
}
.panel-number-type .area-code-selector {
  margin-top: 5px;
}
.panel-number-type .number-selector {
  margin-bottom: 5px;
}
.panel-number-type .controls {
  padding-top: 10px;
}
.panel-number-type .inline-link {
  color: #fff;
  text-decoration: underline;
}
.panel-number-type .inline-link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .panel-number-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .panel-number-type {
    padding: 15px;
  }
}

.interval-slide-toggle {
  display: inline-block;
  height: 48px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 220px;
  /* Active state for options (set by JS) */
}
.interval-slide-toggle input[type=radio] {
  display: none;
}
.interval-slide-toggle .slider {
  align-items: center;
  background: #d3d3d3;
  border-radius: 24px;
  border: 1px #bbb solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 4px;
  position: relative;
  width: 100%;
}
.interval-slide-toggle .option {
  border-radius: 24px;
  color: #888;
  cursor: pointer;
  flex: 1 1 50%;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  padding: 0.7em 0;
  text-align: center;
  transition: color 0.2s;
  z-index: 2;
}
.interval-slide-toggle .slider-bg {
  background: #fe9a00;
  border-radius: 20px;
  height: 40px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s ease-in;
  width: calc(50% - 8px);
  z-index: 1;
}
.interval-slide-toggle .option.active {
  color: #fff;
}

.plan-wrapper .plan-featured,
.plan-wrapper .plan-featured-space {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #17304f;
  display: inline-block;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 0.8em;
  padding: 5px 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-featured,
  .plan-wrapper .plan-featured-space {
    display: block;
    font-size: 1.3rem;
    margin: auto;
    padding-inline: 0;
    width: 80%;
  }
}
.plan-wrapper .plan-featured {
  background-color: #fe9a00;
}
.plan-wrapper .plan-featured-space {
  display: none;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-featured-space {
    display: block;
  }
}
.plan-wrapper .plan {
  background-color: #17304f;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 2em;
  padding: 15px 20px;
  text-align: center;
}
.plan-wrapper .plan .title {
  border-bottom: 1px #fff solid;
  color: #fe9a00;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 3px;
  text-align: left;
}
@media (min-width: 992px) {
  .plan-wrapper .plan .title {
    align-items: center;
    display: flex;
    font-size: 1.8em;
    height: 75px;
    justify-content: center;
    text-align: center;
  }
}
.plan-wrapper .plan .price {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-block: 10px;
  padding-top: 10px;
}
.plan-wrapper .plan .price .major,
.plan-wrapper .plan .price .minor {
  vertical-align: top;
}
.plan-wrapper .plan .price .minor {
  font-size: 2.1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .plan-wrapper .plan .price .minor {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .plan-wrapper .plan .price {
    font-size: 3.4rem;
  }
}
.plan-wrapper .plan .interval {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .plan-wrapper .plan .interval {
    font-size: 1.1rem;
  }
}
.plan-wrapper .plan .vat {
  font-size: 0.8rem;
  color: #bbb;
  margin-bottom: 15px;
}
.plan-wrapper .plan .btn {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .plan-wrapper .plan .btn {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .plan-wrapper .plan {
    padding-inline: 10px;
  }
}
.plan-wrapper .plan-hubba5g .title, .plan-wrapper .plan-esim .title, .plan-wrapper .plan-office .title {
  border: 0;
  line-height: 1.2;
  margin-bottom: 0.5em;
  text-align: left;
}
.plan-wrapper .plan-hubba5g .title small, .plan-wrapper .plan-esim .title small, .plan-wrapper .plan-office .title small {
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-hubba5g .title, .plan-wrapper .plan-esim .title, .plan-wrapper .plan-office .title {
    display: block;
    font-size: 2.6rem;
    height: auto;
  }
  .plan-wrapper .plan-hubba5g .title small, .plan-wrapper .plan-esim .title small, .plan-wrapper .plan-office .title small {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.plan-wrapper .plan-hubba5g .exvat, .plan-wrapper .plan-esim .exvat, .plan-wrapper .plan-office .exvat {
  font-weight: 300;
  font-size: 0.8rem;
  margin-top: 3px;
  text-align: center;
}
.plan-wrapper .plan-hubba5g .price, .plan-wrapper .plan-esim .price, .plan-wrapper .plan-office .price {
  border-top: 2px #ebebeb solid;
  border-bottom: 2px #ebebeb solid;
  padding-block: 10px;
}
.plan-wrapper .plan-hubba5g .price .prefix,
.plan-wrapper .plan-hubba5g .price .term, .plan-wrapper .plan-esim .price .prefix,
.plan-wrapper .plan-esim .price .term, .plan-wrapper .plan-office .price .prefix,
.plan-wrapper .plan-office .price .term {
  line-height: 1;
}
.plan-wrapper .plan-hubba5g .price .term, .plan-wrapper .plan-esim .price .term, .plan-wrapper .plan-office .price .term {
  font-size: 0.9rem;
}
.plan-wrapper .plan-hubba5g .price-major,
.plan-wrapper .plan-hubba5g .price-minor, .plan-wrapper .plan-esim .price-major,
.plan-wrapper .plan-esim .price-minor, .plan-wrapper .plan-office .price-major,
.plan-wrapper .plan-office .price-minor {
  font-weight: 600;
  line-height: 1;
}
.plan-wrapper .plan-hubba5g .price-major, .plan-wrapper .plan-esim .price-major, .plan-wrapper .plan-office .price-major {
  font-size: 4.2rem;
  text-align: right;
}
.plan-wrapper .plan-hubba5g .price-minor, .plan-wrapper .plan-esim .price-minor, .plan-wrapper .plan-office .price-minor {
  font-size: 2.3rem;
  margin-top: 5px;
}
.plan-wrapper .plan-hubba5g .term, .plan-wrapper .plan-esim .term, .plan-wrapper .plan-office .term {
  font-weight: 600;
}
.plan-wrapper .plan-hubba5g .description, .plan-wrapper .plan-esim .description, .plan-wrapper .plan-office .description {
  border-bottom: 1px #fff solid;
  font-size: 1.2rem;
  padding-block: 1rem;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-hubba5g .description, .plan-wrapper .plan-esim .description, .plan-wrapper .plan-office .description {
    padding-top: 0;
  }
}
.plan-wrapper .plan-hubba5g .interval, .plan-wrapper .plan-esim .interval, .plan-wrapper .plan-office .interval {
  font-size: 1.1rem;
}
.plan-wrapper .plan-hubba5g .vat, .plan-wrapper .plan-esim .vat, .plan-wrapper .plan-office .vat {
  color: #d9d9d9;
  font-size: 1rem;
}
.plan-wrapper .plan-hubba5g .btn, .plan-wrapper .plan-esim .btn, .plan-wrapper .plan-office .btn {
  border-radius: 30px;
  display: inline;
  padding-inline: 2em;
  padding-block: 0.7em;
  width: auto;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-hubba5g img, .plan-wrapper .plan-esim img, .plan-wrapper .plan-office img {
    max-height: 240px;
  }
}
.plan-wrapper .plan-esim {
  background-color: #213e5e;
}
.plan-wrapper .plan-esim .btn {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .plan-wrapper .plan-esim .btn {
    display: inline-block;
    width: auto;
  }
}

.alert-button + .alert-notice {
  margin-top: 10px;
}

.site-notice {
  background-color: #dc3545;
  color: #fff;
  font-size: 1.1rem;
  padding: 1.3rem 0.5rem;
  text-align: center;
}

.alert-dismissible {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
}
.alert-dismissible .close {
  position: absolute;
  right: 0;
  top: 0;
}
.alert-notice {
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 2.5em;
  position: relative;
  text-align: center;
}
.alert-notice i {
  font-size: 1.5rem;
  position: absolute;
  left: 10px;
  top: 10px;
}
.alert-slim {
  padding: 0.3rem 0.8rem;
}

.why-vl img {
  max-height: 230px;
}

.grey-bg,
.light-grey-bg {
  background-color: #f6f6f6;
}

.light-grey-bg-override {
  background-color: #f6f6f6 !important;
  color: #000 !important;
}
.light-grey-bg-override h2 {
  color: #17304f !important;
}

.med-grey-bg,
.medium-grey-bg {
  background-color: #efefef;
}

.dark-grey-bg {
  background-color: #e0e0e1;
}

.featured-bg {
  background-color: #17304f;
  color: #fff;
}
.featured-bg h1,
.featured-bg h2,
.featured-bg h3,
.featured-bg h4,
.featured-bg a {
  color: #fff;
}

#chat-widget-containerxx {
  right: auto;
  left: 0;
  bottom: 0;
}

.hide {
  display: none;
}

.intro {
  color: #333;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 auto 20px;
}

.instruction,
.tip {
  color: #fe9a00;
}

.instruction {
  font-weight: 600;
}

.tip strong,
.tip b {
  color: #17304f;
}

.note {
  color: #17304f;
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 10px auto 0;
}

.google-review {
  color: #fe9a00;
  font-weight: 600;
}

.circle-steps .first,
.circle-steps .second,
.circle-steps .third {
  margin-bottom: 20px;
}
.circle-steps .first h3,
.circle-steps .second h3,
.circle-steps .third h3 {
  background-color: #17304f;
  border: 5px #fff solid;
  border-radius: 50%;
  color: #fff;
  font-size: 2em;
  height: 80px;
  line-height: 70px;
  width: 80px;
  margin: 0 auto 25px;
  padding: 0;
}
@media (min-width: 768px) {
  .circle-steps .first h3,
  .circle-steps .second h3,
  .circle-steps .third h3 {
    font-size: 3em;
    height: 110px;
    line-height: 100px;
    width: 110px;
  }
}
.circle-steps .first p,
.circle-steps .second p,
.circle-steps .third p {
  font-size: 1.4em;
  font-weight: 700;
}
.circle-steps .first a,
.circle-steps .second a,
.circle-steps .third a {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .circle-steps .first,
  .circle-steps .second,
  .circle-steps .third {
    margin-bottom: 0;
  }
}
.circle-steps .first h3 {
  background-color: #fe9a00;
}
.circle-steps .first a {
  color: #fe9a00;
}
.circle-steps .third h3 {
  background-color: #a8a9ad;
}
.circle-steps .third a {
  color: #a8a9ad;
}

.overlay-img-search {
  position: relative;
  overflow: hidden;
}
.overlay-img-search .overlay,
.overlay-img-search img {
  transition: 0.3s ease-in all;
}
.overlay-img-search .overlay {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 4em;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay-img-search .overlay i {
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-img-search:hover img {
  transform: scale(1.1);
}
.overlay-img-search:hover .overlay {
  opacity: 1;
}

.col-panel {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 100%;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.col-panel h3 {
  color: #444;
  font-size: 1.3em;
  font-weight: 300;
}
.col-panel a.block-link {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.col-panel ul {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-panel ul {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .col-panel {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .col-panel {
    margin-bottom: 0;
  }
}

.select2-container .select2-selection,
.input-reg-style {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
}

select option:disabled {
  color: #ccc;
  font-style: italic;
}

.select2-container .select2-selection {
  text-align: left;
}
.select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection__arrow {
  top: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection__rendered, .select2-container .select2-selection__clear, .select2-container .select2-selection__placeholder {
  line-height: 36px;
}

#filter-by-area-code-wrap .select2-container .select2-selection {
  text-align: left;
}
#filter-by-area-code-wrap .select2-container .select2-selection--single .select2-selection__arrow, #filter-by-area-code-wrap .select2-container .select2-selection__arrow {
  top: 6px;
}
#filter-by-area-code-wrap .select2-container .select2-selection--single .select2-selection__rendered, #filter-by-area-code-wrap .select2-container .select2-selection__rendered, #filter-by-area-code-wrap .select2-container .select2-selection__clear, #filter-by-area-code-wrap .select2-container .select2-selection__placeholder {
  font-weight: bold;
}

hr {
  border-top: 4px #f0f2f4 solid;
}

#services-form {
  background: #f6f6f6;
  border-radius: 30px;
  padding: 30px;
}

#register-form input[type=radio]:checked + label {
  background-color: #fe9a00;
}
#register-form input[type=checkbox] {
  vertical-align: middle;
}
#register-form input[type=checkbox] + label {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-left: 5px;
  vertical-align: middle;
}
#register-form input[type=checkbox] + label.tncs {
  font-size: 1em;
  cursor: pointer;
}
#register-form #marketing_contact {
  padding-top: 15px;
}
#register-form #marketing_contact label {
  font-weight: 600;
}
#register-form #marketing_contact label:hover {
  color: #fe9a00;
  cursor: pointer;
}
#register-form .form-group {
  margin-bottom: 25px;
}
#register-form .description {
  color: #666;
  font-size: 0.8rem;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #register-form .description {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
#register-form button[type=submit],
#register-form .btn-form-back {
  min-width: 300px;
}
#register-form #order-summary th {
  background-color: #17304f;
  border-top: 10px solid #f6f6f6;
  color: #fff;
  font-size: 1.3em;
  padding: 10px 15px;
}
#register-form #order-summary td {
  background-color: #fff;
  border: 0;
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}
#register-form #order-summary td:first-child {
  background-color: #e0e0e1;
  color: #17304f;
  font-size: 1.1em;
  font-weight: 600;
  width: 33%;
}

#admin-menu {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px #bbb solid;
  border-left: 1px #bbb solid;
  border-bottom: 1px #bbb solid;
  font-size: 13px;
  line-height: 1.1;
  padding: 5px;
  position: fixed;
  right: 0;
  top: 20%;
  width: 100px;
}
#admin-menu a {
  display: block;
  padding: 3px;
}
#admin-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#admin-menu ul li + li {
  border-top: 1px #bbb solid;
  margin-top: 3px;
}

#addons .addon-wrap {
  background-color: #f6f6f6;
  margin-bottom: 15px;
  padding: 20px;
}
#addons .addon-wrap img {
  height: 60px;
}
#addons .addon-wrap label {
  color: #fff;
}
#addons .addon-wrap .price {
  font-size: 1.2em;
  font-weight: 300;
}
#addons .addon-wrap .big {
  font-size: 1.6em;
  font-weight: 600;
}
#addons .addon-wrap .sub-price {
  font-style: italic;
  margin-bottom: 1em;
}
#addons .addon-wrap .description {
  font-size: 1em;
  margin: 1.5em 0;
}
#addons .addon-wrap .description ul {
  font-size: 1.1em;
  font-weight: 600;
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
@media (min-width: 768px) {
  #addons .addon-wrap .description {
    min-height: 160px;
  }
}
#addons .addon-wrap input[type=checkbox] {
  display: none;
}
#addons .addon-wrap input[type=checkbox]:checked + label {
  background-color: #fe9a00;
}
#addons .addon-wrap input[type=checkbox]:disabled + label {
  background-color: #a8a9ad;
}
@media (min-width: 768px) {
  #addons .addon-wrap {
    margin-bottom: 30px;
    min-height: 479px;
  }
}
#addons-total {
  border: 2px #000 solid;
  padding: 15px;
}
#addons-total hr {
  border-top: 1px #000 solid;
}
#addons-total .remove-col label {
  color: #f00;
  cursor: pointer;
  font-weight: 600;
}

.sitemap h3 {
  background-color: #e0e0e1;
  font-size: 1.3rem;
  padding: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .sitemap h3 {
    background-color: transparent;
    font-size: 2.2rem;
  }
}
.sitemap ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.sitemap ul li {
  padding: 0 30px;
}
.sitemap ul li a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #17304f;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  display: block;
  text-decoration: underline;
  padding: 5px;
}
@media (min-width: 992px) {
  .sitemap ul li a {
    border-bottom: 4px solid #ececec;
  }
}
@media (min-width: 992px) {
  .sitemap ul li:first-child a {
    border-top: 4px solid #ececec;
  }
}

section {
  padding-block: 24px;
}
section.extra-padding {
  padding-block: 40px;
}
section.utility {
  text-align: center;
}
section.utility img {
  display: block;
  margin: 0 auto 20px;
  max-width: 160px;
}
section.utility h2,
section.utility .tagline {
  text-align: left;
}
section.utility .col {
  padding-bottom: 30px;
}
section.broadband .wrapper {
  background-image: url("/images/product-router-v2-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 600;
  padding: 40px 20px;
}
section.broadband .content-panel {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px #17304f solid;
  padding: 5px 15px;
}
section.broadband h2 {
  font-size: 2em;
  margin-top: 0;
}
section.broadband ul {
  margin-left: 15px;
  padding: 0;
}
section.broadband img {
  display: block;
  margin: 0 auto 20px;
  max-width: 300px;
}
@media (min-width: 768px) {
  section.broadband img {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  section.broadband img {
    margin: auto;
    max-width: 100%;
  }
}
section.how-it-works ol {
  counter-reset: list;
  list-style: none;
  padding: 0;
}
section.how-it-works ol li {
  background-color: #e0e0e1;
  border-radius: 8px;
  color: #17304f;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 60px;
  position: relative;
  text-align: left;
  width: 100%;
}
section.how-it-works ol li a {
  display: block;
}
section.how-it-works ol li a:hover {
  color: #17304f;
  text-decoration: none;
}
section.how-it-works ol li:hover {
  background-color: #17304f;
}
section.how-it-works ol li:hover a {
  color: #fff;
}
section.how-it-works ol li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.how-it-works ol li + li {
    margin-top: 0;
  }
}
section.how-it-works ol li::before {
  background-color: #fe9a00;
  border-radius: 50%;
  content: counter(list);
  counter-increment: list;
  color: #fff;
  display: block;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-align: center;
  width: 35px;
}
@media (min-width: 768px) {
  section.how-it-works ol li::before {
    left: -17px;
    top: -17px;
  }
}
section.how-it-works ol li.selected {
  background-color: #e0e0e1;
}
section.how-it-works ol li.selected::before {
  background-color: #17304f;
}
section.how-it-works ol li.selected a {
  color: #17304f;
}
@media (min-width: 768px) {
  section.how-it-works ol li {
    padding: 0;
    text-align: center;
    width: 230px;
  }
  section.how-it-works ol li::after {
    content: "";
    width: 3px;
    height: 60px;
    background-color: #e0e0e1;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  section.how-it-works ol li.selected::after {
    background-color: #17304f;
  }
  section.how-it-works ol li a {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  section.how-it-works ol {
    display: flex;
    justify-content: space-between;
  }
}
section.how-it-works ul.linkline {
  display: none;
}
@media (min-width: 768px) {
  section.how-it-works ul.linkline {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 65px 0 0 0;
    padding: 0;
  }
  section.how-it-works ul.linkline li {
    text-align: center;
    height: 3px;
    position: relative;
    width: 230px;
  }
  section.how-it-works ul.linkline li:not(:first-child)::before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #e0e0e1;
    right: 50%;
    width: 100%;
  }
  section.how-it-works ul.linkline li span.point {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e0e0e1;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    z-index: 2;
  }
  section.how-it-works ul.linkline li.selected:not(:first-child)::before,
  section.how-it-works ul.linkline li.selected span.point {
    background-color: #17304f;
  }
  section.how-it-works ul.linkline li.selected.current span.point {
    background-color: #fff;
    border: 3px solid #17304f;
  }
}
@media (min-width: 992px) {
  section.how-it-works ul.linkline li:not(:first-child)::before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  section.how-it-works ul.linkline li:not(:first-child)::before {
    width: 125%;
  }
}
section.how-it-works .step-box {
  border: 1px #fe9a00 solid;
  margin-top: 60px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
section.how-it-works .step-box h3 {
  font-size: 2em;
  font-weight: 600;
}
section.how-it-works .step-box a {
  text-decoration: underline;
}
section.how-it-works .step-box a.bottom {
  border-bottom: 2px #17304f solid;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 10px;
  padding-block: 10px;
  text-decoration: none;
}
section.how-it-works .step-box a.bottom:hover {
  color: #fe9a00;
}
section.how-it-works .step-box span.number {
  background-color: #17304f;
  border-radius: 50%;
  color: #fff;
  font-family: ff-cocon-pro, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: -20px;
  left: -10px;
  width: 60px;
}
section.how-it-works .step-box .image {
  display: none;
}
@media (min-width: 992px) {
  section.how-it-works .step-box {
    padding: 0;
  }
  section.how-it-works .step-box .text {
    padding: 30px 30px;
  }
  section.how-it-works .step-box .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
  }
}
section.how-it-works .video-col {
  padding-block: 20px;
}
section.extension .content-box {
  font-weight: 700;
  padding: 15px;
}
section.extension .content-box .btn {
  color: #17304f;
}
section.overlap-top {
  margin-top: -50px;
}
section.slim {
  padding-block: 12px;
}
@media (min-width: 768px) {
  section {
    padding-block: 20px;
  }
  section.extra-padding {
    padding-block: 70px;
  }
}

.promise-icon {
  color: #fe9a00;
  display: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.promise-icon + h3 {
  padding-top: 0;
}
@media (min-width: 576px) {
  .promise-icon {
    display: inline-block;
    float: right;
    font-size: 4em;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .promise-icon {
    font-size: 200px;
    margin-left: 50px;
    margin-bottom: 80px;
  }
  .promise-icon.odd {
    float: left;
    margin-left: 0;
    margin-right: 50px;
  }
}

.slider-title {
  color: #17304f;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .slider-title {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .slider-title {
    font-size: 2.3em;
  }
}

.slider-sub {
  color: #17304f;
  font-size: 0.5em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .slider-sub {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .slider-sub {
    font-size: 1.5em;
  }
}

.tagline {
  color: #a8a9ad;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.tagline + h2 {
  margin-top: 0;
}

.page-hero {
  background-image: var(--bg-mobile);
  background-position: right;
  background-size: cover;
}
.page-hero .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  padding-block: 30px;
}
@media (min-width: 768px) {
  .page-hero .overlay {
    background-color: rgba(255, 255, 255, 0.3);
    padding-block: 60px;
  }
}
.page-hero h1 {
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 768px) {
  .page-hero h1 {
    font-size: 3em;
  }
}
.page-hero p {
  line-height: 1.125em;
  letter-spacing: -1px;
  font-weight: 400;
  margin: 10px 0 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .page-hero p {
    font-size: 1.5em;
  }
}
.page-hero .btn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-hero {
    background-image: var(--bg-desktop);
    background-position: center;
  }
}
.page-hero.background-top {
  background-position: top;
}
.page-hero.no-overlay .overlay {
  background-color: transparent;
}

.registration-steps {
  position: relative;
}
.registration-steps ul {
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.registration-steps ul .step {
  display: inline-block;
  font-size: 0.8em;
  width: 100px;
  padding-top: 1em;
  padding-inline: 0;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: top;
}
.registration-steps ul .step-number {
  background: #e0e0e1;
  border-radius: 50%;
  font-size: 2.5em;
  line-height: 70px;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  top: 0;
  position: static;
}
.registration-steps ul .step p {
  color: #ddddde;
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 15px 0 0;
}
.registration-steps ul .step.active .step-number {
  background-color: #fe9a00;
}
.registration-steps ul .step.active p {
  color: #17304f;
}
@media (min-width: 768px) {
  .registration-steps ul .step {
    font-size: 1em;
    width: 200px;
  }
}
.registration-steps .line {
  position: absolute;
  z-index: 1;
  top: 30px;
  height: 8px;
  background: #dfdfdf;
  width: 275px;
  left: 50%;
  transform: translateX(-50%);
}
.registration-steps .line .inner-line {
  background-color: #fe9a00;
  height: 100%;
  width: 0%;
}
.registration-steps .line .inner-line.step-1 {
  width: 30%;
}
.registration-steps .line .inner-line.step-2 {
  width: 70%;
}
.registration-steps .line .inner-line.step-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .registration-steps .line {
    top: 45px;
    width: 500px;
  }
}

.mobile-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}

.core-nav-desktop {
  padding: 0;
}

@media (min-width: 768px) {
  #main_nav {
    font-size: 1.2em;
  }
}

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

.dropdown-menu {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
.dropdown-menu .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu li > .submenu {
  position: static;
}
@media (min-width: 768px) {
  .dropdown-menu li:hover > .submenu {
    display: block;
  }
}
@media (min-width: 768px) {
  .dropdown-menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: #17304f;
    border-radius: 0;
    box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.5);
    padding: 0;
  }
  .dropdown-menu li:hover {
    background-color: #274b76;
  }
  .dropdown-menu .nav-link {
    padding-block: 10px;
    padding-inline: 0 !important;
  }
}

a.nav-link,
a.nav-link:hover,
a.nav-link:focus {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

.dropdown-item,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  .dropdown-item {
    padding: 6px 0;
  }
}

.nav-item a {
  font-weight: 600;
}
.nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.nav-item .submenu-left {
  right: 100%;
  left: auto;
}

@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mobile-menu .dropdown-toggle::after {
    display: none;
  }
  .mobile-menu .navbar-nav {
    padding-inline: 15px;
  }
  .mobile-menu .nav-link i {
    border: 1px solid #428fcf;
    background: #2d75b2;
    border-radius: 0.1875rem;
    float: right;
    padding: 5px;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
  }
  .mobile-menu .navbar-collapse {
    background-color: #142d53;
    color: #fff;
    height: 100%;
    min-width: 70%;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 0;
  }
  .mobile-menu .navbar-collapse a {
    color: #fff;
    padding: 8px 0;
  }
  .mobile-menu .navbar-collapse .nav-item {
    padding: 0;
  }
  .mobile-menu .navbar-collapse.collapsing {
    height: 100%;
    left: -75%;
    transition: height 0s ease;
  }
  .mobile-menu .navbar-collapse.show {
    height: 100%;
    left: 0;
    transition: left 400ms ease-in-out;
    padding-top: 10px;
  }
  .mobile-menu .navbar-collapse.collapsed ~ .navbar-collapse {
    transition: left 400ms ease-in;
  }
  .mobile-menu .navbar-collapse .dropdown-menu {
    border-top: 1px #354968 solid;
    border-left: 1px #354968 solid;
    border-top-right-radius: 0;
    padding-left: 10px;
  }
  .mobile-menu .navbar-collapse .dropdown-menu li + li {
    border-top: 1px #475e81 solid;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .mobile-menu .navbar-collapse {
    min-width: 50%;
  }
}
ul.spaced li,
ol.spaced li {
  margin-bottom: 5px;
}

.app-info {
  margin: 0 0 1.5em;
  text-align: center;
}
.app-info img {
  opacity: 0.3;
  transition: all 1s ease;
  width: 90px;
}
.app-info img:hover {
  transform: scale(1.25);
}
@media (min-width: 768px) {
  .app-info img {
    width: auto;
  }
}
.app-info h3 {
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .app-info h3 {
    font-size: 1.3em;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .app-info h3 {
    font-size: 1.6em;
  }
}
.app-info p {
  font-size: 0.85em;
}

.font-small {
  font-size: 0.8em;
  line-height: 1.2rem;
}

ul.arrow-list, ul.grid-list, ul.tick-list, ul.app-info, ul.rate-list {
  list-style: none;
  padding: 0;
}
ul.arrow-list li, ul.tick-list li {
  color: #17304f;
  font-size: 1.1em;
  margin-bottom: 15px;
}
ul.arrow-list li::before, ul.tick-list li::before {
  content: "\f058";
  font-weight: 900;
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4em;
  line-height: 1em;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 3px;
}
ul.arrow-list li::before {
  content: "\f0a9";
}
ul.arrow-list li a {
  text-decoration: underline;
}
ul.grid-list::after {
  clear: both;
  content: "";
  display: table;
}
ul.grid-list li {
  background: #fcfcfc;
  border-radius: 3px;
  box-sizing: border-box;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1%;
  min-height: auto;
  padding: 0px 15px 0px;
  text-align: center;
  width: 100%;
  text-align: center;
}
ul.grid-list li img {
  display: block;
  height: 60px;
  margin: 30px auto;
  width: auto;
}
ul.grid-list li h3 {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.1;
  margin: 10px 0 20px;
  padding: 0;
}
@media (min-width: 768px) {
  ul.grid-list li {
    background: #fcfcfc;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    min-height: 214px;
    width: 48%;
  }
  ul.grid-list li:nth-child(2n+1) {
    background: #f7f7f7;
  }
  ul.grid-list li :nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  ul.grid-list li:nth-child(-n+6) {
    margin-bottom: 2%;
  }
  ul.grid-list li:nth-child(3) {
    margin-left: 1%;
    width: 98%;
    margin-right: 1%;
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  ul.grid-list li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    min-height: 244px;
    width: 32%;
  }
  ul.grid-list li:nth-child(3) {
    min-height: 244px;
    width: 32%;
  }
  ul.grid-list li:nth-child(-n+6) {
    margin-bottom: 5px;
  }
  ul.grid-list li:nth-child(3n+2) {
    margin: 0 5px 0;
  }
  ul.grid-list li:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.tick-list li::before {
  content: "\f058";
  font-weight: 900;
}
ul.rate-list::after {
  clear: both;
  content: "";
  display: table;
}
ul.rate-list li {
  background: #f6f6f6;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
  padding: 10px;
}
@media (min-width: 768px) {
  ul.rate-list li {
    float: left;
    margin: 0 3px 6px;
    width: calc(50% - 6px);
  }
}
@media (min-width: 992px) {
  ul.rate-list li {
    width: calc(33% - 6px);
  }
}
ul.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.reset li {
  margin: 0;
  padding: 0;
}

.grid-list-feature .grid-item {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  height: 100%;
}
.grid-list-feature img {
  display: block;
  margin: 0 auto 20px;
}
.grid-list-feature h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 0;
  position: relative;
}
.grid-list-feature h3::before {
  content: url(/images/icons/icon-circle-arrow.png);
  position: absolute;
  left: 0;
  top: 5px;
}
.grid-list-feature p {
  font-size: 1.1rem;
}

.accordion .card {
  border: 0;
  border-radius: 0 !important;
}
.accordion .card .card-header {
  border: 0;
  margin-bottom: 5px;
  padding: 0;
}
.accordion .card .card-header:hover {
  background-color: #e0e0e1;
}
.accordion .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  border-radius: 0;
}
.accordion .card .card-header .btn-header-link:after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  float: right;
}
.accordion .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
.accordion .card .card-body {
  background-color: #fcfcfc;
}
.accordion .card .btn {
  background-color: #e0e0e1;
  font-size: 1.4em;
  font-weight: 800;
  padding: 20px;
}
.accordion .card .btn.collapsed {
  background-color: transparent;
}

#preview-mode {
  background-color: #fe9a00;
  font-size: 1.2em;
  font-weight: 600;
  padding: 4px 0;
  text-align: center;
}

.pwd-requirements .done {
  color: #1e9b1e;
  font-weight: 600;
}
.pwd-requirements .done:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
}

#registration-progress .title {
  color: #19304f;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#registration-progress .progress-bar-wrapper {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 5px;
}
#registration-progress .progress-bar {
  background-color: #e1e3e6;
  border-radius: 3px;
  overflow: hidden;
}
#registration-progress .progress-bar-fill {
  --radius: 3px;
  background-color: #fe9a00;
  height: 16px;
  transition: all 0.5s ease;
  width: 0;
}

.reg-pills .nav-item,
.index-pills .nav-item {
  position: relative;
  text-align: center;
  width: 50%;
  overflow: visible;
}
.reg-pills .nav-item a,
.index-pills .nav-item a {
  background: rgba(33, 62, 94, 0.6);
  border-left: 1px solid rgba(33, 62, 94, 0.6);
  border-right: 1px solid rgba(33, 62, 94, 0.6);
  border-top: 1px solid rgba(33, 62, 94, 0.6);
  border-radius: 0;
  padding: 0;
  position: relative;
}
.reg-pills .nav-item a:hover,
.index-pills .nav-item a:hover {
  background: rgba(33, 62, 94, 0.8);
}
.reg-pills .nav-item a.active,
.index-pills .nav-item a.active {
  background-color: #fe9a00;
  border-color: #fe9a00;
  position: relative;
}
.reg-pills .nav-item a.active::after,
.index-pills .nav-item a.active::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fe9a00;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-top: 5px;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  z-index: 10;
}
.reg-pills .nav-item a .content,
.index-pills .nav-item a .content {
  overflow: hidden;
  padding: 0.5rem 1rem;
  position: relative;
}
.reg-pills .nav-item a.disabled,
.index-pills .nav-item a.disabled {
  background: rgba(200, 200, 200, 0.5) !important;
  border-color: rgba(200, 200, 200, 0.5) !important;
  color: #666666 !important;
  pointer-events: none;
  cursor: not-allowed !important;
}
.reg-pills .nav-item:first-child a,
.index-pills .nav-item:first-child a {
  border-top-left-radius: 5px;
}
.reg-pills .nav-item:nth-child(2) a,
.index-pills .nav-item:nth-child(2) a {
  border-top-right-radius: 5px;
}
@media (min-width: 992px) {
  .reg-pills .nav-item,
  .index-pills .nav-item {
    font-size: 1.4rem;
  }
  .reg-pills .nav-item:nth-child(2) a,
  .index-pills .nav-item:nth-child(2) a {
    border-top-right-radius: 0;
  }
  .reg-pills .nav-item:last-child a,
  .index-pills .nav-item:last-child a {
    border-top-right-radius: 5px;
  }
}

.new-icon {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 2px 40px;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  left: -38px;
  transform: rotate(-45deg);
  z-index: 10;
}

@media (min-width: 992px) {
  .index-pills .nav-item {
    width: 25%;
  }
}

.status-border {
  --color: 128, 128, 128;
  background: linear-gradient(rgba(var(--color), 0) 40%, rgba(var(--color), 0.3) 100%);
  border-bottom: 5px solid rgb(var(--color));
}
.status-border-success {
  --color: 40, 167, 69;
}
.status-border-warning {
  --color: 255, 193, 7;
}
.status-border-danger {
  --color: 220, 53, 69;
}
.status-border-info {
  --color: 23, 162, 184;
}

.card-status {
  --color: 128, 128, 128;
}
.card-status h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.card-status .card-title {
  padding-inline: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .card-status .card-body {
    min-height: 140px;
    padding-bottom: calc(10px + 1.25rem);
    position: relative;
  }
}
.card-status .status-icon {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: rgb(var(--color));
}
@media (min-width: 768px) {
  .card-status .status-operational {
    bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
  }
}
.card-status.success {
  border-color: #28a745;
}
.card-status.success .status-icon {
  --color: 40, 167, 69;
}
.card-status.warning {
  border-color: #ffc107;
}
.card-status.warning .status-icon {
  --color: 255, 193, 7;
}
.card-status.info {
  border-color: #17a2b8;
}
.card-status.info .status-icon {
  --color: 23, 162, 184;
}
.card-status.danger {
  border-color: #dc3545;
}
.card-status.danger .status-icon {
  --color: 220, 53, 69;
}

.card.card-status .status-icon {
  animation: pulse 1.5s infinite;
  background: radial-gradient(circle, rgba(var(--color), 1) 0%, rgba(var(--color), 0) 80%);
  position: absolute;
  left: 0;
  top: 0;
}

.pagination .page-link {
  border-color: #17304f;
  color: #17304f;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination .page-link:hover {
  background-color: #17304f;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background-color: #fe9a00;
  border-color: #17304f !important;
  color: #fff;
}

.golden-number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.golden-number-badge {
  background: #f8f9fa;
  border-radius: 0.5em;
  border: 1px solid #dee2e6;
  color: #212529;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.golden-number-badge:hover {
  background: #dae0e5;
  border-color: #c1c9d0;
}
.golden-number-badge.selected {
  background: #fe9a00;
  border-color: #e58b00;
  color: #fff;
}

.golden-numbers-pagination-controls {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.golden-numbers-pagination-controls .btn {
  min-width: 50px;
  text-align: center;
}
.golden-numbers-pagination-controls div {
  align-items: center;
  display: flex;
  font-weight: 600;
  height: 38px;
  justify-content: center;
  min-width: 60px;
  text-align: center;
}

.font-bronze, .font-silver, .font-gold {
  text-shadow: 1px 1px 1px #666;
}
.font-bronze {
  color: #cd7f32;
}
.font-silver {
  color: #c0c0c0;
}
.font-gold {
  color: #ffd700;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(var(--color), 0.5);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(var(--color), 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(var(--color), 0.5);
  }
}
