@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap);
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
    background-color: #ffc969;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  min-height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 95vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 95vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1 1 auto;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 18px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 9px 25px;
}

.jq-selectbox__dropdown {
  border-radius: 22px;
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, 2s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  box-shadow: none;
  color: #565656;
  background-color: #efefef;
  border-radius: 22px;
  padding: 18px 25px;
  line-height: 1.43;
  min-height: 3.5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 7rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.7rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1ba1e2 !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #14c159 !important;
}
.bg-warning {
  background-color: #ffa900 !important;
}
.bg-danger {
  background-color: #879a9f !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d7062b;
  border-color: #d7062b;
  border-radius: 100px;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f93154 !important;
  border-color: #f93154 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #d7062b !important;
  border-color: #d7062b !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d7062b !important;
  border-color: #d7062b !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d7c39;
  border-color: #0d7c39;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #14c159 !important;
  border-color: #14c159 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0d7c39 !important;
  border-color: #0d7c39 !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d7c39 !important;
  border-color: #0d7c39 !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b37600;
  border-color: #b37600;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffa900 !important;
  border-color: #ffa900 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #b37600 !important;
  border-color: #b37600 !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b37600 !important;
  border-color: #b37600 !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #617479;
  border-color: #617479;
  border-radius: 100px;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  border-radius: 100px;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 100px;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #f93154;
  border-color: #f93154;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #be0626;
  color: #be0626 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f93154;
  border-color: #f93154;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f93154 !important;
  border-color: #f93154 !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #14c159;
  border-color: #14c159;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #0a652e;
  color: #0a652e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #14c159;
  border-color: #14c159;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #14c159 !important;
  border-color: #14c159 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffa900;
  border-color: #ffa900;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #996500;
  color: #996500 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #ffa900;
  border-color: #ffa900;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa900 !important;
  border-color: #ffa900 !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #879a9f;
  border-color: #879a9f;
  border-radius: 100px;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
  border-radius: 100px;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 100px;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #1ba1e2 !important;
}
.text-secondary {
  color: #f93154 !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #14c159 !important;
}
.text-warning {
  color: #ffa900 !important;
}
.text-danger {
  color: #879a9f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #106087 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #be0626 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0a652e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #996500 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #55666b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #b2ccd2;
}
.alert-info {
  background-color: #14c159;
}
.alert-warning {
  background-color: #ffa900;
}
.alert-danger {
  background-color: #879a9f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, .8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1ba1e2;
  border-color: #1ba1e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1ba1e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #65ef9c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeecc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ced6d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.7rem;
}
blockquote {
  border-color: #1ba1e2;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #1ba1e2;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1ba1e2;
  border-bottom-color: #1ba1e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #1ba1e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f93154 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231ba1e2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sLWt1HB5G9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLWt1HB5G9 .nav-item:focus,
.cid-sLWt1HB5G9 .nav-link:focus {
  outline: none;
}
.cid-sLWt1HB5G9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLWt1HB5G9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sLWt1HB5G9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLWt1HB5G9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLWt1HB5G9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLWt1HB5G9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sLWt1HB5G9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sLWt1HB5G9 .navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.8) 0px 0px 0px 1px;
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLWt1HB5G9 .navbar .mbr-overlay {
  opacity: 0.7;
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sLWt1HB5G9 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sLWt1HB5G9 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sLWt1HB5G9 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  /*padding: 0.5rem 1rem;*/
  padding: 0rem 1rem; /*k*/
}
@media (max-width: 991px) {
  .cid-sLWt1HB5G9 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sLWt1HB5G9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLWt1HB5G9 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLWt1HB5G9 .navbar.collapsed .navbar-collapse.show,
.cid-sLWt1HB5G9 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLWt1HB5G9 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sLWt1HB5G9 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sLWt1HB5G9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLWt1HB5G9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLWt1HB5G9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLWt1HB5G9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLWt1HB5G9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLWt1HB5G9 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLWt1HB5G9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sLWt1HB5G9 .navbar.collapsed .right-menu,
.cid-sLWt1HB5G9 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sLWt1HB5G9 .navbar .navbar-collapse.show,
  .cid-sLWt1HB5G9 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLWt1HB5G9 .navbar .navbar-collapse.show .brand-container,
  .cid-sLWt1HB5G9 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sLWt1HB5G9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLWt1HB5G9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLWt1HB5G9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLWt1HB5G9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLWt1HB5G9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sLWt1HB5G9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLWt1HB5G9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLWt1HB5G9 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLWt1HB5G9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sLWt1HB5G9 .navbar .right-menu,
  .cid-sLWt1HB5G9 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sLWt1HB5G9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLWt1HB5G9 .navbar.navbar-short .menu-top-promo {
  display: none;
}
.cid-sLWt1HB5G9 .navbar.navbar-short .navbar-nav .nav-link {
  color: #879a9f;
}
.cid-sLWt1HB5G9 .navbar.navbar-short .mbr-overlay {
  opacity: 0.92;
  background: #ffffff !important;
}
.cid-sLWt1HB5G9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLWt1HB5G9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLWt1HB5G9 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sLWt1HB5G9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLWt1HB5G9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLWt1HB5G9 .dropdown-item.active,
.cid-sLWt1HB5G9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sLWt1HB5G9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  color: #246182;
}
.cid-sLWt1HB5G9 .navbar-expand-lg .navbar-nav .nav-link:hover,
.cid-sLWt1HB5G9 .navbar-expand-lg .navbar-nav .nav-link:focus {
  padding: 0;
  color: #1ba1e2 !important;
}
.cid-sLWt1HB5G9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLWt1HB5G9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLWt1HB5G9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sLWt1HB5G9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLWt1HB5G9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLWt1HB5G9 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sLWt1HB5G9 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sLWt1HB5G9 .navbar-buttons {
  margin-left: auto;
}
.cid-sLWt1HB5G9 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLWt1HB5G9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-sLWt1HB5G9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sLWt1HB5G9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLWt1HB5G9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sLWt1HB5G9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sLWt1HB5G9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLWt1HB5G9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sLWt1HB5G9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sLWt1HB5G9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sLWt1HB5G9 .navbar-dropdown {
  position: fixed;
}
.cid-sLWt1HB5G9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLWt1HB5G9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sLWt1HB5G9 .right-menu,
.cid-sLWt1HB5G9 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sLWt1HB5G9 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLWt1HB5G9 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLWt1HB5G9 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sLWt1HB5G9 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #14c159;
  padding: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.cid-sLWt1HB5G9 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sLWt1HB5G9 .card-wrapper {
  z-index: 3;
}
.cid-sLWt1HB5G9 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (min-width: 1400px) {
  .cid-sLWt1HB5G9 .nav-dropdown .link {
    padding: 0.667em 1rem !important;
  }
  .cid-sLWt1HB5G9 .nav-link.link.display-4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .cid-sLWt1HB5G9 .brand-container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sLWt1HB5G9 .navbar-collapse {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sLWt1HB5G9 .nav-dropdown .link {
    padding: 0.667em 0.5rem !important;
  }
  .cid-sLWt1HB5G9 .nav-link.link.display-4 {
    font-size: 0.9rem;
  }
}
@media (max-width: 1199px) {
  .cid-sLWt1HB5G9 .nav-dropdown .display-4 {
    font-size: 1rem !important;
  }
  .cid-sLWt1HB5G9 .nav-dropdown .link {
    padding: 0.667em 0.5em !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLWt1HB5G9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLWt1HB5G9 .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
.cid-sLVK96ORqz {
  background-image: url("../../../assets/images/background4.jpg");
  padding-top: 10rem;
}
.cid-sLVK96ORqz .mbr-section-title {
  line-height: 1;
}
.cid-sLVK96ORqz .mbr-section-subtitle {
  line-height: 1;
}
.cid-sLVK96ORqz .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sLVK96ORqz .mbr-section-subtitle,
.cid-sLVK96ORqz .mbr-section-btn {
  color: #7ccbf1;
}
.cid-sLVK96ORqz .mbr-section-title,
.cid-sLVK96ORqz .mbr-section-btn {
  color: #ffffff;
}
.cid-sLVK96ORqz .mbr-text,
.cid-sLVK96ORqz .mbr-section-btn {
  color: #b2ccd2;
}
.cid-sLVK96ORqz .r-italics {
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
}
.cid-sLWpYbZU1i {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #106189;
  border-bottom: 1px solid #106189;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset, rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 1;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sLWpYbZU1i .mbr-overlay {
  background-color: #096693;
  opacity: 0.97;
}
.cid-sLWpYbZU1i .form-control {
  font-size: 1.25rem;
}
.cid-sLWpYbZU1i .form-control,
.cid-sLWpYbZU1i .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sLWpYbZU1i .form-control::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input::-webkit-input-placeholder,
.cid-sLWpYbZU1i .form-control::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sLWpYbZU1i .form-control:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:-moz-placeholder,
.cid-sLWpYbZU1i .form-control:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:-moz-placeholder {
  color: #cccccc;
}
.cid-sLWpYbZU1i .form-control:hover,
.cid-sLWpYbZU1i .field-input:hover,
.cid-sLWpYbZU1i .form-control:focus,
.cid-sLWpYbZU1i .field-input:focus {
  background-color: #ffffff;
  border-color: #00b8ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sLWpYbZU1i .form-control:hover::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input:hover::-webkit-input-placeholder,
.cid-sLWpYbZU1i .form-control:focus::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input:focus::-webkit-input-placeholder,
.cid-sLWpYbZU1i .form-control:hover::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input:hover::-webkit-input-placeholder,
.cid-sLWpYbZU1i .form-control:focus::-webkit-input-placeholder,
.cid-sLWpYbZU1i .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sLWpYbZU1i .form-control:hover:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:hover:-moz-placeholder,
.cid-sLWpYbZU1i .form-control:focus:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:focus:-moz-placeholder,
.cid-sLWpYbZU1i .form-control:hover:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:hover:-moz-placeholder,
.cid-sLWpYbZU1i .form-control:focus:-moz-placeholder,
.cid-sLWpYbZU1i .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sLWpYbZU1i textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sLWpYbZU1i .jq-number__spin:hover,
.cid-sLWpYbZU1i .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #00b8ff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sLWpYbZU1i .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sLWpYbZU1i .jq-selectbox li,
.cid-sLWpYbZU1i .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sLWpYbZU1i .jq-selectbox li:hover,
.cid-sLWpYbZU1i .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sLWpYbZU1i .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sLWpYbZU1i .jq-number__spin.minus:hover:after,
.cid-sLWpYbZU1i .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sLWpYbZU1i .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sLWpYbZU1i .jq-number__spin.minus:after,
.cid-sLWpYbZU1i .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sLWpYbZU1i .wrap {
  position: relative;
}
.cid-sLWpYbZU1i .mbr-form {
  z-index: 1;
}
.cid-sLWpYbZU1i input::-webkit-clear-button {
  display: none;
}
.cid-sLWpYbZU1i input::-webkit-inner-spin-button {
  display: none;
}
.cid-sLWpYbZU1i input::-webkit-outer-spin-button {
  display: none;
}
.cid-sLWpYbZU1i input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sLWpYbZU1i .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(187, 187, 187, 0.15);
  margin-bottom: 26px;
}
.cid-sLWpYbZU1i .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sLWpYbZU1i .mbr-section-title {
  color: #000000;
}
.cid-sLWpYbZU1i .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sLWpYbZU1i .mbr-section-subtitle {
  color: #7ccbf1;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: left;
}
.cid-sLWpYbZU1i .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sLWpYbZU1i .btn {
  padding: 18px 26px;
  border-radius: 15px;
}
.cid-sLWpYbZU1i .btn.display-4 {
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sLWpYbZU1i .required {
  width: 100%;
  color: #808080;
}
.cid-sLWpYbZU1i img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sLWpYbZU1i .counter {
  top: 46%;
  left: 10%;
}
.cid-sLWpYbZU1i .counter .full-circle {
  background-color: #096693;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sLWpYbZU1i .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sLWpYbZU1i .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sLWpYbZU1i .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sLWpYbZU1i img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sLWpYbZU1i .required {
    text-align: center;
  }
}
.cid-sLWpYbZU1i .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sLWpYbZU1i .form-control-label,
.cid-sLWpYbZU1i .form-check {
  margin-left: 20px;
}
.cid-sLWpYbZU1i .badge,
.cid-sLWpYbZU1i .badge_wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sLWpYbZU1i H1 {
  color: #ffffff;
}
.cid-sLWpYbZU1i .mbr-form .dragArea .required,
.cid-sLWpYbZU1i .mbr-form .dragArea .mbr-section-btn {
  color: #1ba1e2;
}
.cid-sLWpYbZU1i .quote-form {
  background-color: #034d70;
  padding: 2rem;
  border: 1px solid #06425e;
  border-radius: .5rem;
  box-shadow: #104c8b 0px 20px 30px -10px;
}
.cid-sMksz2Y3Qd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/website-bg-1-2000x1111.jpg");
}
.cid-sMksz2Y3Qd .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sMksz2Y3Qd .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.cid-sMksz2Y3Qd .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMksz2Y3Qd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMksz2Y3Qd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMksz2Y3Qd .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-sMksz2Y3Qd .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMksz2Y3Qd .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  margin-left: 30%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMksz2Y3Qd .icon-main .process-icon {
  width: 100%;
  padding-bottom: 0rem;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 0px;
  margin-right: 15px;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 1rem;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 169, 0, 0.3);
  color: #ffa900;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(249, 49, 84, 0.3);
  color: #f93154;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(223, 0, 255, 0.3);
  color: #df00ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(99, 0, 255, 0.3);
  color: #6300ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(0, 73, 255, 0.3);
  color: #0049ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(0, 159, 255, 0.3);
  color: #009fff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon7 {
  background-color: rgba(22, 161, 108, 0.3);
  color: #16a16c;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon8 {
  background-color: rgba(99, 0, 255, 0.3);
  color: #6300ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #ffa900;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #f93154;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #df00ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #6300ff;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .text-wrap {
  margin-bottom: auto!important;
  margin-top: auto!important;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .text-wrap .subicon-title {
  color: #000000;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75);
  text-align: left;
}
.cid-sMksz2Y3Qd .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 575px) {
  .cid-sMksz2Y3Qd .wrapper::before {
    display: none;
  }
  .cid-sMksz2Y3Qd .icon-main {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .cid-sMksz2Y3Qd .icon-main {
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .cid-sMksz2Y3Qd .icon-main {
    margin-left: 15%;
  }
}
@media (min-width: 1200px) {
  .cid-sMksz2Y3Qd .icon-main {
    margin-left: 20%;
  }
}
.cid-sMksz2Y3Qd H2 {
  color: #000000;
  text-align: right;
  line-height: 1;
}
.cid-sMksz2Y3Qd H1 {
  color: #ed6436;
  text-align: right;
  line-height: 1;
}
.cid-sMksz2Y3Qd H3 {
  color: #ed6436;
  text-align: right;
  line-height: 1;
}
.cid-sMksz2Y3Qd .mbr-section-title,
.cid-sMksz2Y3Qd .underline {
  text-align: right;
}
.cid-sMksz2Y3Qd P {
  color: #000000;
  text-align: right;
}
.cid-sMqFWr6nQT {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ddffdd;
  background: linear-gradient(180deg, rgba(221, 255, 221, 0.8) 0%, #ffffff 100%);
}
.cid-sMqFWr6nQT .mbr-overlay {
  background: #5eeebb;
}
.cid-sMqFWr6nQT .title_block {
  margin-bottom: 50px;
}
.cid-sMqFWr6nQT .mbr-section-subtitle {
  margin-bottom: 0;
  color: #55b993;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMqFWr6nQT .mbr-section-title {
  color: #16a16c;
  line-height: 1;
}
.cid-sMqFWr6nQT .card_wrap {
  background-color: #ffffff;
  padding: 3rem 1.5rem;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sMqFWr6nQT .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-sMqFWr6nQT .card_header {
  margin-bottom: 40px;
}
.cid-sMqFWr6nQT .card_title {
  margin-bottom: 20px;
  color: #4154f1;
}
.cid-sMqFWr6nQT .card_price {
  color: #096693;
  line-height: 1.2;
}
.cid-sMqFWr6nQT .card_price sup {
  margin-right: 5px;
}
.cid-sMqFWr6nQT .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-sMqFWr6nQT .card_image {
  width: 75%;
  height: auto;
  margin: 0px auto 50px;
}
.cid-sMqFWr6nQT .card_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-sMqFWr6nQT .card_list {
  margin-bottom: 40px;
}
.cid-sMqFWr6nQT .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sMqFWr6nQT .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-sMqFWr6nQT .item:nth-child(1) .card_title {
  color: #1ba1e2;
}
.cid-sMqFWr6nQT .item:nth-child(2) .card_title {
  color: #b2ccd2;
}
.cid-sMqFWr6nQT .item:nth-child(3) .card_title {
  color: #ffa900;
}
.cid-sMqFWr6nQT .tabs_text {
  margin-bottom: 0;
}
.cid-sMqFWr6nQT .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-sMqFWr6nQT .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-sMqFWr6nQT .nav-tabs .li_item1 {
  left: -2px;
}
.cid-sMqFWr6nQT .nav-tabs .li_item2 {
  right: -2px;
}
.cid-sMqFWr6nQT .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-sMqFWr6nQT .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 8px !important;
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(1) !important;
  margin: 0px !important;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-sMqFWr6nQT .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item .btn.active:before {
    background-color: #4154f1 !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-sMqFWr6nQT .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-sMqFWr6nQT .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #4154f1 !important;
  box-shadow: none !important;
}
.cid-sMqFWr6nQT .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
  .cid-sMqFWr6nQT .nav-tabs .nav-item .btn.active {
    background-color: #4154f1 !important;
  }
}
@media (min-width: 768px) {
  .cid-sMqFWr6nQT .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-sMqFWr6nQT .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-sMqFWr6nQT .title_block {
    margin-bottom: 30px;
  }
  .cid-sMqFWr6nQT .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-sMqFWr6nQT .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-sMqFWr6nQT .card_header {
    margin-bottom: 30px;
  }
  .cid-sMqFWr6nQT .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-sMqFWr6nQT .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-sMqFWr6nQT .card_list {
    margin-bottom: 30px;
  }
  .cid-sMqFWr6nQT .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-sN4PYJkDJq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sN4PYJkDJq .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-sN4PYJkDJq .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(5px);
  }
  90% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sN4PYJkDJq .btn-white-outline {
  border: none;
}
.cid-sN4PYJkDJq .mbr-text {
  color: #efefef;
}
.cid-sMdJ4FlxXm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/rocket-bg.png");
  background-color: #bf1ab2;
}
.cid-sMdJ4FlxXm .media-content .btn-bgr {
  z-index: 0;
}
.cid-sMdJ4FlxXm .mbr-overlay {
  z-index: -200;
  background-color: #ff52de;
}
@media (min-width: 1200px) {
  .cid-sMdJ4FlxXm .mbr-overlay {
    background: linear-gradient(14deg, #000000, #ff52de, rgba(255, 219, 252, 0.65)) !important;
  }
}
@media (min-width: 992px) {
  .cid-sMdJ4FlxXm .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sMdJ4FlxXm {
    text-align: center !important;
  }
  .cid-sMdJ4FlxXm .mbr-text {
    text-align: center;
  }
}
.cid-sMdJ4FlxXm .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMdJ4FlxXm .mbr-section-title {
  line-height: 0.8;
}
.cid-sMdJ4FlxXm H1 {
  color: #ffa900;
  text-align: left;
}
.cid-sMdJ4FlxXm H3 {
  color: #ffa900;
  text-align: left;
}
.cid-sMdJ4FlxXm H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sMdJ4FlxXm .mbr-text,
.cid-sMdJ4FlxXm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sMex4NTxMG {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4c0078;
}
.cid-sMex4NTxMG .carousel-inner {
  overflow: visible;
}
.cid-sMex4NTxMG .mbr-overlay {
  background: #5eeebb;
}
.cid-sMex4NTxMG .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sMex4NTxMG .mbr-section-subtitle span {
  color: #000000;
}
.cid-sMex4NTxMG .title__block {
  padding-bottom: 80px;
}
.cid-sMex4NTxMG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMex4NTxMG .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sMex4NTxMG .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-sMex4NTxMG .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-sMex4NTxMG .carousel-item .wrap-img img {
  width: 100%;
}
@media (max-width: 974px) {
  .cid-sMex4NTxMG .carousel-item .wrap-img {
    width: 90%;
  }
}
.cid-sMex4NTxMG .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-sMex4NTxMG .col-md-12 .wrap-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .cid-sMex4NTxMG .carousel-controls {
    display: none;
  }
}
.cid-sMex4NTxMG .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-sMex4NTxMG .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-sMex4NTxMG .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-sMex4NTxMG .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-sMex4NTxMG .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sMex4NTxMG .cloneditem-1,
.cid-sMex4NTxMG .cloneditem-2,
.cid-sMex4NTxMG .cloneditem-3,
.cid-sMex4NTxMG .cloneditem-4,
.cid-sMex4NTxMG .cloneditem-5 {
  display: none;
}
.cid-sMex4NTxMG .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sMex4NTxMG .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sMex4NTxMG .carousel-inner {
    z-index: 1;
    overflow: visible !important;
  }
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides2 .cloneditem-1,
  .cid-sMex4NTxMG .carousel-inner.slides2 .cloneditem-2,
  .cid-sMex4NTxMG .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides3 .cloneditem-1,
  .cid-sMex4NTxMG .carousel-inner.slides3 .cloneditem-2,
  .cid-sMex4NTxMG .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides4 .cloneditem-1,
  .cid-sMex4NTxMG .carousel-inner.slides4 .cloneditem-2,
  .cid-sMex4NTxMG .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMex4NTxMG .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMex4NTxMG .carousel-inner.slides5 .cloneditem-1,
  .cid-sMex4NTxMG .carousel-inner.slides5 .cloneditem-2,
  .cid-sMex4NTxMG .carousel-inner.slides5 .cloneditem-3,
  .cid-sMex4NTxMG .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-sMksAnbMXy {
  padding-top: 120px; /*was 135*/
  padding-bottom: 30px;
  background-color: #ffc969;
}
@media (max-width: 575px) {
  .cid-sMksAnbMXy .title-flex h5 {
    font-size: 3rem;
  }
  .cid-sMksAnbMXy .title-flex h4 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-sMksAnbMXy .title-flex h5 {
    font-size: 3.75rem;
  }
  .cid-sMksAnbMXy .title-flex h4 {
    font-size: 1.5rem;
  }
  .cid-sMksAnbMXy .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sMksAnbMXy .title-flex h5 {
    font-size: 5.25rem;
  }
  .cid-sMksAnbMXy .title-flex h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sMksAnbMXy .rocket-flex {
    margin-top: 10rem;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .cid-sMksAnbMXy .rocket-flex {
    margin-top: 7rem;
  }
}
@media (min-width: 1500px) {
  .cid-sMksAnbMXy .container {
    max-width: 1400px;
  }
}
.cid-sMksAnbMXy .mbr-section-subtitle {
  color: #000000;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}
.cid-sMksAnbMXy .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sMksAnbMXy .main-title {
  margin-bottom: 2.5rem;
  color: #000000;
}
.cid-sMksAnbMXy .badge {
  display: inline-block;
  border-radius: .25rem;
  padding: 15px 30px 12px 30px;
  color: #1ba1e2;
  background-color: #ff002f;
  margin-bottom: 0;
  font-weight: 800;
  transform: skew(-10deg);
}
.cid-sMksAnbMXy .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMksAnbMXy img {
  width: 100%;
}
.cid-sMksAnbMXy .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-sMksAnbMXy .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-sMksAnbMXy .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-sMksAnbMXy .card-wrapper .card-box {
  height: 100%;
}
.cid-sMksAnbMXy .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sMksAnbMXy .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sMksAnbMXy .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sMksAnbMXy .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sMksAnbMXy .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sMksAnbMXy .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sMksAnbMXy .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sMksAnbMXy .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sMksAnbMXy .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sMksAnbMXy .mbr-section-btn {
  text-align: center;
}
.cid-sMksAnbMXy .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sMksAnbMXy .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sMksAnbMXy .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sMksAnbMXy .badge,
.cid-sMksAnbMXy .badge_wrap {
  color: #ffc969;
}
.cid-sMksAnbMXy .card .card-wrapper .card-box .card-title,
.cid-sMksAnbMXy .card-box {
  color: #17161a;
}
.cid-sMksAnbMXy .card .card-wrapper .card-box .mbr-text,
.cid-sMksAnbMXy .link-wrap {
  color: #17161a;
}
.cid-sMex5eR3QZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: visible;
  z-index: 1;
  background-color: #ffc969;
  background: transparent;
}
.cid-sMex5eR3QZ .title__block {
  margin-bottom: 40px;
}
.cid-sMex5eR3QZ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sMex5eR3QZ .mbr-section-title {
  color: #233d63;
}
.cid-sMex5eR3QZ .mbr-section-title span {
  font-weight: 300;
}
@media (max-width: 991px) {
  .cid-sMex5eR3QZ .image {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sMex5eR3QZ .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sMex5eR3QZ .image img {
  height: auto;
  width: 100%;
}
.cid-sMex5eR3QZ .image:hover {
  transform: scale(1.1);
}
.cid-sMex5eR3QZ .image175 {
  width: 175px;
  height: 175px;
}
.cid-sMex5eR3QZ .image120 {
  width: 120px;
  height: 120px;
}
.cid-sMex5eR3QZ .image150 {
  width: 150px;
  height: 150px;
}
.cid-sMex5eR3QZ .image140 {
  width: 140px;
  height: 140px;
}
.cid-sMex5eR3QZ .image200 {
  width: 200px;
  height: 200px;
}
.cid-sMex5eR3QZ .image.facebook {
  background-color: #4676ee;
}
.cid-sMex5eR3QZ .image.behance {
  background-color: #141414;
}
.cid-sMex5eR3QZ .image.youtube {
  background-color: #ff0000;
}
.cid-sMex5eR3QZ .image.snapchat {
  background-color: #fefb01;
}
.cid-sMex5eR3QZ .image.linkedin {
  background-color: #007ab5;
}
.cid-sMex5eR3QZ .image.pinterest {
  background-color: #fc4d3f;
}
.cid-sMex5eR3QZ .image.instagram {
  background-color: #f00075;
}
.cid-sMex5eR3QZ .image.tumblr {
  background-color: #17285b;
}
.cid-sMex5eR3QZ .image.houzz {
  background-color: #00d95f;
}
.cid-sMom41Ycje {
  margin-top: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #85e7fe;
}
@media (min-width: 1183px) {
  .cid-sMom41Ycje {
    margin-top: -8rem;
  }
}
.cid-sMom41Ycje .image {
  position: relative;
  margin-bottom: 200px;
  height: 810px;
  background-image: url("../../../assets/images/background-image-1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sMom41Ycje .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sMom41Ycje .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #8f0076;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background: #ffffff;
}
.cid-sMom41Ycje .mbr-form {
  width: 100%;
}
.cid-sMom41Ycje .form-group {
  margin-bottom: 0;
}
.cid-sMom41Ycje .dragArea .form-control {
  color: #000000;
  font-size: 1.25rem;
  background-color: #fef3ff !important;
  border-radius: 0.5rem;
  border: 1px solid #490076;
  margin-bottom: 1rem;
  min-height: 3.5rem;
  padding: .5rem 0.5rem .25rem 1.5rem;
}
.cid-sMom41Ycje .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #8f0076;
}
.cid-sMom41Ycje .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMom41Ycje .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMom41Ycje .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMom41Ycje .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMom41Ycje .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sMom41Ycje .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-sMom41Ycje .section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 0;
  color: #ff00e0;
  line-height: 1;
}
.cid-sMom41Ycje .section-title {
  color: #8f0076;
  margin-bottom: 0;
  line-height: 0.9;
  font-style: normal;
}
.cid-sMom41Ycje .mbr-text {
  margin-bottom: 1.5rem;
  font-style: normal;
  line-height: 1.6;
}
.cid-sMom41Ycje .phone {
  color: #f93154;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .cid-sMom41Ycje .image {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .cid-sMom41Ycje .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sMom41Ycje .form__wrap {
    position: static;
  }
  .cid-sMom41Ycje .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sMom41Ycje .subscribe__form {
    order: 1;
  }
  .cid-sMom41Ycje .inner__wrap {
    padding: 30px;
  }
}
.cid-sMom41Ycje .phone-btn {
  border: none;
  font-weight: 800;
}
.cid-sMom41Ycje .mbr-section-title {
  color: #f93154;
}
.cid-sMom41Ycje button[type="submit"] {
  border-radius: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sMom41Ycje .lg-btn-fix {
    font-size: 1.5rem;
  }
  .cid-sMom41Ycje .lg-title-fix {
    font-size: 5.95rem;
  }
}
@media (max-width: 768px) {
  .cid-sMom41Ycje .lg-title-fix {
    font-size: 5.5rem;
  }
}
.cid-sMqAvltwAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #85e7fe;
}
.cid-sMqAvltwAV .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-sMqAvltwAV .title__block {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .cid-sMqAvltwAV .title__block h4,
  .cid-sMqAvltwAV .title_block h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-sMqAvltwAV .title__block .display-7 {
    font-size: 1rem;
  }
  .cid-sMqAvltwAV .title__block .display-1 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-sMqAvltwAV .title__block .display-7 {
    font-size: 1.25rem;
  }
  .cid-sMqAvltwAV .title__block .display-1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sMqAvltwAV .title__block .display-7 {
    font-size: 1.5rem;
  }
  .cid-sMqAvltwAV .title__block .display-1 {
    font-size: 6rem;
  }
}
.cid-sMqAvltwAV .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #096693;
}
.cid-sMqAvltwAV .mbr-section-subtitle.below {
  color: #465052;
}
.cid-sMqAvltwAV .mbr-section-title {
  color: #000000;
  font-weight: 300;
}
.cid-sMqAvltwAV .mbr-section-title b,
.cid-sMqAvltwAV .mbr-section-title strong {
  font-weight: 700;
}
.cid-sMqAvltwAV .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-sMqAvltwAV .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-sMqAvltwAV .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 1.8rem;
  overflow: hidden;
}
.cid-sMqAvltwAV .card__wrap:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-sMqAvltwAV .card__wrap:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-sMqAvltwAV .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-sMqAvltwAV .card__wrap:hover:after {
  left: 100%;
}
.cid-sMqAvltwAV .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-sMqAvltwAV .wrap .card__header.warning {
  border-top: 6px solid #ffa900;
  border-bottom: 1px solid #ffa900;
}
.cid-sMqAvltwAV .wrap .card__header.info {
  border-top: 6px solid #14c159;
  border-bottom: 1px solid #14c159;
}
.cid-sMqAvltwAV .wrap .card__header.success {
  border-top: 6px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-sMqAvltwAV .wrap .card__header.primary {
  border-top: 6px solid #1ba1e2;
  border-bottom: 1px solid #1ba1e2;
}
.cid-sMqAvltwAV .wrap .card__header.red {
  border-top: 6px solid #f93154;
  border-bottom: 1px solid #f93154;
}
.cid-sMqAvltwAV .wrap .card__header.blue {
  border-top: 6px solid #1ba1e2;
  border-bottom: 1px solid #1ba1e2;
}
.cid-sMqAvltwAV .wrap .card__header.orange {
  border-top: 6px solid #ffa900;
  border-bottom: 1px solid #ffa900;
}
.cid-sMqAvltwAV .wrap .card__header.purple {
  border-top: 6px solid #8b00db;
  border-bottom: 1px solid #8b00db;
}
.cid-sMqAvltwAV .wrap .card__header.green {
  border-top: 6px solid #14c159;
  border-bottom: 1px solid #14c159;
}
.cid-sMqAvltwAV .wrap .card__header.pink {
  border-top: 6px solid #ff00da;
  border-bottom: 1px solid #ff00da;
}
.cid-sMqAvltwAV .wrap .card__header.grey {
  border-top: 6px solid #6d7d85;
  border-bottom: 1px solid #6d7d85;
}
.cid-sMqAvltwAV .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-sMqAvltwAV .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sMqAvltwAV .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-sMqAvltwAV .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-sMqAvltwAV .card__price {
  color: #f93154;
}
.cid-sMqAvltwAV .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-sMqAvltwAV .card__title {
  color: #465052;
}
.cid-sMqAvltwAV .card__body {
  padding: 42px 15px 40px;
}
.cid-sMqAvltwAV .card__feature {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-sMqAvltwAV .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-sMqAvltwAV .item {
  line-height: 45px;
}
.cid-sMqAvltwAV .mbr-section-btn {
  margin: 0;
}
.cid-sMqAvltwAV .mbr-section-btn .btn {
  z-index: 10;
}
.cid-sMqAvltwAV .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-sMqAvltwAV .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(255, 169, 0, 0.55) 0%, #ffa900 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-sMqAvltwAV .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-sMqAvltwAV .btn__trial a {
  color: #6a6c72 !important;
}
.cid-sPBdJcoUcO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #096693;
}
.cid-sPBdJcoUcO .mbr-section-subtitle {
  color: #1ba1e2;
}
@media (max-width: 991px) {
  .cid-sPBdJcoUcO .mbr-section-btn,
  .cid-sPBdJcoUcO .mbr-section-subtitle,
  .cid-sPBdJcoUcO .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sPBdJcoUcO .lg-btn-fix {
    font-size: 1.5rem;
  }
}
.cid-sPesYMWRiE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background6.jpg");
}
@media (min-width: 992px) {
  .cid-sPesYMWRiE .content {
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sPesYMWRiE .content {
    padding: 0 2rem;
  }
}
.cid-sPesYMWRiE .img-col {
  padding: 0;
}
.cid-sPesYMWRiE .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-sPesYMWRiE .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sPesYMWRiE .text-wrap {
  padding-left: 2rem;
}
.cid-sPesYMWRiE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sPesYMWRiE .mbr-iconfont {
  font-size: 5rem;
  margin-right: 1.5rem;
  color: #48ff95 !important;
}
.cid-sPesYMWRiE .icon-title,
.cid-sPesYMWRiE .mbr-iconfont {
  color: #3c3c3c;
}
.cid-sPesYMWRiE .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sPesYMWRiE .content {
    margin: auto;
  }
  .cid-sPesYMWRiE h1.align-left,
  .cid-sPesYMWRiE h2.align-left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sPesYMWRiE .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0rem;
  }
  .cid-sPesYMWRiE .mbr-iconfont {
    margin-bottom: 2rem;
  }
  .cid-sPesYMWRiE .text-wrap {
    border-left: 0px solid #181818;
    padding-left: 0rem;
  }
  .cid-sPesYMWRiE h3.align-left,
  .cid-sPesYMWRiE h4.align-left {
    text-align: center;
  }
}
.cid-sPesYMWRiE .mbr-figure img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cid-sPesYMWRiE H1 {
  color: #000000;
}
.cid-sPesYMWRiE H2 {
  color: #16a16c;
}
.cid-sPfcWpusiU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #0b6844;
}
.cid-sPfcWpusiU .mbr-section-subtitle {
  color: #55b993;
}
@media (max-width: 991px) {
  .cid-sPfcWpusiU .mbr-section-btn,
  .cid-sPfcWpusiU .mbr-section-subtitle,
  .cid-sPfcWpusiU .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sPfcWpusiU .lg-btn-fix {
    font-size: 1.5rem;
  }
}
.cid-sLX9zJi954 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sLX9zJi954 .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-sLX9zJi954 .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-sLX9zJi954 h4 {
  margin: 0;
}
.cid-sLX9zJi954 .card1 {
  background: #f2f2f4;
}
.cid-sLX9zJi954 .card2 {
  background: #1ba1e2;
}
.cid-sLX9zJi954 .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-sLX9zJi954 .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #1ba1e2;
    border-radius: 30px;
  }
}
.cid-sLX9zJi954 .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-sLX9zJi954 .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-sLX9zJi954 .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-sLX9zJi954 .mbr-section-title {
  line-height: 0.8;
}
.cid-sLX9zJi954 .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-sLX9zJi954 .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-sLX9zJi954 .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-sLX9zJi954 .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-sLX9zJi954 .plan-price {
  padding: 2rem 1rem;
}
.cid-sLX9zJi954 .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-sLX9zJi954 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sLX9zJi954 .price-value,
.cid-sLX9zJi954 .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-sLX9zJi954 .plan {
    margin-bottom: 3rem;
  }
  .cid-sLX9zJi954 .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sLX9zJi954 .plan-price {
    padding: 2rem 1rem;
  }
  .cid-sLX9zJi954 .plan-body {
    padding: 0;
  }
  .cid-sLX9zJi954 .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-sLX9zJi954 .plan-title {
  color: #ed6436;
}
.cid-sLX9zJi954 .plan-title2 {
  color: #ffffff;
}
.cid-sLX9zJi954 .month2,
.cid-sLX9zJi954 .plan-header {
  color: #ffffff;
  text-align: center;
}
.cid-sLX9zJi954 .item2 {
  color: #7ccbf1;
}
.cid-sLX9zJi954 .price-figure2 {
  color: #ffffff;
}
.cid-sLX9zJi954 .price-value2 {
  color: #ffffff;
}
.cid-sLX9zJi954 H2 {
  color: #52bdf1;
}
.cid-sLX9zJi954 H1 {
  color: #096693;
}
.cid-sLX9zJi954 .price-figure2,
.cid-sLX9zJi954 .plan-price {
  text-align: center;
  color: #ffffff;
}
.cid-sLX9zJi954 .price-value2,
.cid-sLX9zJi954 .plan-price {
  color: #ffffff;
}
.cid-sLX9zJi954 .mbr-text,
.cid-sLX9zJi954 .mbr-section-btn,
.cid-sLX9zJi954 .content {
  text-align: left;
}
.cid-sLX9Ai7ZQJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sLX9Ai7ZQJ .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sLX9Ai7ZQJ .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sLX9Ai7ZQJ .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sLX9Ai7ZQJ .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sLX9Ai7ZQJ .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sLX9Ai7ZQJ .special-label {
  color: #fff;
}
.cid-sLX9Ai7ZQJ .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sLX9Ai7ZQJ .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sLX9Ai7ZQJ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sLX9Ai7ZQJ .menu-row {
  margin: 0;
}
.cid-sLX9Ai7ZQJ .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #1ba1e2;
}
.cid-sLX9Ai7ZQJ .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sLX9Ai7ZQJ .group-title,
.cid-sLX9Ai7ZQJ .align-wrap {
  text-align: left;
}
.cid-sPAAmhCqLg.popup-builder {
  background-color: #ffffff;
}
.cid-sPAAmhCqLg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPAAmhCqLg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPAAmhCqLg .modal-content,
.cid-sPAAmhCqLg .modal-dialog {
  height: auto;
}
.cid-sPAAmhCqLg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPAAmhCqLg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPAAmhCqLg .form-wrapper .mbr-form .form-group,
  .cid-sPAAmhCqLg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPAAmhCqLg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPAAmhCqLg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPAAmhCqLg .mbr-text {
  text-align: center;
}
.cid-sPAAmhCqLg .pt-0 {
  padding-top: 0 !important;
}
.cid-sPAAmhCqLg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPAAmhCqLg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPAAmhCqLg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPAAmhCqLg .modal-open {
  overflow: hidden;
}
.cid-sPAAmhCqLg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPAAmhCqLg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPAAmhCqLg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPAAmhCqLg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPAAmhCqLg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPAAmhCqLg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPAAmhCqLg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPAAmhCqLg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPAAmhCqLg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPAAmhCqLg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPAAmhCqLg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPAAmhCqLg .modal-backdrop.show {
  opacity: .5;
}
.cid-sPAAmhCqLg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPAAmhCqLg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAmhCqLg .modal-header {
    padding: 1rem;
  }
}
.cid-sPAAmhCqLg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPAAmhCqLg .modal-header .close svg {
  fill: #353535;
}
.cid-sPAAmhCqLg .modal-header .close:hover {
  opacity: 1;
}
.cid-sPAAmhCqLg .modal-header .close:focus {
  outline: none;
}
.cid-sPAAmhCqLg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPAAmhCqLg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPAAmhCqLg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAmhCqLg .modal-body {
    padding: 1rem;
  }
}
.cid-sPAAmhCqLg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPAAmhCqLg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAmhCqLg .modal-footer {
    padding: 1rem;
  }
}
.cid-sPAAmhCqLg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPAAmhCqLg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPAAmhCqLg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPAAmhCqLg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPAAmhCqLg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPAAmhCqLg .modal-lg,
  .cid-sPAAmhCqLg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPAAmhCqLg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPAAmhCqLg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPAAmhCqLg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPAAmhCqLg .form-group {
  margin-bottom: 1rem;
}
.cid-sPAAmhCqLg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPAAmhCqLg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPAAmhCqLg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPAAmhCqLg .mbr-section-btn {
  margin: 0;
}
.cid-sPAAmhCqLg .mbr-section-btn .btn {
  margin: 0;
}
.cid-sPChsMQHWM.popup-builder {
  background-color: #ffffff;
}
.cid-sPChsMQHWM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPChsMQHWM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPChsMQHWM .modal-content,
.cid-sPChsMQHWM .modal-dialog {
  height: auto;
}
.cid-sPChsMQHWM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPChsMQHWM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPChsMQHWM .form-wrapper .mbr-form .form-group,
  .cid-sPChsMQHWM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPChsMQHWM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPChsMQHWM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPChsMQHWM .mbr-text {
  text-align: center;
}
.cid-sPChsMQHWM .pt-0 {
  padding-top: 0 !important;
}
.cid-sPChsMQHWM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPChsMQHWM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPChsMQHWM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPChsMQHWM .modal-open {
  overflow: hidden;
}
.cid-sPChsMQHWM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPChsMQHWM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPChsMQHWM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPChsMQHWM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPChsMQHWM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPChsMQHWM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPChsMQHWM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPChsMQHWM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPChsMQHWM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPChsMQHWM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPChsMQHWM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPChsMQHWM .modal-backdrop.show {
  opacity: .5;
}
.cid-sPChsMQHWM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPChsMQHWM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPChsMQHWM .modal-header {
    padding: 1rem;
  }
}
.cid-sPChsMQHWM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPChsMQHWM .modal-header .close svg {
  fill: #353535;
}
.cid-sPChsMQHWM .modal-header .close:hover {
  opacity: 1;
}
.cid-sPChsMQHWM .modal-header .close:focus {
  outline: none;
}
.cid-sPChsMQHWM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPChsMQHWM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPChsMQHWM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPChsMQHWM .modal-body {
    padding: 1rem;
  }
}
.cid-sPChsMQHWM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPChsMQHWM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPChsMQHWM .modal-footer {
    padding: 1rem;
  }
}
.cid-sPChsMQHWM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPChsMQHWM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPChsMQHWM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPChsMQHWM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPChsMQHWM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPChsMQHWM .modal-lg,
  .cid-sPChsMQHWM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPChsMQHWM .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPChsMQHWM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPChsMQHWM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPChsMQHWM .form-group {
  margin-bottom: 1rem;
}
.cid-sPChsMQHWM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPChsMQHWM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPChsMQHWM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPChsMQHWM .mbr-section-btn {
  margin: 0;
}
.cid-sPChsMQHWM .mbr-section-btn .btn {
  margin: 0;
}
.cid-sPAAn19n1J.popup-builder {
  background-color: #ffffff;
}
.cid-sPAAn19n1J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPAAn19n1J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPAAn19n1J .modal-content,
.cid-sPAAn19n1J .modal-dialog {
  height: auto;
}
.cid-sPAAn19n1J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPAAn19n1J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPAAn19n1J .form-wrapper .mbr-form .form-group,
  .cid-sPAAn19n1J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPAAn19n1J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPAAn19n1J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPAAn19n1J .mbr-text {
  text-align: center;
}
.cid-sPAAn19n1J .pt-0 {
  padding-top: 0 !important;
}
.cid-sPAAn19n1J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPAAn19n1J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPAAn19n1J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPAAn19n1J .modal-open {
  overflow: hidden;
}
.cid-sPAAn19n1J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPAAn19n1J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPAAn19n1J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPAAn19n1J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPAAn19n1J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPAAn19n1J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPAAn19n1J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPAAn19n1J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPAAn19n1J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPAAn19n1J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPAAn19n1J .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPAAn19n1J .modal-backdrop.show {
  opacity: .5;
}
.cid-sPAAn19n1J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPAAn19n1J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAn19n1J .modal-header {
    padding: 1rem;
  }
}
.cid-sPAAn19n1J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPAAn19n1J .modal-header .close svg {
  fill: #353535;
}
.cid-sPAAn19n1J .modal-header .close:hover {
  opacity: 1;
}
.cid-sPAAn19n1J .modal-header .close:focus {
  outline: none;
}
.cid-sPAAn19n1J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPAAn19n1J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPAAn19n1J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAn19n1J .modal-body {
    padding: 1rem;
  }
}
.cid-sPAAn19n1J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPAAn19n1J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAAn19n1J .modal-footer {
    padding: 1rem;
  }
}
.cid-sPAAn19n1J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPAAn19n1J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPAAn19n1J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPAAn19n1J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPAAn19n1J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPAAn19n1J .modal-lg,
  .cid-sPAAn19n1J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPAAn19n1J .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPAAn19n1J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPAAn19n1J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPAAn19n1J .form-group {
  margin-bottom: 1rem;
}
.cid-sPAAn19n1J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPAAn19n1J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPAAn19n1J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPAAn19n1J .mbr-section-btn {
  margin: 0;
}
.cid-sPAAn19n1J .mbr-section-btn .btn {
  margin: 0;
}

