@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;
}
@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: #f5c644;
  color: #000;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #a8a9ad;
  border-color: transparent;
  color: #10263d;
}
.btn-secondary {
  background-color: #ee9144;
  color: #000000;
}
.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: #10263d;
  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", 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 */
}

.service-status {
  background-color: #eeeeee;
  border: 1px transparent solid;
  border-radius: 30px;
  color: #213e5e !important;
  display: inline-flex;
  font-family: "Open Sans", 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;
  }
}

html,
body {
  background-color: #10263d;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

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

.w-90 {
  width: 90%;
}

.bg-light {
  background-color: #f7f7f7 !important;
  color: #212529;
}
.bg-yellow {
  background-color: #f5c644;
}
.bg-dark {
  background-color: #10263d;
  color: #fff;
}

.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;
}

.service-status {
  margin: 0;
  padding: 0 0.5rem !important;
}

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

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;
}

.panel {
  border-radius: 15px;
  padding: 1em;
}
.panel-white {
  background-color: #fff;
  color: #000;
}
.panel-switch-off {
  background: url("/images/office/switch-off-overlay-mobile.png"), rgb(241, 168, 68);
  background: url("/images/office/switch-off-overlay-mobile.png"), linear-gradient(90deg, rgb(241, 168, 68) 0%, rgb(239, 150, 68) 100%);
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1a844",endColorstr="#ef9644",GradientType=1);
  color: #fff;
  text-align: center;
}
.panel-switch-off h2 {
  color: #fff;
}
.panel-switch-off span,
.panel-switch-off h2 a,
.panel-switch-off a.span {
  color: #10263d;
}
.panel-switch-off.compare {
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0.5em;
}
.panel-switch-off.compare p {
  margin: 0;
}
@media (min-width: 768px) {
  .panel-switch-off.compare {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .panel-switch-off {
    background: url("/images/office/switch-off-overlay-desktop-left.png") left center/auto 100% no-repeat, url("/images/office/switch-off-overlay-desktop-right.png") right center/auto 100% no-repeat, rgb(241, 168, 68);
    background: url("/images/office/switch-off-overlay-desktop-left.png") left center/auto 100% no-repeat, url("/images/office/switch-off-overlay-desktop-right.png") right center/auto 100% no-repeat, linear-gradient(90deg, rgb(241, 168, 68) 0%, rgb(239, 150, 68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1a844",endColorstr="#ef9644",GradientType=1);
  }
}
.panel-md-white {
  color: #212529;
}
@media (min-width: 768px) {
  .panel-md-white {
    background-color: #fff;
  }
}
.panel-about {
  background-color: #f7f7f7;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-inline: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .panel-about h3 {
    min-height: 63px;
  }
}
.panel-about em,
.panel-about i {
  background-color: #fff;
  border-radius: 50%;
  color: #ee9144;
  font-size: 2rem;
  position: absolute;
  top: -0.5em;
  left: calc(50% - 1rem);
}
.panel-about .buttons {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .panel-about .buttons {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .panel-about {
    height: 100%;
    padding-bottom: 3em;
    position: relative;
  }
}
.panel-info {
  background-color: #e0e7f7;
  border-radius: 15px;
  font-weight: 600;
  padding-block: 1em;
  padding-left: 4em;
  padding-right: 1em;
  position: relative;
}
.panel-info::before {
  color: #10263d;
  content: "\f044";
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0.7em;
  left: 1em;
}
.panel.shadowed {
  box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  max-width: 200px;
}

.new-navbar {
  align-items: flex-end;
  display: flex;
  flex-flow: row;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  overflow: visible;
  place-content: space-around space-between;
  padding-top: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}
.new-navbar .nav-item {
  color: #fff;
  text-decoration: none;
}
.new-navbar > .nav-item {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  padding: 0 10px;
  transition: border-color 0.2s ease;
  width: 100%;
}
.new-navbar > .nav-item .nav-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-navbar > .nav-item .nav-item-content {
  color: #fff;
  padding-right: 0.5rem;
}
.new-navbar > .nav-item .nav-item-content a {
  color: #fff;
  text-decoration: none;
}
.new-navbar > .nav-item .dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}
.new-navbar > .nav-item + .nav-item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.new-navbar > .nav-item.active, .new-navbar > .nav-item:hover {
  border-bottom-color: #fe9a00;
  text-decoration: none;
}
.new-navbar > .nav-item.has-dropdown:hover nav.nav-item-dropdown, .new-navbar > .nav-item.has-dropdown:focus-within nav.nav-item-dropdown {
  display: block;
}
.new-navbar > .nav-item .extra-content-data {
  background-color: #eee;
}
.new-navbar > .nav-item nav.nav-item-dropdown {
  background: #fff;
  border-top: 2px solid #fe9a00;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  color: #212529;
  cursor: default;
  display: none;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  margin-inline: 1rem;
  width: 100%;
  z-index: 100;
}
.new-navbar > .nav-item nav.nav-item-dropdown .dropdown-item {
  padding: 0.25rem 1rem;
}
.new-navbar > .nav-item nav.nav-item-dropdown .title {
  color: #10263d;
  font-weight: 700;
}
.new-navbar > .nav-item nav.nav-item-dropdown .description {
  color: #666;
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.comment {
  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: #ee9144;
}
.comment .stars .fa-star + .fa-star {
  margin-left: 5px;
}
.comment::before {
  color: #ee9144;
  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%;
  }
}

.social-links {
  display: inline-block;
}
.social-links a {
  background-color: #fff;
  border-radius: 50%;
  color: #10263d;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  width: 34px;
}
.social-links a + a {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .social-links a {
    line-height: 30px;
    width: 30px;
  }
}

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

h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}
h1.solo {
  font-weight: 600;
}
h1.solo span {
  color: #ee9144;
}

h2,
h3 {
  color: #10263d;
  font-weight: 600;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
h2.solo {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
  h3.smaller {
    font-size: 1.4rem;
  }
}

.main-text {
  color: #fff;
}
.main-text h1 {
  color: #fff;
  font-size: 1.65em;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main-text h1 {
    font-size: 1.5rem;
    margin-bottom: 1em;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-text h1 {
    font-size: 2.3rem;
    margin-bottom: 1em;
    text-align: left;
  }
}
.main-text h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
.main-text .subtext {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .main-text .subtext {
    font-size: 1.2rem;
  }
}

.text-accent {
  color: #fe9a00;
}

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

.brand-logo {
  width: 100%;
  transition: all 0.3s ease;
}

.sticky-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.sticky-shadow .d-btns {
  padding-block: 0 !important;
}
.sticky-shadow nav.navbar.mt-lg-3 {
  margin-top: 0.5rem !important;
}
.sticky-shadow .brand-logo {
  max-width: 180px;
}
@media (min-width: 992px) {
  .sticky-shadow .nav-link {
    padding-block: 0.2rem;
  }
  .sticky-shadow .new-navbar {
    padding-top: 0.4rem;
  }
}

header {
  background-color: #10263d;
  padding-block: 1em;
  transition: all 0.3s ease;
}
header .navbar-toggler {
  border-radius: 50%;
  line-height: 48px;
  padding: 0;
  width: 50px;
}
header .navbar {
  padding: 0;
}
header nav {
  color: #fff;
  font-family: "CoconPro-Regular Regular", sans-serif;
}
header nav a {
  color: #fff;
}
header nav a:focus, header nav a:hover {
  color: #fff;
  text-decoration: underline !important;
}
header nav .nav-item {
  border: 1px solid transparent;
}
header nav .nav-item + .nav-item {
  border-top: 1px #fff solid;
}
@media (min-width: 992px) {
  header nav .nav-item + .nav-item {
    border-left: 1px #fff solid;
    border-top: 1px transparent solid;
  }
}
header nav .nav-item.extra-btns, header nav .nav-item.social-links {
  border: 1px transparent solid;
}
header nav .nav-item.active a {
  color: #f5c644;
}
header .dropdown-menu {
  background-color: #10263d;
  border-color: #4063b2;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 1em;
}
header .dropdown-menu .dropdown-item {
  color: #fff !important;
  padding: 0.5rem 0;
}
header .dropdown-menu .dropdown-item:hover {
  background-color: #4063b2;
  color: #fff;
}
@media (min-width: 992px) {
  header .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  header .dropdown-menu {
    border: 1px #4063b2 solid;
    border-radius: 0.25rem;
  }
}
header .hs-web-interactive-inline .btn {
  display: block;
}
@media (min-width: 992px) {
  header .hs-web-interactive-inline .btn {
    display: inline-block;
  }
}

footer {
  color: #10263d;
  line-height: 1.8;
}
footer a {
  color: inherit;
}
footer h3 {
  color: #fe9a00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
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 #10263d solid;
  padding-left: 1em;
  margin-left: 1em;
}
footer .logo {
  max-width: 200px;
}
footer .email {
  color: #000;
  font-size: 0.8rem;
}

.about-quote {
  background-color: #e0e7f7;
  font-weight: 500;
  padding-block: 1.5em;
  padding-left: 3.5em;
  padding-right: 1em;
  position: relative;
}
.about-quote .author {
  font-weight: 700;
  margin-top: 2em;
}
.about-quote::before {
  color: #10263d;
  content: "\f10d";
  float: left;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 1em;
  left: 20px;
}

.legal-text {
  font-size: 13px;
  padding-block: 1rem;
}

.plan {
  background-color: #10263d;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.plan .radial {
  background: #5e89e4;
  background: radial-gradient(circle, rgb(94, 137, 228) 0%, #10263d 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e89e4",endColorstr="$primary-color",GradientType=1);
  background-position: top -70px left -70px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .plan .radial {
    background-size: 400px;
  }
}
.plan .content {
  z-index: 10;
  position: relative;
}
@media (min-width: 992px) {
  .plan .content {
    height: 100%;
    padding-bottom: 2em;
  }
}
.plan .title {
  border-bottom: 1px #fff solid;
  color: #f5c644;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  padding-top: 0.3em;
}
.plan .title .price-wrap {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  float: right;
  line-height: 1;
}
.plan .title .price-wrap .price-description {
  font-size: 0.9rem;
}
.plan .price {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .plan .price {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .plan .price {
    font-size: 3.1rem;
  }
}
.plan .price-description {
  font-size: 1.1rem;
  font-weight: 600;
}
.plan ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 1rem;
}
.plan ul li {
  font-size: 0.8rem;
  margin-bottom: 15px;
  padding-left: 32px;
  position: relative;
}
.plan ul li::before {
  background-color: #fff;
  border-radius: 50%;
  color: #ee9144;
  content: "\f058";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.4rem;
  height: 1.3rem;
  width: 1.3rem;
  position: absolute;
  top: 15px;
  left: 10px;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .plan ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .plan ul {
    padding-top: 0.5em;
  }
}
@media (min-width: 992px) {
  .plan .buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.plan .btn-plan-more {
  margin-left: 18px;
}
.plan .btn-plan-more em,
.plan .btn-plan-more i {
  color: #6485d6;
  margin-right: 5px;
}
.plan:last-child {
  margin-bottom: 0;
}
.plan-extra-solo .radial {
  background: #5e89e4;
  background: radial-gradient(circle, #5e89e4 0%, #10263d 45%, #10263d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e89e4",endColorstr="$primary-color",GradientType=1);
  background-position: top -70px left -70px;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (min-width: 992px) {
  .plan-extra-solo .radial {
    background-position: top 0 left -270px;
  }
}
.plan-extra .radial {
  background: #5e89e4;
  background: radial-gradient(circle, rgb(94, 137, 228) 0%, #10263d 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e89e4",endColorstr="$primary-color",GradientType=1);
  background-position: top -140px left -110px;
  background-repeat: no-repeat;
}
.plan-extra .title {
  color: #fff;
  margin-bottom: 0.5em;
}
.plan-extra .title .brand {
  color: #f5c644;
}
.plan-switch-off, .plan-compare-info {
  height: 100%;
}
.plan-switch-off .content, .plan-compare-info .content {
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .plan-switch-off .content, .plan-compare-info .content {
    padding-bottom: 3em;
  }
}
.plan-switch-off .radial, .plan-compare-info .radial {
  background: #5e89e4;
  background: radial-gradient(circle, #5e89e4 0%, #10263d 65%, #10263d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e89e4",endColorstr="$primary-color",GradientType=1);
  background-position: top 0px left -70px;
  background-repeat: no-repeat;
  z-index: 3;
}
@media (min-width: 992px) {
  .plan-switch-off .radial, .plan-compare-info .radial {
    background-position: top 0 left -70px;
  }
}
.plan-switch-off .title, .plan-compare-info .title {
  margin-bottom: 0.5em;
}
.plan-switch-off .title em,
.plan-switch-off .title i, .plan-compare-info .title em,
.plan-compare-info .title i {
  background-color: #fff;
  border-radius: 50%;
  color: #ee9144;
  font-size: 2rem;
  margin-right: 5px;
  padding: 2px;
}
@media (min-width: 992px) {
  .plan-switch-off .title em,
  .plan-switch-off .title i, .plan-compare-info .title em,
  .plan-compare-info .title i {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .plan-switch-off .title, .plan-compare-info .title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .plan-switch-off .buttons, .plan-compare-info .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }
}
.plan-guide .title {
  color: #fff;
  letter-spacing: 1px;
}
.plan-guide .title img {
  margin-bottom: 1em;
  max-width: 150px;
}
.plan-guide .title br {
  display: none;
}
@media (min-width: 992px) {
  .plan-guide .title br {
    display: block;
  }
}
.plan-guide .title span {
  color: #ee9144;
}
@media (min-width: 1200px) {
  .plan-guide .title {
    padding-right: 1em;
  }
}
@media (min-width: 992px) {
  .plan-guide .content {
    margin-bottom: 3em;
  }
}
.plan-guide .buttons {
  padding-top: 2em;
}
@media (min-width: 992px) {
  .plan-guide .buttons {
    padding-top: 0;
  }
}
.plan-compare-info .title {
  color: #fff;
  letter-spacing: 1px;
}
.plan-compare-info .title span {
  color: #ee9144;
}
@media (min-width: 992px) {
  .plan-compare-info .title {
    min-height: 80px;
  }
}
.plan-compare-info .price {
  border-bottom: 1px #fff solid;
  padding-block: 15px;
}
.plan-compare-info .price .small {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}
.plan-compare-info .content {
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .plan {
    height: 100%;
  }
}

ul.inline-perks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-perks li {
  background-color: #fff;
  border: 1px #cdcdcd solid;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  font-family: "CoconPro-Regular Regular", sans-serif;
  margin-block: 0.2em;
  padding: 0.2em 0.475em;
}
ul.inline-perks li.prime {
  background-color: #f2f2f2;
}

.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}

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

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

.faq-item,
.term-item {
  background-color: #f7f7f7;
  border: 5px #f7f7f7 solid;
  border-radius: 15px;
  margin-bottom: 0.5em;
}
.faq-item h3,
.term-item h3 {
  margin: 0;
}
.faq-more-wrap,
.term-more-wrap {
  border-top: 2px #eee solid;
  margin-top: 3px;
  text-align: right;
}
@media (min-width: 768px) {
  .faq-more-wrap,
  .term-more-wrap {
    border: 0;
    display: inline-block;
    float: right;
    margin-top: 0;
  }
}
.faq-question,
.term-question {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  padding: 0.5em 1em;
}
.faq-question .btn em,
.faq-question .btn i,
.term-question .btn em,
.term-question .btn i {
  font-size: 1.2rem;
}
.faq-question .btn em.fa-circle-plus,
.faq-question .btn i.fa-circle-plus,
.term-question .btn em.fa-circle-plus,
.term-question .btn i.fa-circle-plus {
  display: none;
}
.faq-question .btn em.fa-circle-minus,
.faq-question .btn i.fa-circle-minus,
.term-question .btn em.fa-circle-minus,
.term-question .btn i.fa-circle-minus {
  color: #f5c644;
  display: inline;
}
.faq-question.collapsed,
.term-question.collapsed {
  background-color: transparent;
}
.faq-question.collapsed .btn em.fa-circle-plus,
.faq-question.collapsed .btn i.fa-circle-plus,
.term-question.collapsed .btn em.fa-circle-plus,
.term-question.collapsed .btn i.fa-circle-plus {
  display: inline;
}
.faq-question.collapsed .btn em.fa-circle-minus,
.faq-question.collapsed .btn i.fa-circle-minus,
.term-question.collapsed .btn em.fa-circle-minus,
.term-question.collapsed .btn i.fa-circle-minus {
  display: none;
}
.faq-answer,
.term-answer {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 1rem;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .faq-answer,
  .term-answer {
    font-size: 1.1rem;
  }
}

.faq-item-hubba .faq-item-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.btn-faq-category {
  display: block;
}
.btn-faq-category + .btn-faq-category {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .btn-faq-category {
    display: inline-block;
  }
  .btn-faq-category + .btn-faq-category {
    margin-top: 0;
    margin-left: 10px;
  }
}

.btn-term-category {
  padding: 0.5em;
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.feature-list .plan-name,
.feature-list .feature-mark,
.feature-list .title {
  font-size: 1.4rem;
  font-family: "CoconPro-Regular Regular", sans-serif;
}
.feature-list .title {
  font-size: 1.6rem;
  padding-block: 0.3em;
}
@media (min-width: 992px) {
  .feature-list .plan-name {
    border-bottom: 1px #ddd solid;
    font-size: 1.6rem;
    line-height: 1.1;
  }
  .feature-list .plan-name div + div {
    border-left: 1px #ddd solid;
  }
}
@media (min-width: 992px) {
  .feature-list .description {
    border-bottom: 1px #ddd solid;
  }
}
@media (min-width: 992px) {
  .feature-list .feature-mark {
    border-left: 1px #ddd solid;
  }
}
.feature-list .card-body {
  padding-inline: 0;
}
.feature-list .feature-wrap .bordered .plan-name,
.feature-list .feature-wrap .bordered .feature-mark,
.feature-list .feature-wrap .bordered .title {
  border-bottom: 1px #ddd solid;
  padding-block: 0.5em;
}
.feature-list .feature-wrap .row:last-of-type {
  border: 0;
}
.feature-list .highlight {
  background-color: #dae0f0;
  border-color: #d1d7e7;
}
.feature-list em,
.feature-list i {
  color: #ee9144;
}
.feature-list em.fa-circle-plus,
.feature-list i.fa-circle-plus {
  color: #6485d6;
  display: none;
}
.feature-list em.fa-circle-minus,
.feature-list i.fa-circle-minus {
  color: #f5c644;
  display: inline;
}
.feature-list em.fa-circle-check, .feature-list em.fa-circle-xmark,
.feature-list i.fa-circle-check,
.feature-list i.fa-circle-xmark {
  font-size: 1.8rem;
  vertical-align: middle;
}
.feature-list em.fa-circle-xmark,
.feature-list i.fa-circle-xmark {
  color: #d8d8d8;
}
.feature-list .collapsed em.fa-circle-plus,
.feature-list .collapsed i.fa-circle-plus {
  color: #6485d6;
  display: inline;
}
.feature-list .collapsed em.fa-circle-minus,
.feature-list .collapsed i.fa-circle-minus {
  display: none;
}
@media (min-width: 992px) {
  .feature-list-scrollable {
    max-height: 430px;
    overflow-y: scroll;
    padding: 15px;
  }
}

.card-video {
  border-radius: 15px;
  margin-bottom: 2em;
}
.card-video .title {
  color: #10263d;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1em 0 0;
}
.card-video .video-wrap {
  padding: 0.5em 1em 1em;
}

.compare-circle {
  background-color: #6485d6;
  border-radius: 50%;
  color: #fff;
  font-family: "CoconPro-Regular Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  padding-inline: 1em;
  height: 270px;
  width: 270px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.compare-circle span {
  color: #f5c644;
  display: block;
}
@media (min-width: 576px) {
  .compare-circle {
    font-size: 1.4rem;
    height: 220px;
    width: 220px;
    display: block;
    padding-top: 1.4em;
  }
}
@media (min-width: 768px) {
  .compare-circle {
    font-size: 1.7rem;
    height: 270px;
    width: 270px;
    padding-top: 1.7em;
  }
}
@media (min-width: 992px) {
  .compare-circle {
    font-size: 1.2rem;
    height: 200px;
    width: 200px;
    padding-top: 1.9em;
  }
}
@media (min-width: 1200px) {
  .compare-circle {
    font-size: 1.5rem;
    height: 240px;
    width: 240px;
  }
}

@media (min-width: 768px) {
  .az-menu {
    position: sticky;
    top: 95px;
    z-index: 1019;
  }
}