section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
    background-color: #ffc969;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  min-height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 95vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 95vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1 1 auto;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 18px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 9px 25px;
}

.jq-selectbox__dropdown {
  border-radius: 22px;
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, 2s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  box-shadow: none;
  color: #565656;
  background-color: #efefef;
  border-radius: 22px;
  padding: 18px 25px;
  line-height: 1.43;
  min-height: 3.5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
.cid-sMdGFlkA73 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMdGFlkA73 .nav-item:focus,
.cid-sMdGFlkA73 .nav-link:focus {
  outline: none;
}
.cid-sMdGFlkA73 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMdGFlkA73 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMdGFlkA73 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMdGFlkA73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMdGFlkA73 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMdGFlkA73 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMdGFlkA73 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMdGFlkA73 .navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.8) 0px 0px 0px 1px;
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMdGFlkA73 .navbar .mbr-overlay {
  opacity: 0.7;
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sMdGFlkA73 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sMdGFlkA73 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sMdGFlkA73 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sMdGFlkA73 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMdGFlkA73 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMdGFlkA73 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMdGFlkA73 .navbar.collapsed .navbar-collapse.show,
.cid-sMdGFlkA73 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMdGFlkA73 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMdGFlkA73 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMdGFlkA73 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMdGFlkA73 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMdGFlkA73 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMdGFlkA73 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMdGFlkA73 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMdGFlkA73 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMdGFlkA73 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMdGFlkA73 .navbar.collapsed .right-menu,
.cid-sMdGFlkA73 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sMdGFlkA73 .navbar .navbar-collapse.show,
  .cid-sMdGFlkA73 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMdGFlkA73 .navbar .navbar-collapse.show .brand-container,
  .cid-sMdGFlkA73 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMdGFlkA73 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMdGFlkA73 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMdGFlkA73 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMdGFlkA73 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMdGFlkA73 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMdGFlkA73 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMdGFlkA73 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMdGFlkA73 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMdGFlkA73 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sMdGFlkA73 .navbar .right-menu,
  .cid-sMdGFlkA73 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMdGFlkA73 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMdGFlkA73 .navbar.navbar-short .menu-top-promo {
  display: none;
}
.cid-sMdGFlkA73 .navbar.navbar-short .navbar-nav .nav-link {
  color: #879a9f;
}
.cid-sMdGFlkA73 .navbar.navbar-short .mbr-overlay {
  opacity: 0.92;
  background: #ffffff !important;
}
.cid-sMdGFlkA73 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMdGFlkA73 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMdGFlkA73 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMdGFlkA73 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMdGFlkA73 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMdGFlkA73 .dropdown-item.active,
.cid-sMdGFlkA73 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMdGFlkA73 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  color: #246182;
}
.cid-sMdGFlkA73 .navbar-expand-lg .navbar-nav .nav-link:hover,
.cid-sMdGFlkA73 .navbar-expand-lg .navbar-nav .nav-link:focus {
  padding: 0;
  color: #1ba1e2 !important;
}
.cid-sMdGFlkA73 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMdGFlkA73 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMdGFlkA73 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMdGFlkA73 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMdGFlkA73 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMdGFlkA73 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMdGFlkA73 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMdGFlkA73 .navbar-buttons {
  margin-left: auto;
}
.cid-sMdGFlkA73 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMdGFlkA73 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-sMdGFlkA73 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMdGFlkA73 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdGFlkA73 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdGFlkA73 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMdGFlkA73 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdGFlkA73 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sMdGFlkA73 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sMdGFlkA73 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdGFlkA73 .navbar-dropdown {
  position: fixed;
}
.cid-sMdGFlkA73 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMdGFlkA73 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMdGFlkA73 .right-menu,
.cid-sMdGFlkA73 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMdGFlkA73 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMdGFlkA73 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMdGFlkA73 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMdGFlkA73 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #14c159;
  padding: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.cid-sMdGFlkA73 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sMdGFlkA73 .card-wrapper {
  z-index: 3;
}
.cid-sMdGFlkA73 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (min-width: 1400px) {
  .cid-sMdGFlkA73 .nav-dropdown .link {
    padding: 0.667em 1rem !important;
  }
  .cid-sMdGFlkA73 .nav-link.link.display-4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .cid-sMdGFlkA73 .brand-container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sMdGFlkA73 .navbar-collapse {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sMdGFlkA73 .nav-dropdown .link {
    padding: 0.667em 0.5rem !important;
  }
  .cid-sMdGFlkA73 .nav-link.link.display-4 {
    font-size: 0.9rem;
  }
}
@media (max-width: 1199px) {
  .cid-sMdGFlkA73 .nav-dropdown .display-4 {
    font-size: 1rem !important;
  }
  .cid-sMdGFlkA73 .nav-dropdown .link {
    padding: 0.667em 0.5em !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMdGFlkA73 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMdGFlkA73 .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
.cid-sMdGFmXZBa {
  background-image: url("../../../assets/images/background4.jpg");
  padding-top: 10rem;
}
.cid-sMdGFmXZBa .mbr-section-title {
  line-height: 1;
}
.cid-sMdGFmXZBa .mbr-section-subtitle {
  line-height: 1;
}
.cid-sMdGFmXZBa .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sMdGFmXZBa .mbr-section-subtitle,
.cid-sMdGFmXZBa .mbr-section-btn {
  color: #7ccbf1;
}
.cid-sMdGFmXZBa .mbr-section-title,
.cid-sMdGFmXZBa .mbr-section-btn {
  color: #ffffff;
}
.cid-sMdGFmXZBa .mbr-text,
.cid-sMdGFmXZBa .mbr-section-btn {
  color: #b2ccd2;
}
.cid-sMdGFmXZBa .r-italics {
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
}
.cid-sMdGFnU1X6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7ccbf1;
}
.cid-sMdGFnU1X6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sMdGFnU1X6 .form-control {
  font-size: 1.25rem;
}
.cid-sMdGFnU1X6 .form-control,
.cid-sMdGFnU1X6 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sMdGFnU1X6 .form-control::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .form-control::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sMdGFnU1X6 .form-control:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:-moz-placeholder,
.cid-sMdGFnU1X6 .form-control:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:-moz-placeholder {
  color: #cccccc;
}
.cid-sMdGFnU1X6 .form-control:hover,
.cid-sMdGFnU1X6 .field-input:hover,
.cid-sMdGFnU1X6 .form-control:focus,
.cid-sMdGFnU1X6 .field-input:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sMdGFnU1X6 .form-control:hover::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input:hover::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .form-control:focus::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input:focus::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .form-control:hover::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input:hover::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .form-control:focus::-webkit-input-placeholder,
.cid-sMdGFnU1X6 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sMdGFnU1X6 .form-control:hover:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:hover:-moz-placeholder,
.cid-sMdGFnU1X6 .form-control:focus:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:focus:-moz-placeholder,
.cid-sMdGFnU1X6 .form-control:hover:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:hover:-moz-placeholder,
.cid-sMdGFnU1X6 .form-control:focus:-moz-placeholder,
.cid-sMdGFnU1X6 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sMdGFnU1X6 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sMdGFnU1X6 .jq-number__spin:hover,
.cid-sMdGFnU1X6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMdGFnU1X6 .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMdGFnU1X6 .jq-selectbox li,
.cid-sMdGFnU1X6 .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sMdGFnU1X6 .jq-selectbox li:hover,
.cid-sMdGFnU1X6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sMdGFnU1X6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sMdGFnU1X6 .jq-number__spin.minus:hover:after,
.cid-sMdGFnU1X6 .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sMdGFnU1X6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sMdGFnU1X6 .jq-number__spin.minus:after,
.cid-sMdGFnU1X6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sMdGFnU1X6 .wrap {
  position: relative;
}
.cid-sMdGFnU1X6 .mbr-form {
  z-index: 1;
}
.cid-sMdGFnU1X6 input::-webkit-clear-button {
  display: none;
}
.cid-sMdGFnU1X6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sMdGFnU1X6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sMdGFnU1X6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sMdGFnU1X6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(9, 102, 147, 0.15);
  margin-bottom: 26px;
}
.cid-sMdGFnU1X6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMdGFnU1X6 .mbr-section-title {
  color: #000000;
}
.cid-sMdGFnU1X6 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMdGFnU1X6 .mbr-section-subtitle {
  color: #767676;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMdGFnU1X6 .mbr-text {
  color: #000000;
}
.cid-sMdGFnU1X6 .btn {
  padding: 18px 26px;
  border-radius: 15px;
}
.cid-sMdGFnU1X6 .btn.display-4 {
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sMdGFnU1X6 .required {
  width: 100%;
  color: #808080;
}
.cid-sMdGFnU1X6 img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sMdGFnU1X6 .counter {
  top: 46%;
  left: 10%;
}
.cid-sMdGFnU1X6 .counter .full-circle {
  background-color: #096693;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sMdGFnU1X6 .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sMdGFnU1X6 .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sMdGFnU1X6 .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sMdGFnU1X6 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sMdGFnU1X6 .required {
    text-align: center;
  }
}
.cid-sMdGFnU1X6 .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sMdGFnU1X6 .form-control-label,
.cid-sMdGFnU1X6 .form-check {
  margin-left: 20px;
}
.cid-sMdGFnU1X6 .badge,
.cid-sMdGFnU1X6 .badge_wrap {
  color: #232323;
}
.cid-sMdGFoEwSF {
  padding-top: 120px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sMdGFoEwSF .container {
  margin-bottom: 15%;
}
.cid-sMdGFoEwSF .content-container .btn-bgr {
  z-index: 0;
}
.cid-sMdGFoEwSF .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-sMdGFoEwSF .icon-block-top span {
  background-color: #188ef4;
  padding: 1.25rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sMdGFoEwSF .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sMdGFoEwSF .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sMdGFoEwSF .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sMdGFoEwSF .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sMdGFoEwSF .mbr-text,
.cid-sMdGFoEwSF .box-item-text {
  color: #8d97ad;
}
.cid-sMdGFoEwSF .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sMdGFoEwSF .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sMdGFoEwSF .box-list li:last-child {
  border-bottom: none;
}
.cid-sMdGFoEwSF .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sMdGFoEwSF .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sMdGFoEwSF .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sMdGFoEwSF .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sMdGFoEwSF .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sMdGFoEwSF .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sMdGFoEwSF .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sMdGFoEwSF .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sMdGFoEwSF .box-item-text,
.cid-sMdGFoEwSF .mbr-section-btn {
  text-align: left;
}
.cid-sMdGFptSR3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #096693;
}
.cid-sMdGFptSR3 .card {
  margin-bottom: .75rem;
  padding: 1rem 2.5rem;
  background-color: #7ccbf1;
  width: 100%;
  border-radius: 0 !important;
}
.cid-sMdGFptSR3 .card img {
  height: 59px;
  width: 100%;
  object-fit: contain;
}
.cid-sMdGFptSR3 .mbr-section-subtitle {
  margin-top: .75rem;
  color: #000000;
  text-align: center;
}
.cid-sMdGFptSR3 .logo-container {
  justify-content: space-around;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-sMdGFptSR3 .col-lg-1 {
    flex: 0 0 19.7%;
    max-width: 19.7%;
  }
}
.cid-sMdGFptSR3 H2 {
  color: #1ba1e2;
  text-align: center;
}
.cid-sMdGFptSR3 .mbr-section-subtitle,
.cid-sMdGFptSR3 .mbr-section-btn {
  text-align: center;
}
.cid-sMdGFq8fsq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0e5ff;
  background: linear-gradient(180deg, rgba(224, 229, 255, 0.8) 0%, #ffffff 100%);
}
.cid-sMdGFq8fsq .mbr-overlay {
  background: #5eeebb;
}
.cid-sMdGFq8fsq .title_block {
  margin-bottom: 50px;
}
.cid-sMdGFq8fsq .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1ba1e2;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMdGFq8fsq .mbr-section-title {
  color: #f93154;
}
.cid-sMdGFq8fsq .card_wrap {
  background-color: #ffffff;
  padding: 45px 65px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sMdGFq8fsq .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-sMdGFq8fsq .card_header {
  margin-bottom: 40px;
}
.cid-sMdGFq8fsq .card_title {
  margin-bottom: 20px;
  color: #4154f1;
}
.cid-sMdGFq8fsq .card_price {
  color: #f93154;
}
.cid-sMdGFq8fsq .card_price sup {
  margin-right: 5px;
}
.cid-sMdGFq8fsq .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-sMdGFq8fsq .card_image {
  width: 160px;
  height: 125px;
  margin: 0px auto 50px;
}
.cid-sMdGFq8fsq .card_image img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}
.cid-sMdGFq8fsq .card_list {
  margin-bottom: 40px;
}
.cid-sMdGFq8fsq .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sMdGFq8fsq .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-sMdGFq8fsq .item:nth-child(1) .card_title {
  color: #1ba1e2;
}
.cid-sMdGFq8fsq .item:nth-child(2) .card_title {
  color: #b2ccd2;
}
.cid-sMdGFq8fsq .item:nth-child(3) .card_title {
  color: #ffa900;
}
.cid-sMdGFq8fsq .tabs_text {
  margin-bottom: 0;
}
.cid-sMdGFq8fsq .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-sMdGFq8fsq .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-sMdGFq8fsq .nav-tabs .li_item1 {
  left: -2px;
}
.cid-sMdGFq8fsq .nav-tabs .li_item2 {
  right: -2px;
}
.cid-sMdGFq8fsq .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-sMdGFq8fsq .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 8px !important;
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(1) !important;
  margin: 0px !important;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-sMdGFq8fsq .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item .btn.active:before {
    background-color: #4154f1 !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-sMdGFq8fsq .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-sMdGFq8fsq .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #4154f1 !important;
  box-shadow: none !important;
}
.cid-sMdGFq8fsq .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
  .cid-sMdGFq8fsq .nav-tabs .nav-item .btn.active {
    background-color: #4154f1 !important;
  }
}
@media (min-width: 768px) {
  .cid-sMdGFq8fsq .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-sMdGFq8fsq .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-sMdGFq8fsq .title_block {
    margin-bottom: 30px;
  }
  .cid-sMdGFq8fsq .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-sMdGFq8fsq .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-sMdGFq8fsq .card_header {
    margin-bottom: 30px;
  }
  .cid-sMdGFq8fsq .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-sMdGFq8fsq .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-sMdGFq8fsq .card_list {
    margin-bottom: 30px;
  }
  .cid-sMdGFq8fsq .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-sMdGFrdo8C {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sMdGFrdo8C .title_block {
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}
.cid-sMdGFrdo8C .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMdGFrdo8C .mbr-section-title {
  color: #f93154;
}
.cid-sMdGFrdo8C .onTheSides {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.cid-sMdGFrdo8C .onTheSides .card_price,
.cid-sMdGFrdo8C .onTheSides .card_title {
  color: #f93154;
}
.cid-sMdGFrdo8C .onTheSides .card_wrap {
  padding: 50px 60px;
}
.cid-sMdGFrdo8C .card_body {
  margin-bottom: 40px;
}
.cid-sMdGFrdo8C .card_body p {
  line-height: 1.867;
}
.cid-sMdGFrdo8C .card_title {
  margin-bottom: 30px;
}
.cid-sMdGFrdo8C .card_price {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.cid-sMdGFrdo8C .middle {
  background-color: #ff6b00;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
}
.cid-sMdGFrdo8C .middle .card_wrap {
  padding: 80px 60px;
}
.cid-sMdGFrdo8C .middle .btn-white-outline:hover {
  color: #ffa900 !important;
}
@media (min-width: 768px) {
  .cid-sMdGFrdo8C .shape_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape {
    z-index: -1;
    position: absolute;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_1 {
    top: 28px;
    left: -33px;
    width: 66px;
    height: 66px;
    background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_2 {
    top: 130px;
    left: -80px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(45deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_3 {
    left: 110px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(0deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_4 {
    right: 83px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(135deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_5 {
    top: 18px;
    right: 12px;
    width: 74px;
    height: 74px;
    background-image: linear-gradient(35deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-sMdGFrdo8C .shape_wrap .shape_6 {
    right: 30px;
    width: 20px;
    height: 20px;
    bottom: -45px;
    background-image: linear-gradient(90deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .cid-sMdGFrdo8C .title_block {
    margin-bottom: 60px;
  }
  .cid-sMdGFrdo8C .card_title {
    margin-bottom: 25px;
  }
  .cid-sMdGFrdo8C .card_body {
    margin-bottom: 30px;
  }
  .cid-sMdGFrdo8C .middle .card_wrap {
    padding: 60px 30px;
  }
  .cid-sMdGFrdo8C .onTheSides .card_wrap {
    padding: 40px 30px;
  }
}
.cid-sMdGFrUlRE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-sMdGFrUlRE .title_block {
  margin-bottom: 80px;
}
.cid-sMdGFrUlRE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #14c159;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMdGFrUlRE .mbr-section-title {
  color: #f93154;
}
.cid-sMdGFrUlRE .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sMdGFrUlRE .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-sMdGFrUlRE .favorite {
  color: #ffffff;
  background: #16a16c;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-sMdGFrUlRE .favorite:before {
  content: "";
  border-top: 15px solid #16a16c;
  border-bottom: 15px solid #16a16c;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-sMdGFrUlRE .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-sMdGFrUlRE .item:nth-child(1) .card_title {
  color: #1ba1e2;
}
.cid-sMdGFrUlRE .item:nth-child(2) .card_title {
  color: #b2ccd2;
}
.cid-sMdGFrUlRE .item:nth-child(3) .card_title {
  color: #ffa900;
}
.cid-sMdGFrUlRE .card_title {
  margin-bottom: 30px;
  color: #ffa900;
}
.cid-sMdGFrUlRE .card_price {
  color: #1ba1e2;
}
.cid-sMdGFrUlRE .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-sMdGFrUlRE .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-sMdGFrUlRE .card_body {
  margin-bottom: 40px;
}
.cid-sMdGFrUlRE .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sMdGFrUlRE .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-sMdGFrUlRE .card_body .mbr-iconfont {
  float: right;
  color: green;
}
.cid-sMdGFrUlRE .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sMdGFrUlRE .title_block {
    margin-bottom: 60px;
  }
  .cid-sMdGFrUlRE .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-sMdGFrUlRE .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-sMdGFrUlRE .card_title {
    margin-bottom: 20px;
  }
  .cid-sMdGFrUlRE .card_body {
    margin-bottom: 40px;
  }
  .cid-sMdGFrUlRE .card_body li {
    margin-bottom: 20px;
  }
}
.cid-sMdGFsKgxK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sMdGFsKgxK .card {
  padding: 1rem;
}
.cid-sMdGFsKgxK .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #1439cc, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sMdGFsKgxK .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sMdGFsKgxK .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sMdGFsKgxK .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sMdGFsKgxK .card-sign {
  padding-top: .5rem;
}
.cid-sMdGFsKgxK .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sMdGFsKgxK .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sMdGFsKgxK .card-title {
    text-align: center;
  }
  .cid-sMdGFsKgxK p.mbr-text,
  .cid-sMdGFsKgxK p.date {
    text-align: center;
  }
}
.cid-sMdGFsKgxK .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sMdGFsKgxK .card-text,
.cid-sMdGFsKgxK .mbr-subtitle {
  color: #8d97ad;
}
.cid-sMdGFtmqpv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sMdGFtmqpv .mbr-text,
.cid-sMdGFtmqpv .mbr-section-btn {
  color: #767676;
}
.cid-sMdGFtmqpv p {
  z-index: 2;
  position: relative;
}
.cid-sMdGFtmqpv .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sMdGFtmqpv .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(250, 99, 125, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sMdGFtmqpv .ico1 {
  font-size: 2rem;
}
.cid-sMdGFtmqpv .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sMdGFtmqpv H3 {
  color: #149dcc;
}
.cid-sMdGFtZ1rg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMdGFtZ1rg H1 {
  color: #149dcc;
}
.cid-sMdGFtZ1rg .mbr-text {
  color: #767676;
}
.cid-sMdGFtZ1rg .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sMdGFtZ1rg .item {
  max-width: 450px;
  margin: auto;
}
.cid-sMdGFtZ1rg .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sMdGFtZ1rg .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sMdGFtZ1rg h3,
.cid-sMdGFtZ1rg h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .cid-sMdGFtZ1rg .author-box {
    justify-content: center;
  }
}
.cid-sMdGFtZ1rg H4 {
  color: #767676;
}
.cid-sMdGFuHHl1 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sMdGFuHHl1 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sMdGFuHHl1 .row {
  justify-content: center;
}
.cid-sMdGFuHHl1 .mbr-text {
  color: #cccccc;
}
.cid-sMdGFuHHl1 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sMdGFuHHl1 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sMdGFuHHl1 .date {
  margin: 0;
  color: #cccccc;
}
.cid-sMdGFuHHl1 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sMdGFuHHl1 .icon-box {
    flex-direction: column;
  }
  .cid-sMdGFuHHl1 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sMdGFuHHl1 img {
    margin-bottom: 2rem;
  }
}
.cid-sMdGFvr9Kp {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #eff2f7;
}
.cid-sMdGFvr9Kp .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #1ba1e2;
}
.cid-sMdGFvr9Kp .head_info .mbr-subtitle {
  color: #f93154;
  margin-bottom: 10px;
}
.cid-sMdGFvr9Kp .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #14c159;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sMdGFvr9Kp .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #f93154 !important;
  border-color: #f93154 !important;
  color: #ffffff !important;
}
.cid-sMdGFvr9Kp .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-sMdGFvr9Kp .plan .plan-title {
  color: #1ba1e2;
  margin-bottom: 32px;
}
.cid-sMdGFvr9Kp .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-sMdGFvr9Kp .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #f93154;
}
.cid-sMdGFvr9Kp .plan .plan-price .mbr-text {
  color: #1ba1e2;
  margin-bottom: 0;
}
.cid-sMdGFvr9Kp .plan .plan-list {
  margin-bottom: 15px;
}
.cid-sMdGFvr9Kp .plan .plan-list .list-group {
  color: #14c159;
}
.cid-sMdGFvr9Kp .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-sMdGFvr9Kp .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sMdGFvr9Kp .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sMdGFvr9Kp .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-sMdGFvr9Kp .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-sMdGFvr9Kp .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sMdGFvr9Kp .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sMdGFvr9Kp .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #b2ccd2 !important;
}
.cid-sMdGFvr9Kp .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-sMdGFvr9Kp * {
    text-align: center;
  }
}
.cid-sMdGFwrOgi {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sMdGFwrOgi .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-sMdGFwrOgi .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-sMdGFwrOgi h4 {
  margin: 0;
}
.cid-sMdGFwrOgi .card1 {
  background: #f2f2f4;
}
.cid-sMdGFwrOgi .card2 {
  background: #1ba1e2;
}
.cid-sMdGFwrOgi .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-sMdGFwrOgi .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #1ba1e2;
    border-radius: 30px;
  }
}
.cid-sMdGFwrOgi .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-sMdGFwrOgi .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-sMdGFwrOgi .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-sMdGFwrOgi .mbr-section-title {
  line-height: 0.8;
}
.cid-sMdGFwrOgi .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-sMdGFwrOgi .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-sMdGFwrOgi .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-sMdGFwrOgi .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-sMdGFwrOgi .plan-price {
  padding: 2rem 1rem;
}
.cid-sMdGFwrOgi .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-sMdGFwrOgi .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sMdGFwrOgi .price-value,
.cid-sMdGFwrOgi .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-sMdGFwrOgi .plan {
    margin-bottom: 3rem;
  }
  .cid-sMdGFwrOgi .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sMdGFwrOgi .plan-price {
    padding: 2rem 1rem;
  }
  .cid-sMdGFwrOgi .plan-body {
    padding: 0;
  }
  .cid-sMdGFwrOgi .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-sMdGFwrOgi .plan-title {
  color: #ed6436;
}
.cid-sMdGFwrOgi .plan-title2 {
  color: #ffffff;
}
.cid-sMdGFwrOgi .month2,
.cid-sMdGFwrOgi .plan-header {
  color: #ffffff;
  text-align: center;
}
.cid-sMdGFwrOgi .item2 {
  color: #7ccbf1;
}
.cid-sMdGFwrOgi .price-figure2 {
  color: #ffffff;
}
.cid-sMdGFwrOgi .price-value2 {
  color: #ffffff;
}
.cid-sMdGFwrOgi H2 {
  color: #52bdf1;
}
.cid-sMdGFwrOgi H1 {
  color: #096693;
}
.cid-sMdGFwrOgi .price-figure2,
.cid-sMdGFwrOgi .plan-price {
  text-align: center;
  color: #ffffff;
}
.cid-sMdGFwrOgi .price-value2,
.cid-sMdGFwrOgi .plan-price {
  color: #ffffff;
}
.cid-sMdGFwrOgi .mbr-text,
.cid-sMdGFwrOgi .mbr-section-btn,
.cid-sMdGFwrOgi .content {
  text-align: left;
}
.cid-sMdGFyOKac {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMdGFyOKac .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sMdGFyOKac .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sMdGFyOKac .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sMdGFyOKac .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sMdGFyOKac .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sMdGFyOKac .special-label {
  color: #fff;
}
.cid-sMdGFyOKac .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sMdGFyOKac .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sMdGFyOKac .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sMdGFyOKac .menu-row {
  margin: 0;
}
.cid-sMdGFyOKac .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #1ba1e2;
}
.cid-sMdGFyOKac .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sMdGFyOKac .group-title,
.cid-sMdGFyOKac .align-wrap {
  text-align: left;
}
.cid-sPAImuJAoG.popup-builder {
  background-color: #ffffff;
}
.cid-sPAImuJAoG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPAImuJAoG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPAImuJAoG .modal-content,
.cid-sPAImuJAoG .modal-dialog {
  height: auto;
}
.cid-sPAImuJAoG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPAImuJAoG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPAImuJAoG .form-wrapper .mbr-form .form-group,
  .cid-sPAImuJAoG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPAImuJAoG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPAImuJAoG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPAImuJAoG .mbr-text {
  text-align: center;
}
.cid-sPAImuJAoG .pt-0 {
  padding-top: 0 !important;
}
.cid-sPAImuJAoG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPAImuJAoG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPAImuJAoG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPAImuJAoG .modal-open {
  overflow: hidden;
}
.cid-sPAImuJAoG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPAImuJAoG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPAImuJAoG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPAImuJAoG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPAImuJAoG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPAImuJAoG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPAImuJAoG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPAImuJAoG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPAImuJAoG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPAImuJAoG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPAImuJAoG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPAImuJAoG .modal-backdrop.show {
  opacity: .5;
}
.cid-sPAImuJAoG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPAImuJAoG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuJAoG .modal-header {
    padding: 1rem;
  }
}
.cid-sPAImuJAoG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPAImuJAoG .modal-header .close svg {
  fill: #353535;
}
.cid-sPAImuJAoG .modal-header .close:hover {
  opacity: 1;
}
.cid-sPAImuJAoG .modal-header .close:focus {
  outline: none;
}
.cid-sPAImuJAoG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPAImuJAoG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPAImuJAoG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuJAoG .modal-body {
    padding: 1rem;
  }
}
.cid-sPAImuJAoG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPAImuJAoG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuJAoG .modal-footer {
    padding: 1rem;
  }
}
.cid-sPAImuJAoG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPAImuJAoG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPAImuJAoG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPAImuJAoG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPAImuJAoG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPAImuJAoG .modal-lg,
  .cid-sPAImuJAoG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPAImuJAoG .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPAImuJAoG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPAImuJAoG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPAImuJAoG .form-group {
  margin-bottom: 1rem;
}
.cid-sPAImuJAoG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPAImuJAoG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPAImuJAoG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPAImuJAoG .mbr-section-btn {
  margin: 0;
}
.cid-sPAImuJAoG .mbr-section-btn .btn {
  margin: 0;
}

section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
    background-color: #ffc969;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  min-height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 95vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 95vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  flex: 1 1 auto;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 18px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 9px 25px;
}

.jq-selectbox__dropdown {
  border-radius: 22px;
  padding: 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, 2s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  box-shadow: none;
  color: #565656;
  background-color: #efefef;
  border-radius: 22px;
  padding: 18px 25px;
  line-height: 1.43;
  min-height: 3.5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.2rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}
.cid-sMpfZ5OJ3W .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMpfZ5OJ3W .nav-item:focus,
.cid-sMpfZ5OJ3W .nav-link:focus {
  outline: none;
}
.cid-sMpfZ5OJ3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMpfZ5OJ3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMpfZ5OJ3W .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sMpfZ5OJ3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sMpfZ5OJ3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sMpfZ5OJ3W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMpfZ5OJ3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMpfZ5OJ3W .navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px, rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.8) 0px 0px 0px 1px;
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sMpfZ5OJ3W .navbar .mbr-overlay {
  opacity: 0.7;
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sMpfZ5OJ3W .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sMpfZ5OJ3W .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sMpfZ5OJ3W .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sMpfZ5OJ3W .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sMpfZ5OJ3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sMpfZ5OJ3W .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .navbar-collapse.show,
.cid-sMpfZ5OJ3W .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sMpfZ5OJ3W .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sMpfZ5OJ3W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMpfZ5OJ3W .navbar.collapsed .right-menu,
.cid-sMpfZ5OJ3W .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sMpfZ5OJ3W .navbar .navbar-collapse.show,
  .cid-sMpfZ5OJ3W .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMpfZ5OJ3W .navbar .navbar-collapse.show .brand-container,
  .cid-sMpfZ5OJ3W .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sMpfZ5OJ3W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMpfZ5OJ3W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMpfZ5OJ3W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMpfZ5OJ3W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMpfZ5OJ3W .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sMpfZ5OJ3W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sMpfZ5OJ3W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMpfZ5OJ3W .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sMpfZ5OJ3W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sMpfZ5OJ3W .navbar .right-menu,
  .cid-sMpfZ5OJ3W .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sMpfZ5OJ3W .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMpfZ5OJ3W .navbar.navbar-short .menu-top-promo {
  display: none;
}
.cid-sMpfZ5OJ3W .navbar.navbar-short .navbar-nav .nav-link {
  color: #879a9f;
}
.cid-sMpfZ5OJ3W .navbar.navbar-short .mbr-overlay {
  opacity: 0.92;
  background: #ffffff !important;
}
.cid-sMpfZ5OJ3W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMpfZ5OJ3W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMpfZ5OJ3W .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMpfZ5OJ3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMpfZ5OJ3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMpfZ5OJ3W .dropdown-item.active,
.cid-sMpfZ5OJ3W .dropdown-item:active {
  background-color: transparent;
}
.cid-sMpfZ5OJ3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  color: #246182;
}
.cid-sMpfZ5OJ3W .navbar-expand-lg .navbar-nav .nav-link:hover,
.cid-sMpfZ5OJ3W .navbar-expand-lg .navbar-nav .nav-link:focus {
  padding: 0;
  color: #1ba1e2 !important;
}
.cid-sMpfZ5OJ3W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMpfZ5OJ3W .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMpfZ5OJ3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMpfZ5OJ3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMpfZ5OJ3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMpfZ5OJ3W ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sMpfZ5OJ3W ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sMpfZ5OJ3W .navbar-buttons {
  margin-left: auto;
}
.cid-sMpfZ5OJ3W button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sMpfZ5OJ3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #767676;
}
.cid-sMpfZ5OJ3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMpfZ5OJ3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMpfZ5OJ3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMpfZ5OJ3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMpfZ5OJ3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMpfZ5OJ3W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sMpfZ5OJ3W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sMpfZ5OJ3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMpfZ5OJ3W .navbar-dropdown {
  position: fixed;
}
.cid-sMpfZ5OJ3W a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMpfZ5OJ3W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMpfZ5OJ3W .right-menu,
.cid-sMpfZ5OJ3W .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sMpfZ5OJ3W .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMpfZ5OJ3W .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMpfZ5OJ3W .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMpfZ5OJ3W .menu-top {
  text-align: center;
  width: 100%;
  background-color: #14c159;
  padding: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.cid-sMpfZ5OJ3W .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sMpfZ5OJ3W .card-wrapper {
  z-index: 3;
}
.cid-sMpfZ5OJ3W .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (min-width: 1400px) {
  .cid-sMpfZ5OJ3W .nav-dropdown .link {
    padding: 0.667em 1rem !important;
  }
  .cid-sMpfZ5OJ3W .nav-link.link.display-4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .cid-sMpfZ5OJ3W .brand-container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sMpfZ5OJ3W .navbar-collapse {
    padding-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sMpfZ5OJ3W .nav-dropdown .link {
    padding: 0.667em 0.5rem !important;
  }
  .cid-sMpfZ5OJ3W .nav-link.link.display-4 {
    font-size: 0.9rem;
  }
}
@media (max-width: 1199px) {
  .cid-sMpfZ5OJ3W .nav-dropdown .display-4 {
    font-size: 1rem !important;
  }
  .cid-sMpfZ5OJ3W .nav-dropdown .link {
    padding: 0.667em 0.5em !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMpfZ5OJ3W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMpfZ5OJ3W .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
.cid-sMpfZ7arEL {
  background-image: url("../../../assets/images/background4.jpg");
  padding-top: 10rem;
}
.cid-sMpfZ7arEL .mbr-section-title {
  line-height: 1;
}
.cid-sMpfZ7arEL .mbr-section-subtitle {
  line-height: 1;
}
.cid-sMpfZ7arEL .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sMpfZ7arEL .mbr-section-subtitle,
.cid-sMpfZ7arEL .mbr-section-btn {
  color: #7ccbf1;
}
.cid-sMpfZ7arEL .mbr-section-title,
.cid-sMpfZ7arEL .mbr-section-btn {
  color: #ffffff;
}
.cid-sMpfZ7arEL .mbr-text,
.cid-sMpfZ7arEL .mbr-section-btn {
  color: #b2ccd2;
}
.cid-sMpfZ7arEL .r-italics {
  -moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
  transform: scale(1) rotate(0deg) translate(0px, 0px) skew(30deg, 0deg);
}
.cid-sMpfZ7YLvT {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #106189;
  border-bottom: 1px solid #106189;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset, rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 1;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sMpfZ7YLvT .mbr-overlay {
  background-color: #096693;
  opacity: 0.97;
}
.cid-sMpfZ7YLvT .form-control {
  font-size: 1.25rem;
}
.cid-sMpfZ7YLvT .form-control,
.cid-sMpfZ7YLvT .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-sMpfZ7YLvT .form-control::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .form-control::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sMpfZ7YLvT .form-control:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:-moz-placeholder,
.cid-sMpfZ7YLvT .form-control:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:-moz-placeholder {
  color: #cccccc;
}
.cid-sMpfZ7YLvT .form-control:hover,
.cid-sMpfZ7YLvT .field-input:hover,
.cid-sMpfZ7YLvT .form-control:focus,
.cid-sMpfZ7YLvT .field-input:focus {
  background-color: #ffffff;
  border-color: #00b8ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sMpfZ7YLvT .form-control:hover::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input:hover::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .form-control:focus::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input:focus::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .form-control:hover::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input:hover::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .form-control:focus::-webkit-input-placeholder,
.cid-sMpfZ7YLvT .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sMpfZ7YLvT .form-control:hover:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:hover:-moz-placeholder,
.cid-sMpfZ7YLvT .form-control:focus:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:focus:-moz-placeholder,
.cid-sMpfZ7YLvT .form-control:hover:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:hover:-moz-placeholder,
.cid-sMpfZ7YLvT .form-control:focus:-moz-placeholder,
.cid-sMpfZ7YLvT .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sMpfZ7YLvT textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-sMpfZ7YLvT .jq-number__spin:hover,
.cid-sMpfZ7YLvT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #00b8ff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMpfZ7YLvT .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #096693;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMpfZ7YLvT .jq-selectbox li,
.cid-sMpfZ7YLvT .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-sMpfZ7YLvT .jq-selectbox li:hover,
.cid-sMpfZ7YLvT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sMpfZ7YLvT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sMpfZ7YLvT .jq-number__spin.minus:hover:after,
.cid-sMpfZ7YLvT .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-sMpfZ7YLvT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sMpfZ7YLvT .jq-number__spin.minus:after,
.cid-sMpfZ7YLvT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sMpfZ7YLvT .wrap {
  position: relative;
}
.cid-sMpfZ7YLvT .mbr-form {
  z-index: 1;
}
.cid-sMpfZ7YLvT input::-webkit-clear-button {
  display: none;
}
.cid-sMpfZ7YLvT input::-webkit-inner-spin-button {
  display: none;
}
.cid-sMpfZ7YLvT input::-webkit-outer-spin-button {
  display: none;
}
.cid-sMpfZ7YLvT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sMpfZ7YLvT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(187, 187, 187, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZ7YLvT .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZ7YLvT .mbr-section-title {
  color: #000000;
}
.cid-sMpfZ7YLvT .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMpfZ7YLvT .mbr-section-subtitle {
  color: #7ccbf1;
  font-weight: 600;
  margin-bottom: 21px;
  text-align: left;
}
.cid-sMpfZ7YLvT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sMpfZ7YLvT .btn {
  padding: 18px 26px;
  border-radius: 15px;
}
.cid-sMpfZ7YLvT .btn.display-4 {
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sMpfZ7YLvT .required {
  width: 100%;
  color: #808080;
}
.cid-sMpfZ7YLvT img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sMpfZ7YLvT .counter {
  top: 46%;
  left: 10%;
}
.cid-sMpfZ7YLvT .counter .full-circle {
  background-color: #096693;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-sMpfZ7YLvT .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-sMpfZ7YLvT .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-sMpfZ7YLvT .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-sMpfZ7YLvT img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-sMpfZ7YLvT .required {
    text-align: center;
  }
}
.cid-sMpfZ7YLvT .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-sMpfZ7YLvT .form-control-label,
.cid-sMpfZ7YLvT .form-check {
  margin-left: 20px;
}
.cid-sMpfZ7YLvT .badge,
.cid-sMpfZ7YLvT .badge_wrap {
  color: #ffffff;
  text-align: left;
}
.cid-sMpfZ7YLvT H1 {
  color: #ffffff;
}
.cid-sMpfZ7YLvT .mbr-form .dragArea .required,
.cid-sMpfZ7YLvT .mbr-form .dragArea .mbr-section-btn {
  color: #1ba1e2;
}
.cid-sMpfZ7YLvT .quote-form {
  background-color: #034d70;
  padding: 2rem;
  border: 1px solid #06425e;
  border-radius: .5rem;
  box-shadow: #104c8b 0px 20px 30px -10px;
}
.cid-sMpfZ8DN1G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/microsoftteams-image-2000x1111.png");
}
.cid-sMpfZ8DN1G .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sMpfZ8DN1G .icon-main:hover .process-icon .wrapper .icon-container a .icon-wrapper {
  background-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.cid-sMpfZ8DN1G .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMpfZ8DN1G .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZ8DN1G .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZ8DN1G .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-sMpfZ8DN1G .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMpfZ8DN1G .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  margin-left: 30%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMpfZ8DN1G .icon-main .process-icon {
  width: 100%;
  padding-bottom: 0rem;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 0px;
  margin-right: 15px;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 1rem;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(255, 169, 0, 0.3);
  color: #ffa900;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(249, 49, 84, 0.3);
  color: #f93154;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(223, 0, 255, 0.3);
  color: #df00ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(99, 0, 255, 0.3);
  color: #6300ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(0, 73, 255, 0.3);
  color: #0049ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(0, 159, 255, 0.3);
  color: #009fff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon7 {
  background-color: rgba(22, 161, 108, 0.3);
  color: #16a16c;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon8 {
  background-color: rgba(99, 0, 255, 0.3);
  color: #6300ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #ffa900;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #f93154;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #df00ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #6300ff;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .text-wrap {
  margin-bottom: auto!important;
  margin-top: auto!important;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .text-wrap .subicon-title {
  color: #000000;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 800;
  margin-bottom: 0px;
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75);
  text-align: left;
}
.cid-sMpfZ8DN1G .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 575px) {
  .cid-sMpfZ8DN1G .wrapper::before {
    display: none;
  }
  .cid-sMpfZ8DN1G .icon-main {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .cid-sMpfZ8DN1G .icon-main {
    margin-left: 5%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main {
    margin-left: 7%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 9%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 11%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 13%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 15%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 17%;
  }
}
@media (min-width: 992px) {
  .cid-sMpfZ8DN1G .icon-main {
    margin-left: 15%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main {
    margin-left: 16%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 17%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 18%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 19%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 20%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 21%;
  }
}
@media (min-width: 1200px) {
  .cid-sMpfZ8DN1G .icon-main {
    margin-left: 21%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main {
    margin-left: 22%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 23%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 24%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 25%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 26%;
  }
  .cid-sMpfZ8DN1G .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main ~ .icon-main {
    margin-left: 27%;
  }
}
.cid-sMpfZ8DN1G H2 {
  color: #000000;
  text-align: right;
  line-height: 1;
}
.cid-sMpfZ8DN1G H1 {
  color: #ed6436;
  text-align: right;
  line-height: 1;
}
.cid-sMpfZ8DN1G H3 {
  color: #ed6436;
  text-align: right;
  line-height: 1;
}
.cid-sMpfZ8DN1G .mbr-section-title,
.cid-sMpfZ8DN1G .underline {
  text-align: right;
}
.cid-sMpfZ8DN1G P {
  color: #000000;
  text-align: right;
}
.cid-sMpfZ9Jtv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMpfZ9Jtv5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMpfZ9Jtv5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZ9Jtv5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZ9Jtv5 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-sMpfZ9Jtv5 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMpfZ9Jtv5 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-sMpfZ9Jtv5 .wrapper::before {
    display: none;
  }
}
.cid-sMpfZ9Jtv5 .icon-main .process-icon .text-wrap .subicon-title {
  color: #000000;
}
.cid-sMpfZaMOpm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sMpfZaMOpm .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/trend25.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sMpfZaMOpm .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-sMpfZaMOpm .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #b2ccd2;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #ffffff;
}
.cid-sMpfZaMOpm .mbr-form {
  width: 100%;
}
.cid-sMpfZaMOpm .form-group {
  margin-bottom: 0;
}
.cid-sMpfZaMOpm .dragArea .form-control {
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b2ccd2;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-sMpfZaMOpm .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #b2ccd2;
}
.cid-sMpfZaMOpm .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMpfZaMOpm .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMpfZaMOpm .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMpfZaMOpm .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sMpfZaMOpm .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-sMpfZaMOpm .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-sMpfZaMOpm .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sMpfZaMOpm .mbr-section-title {
  color: #233d63;
  margin-bottom: 15px;
}
.cid-sMpfZaMOpm .mbr-text {
  margin-bottom: 10px;
}
.cid-sMpfZaMOpm .phone {
  color: #ff3a46;
}
@media (max-width: 991px) {
  .cid-sMpfZaMOpm .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-sMpfZaMOpm .form__wrap {
    position: static;
  }
  .cid-sMpfZaMOpm .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-sMpfZaMOpm .subscribe__form {
    order: 1;
  }
  .cid-sMpfZaMOpm .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-sMpfZbnyaU {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/microsoftteams-image-1-2000x1111.png");
}
.cid-sMpfZbnyaU .media-content .btn-bgr {
  z-index: 0;
}
.cid-sMpfZbnyaU .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #ffffff);
}
@media (min-width: 992px) {
  .cid-sMpfZbnyaU .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sMpfZbnyaU {
    text-align: center !important;
  }
  .cid-sMpfZbnyaU .mbr-text {
    text-align: center;
  }
}
.cid-sMpfZbnyaU .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sMpfZbnyaU .mbr-section-title {
  line-height: 1;
}
.cid-sMpfZbnyaU H1 {
  color: #ed6436;
  text-align: right;
}
.cid-sMpfZbnyaU H3 {
  color: #ed6436;
  text-align: right;
}
.cid-sMpfZbnyaU H2 {
  color: #000000;
  text-align: right;
}
.cid-sMpfZbnyaU .mbr-text,
.cid-sMpfZbnyaU .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-sMpfZbTwHD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMpfZbTwHD img {
  width: 100%;
}
.cid-sMpfZbTwHD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZbTwHD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZbTwHD .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMpfZbTwHD .main-title {
  margin-bottom: 36px;
}
.cid-sMpfZbTwHD .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sMpfZbTwHD .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 16px;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4:hover {
  color: #1ba1e2;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-sMpfZbTwHD .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-sMpfZbTwHD .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-sMpfZbTwHD .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sMpfZbTwHD .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-sMpfZbTwHD * {
    text-align: left;
  }
}
.cid-sMpfZcIJpN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/microsoftteams-image-2000x1111.png");
}
@media (min-width: 1500px) {
  .cid-sMpfZcIJpN .container {
    max-width: 1400px;
  }
}
.cid-sMpfZcIJpN .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMpfZcIJpN .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sMpfZcIJpN .main-title {
  margin-bottom: 56px;
}
.cid-sMpfZcIJpN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZcIJpN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZcIJpN img {
  width: 100%;
}
.cid-sMpfZcIJpN .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-sMpfZcIJpN .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-sMpfZcIJpN .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-sMpfZcIJpN .card-wrapper .card-box {
  height: 100%;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sMpfZcIJpN .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sMpfZcIJpN .mbr-section-btn {
  text-align: center;
}
.cid-sMpfZcIJpN .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sMpfZcIJpN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sMpfZcIJpN .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-sMpfZcIJpN .card-box {
    padding: 1rem;
  }
}
.cid-sMpfZdtqfX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sMpfZdtqfX .container {
    max-width: 1400px;
  }
}
.cid-sMpfZdtqfX .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sMpfZdtqfX .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sMpfZdtqfX .main-title {
  margin-bottom: 56px;
}
.cid-sMpfZdtqfX .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1ba1e2;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMpfZdtqfX .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMpfZdtqfX img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob8.svg");
  mask-image: url("../../../assets/images/blob8.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-sMpfZdtqfX .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-sMpfZdtqfX .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-sMpfZdtqfX .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-sMpfZdtqfX .card-wrapper .card-box {
  height: 100%;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sMpfZdtqfX .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sMpfZdtqfX .mbr-section-btn {
  text-align: center;
}
.cid-sMpfZdtqfX .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-sMpfZdtqfX .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-sMpfZdtqfX .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-sMpfZdtqfX .card-box {
    padding: 1rem;
  }
}
.cid-sMpfZdtqfX .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sMpfZdtqfX .icon-wrap span {
  padding-left: 8px;
}
.cid-sMpfZdtqfX .img-wrap {
  position: relative;
}
.cid-sMpfZdtqfX .mbr-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-sMpfZdtqfX .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-sMpfZdtqfX .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-sMpfZdtqfX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sMpfZdtqfX .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-sMpfZdtqfX .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 0;
  display: block;
}
.cid-sMpfZdtqfX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMpfZdtqfX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMpfZdtqfX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMpfZdtqfX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sMpfZdtqfX a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sMpfZdtqfX img {
    margin-bottom: 20px;
  }
}
.cid-sMpfZevGjZ {
  padding-top: 120px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sMpfZevGjZ .container {
  margin-bottom: 15%;
}
.cid-sMpfZevGjZ .content-container .btn-bgr {
  z-index: 0;
}
.cid-sMpfZevGjZ .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-sMpfZevGjZ .icon-block-top span {
  background-color: #188ef4;
  padding: 1.25rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sMpfZevGjZ .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sMpfZevGjZ .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sMpfZevGjZ .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sMpfZevGjZ .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sMpfZevGjZ .mbr-text,
.cid-sMpfZevGjZ .box-item-text {
  color: #8d97ad;
}
.cid-sMpfZevGjZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sMpfZevGjZ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sMpfZevGjZ .box-list li:last-child {
  border-bottom: none;
}
.cid-sMpfZevGjZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sMpfZevGjZ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sMpfZevGjZ .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sMpfZevGjZ .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sMpfZevGjZ .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sMpfZevGjZ .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sMpfZevGjZ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sMpfZevGjZ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sMpfZevGjZ .box-item-text,
.cid-sMpfZevGjZ .mbr-section-btn {
  text-align: left;
}
.cid-sMpfZf9Yy2 {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #096693;
}
.cid-sMpfZf9Yy2 .mbr-overlay {
  background: #5eeebb;
}
.cid-sMpfZf9Yy2 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sMpfZf9Yy2 .mbr-section-subtitle span {
  color: #000000;
}
.cid-sMpfZf9Yy2 .title__block {
  padding-bottom: 80px;
}
.cid-sMpfZf9Yy2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sMpfZf9Yy2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sMpfZf9Yy2 .carousel-item .wrap-img {
  text-align: center;
  width: 200px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-sMpfZf9Yy2 .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-sMpfZf9Yy2 .carousel-item .wrap-img img {
  width: 100px;
}
@media (max-width: 991px) {
  .cid-sMpfZf9Yy2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-sMpfZf9Yy2 .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-sMpfZf9Yy2 .col-md-12 .wrap-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .cid-sMpfZf9Yy2 .carousel-controls {
    display: none;
  }
}
.cid-sMpfZf9Yy2 .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-sMpfZf9Yy2 .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-sMpfZf9Yy2 .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-sMpfZf9Yy2 .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-sMpfZf9Yy2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-sMpfZf9Yy2 .cloneditem-1,
.cid-sMpfZf9Yy2 .cloneditem-2,
.cid-sMpfZf9Yy2 .cloneditem-3,
.cid-sMpfZf9Yy2 .cloneditem-4,
.cid-sMpfZf9Yy2 .cloneditem-5 {
  display: none;
}
.cid-sMpfZf9Yy2 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sMpfZf9Yy2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sMpfZf9Yy2 .carousel-inner {
    z-index: 1;
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 .cloneditem-1,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 .cloneditem-2,
  .cid-sMpfZf9Yy2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 .cloneditem-1,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 .cloneditem-2,
  .cid-sMpfZf9Yy2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 .cloneditem-1,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 .cloneditem-2,
  .cid-sMpfZf9Yy2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 .cloneditem-1,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 .cloneditem-2,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 .cloneditem-3,
  .cid-sMpfZf9Yy2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-sMpfZh8Xl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #096693;
}
.cid-sMpfZh8Xl9 .title__block {
  margin-bottom: 40px;
}
.cid-sMpfZh8Xl9 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sMpfZh8Xl9 .mbr-section-title {
  color: #233d63;
}
.cid-sMpfZh8Xl9 .mbr-section-title span {
  font-weight: 300;
}
.cid-sMpfZh8Xl9 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sMpfZh8Xl9 .image img {
  height: auto;
  width: 100px;
}
.cid-sMpfZh8Xl9 .image:hover {
  transform: scale(1.1);
}
.cid-sMpfZh8Xl9 .image175 {
  width: 175px;
  height: 175px;
}
.cid-sMpfZh8Xl9 .image120 {
  width: 120px;
  height: 120px;
}
.cid-sMpfZh8Xl9 .image150 {
  width: 150px;
  height: 150px;
}
.cid-sMpfZh8Xl9 .image140 {
  width: 140px;
  height: 140px;
}
.cid-sMpfZh8Xl9 .image200 {
  width: 200px;
  height: 200px;
}
.cid-sMpfZhOw61 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0e5ff;
  background: linear-gradient(180deg, rgba(224, 229, 255, 0.8) 0%, #ffffff 100%);
}
.cid-sMpfZhOw61 .mbr-overlay {
  background: #5eeebb;
}
.cid-sMpfZhOw61 .title_block {
  margin-bottom: 50px;
}
.cid-sMpfZhOw61 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1ba1e2;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMpfZhOw61 .mbr-section-title {
  color: #f93154;
}
.cid-sMpfZhOw61 .card_wrap {
  background-color: #ffffff;
  padding: 45px 65px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sMpfZhOw61 .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-sMpfZhOw61 .card_header {
  margin-bottom: 40px;
}
.cid-sMpfZhOw61 .card_title {
  margin-bottom: 20px;
  color: #4154f1;
}
.cid-sMpfZhOw61 .card_price {
  color: #f93154;
}
.cid-sMpfZhOw61 .card_price sup {
  margin-right: 5px;
}
.cid-sMpfZhOw61 .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-sMpfZhOw61 .card_image {
  width: 160px;
  height: 125px;
  margin: 0px auto 50px;
}
.cid-sMpfZhOw61 .card_image img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}
.cid-sMpfZhOw61 .card_list {
  margin-bottom: 40px;
}
.cid-sMpfZhOw61 .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sMpfZhOw61 .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-sMpfZhOw61 .item:nth-child(1) .card_title {
  color: #1ba1e2;
}
.cid-sMpfZhOw61 .item:nth-child(2) .card_title {
  color: #b2ccd2;
}
.cid-sMpfZhOw61 .item:nth-child(3) .card_title {
  color: #ffa900;
}
.cid-sMpfZhOw61 .tabs_text {
  margin-bottom: 0;
}
.cid-sMpfZhOw61 .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-sMpfZhOw61 .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-sMpfZhOw61 .nav-tabs .li_item1 {
  left: -2px;
}
.cid-sMpfZhOw61 .nav-tabs .li_item2 {
  right: -2px;
}
.cid-sMpfZhOw61 .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-sMpfZhOw61 .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 8px !important;
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(1) !important;
  margin: 0px !important;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-sMpfZhOw61 .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item .btn.active:before {
    background-color: #4154f1 !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-sMpfZhOw61 .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-sMpfZhOw61 .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #4154f1 !important;
  box-shadow: none !important;
}
.cid-sMpfZhOw61 .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
  .cid-sMpfZhOw61 .nav-tabs .nav-item .btn.active {
    background-color: #4154f1 !important;
  }
}
@media (min-width: 768px) {
  .cid-sMpfZhOw61 .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-sMpfZhOw61 .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-sMpfZhOw61 .title_block {
    margin-bottom: 30px;
  }
  .cid-sMpfZhOw61 .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-sMpfZhOw61 .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-sMpfZhOw61 .card_header {
    margin-bottom: 30px;
  }
  .cid-sMpfZhOw61 .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-sMpfZhOw61 .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-sMpfZhOw61 .card_list {
    margin-bottom: 30px;
  }
  .cid-sMpfZhOw61 .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-sMpfZiXQIL {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sMpfZiXQIL .title_block {
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}
.cid-sMpfZiXQIL .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMpfZiXQIL .mbr-section-title {
  color: #f93154;
}
.cid-sMpfZiXQIL .onTheSides {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.cid-sMpfZiXQIL .onTheSides .card_price,
.cid-sMpfZiXQIL .onTheSides .card_title {
  color: #f93154;
}
.cid-sMpfZiXQIL .onTheSides .card_wrap {
  padding: 50px 60px;
}
.cid-sMpfZiXQIL .card_body {
  margin-bottom: 40px;
}
.cid-sMpfZiXQIL .card_body p {
  line-height: 1.867;
}
.cid-sMpfZiXQIL .card_title {
  margin-bottom: 30px;
}
.cid-sMpfZiXQIL .card_price {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.cid-sMpfZiXQIL .middle {
  background-color: #ff6b00;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
}
.cid-sMpfZiXQIL .middle .card_wrap {
  padding: 80px 60px;
}
.cid-sMpfZiXQIL .middle .btn-white-outline:hover {
  color: #ffa900 !important;
}
@media (min-width: 768px) {
  .cid-sMpfZiXQIL .shape_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape {
    z-index: -1;
    position: absolute;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_1 {
    top: 28px;
    left: -33px;
    width: 66px;
    height: 66px;
    background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_2 {
    top: 130px;
    left: -80px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(45deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_3 {
    left: 110px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(0deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_4 {
    right: 83px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(135deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_5 {
    top: 18px;
    right: 12px;
    width: 74px;
    height: 74px;
    background-image: linear-gradient(35deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-sMpfZiXQIL .shape_wrap .shape_6 {
    right: 30px;
    width: 20px;
    height: 20px;
    bottom: -45px;
    background-image: linear-gradient(90deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .cid-sMpfZiXQIL .title_block {
    margin-bottom: 60px;
  }
  .cid-sMpfZiXQIL .card_title {
    margin-bottom: 25px;
  }
  .cid-sMpfZiXQIL .card_body {
    margin-bottom: 30px;
  }
  .cid-sMpfZiXQIL .middle .card_wrap {
    padding: 60px 30px;
  }
  .cid-sMpfZiXQIL .onTheSides .card_wrap {
    padding: 40px 30px;
  }
}
.cid-sMpfZjNUif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-sMpfZjNUif .title_block {
  margin-bottom: 80px;
}
.cid-sMpfZjNUif .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #14c159;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sMpfZjNUif .mbr-section-title {
  color: #f93154;
}
.cid-sMpfZjNUif .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sMpfZjNUif .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-sMpfZjNUif .favorite {
  color: #ffffff;
  background: #16a16c;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-sMpfZjNUif .favorite:before {
  content: "";
  border-top: 15px solid #16a16c;
  border-bottom: 15px solid #16a16c;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-sMpfZjNUif .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-sMpfZjNUif .item:nth-child(1) .card_title {
  color: #1ba1e2;
}
.cid-sMpfZjNUif .item:nth-child(2) .card_title {
  color: #b2ccd2;
}
.cid-sMpfZjNUif .item:nth-child(3) .card_title {
  color: #ffa900;
}
.cid-sMpfZjNUif .card_title {
  margin-bottom: 30px;
  color: #ffa900;
}
.cid-sMpfZjNUif .card_price {
  color: #1ba1e2;
}
.cid-sMpfZjNUif .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-sMpfZjNUif .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-sMpfZjNUif .card_body {
  margin-bottom: 40px;
}
.cid-sMpfZjNUif .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sMpfZjNUif .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-sMpfZjNUif .card_body .mbr-iconfont {
  float: right;
  color: green;
}
.cid-sMpfZjNUif .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sMpfZjNUif .title_block {
    margin-bottom: 60px;
  }
  .cid-sMpfZjNUif .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-sMpfZjNUif .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-sMpfZjNUif .card_title {
    margin-bottom: 20px;
  }
  .cid-sMpfZjNUif .card_body {
    margin-bottom: 40px;
  }
  .cid-sMpfZjNUif .card_body li {
    margin-bottom: 20px;
  }
}
.cid-sMpfZkC49y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sMpfZkC49y .card {
  padding: 1rem;
}
.cid-sMpfZkC49y .card-title {
  padding: .5rem 1rem .5rem 6.5rem;
  margin-left: -2rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, #1439cc, #51aafa);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sMpfZkC49y .card-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  padding-bottom: 2rem;
}
.cid-sMpfZkC49y .card-img {
  position: absolute;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
}
.cid-sMpfZkC49y .card-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sMpfZkC49y .card-sign {
  padding-top: .5rem;
}
.cid-sMpfZkC49y .underline .line {
  width: 5rem;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cid-sMpfZkC49y .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sMpfZkC49y .card-title {
    text-align: center;
  }
  .cid-sMpfZkC49y p.mbr-text,
  .cid-sMpfZkC49y p.date {
    text-align: center;
  }
}
.cid-sMpfZkC49y .card-box {
  background: #ffffff;
  padding: 2rem 2rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sMpfZkC49y .card-text,
.cid-sMpfZkC49y .mbr-subtitle {
  color: #8d97ad;
}
.cid-sMpfZlfGNL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sMpfZlfGNL .mbr-text,
.cid-sMpfZlfGNL .mbr-section-btn {
  color: #767676;
}
.cid-sMpfZlfGNL p {
  z-index: 2;
  position: relative;
}
.cid-sMpfZlfGNL .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sMpfZlfGNL .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(250, 99, 125, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sMpfZlfGNL .ico1 {
  font-size: 2rem;
}
.cid-sMpfZlfGNL .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sMpfZlfGNL H3 {
  color: #149dcc;
}
.cid-sMpfZlS3lh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMpfZlS3lh H1 {
  color: #149dcc;
}
.cid-sMpfZlS3lh .mbr-text {
  color: #767676;
}
.cid-sMpfZlS3lh .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sMpfZlS3lh .item {
  max-width: 450px;
  margin: auto;
}
.cid-sMpfZlS3lh .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sMpfZlS3lh .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sMpfZlS3lh h3,
.cid-sMpfZlS3lh h4 {
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .cid-sMpfZlS3lh .author-box {
    justify-content: center;
  }
}
.cid-sMpfZlS3lh H4 {
  color: #767676;
}
.cid-sMpfZmyAGD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sMpfZmyAGD img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sMpfZmyAGD .row {
  justify-content: center;
}
.cid-sMpfZmyAGD .mbr-text {
  color: #cccccc;
}
.cid-sMpfZmyAGD .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sMpfZmyAGD .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sMpfZmyAGD .date {
  margin: 0;
  color: #cccccc;
}
.cid-sMpfZmyAGD .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sMpfZmyAGD .icon-box {
    flex-direction: column;
  }
  .cid-sMpfZmyAGD .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sMpfZmyAGD img {
    margin-bottom: 2rem;
  }
}
.cid-sMpfZngcuH {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #eff2f7;
}
.cid-sMpfZngcuH .head_info {
  text-align: left;
  margin-bottom: 61px;
}
.cid-sMpfZngcuH .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #1ba1e2;
}
.cid-sMpfZngcuH .head_info .mbr-subtitle {
  color: #f93154;
  margin-bottom: 10px;
}
.cid-sMpfZngcuH .head_info .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #14c159;
}
.cid-sMpfZngcuH .head_info .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-sMpfZngcuH .head_info .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-sMpfZngcuH .head_info .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sMpfZngcuH .head_info .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sMpfZngcuH .head_info .mbr-section-btn .btn-primary:hover {
  background-color: #f93154 !important;
  border-color: #f93154 !important;
  color: #ffffff !important;
}
.cid-sMpfZngcuH .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-sMpfZngcuH .plan .plan-title {
  color: #1ba1e2;
  margin-bottom: 32px;
}
.cid-sMpfZngcuH .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-sMpfZngcuH .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #f93154;
}
.cid-sMpfZngcuH .plan .plan-price .mbr-text {
  color: #1ba1e2;
  margin-bottom: 0;
}
.cid-sMpfZngcuH .plan .plan-list {
  margin-bottom: 15px;
}
.cid-sMpfZngcuH .plan .plan-list .list-group {
  color: #14c159;
}
.cid-sMpfZngcuH .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-sMpfZngcuH .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-sMpfZngcuH .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sMpfZngcuH .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-sMpfZngcuH .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-sMpfZngcuH .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sMpfZngcuH .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sMpfZngcuH .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #b2ccd2 !important;
}
.cid-sMpfZngcuH .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .cid-sMpfZngcuH * {
    text-align: center;
  }
}
.cid-sMpfZo5JL3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sMpfZo5JL3 .price-term {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .cid-sMpfZo5JL3 .container {
    max-width: 1300px;
    padding: 0 2rem;
  }
}
.cid-sMpfZo5JL3 h4 {
  margin: 0;
}
.cid-sMpfZo5JL3 .card1 {
  background: #f2f2f4;
}
.cid-sMpfZo5JL3 .card2 {
  background: #1ba1e2;
}
.cid-sMpfZo5JL3 .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-sMpfZo5JL3 .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #1ba1e2;
    border-radius: 30px;
  }
}
.cid-sMpfZo5JL3 .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 1rem;
}
.cid-sMpfZo5JL3 .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-sMpfZo5JL3 .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 100%;
}
.cid-sMpfZo5JL3 .mbr-section-title {
  line-height: 0.8;
}
.cid-sMpfZo5JL3 .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-sMpfZo5JL3 .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-sMpfZo5JL3 .plan-header {
  padding: 2rem 2rem 0rem 2rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-sMpfZo5JL3 .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-sMpfZo5JL3 .plan-price {
  padding: 2rem 1rem;
}
.cid-sMpfZo5JL3 .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-sMpfZo5JL3 .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sMpfZo5JL3 .price-value,
.cid-sMpfZo5JL3 .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-sMpfZo5JL3 .plan {
    margin-bottom: 3rem;
  }
  .cid-sMpfZo5JL3 .content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sMpfZo5JL3 .plan-price {
    padding: 2rem 1rem;
  }
  .cid-sMpfZo5JL3 .plan-body {
    padding: 0;
  }
  .cid-sMpfZo5JL3 .plan-header {
    padding: 2rem 1rem;
  }
}
.cid-sMpfZo5JL3 .plan-title {
  color: #ed6436;
}
.cid-sMpfZo5JL3 .plan-title2 {
  color: #ffffff;
}
.cid-sMpfZo5JL3 .month2,
.cid-sMpfZo5JL3 .plan-header {
  color: #ffffff;
  text-align: center;
}
.cid-sMpfZo5JL3 .item2 {
  color: #7ccbf1;
}
.cid-sMpfZo5JL3 .price-figure2 {
  color: #ffffff;
}
.cid-sMpfZo5JL3 .price-value2 {
  color: #ffffff;
}
.cid-sMpfZo5JL3 H2 {
  color: #52bdf1;
}
.cid-sMpfZo5JL3 H1 {
  color: #096693;
}
.cid-sMpfZo5JL3 .price-figure2,
.cid-sMpfZo5JL3 .plan-price {
  text-align: center;
  color: #ffffff;
}
.cid-sMpfZo5JL3 .price-value2,
.cid-sMpfZo5JL3 .plan-price {
  color: #ffffff;
}
.cid-sMpfZo5JL3 .mbr-text,
.cid-sMpfZo5JL3 .mbr-section-btn,
.cid-sMpfZo5JL3 .content {
  text-align: left;
}
.cid-sMpfZq7IlV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sMpfZq7IlV .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sMpfZq7IlV .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-sMpfZq7IlV .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sMpfZq7IlV .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-sMpfZq7IlV .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-sMpfZq7IlV .special-label {
  color: #fff;
}
.cid-sMpfZq7IlV .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-sMpfZq7IlV .menu-box .box-price {
  flex-shrink: 0;
}
.cid-sMpfZq7IlV .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sMpfZq7IlV .menu-row {
  margin: 0;
}
.cid-sMpfZq7IlV .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #1ba1e2;
}
.cid-sMpfZq7IlV .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sMpfZq7IlV .group-title,
.cid-sMpfZq7IlV .align-wrap {
  text-align: left;
}
.cid-sPAImuK7Jd.popup-builder {
  background-color: #ffffff;
}
.cid-sPAImuK7Jd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPAImuK7Jd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPAImuK7Jd .modal-content,
.cid-sPAImuK7Jd .modal-dialog {
  height: auto;
}
.cid-sPAImuK7Jd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPAImuK7Jd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPAImuK7Jd .form-wrapper .mbr-form .form-group,
  .cid-sPAImuK7Jd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPAImuK7Jd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPAImuK7Jd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPAImuK7Jd .mbr-text {
  text-align: center;
}
.cid-sPAImuK7Jd .pt-0 {
  padding-top: 0 !important;
}
.cid-sPAImuK7Jd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPAImuK7Jd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPAImuK7Jd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPAImuK7Jd .modal-open {
  overflow: hidden;
}
.cid-sPAImuK7Jd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPAImuK7Jd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPAImuK7Jd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPAImuK7Jd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPAImuK7Jd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPAImuK7Jd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPAImuK7Jd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPAImuK7Jd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPAImuK7Jd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPAImuK7Jd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPAImuK7Jd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPAImuK7Jd .modal-backdrop.show {
  opacity: .5;
}
.cid-sPAImuK7Jd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPAImuK7Jd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuK7Jd .modal-header {
    padding: 1rem;
  }
}
.cid-sPAImuK7Jd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPAImuK7Jd .modal-header .close svg {
  fill: #353535;
}
.cid-sPAImuK7Jd .modal-header .close:hover {
  opacity: 1;
}
.cid-sPAImuK7Jd .modal-header .close:focus {
  outline: none;
}
.cid-sPAImuK7Jd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPAImuK7Jd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPAImuK7Jd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuK7Jd .modal-body {
    padding: 1rem;
  }
}
.cid-sPAImuK7Jd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPAImuK7Jd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPAImuK7Jd .modal-footer {
    padding: 1rem;
  }
}
.cid-sPAImuK7Jd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPAImuK7Jd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPAImuK7Jd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPAImuK7Jd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPAImuK7Jd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPAImuK7Jd .modal-lg,
  .cid-sPAImuK7Jd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPAImuK7Jd .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPAImuK7Jd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPAImuK7Jd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPAImuK7Jd .form-group {
  margin-bottom: 1rem;
}
.cid-sPAImuK7Jd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPAImuK7Jd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPAImuK7Jd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPAImuK7Jd .mbr-section-btn {
  margin: 0;
}
.cid-sPAImuK7Jd .mbr-section-btn .btn {
  margin: 0;
}



.jq-selectbox__dropdown {
	background: #e7d1e9;
}

.jq-selectbox__dropdown {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -5px;
    border: 1px solid #490076;
    border-top: none;
}

.jq-selectbox__dropdown ul {
    max-height: 150px !important;
}

.jq-selectbox li:hover, .jq-selectbox li.selected {
    background: #fef3ff;
	background: #d8a0dd;
}

.jq-selectbox li {
    background-color: #d8a0dd;
	background-color: #fef3ff;
}

@media (max-width: 767px) {
	.cid-sMdJ4FlxXm {
		padding-top: 63px;
		padding-bottom: 63px;
	}
	.cid-sMksAnbMXy {
		padding-top: 63px;
	}
	.cid-sMqAvltwAV {
		padding-top: 0;
	}
}

@media (max-width: 500px) {
	.cid-sMksAnbMXy .title-flex h5 {
		font-size: 2.3rem;
	}
	.cid-sMom41Ycje .lg-title-fix {
		font-size: 3.7rem;
	}
	.cid-sMqAvltwAV .title__block .display-1 {
		font-size: 2.8rem;
	}
}