@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff6666 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.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: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.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: #ffffff !important;
  background-color: #848abd !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: #3c71d3 !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%;
  width: 100%;
  height: auto;
}
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='%23848abd' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tz2BlMnSsf .dropdown-menu {
  padding: 12px 0;
}
.cid-tz2BlMnSsf .dropdown-item:hover,
.cid-tz2BlMnSsf .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tz2BlMnSsf .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tz2BlMnSsf .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tz2BlMnSsf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz2BlMnSsf .nav-link {
  position: relative;
}
.cid-tz2BlMnSsf .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tz2BlMnSsf .mbr-iconfont {
  color: #000000;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz2BlMnSsf .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tz2BlMnSsf .dropdown-menu,
.cid-tz2BlMnSsf .navbar.opened {
  background: #1e2228 !important;
}
.cid-tz2BlMnSsf .nav-item:focus,
.cid-tz2BlMnSsf .nav-link:focus {
  outline: none;
}
.cid-tz2BlMnSsf .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tz2BlMnSsf .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tz2BlMnSsf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz2BlMnSsf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz2BlMnSsf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz2BlMnSsf .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-tz2BlMnSsf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz2BlMnSsf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz2BlMnSsf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-tz2BlMnSsf .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tz2BlMnSsf .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tz2BlMnSsf .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tz2BlMnSsf .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tz2BlMnSsf .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tz2BlMnSsf .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tz2BlMnSsf .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tz2BlMnSsf .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tz2BlMnSsf .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tz2BlMnSsf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-tz2BlMnSsf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz2BlMnSsf .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tz2BlMnSsf .navbar.collapsed.opened {
  position: fixed;
}
.cid-tz2BlMnSsf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tz2BlMnSsf .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-tz2BlMnSsf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz2BlMnSsf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz2BlMnSsf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz2BlMnSsf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz2BlMnSsf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz2BlMnSsf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz2BlMnSsf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz2BlMnSsf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz2BlMnSsf .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tz2BlMnSsf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz2BlMnSsf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz2BlMnSsf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-tz2BlMnSsf .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tz2BlMnSsf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz2BlMnSsf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz2BlMnSsf .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz2BlMnSsf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tz2BlMnSsf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz2BlMnSsf .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-tz2BlMnSsf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz2BlMnSsf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz2BlMnSsf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz2BlMnSsf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz2BlMnSsf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz2BlMnSsf .dropdown-item.active,
.cid-tz2BlMnSsf .dropdown-item:active {
  background-color: transparent;
}
.cid-tz2BlMnSsf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz2BlMnSsf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz2BlMnSsf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz2BlMnSsf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tz2BlMnSsf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz2BlMnSsf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz2BlMnSsf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz2BlMnSsf .navbar-buttons {
  text-align: center;
}
.cid-tz2BlMnSsf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz2BlMnSsf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tz2BlMnSsf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz2BlMnSsf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2BlMnSsf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2BlMnSsf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz2BlMnSsf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2BlMnSsf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz2BlMnSsf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz2BlMnSsf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2BlMnSsf .navbar-dropdown {
  position: fixed;
}
.cid-tz2BlMnSsf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz2BlMnSsf .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tz2BlMnSsf .icons-menu span {
  font-size: 22px;
  color: #000000;
  transition: all 200ms ease-in-out;
}
.cid-tz2BlMnSsf .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz2BlMnSsf .navbar {
    height: 77px;
  }
  .cid-tz2BlMnSsf .navbar.opened {
    height: auto;
  }
  .cid-tz2BlMnSsf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz2BrgrNwo {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tz2BrgrNwo .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tz2BrgrNwo .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tz2BrgrNwo .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tz2BrgrNwo .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tz2BNwSrlV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz2BNwSrlV .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz2BNwSrlV .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tz2BNwSrlV .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz2BNwSrlV .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tz2BNwSrlV .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tz2BNwSrlV .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .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-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d16b86;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .subicon-title,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon .subicon-text,
.cid-tz2BNwSrlV .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tz2BNwSrlV .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tz2BNwSrlV .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tz2H3w3OSA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff1f5;
}
.cid-tz2H3w3OSA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz2H3w3OSA img {
  width: 100%;
}
.cid-tz2H3w3OSA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tz2H3w3OSA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz2H3w3OSA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz2H3w3OSA .contents {
  margin-top: 36px;
}
.cid-tz2H3w3OSA .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tz2H3w3OSA .mbr-section-btn {
  margin-top: 8px;
}
.cid-tz2H3w3OSA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tz2H3w3OSA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tz2H3w3OSA .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tz2JNstl1F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tz2JNstl1F .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tz2JNstl1F .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz2JNstl1F .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tz2JNstl1F .main-title.display-2 {
  line-height: 1.375;
}
.cid-tz2JNstl1F .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz2JNstl1F .mbr-text {
  color: #606060;
}
.cid-tz2JNstl1F .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tz2JNstl1F .mbr-section-btn {
  margin-top: 24px;
}
.cid-tz2JNstl1F .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tz2JNstl1F .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tz2JNstl1F .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tz2KZdhUlb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz2KZdhUlb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tz2Mz7lhFe .dropdown-menu {
  padding: 12px 0;
}
.cid-tz2Mz7lhFe .dropdown-item:hover,
.cid-tz2Mz7lhFe .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tz2Mz7lhFe .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tz2Mz7lhFe .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tz2Mz7lhFe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz2Mz7lhFe .nav-link {
  position: relative;
}
.cid-tz2Mz7lhFe .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tz2Mz7lhFe .mbr-iconfont {
  color: #000000;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tz2Mz7lhFe .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tz2Mz7lhFe .dropdown-menu,
.cid-tz2Mz7lhFe .navbar.opened {
  background: #1e2228 !important;
}
.cid-tz2Mz7lhFe .nav-item:focus,
.cid-tz2Mz7lhFe .nav-link:focus {
  outline: none;
}
.cid-tz2Mz7lhFe .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tz2Mz7lhFe .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tz2Mz7lhFe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz2Mz7lhFe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz2Mz7lhFe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz2Mz7lhFe .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-tz2Mz7lhFe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz2Mz7lhFe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz2Mz7lhFe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-tz2Mz7lhFe .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tz2Mz7lhFe .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tz2Mz7lhFe .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tz2Mz7lhFe .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tz2Mz7lhFe .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tz2Mz7lhFe .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tz2Mz7lhFe .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tz2Mz7lhFe .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tz2Mz7lhFe .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tz2Mz7lhFe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-tz2Mz7lhFe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz2Mz7lhFe .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tz2Mz7lhFe .navbar.collapsed.opened {
  position: fixed;
}
.cid-tz2Mz7lhFe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tz2Mz7lhFe .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-tz2Mz7lhFe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz2Mz7lhFe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz2Mz7lhFe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz2Mz7lhFe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz2Mz7lhFe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz2Mz7lhFe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz2Mz7lhFe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz2Mz7lhFe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz2Mz7lhFe .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tz2Mz7lhFe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz2Mz7lhFe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz2Mz7lhFe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-tz2Mz7lhFe .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tz2Mz7lhFe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz2Mz7lhFe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz2Mz7lhFe .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz2Mz7lhFe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tz2Mz7lhFe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz2Mz7lhFe .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-tz2Mz7lhFe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz2Mz7lhFe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz2Mz7lhFe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz2Mz7lhFe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz2Mz7lhFe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz2Mz7lhFe .dropdown-item.active,
.cid-tz2Mz7lhFe .dropdown-item:active {
  background-color: transparent;
}
.cid-tz2Mz7lhFe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz2Mz7lhFe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz2Mz7lhFe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz2Mz7lhFe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tz2Mz7lhFe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz2Mz7lhFe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz2Mz7lhFe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz2Mz7lhFe .navbar-buttons {
  text-align: center;
}
.cid-tz2Mz7lhFe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz2Mz7lhFe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tz2Mz7lhFe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz2Mz7lhFe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2Mz7lhFe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz2Mz7lhFe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz2Mz7lhFe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2Mz7lhFe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz2Mz7lhFe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz2Mz7lhFe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz2Mz7lhFe .navbar-dropdown {
  position: fixed;
}
.cid-tz2Mz7lhFe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz2Mz7lhFe .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tz2Mz7lhFe .icons-menu span {
  font-size: 22px;
  color: #000000;
  transition: all 200ms ease-in-out;
}
.cid-tz2Mz7lhFe .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz2Mz7lhFe .navbar {
    height: 77px;
  }
  .cid-tz2Mz7lhFe .navbar.opened {
    height: auto;
  }
  .cid-tz2Mz7lhFe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz2Mz7HvRP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tz2Mz7HvRP .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tz2Mz7HvRP .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tz2Mz7HvRP .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tz2Mz7HvRP .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tz4zssqOlF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tz4zssqOlF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tz4zssqOlF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz4zssqOlF .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tz4zssqOlF .main-title.display-2 {
  line-height: 1.375;
}
.cid-tz4zssqOlF .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz4zssqOlF .mbr-text {
  color: #606060;
}
.cid-tz4zssqOlF .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tz4zssqOlF .mbr-section-btn {
  margin-top: 24px;
}
.cid-tz4zssqOlF .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tz4zssqOlF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tz4zssqOlF .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tz8pbQVVcy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz8pbQVVcy .mbr-section-title {
  color: #404040;
}
.cid-tz8pbQVVcy .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tz8pbQVVcy .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tz8pbQVVcy .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tz8iB95u0S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz8iB95u0S img {
  width: 100%;
}
.cid-tz8iB95u0S .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tz8iB95u0S .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz8iB95u0S .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz8iB95u0S .contents {
  margin-top: 36px;
}
.cid-tz8iB95u0S .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tz8iB95u0S .mbr-section-btn {
  margin-top: 8px;
}
.cid-tz8iB95u0S .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tz8iB95u0S .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tz8iB95u0S .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tz8rAxPJvn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz8rAxPJvn .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tz8rAxPJvn img {
  width: 100%;
}
.cid-tz8rAxPJvn .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tz8rAxPJvn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tz8rAxPJvn .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tz8rAxPJvn .contents {
  margin-top: 36px;
}
.cid-tz8rAxPJvn .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tz8rAxPJvn .mbr-section-btn {
  margin-top: 8px;
}
.cid-tz8rAxPJvn .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tz8rAxPJvn .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tz8rAxPJvn .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tz4xUQyWkY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tz4xUQyWkY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBO5Zmribf .dropdown-menu {
  padding: 12px 0;
}
.cid-tBO5Zmribf .dropdown-item:hover,
.cid-tBO5Zmribf .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tBO5Zmribf .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tBO5Zmribf .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tBO5Zmribf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBO5Zmribf .nav-link {
  position: relative;
}
.cid-tBO5Zmribf .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tBO5Zmribf .mbr-iconfont {
  color: #000000;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBO5Zmribf .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tBO5Zmribf .dropdown-menu,
.cid-tBO5Zmribf .navbar.opened {
  background: #1e2228 !important;
}
.cid-tBO5Zmribf .nav-item:focus,
.cid-tBO5Zmribf .nav-link:focus {
  outline: none;
}
.cid-tBO5Zmribf .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tBO5Zmribf .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tBO5Zmribf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tBO5Zmribf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBO5Zmribf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tBO5Zmribf .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-tBO5Zmribf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBO5Zmribf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBO5Zmribf .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-tBO5Zmribf .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tBO5Zmribf .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tBO5Zmribf .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tBO5Zmribf .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tBO5Zmribf .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tBO5Zmribf .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tBO5Zmribf .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tBO5Zmribf .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tBO5Zmribf .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tBO5Zmribf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-tBO5Zmribf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBO5Zmribf .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tBO5Zmribf .navbar.collapsed.opened {
  position: fixed;
}
.cid-tBO5Zmribf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tBO5Zmribf .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-tBO5Zmribf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBO5Zmribf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBO5Zmribf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tBO5Zmribf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBO5Zmribf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBO5Zmribf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBO5Zmribf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBO5Zmribf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBO5Zmribf .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tBO5Zmribf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBO5Zmribf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBO5Zmribf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-tBO5Zmribf .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tBO5Zmribf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tBO5Zmribf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBO5Zmribf .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBO5Zmribf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tBO5Zmribf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBO5Zmribf .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-tBO5Zmribf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tBO5Zmribf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBO5Zmribf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBO5Zmribf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBO5Zmribf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBO5Zmribf .dropdown-item.active,
.cid-tBO5Zmribf .dropdown-item:active {
  background-color: transparent;
}
.cid-tBO5Zmribf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBO5Zmribf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBO5Zmribf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBO5Zmribf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tBO5Zmribf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBO5Zmribf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBO5Zmribf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBO5Zmribf .navbar-buttons {
  text-align: center;
}
.cid-tBO5Zmribf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBO5Zmribf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBO5Zmribf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBO5Zmribf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBO5Zmribf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBO5Zmribf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBO5Zmribf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBO5Zmribf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBO5Zmribf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBO5Zmribf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBO5Zmribf .navbar-dropdown {
  position: fixed;
}
.cid-tBO5Zmribf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBO5Zmribf .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tBO5Zmribf .icons-menu span {
  font-size: 22px;
  color: #000000;
  transition: all 200ms ease-in-out;
}
.cid-tBO5Zmribf .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBO5Zmribf .navbar {
    height: 77px;
  }
  .cid-tBO5Zmribf .navbar.opened {
    height: auto;
  }
  .cid-tBO5Zmribf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTNDRWTBs3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  background: linear-gradient(135deg, #000000, #5849aa);
}
.cid-tTNDRWTBs3 .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-tTNDRWTBs3 .badge_wrap {
  width: 100%;
}
.cid-tTNDRWTBs3 .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-tTNDRWTBs3 .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNDRWTBs3 .mbr-section-title {
  width: 100%;
}
.cid-tTNDRWTBs3 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tTNDRWTBs3 .mbr-section-subtitle {
  width: 100%;
}
.cid-tTNDRWTBs3 .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tTNDRWTBs3 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tTNDRWTBs3 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #f3f4f7 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tTNDRWTBs3 .mbr-media span:hover {
  opacity: 1;
  color: #5ca7db !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-tTNDRWTBs3 .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-tTNDRWTBs3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tTNDRWTBs3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTNDRWTBs3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTNDRWTBs3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tTNDRWTBs3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tTNDRWTBs3 .box {
    height: 250px;
  }
}
.cid-tTNDRWTBs3 .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #000000;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-tTNDRWTBs3 .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-tTNDRWTBs3 H1 {
  color: #ffffff;
}
.cid-tVd6oIn5rM {
  background-image: url("../../../assets/images/affibox-lots-of-screens-displaying-content-in-front-of-a-crowd-bb65cdf7-2df1-4da8-94e6-944d92e13b3c-1-1904x640.png");
}
.cid-tVd6oIn5rM .block {
  height: 448px;
}
@media (max-width: 992px) {
  .cid-tVd6oIn5rM .block {
    height: 224px;
  }
}
.cid-tVd7dLZQaq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #4f5b5f;
}
.cid-tVd7dLZQaq .mbr-section-title {
  color: #404040;
}
.cid-tVd7dLZQaq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tVd7dLZQaq .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tVd7dLZQaq .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tVd7dLZQaq .mbr-section-title,
.cid-tVd7dLZQaq .icon-wrap,
.cid-tVd7dLZQaq .mbr-section-btn {
  color: #ffffff;
}
.cid-tBO5ZnknGj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tBO5ZnknGj .mbr-section-title {
  color: #404040;
}
.cid-tBO5ZnknGj .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tBO5ZnknGj .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tBO5ZnknGj .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tBO5ZnknGj .mbr-section-title,
.cid-tBO5ZnknGj .icon-wrap,
.cid-tBO5ZnknGj .mbr-section-btn {
  color: #ffffff;
}
.cid-tVcTJg5oeV {
  background-image: url("../../../assets/images/affibox-beautiful-woman-showing-off-her-vast-experience-in-cont-dfa05e4b-8ef3-4f90-be06-0d678e2d8a7f-2000x1121.png");
}
.cid-tVcTJg5oeV .block {
  height: 416px;
}
@media (max-width: 992px) {
  .cid-tVcTJg5oeV .block {
    height: 208px;
  }
}
.cid-tVcCamdmpA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5f86be;
}
.cid-tVcCamdmpA .mbr-section-subtitle {
  color: #999999;
  text-align: center;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tVcCamdmpA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tVcCamdmpA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVcCamdmpA .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tVcCamdmpA .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tVcCamdmpA .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-tVcCamdmpA .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
  width: 80px;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(230, 234, 241, 0.3);
  color: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(230, 234, 241, 0.3);
  color: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(230, 234, 241, 0.3);
  color: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(230, 234, 241, 0.3);
  color: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .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-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #e6eaf1;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .subicon-title,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  color: #404040;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .subicon-text,
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tVcCamdmpA .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tVcCamdmpA .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .subicon-text {
  text-align: center;
  color: #ffffff;
}
.cid-tVcCamdmpA .main-wrapper .icon-main .process-icon .subicon-title {
  color: #ffffff;
}
.cid-tVcCamdmpA .mbr-section-title,
.cid-tVcCamdmpA .underline {
  color: #ffffff;
}
.cid-tVcSo5kDqf {
  background-image: url("../../../assets/images/affibox-an-image-illustrating-the-beauty-of-social-media-video-3527fc3f-ad8b-4b3f-8eb4-a18ea7c2ce4b-2000x1125.jpeg");
}
.cid-tVcSo5kDqf .block {
  height: 288px;
}
@media (max-width: 992px) {
  .cid-tVcSo5kDqf .block {
    height: 144px;
  }
}
.cid-tVd8eqB16D {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVd8eqB16D .mbr-section-title {
  color: #404040;
}
.cid-tVd8eqB16D .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tVd8eqB16D .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tVd8eqB16D .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tVd8eqB16D .mbr-section-title,
.cid-tVd8eqB16D .icon-wrap,
.cid-tVd8eqB16D .mbr-section-btn {
  color: #ffffff;
}
.cid-tVcJmLY0pg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5f86be;
}
@media (min-width: 1500px) {
  .cid-tVcJmLY0pg .container {
    max-width: 1400px;
  }
}
.cid-tVcJmLY0pg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-tVcJmLY0pg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVcJmLY0pg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tVcJmLY0pg .main-title {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-tVcJmLY0pg .card {
  transition: all 0.3s;
}
.cid-tVcJmLY0pg .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #5f86be;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tVcJmLY0pg .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-tVcJmLY0pg .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-tVcJmLY0pg .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-tVcJmLY0pg .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-tVcJmLY0pg .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-tVcJmLY0pg .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-tVcJmLY0pg .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tVcJmLY0pg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-tVcJmLY0pg .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-tVcJmLY0pg .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-tVcJmLY0pg .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-tVcJmLY0pg .btn[class*="-outline"]:active,
.cid-tVcJmLY0pg .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tVcJmLY0pg .badge,
.cid-tVcJmLY0pg .badge_wrap {
  color: #ffffff;
}
.cid-tVcJmLY0pg .main-text {
  color: #ffffff;
}
.cid-tVcJmLY0pg .card-title,
.cid-tVcJmLY0pg .card-box {
  color: #ffffff;
}
.cid-tVd9tPHG8Z {
  background-image: url("../../../assets/images/affibox-lots-of-screens-displaying-content-in-front-of-a-crowd-7927c3b8-0622-45c1-842b-89c0be14dc25-1904x640.png");
}
.cid-tVd9tPHG8Z .block {
  height: 416px;
}
@media (max-width: 992px) {
  .cid-tVd9tPHG8Z .block {
    height: 208px;
  }
}
.cid-tVd9x1Lulk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVd9x1Lulk .mbr-section-title {
  color: #404040;
}
.cid-tVd9x1Lulk .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tVd9x1Lulk .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tVd9x1Lulk .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tVd9x1Lulk .mbr-section-title,
.cid-tVd9x1Lulk .icon-wrap,
.cid-tVd9x1Lulk .mbr-section-btn {
  color: #ffffff;
}
.cid-tVcWSpOqOg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5f86be;
}
.cid-tVcWSpOqOg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-tVcWSpOqOg .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tVcWSpOqOg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tVcWSpOqOg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tVcWSpOqOg .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tVcWSpOqOg .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tVcWSpOqOg .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tVcWSpOqOg .mbr-text {
  margin-bottom: 20px;
}
.cid-tVcWSpOqOg .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-tVcWSpOqOg .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-tVcWSpOqOg .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-tVcWSpOqOg .blockquote-details .info {
  padding-left: 20px;
}
.cid-tVcWSpOqOg .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-tVcWSpOqOg .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-tVcWSpOqOg .blockquote-details .info .desk {
  color: #999;
}
.cid-tVcWSpOqOg .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-tVcWSpOqOg .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tVcWSpOqOg .carousel-item > div {
  width: 100%;
}
.cid-tVcWSpOqOg .carousel-item.active,
.cid-tVcWSpOqOg .carousel-item-next,
.cid-tVcWSpOqOg .carousel-item-prev {
  display: flex;
}
.cid-tVcWSpOqOg .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-tVcWSpOqOg .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tVcWSpOqOg .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-tVcWSpOqOg .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-tVcWSpOqOg .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-tVcWSpOqOg .blockquote-details {
    justify-content: center;
  }
}
.cid-tVcWSpOqOg .box .mbr-text {
  color: #000000;
}
.cid-tVcWSpOqOg .box .blockquote-details .info .desk {
  color: #000000;
}
.cid-tVda3I6DBI {
  background-image: url("../../../assets/images/affibox-a-photo-of-a-woman-overthinking-and-frustrated-social-m-440a4f65-f049-40f9-b2ff-c959df7e00a9-2000x1125.jpeg");
}
.cid-tVda3I6DBI .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-tVda3I6DBI .block {
    height: 352px;
  }
}
.cid-tBO5Zo9Vje {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #5ca7db;
}
.cid-tBO5Zo9Vje .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tBO5Zo9Vje H4 {
  text-align: center;
  color: #ffffff;
}
.cid-tV6H7G6UMR.popup-builder {
  background-color: #ffffff;
}
.cid-tV6H7G6UMR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tV6H7G6UMR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tV6H7G6UMR .modal-content,
.cid-tV6H7G6UMR .modal-dialog {
  height: auto;
}
.cid-tV6H7G6UMR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tV6H7G6UMR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tV6H7G6UMR .form-wrapper .mbr-form .form-group,
  .cid-tV6H7G6UMR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tV6H7G6UMR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tV6H7G6UMR .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-tV6H7G6UMR .mbr-text {
  text-align: center;
}
.cid-tV6H7G6UMR .pt-0 {
  padding-top: 0 !important;
}
.cid-tV6H7G6UMR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tV6H7G6UMR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tV6H7G6UMR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tV6H7G6UMR .modal-open {
  overflow: hidden;
}
.cid-tV6H7G6UMR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tV6H7G6UMR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tV6H7G6UMR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tV6H7G6UMR .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-tV6H7G6UMR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tV6H7G6UMR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tV6H7G6UMR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tV6H7G6UMR .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-tV6H7G6UMR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tV6H7G6UMR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tV6H7G6UMR .modal-backdrop.show {
  opacity: .5;
}
.cid-tV6H7G6UMR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-tV6H7G6UMR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tV6H7G6UMR .modal-header .close:hover {
  opacity: 1;
}
.cid-tV6H7G6UMR .modal-header .close:focus {
  outline: none;
}
.cid-tV6H7G6UMR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tV6H7G6UMR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tV6H7G6UMR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-tV6H7G6UMR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tV6H7G6UMR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tV6H7G6UMR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tV6H7G6UMR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tV6H7G6UMR .modal-sm {
    max-width: 300px;
  }
  .cid-tV6H7G6UMR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tV6H7G6UMR .modal-lg,
  .cid-tV6H7G6UMR .modal-xl {
    max-width: 800px;
  }
  .cid-tV6H7G6UMR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tV6H7G6UMR .modal-xl {
    max-width: 1140px;
  }
  .cid-tV6H7G6UMR .container {
    max-width: 1140px;
  }
}
.cid-tV6H7G6UMR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tV6H7G6UMR .container {
    max-width: 720px;
  }
}
.cid-tV6H7G6UMR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tV6H7G6UMR .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-tV6H7G6UMR .form-group {
  margin-bottom: 1rem;
}
.cid-tV6H7G6UMR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tV6H7G6UMR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tV6H7G6UMR .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-tBOewWFipX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBOewWFipX img {
  width: 100%;
}
.cid-tBOewWFipX .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tBOewWFipX .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tBOewWFipX .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tBOewWFipX .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tBOewWFipX .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tBOewWFipX .contents {
  margin-top: 36px;
}
.cid-tBOewWFipX .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tBOewWFipX .mbr-section-btn {
  margin-top: 8px;
}
.cid-tBOewWFipX .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tBOewWFipX .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tBOewWFipX .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tBOewWFipX .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tBOewWFipX .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tBOewWFipX .mbr-list .list li {
  line-height: 1.75;
}
.cid-tBOewWFipX .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tTNxw4zjpF .dropdown-menu {
  padding: 12px 0;
}
.cid-tTNxw4zjpF .dropdown-item:hover,
.cid-tTNxw4zjpF .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tTNxw4zjpF .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tTNxw4zjpF .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tTNxw4zjpF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTNxw4zjpF .nav-link {
  position: relative;
}
.cid-tTNxw4zjpF .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tTNxw4zjpF .mbr-iconfont {
  color: #000000;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTNxw4zjpF .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tTNxw4zjpF .dropdown-menu,
.cid-tTNxw4zjpF .navbar.opened {
  background: #1e2228 !important;
}
.cid-tTNxw4zjpF .nav-item:focus,
.cid-tTNxw4zjpF .nav-link:focus {
  outline: none;
}
.cid-tTNxw4zjpF .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tTNxw4zjpF .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tTNxw4zjpF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tTNxw4zjpF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTNxw4zjpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tTNxw4zjpF .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-tTNxw4zjpF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTNxw4zjpF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTNxw4zjpF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-tTNxw4zjpF .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tTNxw4zjpF .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tTNxw4zjpF .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-tTNxw4zjpF .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tTNxw4zjpF .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tTNxw4zjpF .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tTNxw4zjpF .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tTNxw4zjpF .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tTNxw4zjpF .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tTNxw4zjpF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  display: none !important;
}
.cid-tTNxw4zjpF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTNxw4zjpF .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tTNxw4zjpF .navbar.collapsed.opened {
  position: fixed;
}
.cid-tTNxw4zjpF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tTNxw4zjpF .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-tTNxw4zjpF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTNxw4zjpF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTNxw4zjpF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tTNxw4zjpF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTNxw4zjpF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTNxw4zjpF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTNxw4zjpF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTNxw4zjpF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTNxw4zjpF .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tTNxw4zjpF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTNxw4zjpF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTNxw4zjpF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-tTNxw4zjpF .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tTNxw4zjpF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tTNxw4zjpF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTNxw4zjpF .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTNxw4zjpF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tTNxw4zjpF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTNxw4zjpF .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-tTNxw4zjpF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tTNxw4zjpF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tTNxw4zjpF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTNxw4zjpF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTNxw4zjpF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTNxw4zjpF .dropdown-item.active,
.cid-tTNxw4zjpF .dropdown-item:active {
  background-color: transparent;
}
.cid-tTNxw4zjpF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTNxw4zjpF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTNxw4zjpF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTNxw4zjpF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-tTNxw4zjpF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTNxw4zjpF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTNxw4zjpF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tTNxw4zjpF .navbar-buttons {
  text-align: center;
}
.cid-tTNxw4zjpF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tTNxw4zjpF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTNxw4zjpF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTNxw4zjpF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTNxw4zjpF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTNxw4zjpF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTNxw4zjpF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTNxw4zjpF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTNxw4zjpF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTNxw4zjpF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTNxw4zjpF .navbar-dropdown {
  position: fixed;
}
.cid-tTNxw4zjpF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTNxw4zjpF .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tTNxw4zjpF .icons-menu span {
  font-size: 22px;
  color: #000000;
  transition: all 200ms ease-in-out;
}
.cid-tTNxw4zjpF .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTNxw4zjpF .navbar {
    height: 77px;
  }
  .cid-tTNxw4zjpF .navbar.opened {
    height: auto;
  }
  .cid-tTNxw4zjpF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTNxw4WUwr {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tTNxw4WUwr .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tTNxw4WUwr .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tTNxw4WUwr .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tTNxw4WUwr .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tTNxw5cj1S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tTNxw5cj1S .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw5cj1S .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw5cj1S .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw5cj1S .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw5cj1S .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw5cj1S .mbr-text {
  color: #606060;
}
.cid-tTNxw5cj1S .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw5cj1S .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw5cj1S .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw5cj1S .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw5cj1S .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw5cj1S .main-title,
.cid-tTNxw5cj1S .mbr-section-btn {
  text-align: center;
}
.cid-tTNxw5vKe1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTNxw5vKe1 .mbr-section-title {
  color: #404040;
}
.cid-tTNxw5vKe1 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw5vKe1 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tTNxw5vKe1 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tTNxw5KjX8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tTNxw5KjX8 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw5KjX8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tTNxw5KjX8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw5KjX8 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
}
.cid-tTNxw5KjX8 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw5KjX8 .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-tTNxw5KjX8 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 25px;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-tTNxw5KjX8 .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-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(88, 179, 154, 0.3);
  color: #58b39a;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(245, 196, 99, 0.3);
  color: #f5c463;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-tTNxw5KjX8 .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-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #5ca7db;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #58b39a;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #f5c463;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #d16b86;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-tTNxw5KjX8 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tTNxw5KjX8 .wrapper::before {
    display: none;
  }
}
.cid-tTNxw6b8zL {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tTNxw6b8zL .back {
  background: linear-gradient(45deg, #12566a, #611750);
}
.cid-tTNxw6b8zL .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tTNxw6b8zL .plan:first-child {
    padding-top: 0px;
  }
}
.cid-tTNxw6b8zL .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-tTNxw6b8zL .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tTNxw6b8zL .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tTNxw6b8zL .plan:last-child {
    padding-top: 0px;
  }
}
.cid-tTNxw6b8zL .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-tTNxw6b8zL .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tTNxw6b8zL .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-tTNxw6b8zL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tTNxw6b8zL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw6b8zL .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #12566a;
}
.cid-tTNxw6b8zL .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw6b8zL .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tTNxw6b8zL .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw6b8zL .main-text {
  color: #ffffff;
}
.cid-tTNxw6b8zL .main-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw6b8zL .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-tTNxw6b8zL .plan .plan-header,
.cid-tTNxw6b8zL .plan .plan-body {
  background-color: #ffffff;
}
.cid-tTNxw6b8zL .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-title {
  color: #000000;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-tTNxw6b8zL .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-tTNxw6b8zL .plan .plan-body {
  padding-bottom: 2rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tTNxw6b8zL .plan .plan-body .plan-list .list-group .list-group-item {
  background-color: #ffffff;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tTNxw6b8zL .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-tTNxw6b8zL .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-tTNxw6b8zL .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-tTNxw6b8zL .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-tTNxw6b8zL .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-tTNxw6b8zL .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw6b8zL .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-tTNxw6b8zL .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tTNxw6DIcq {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tTNxw6DIcq .block {
  height: 480px;
}
@media (max-width: 992px) {
  .cid-tTNxw6DIcq .block {
    height: 240px;
  }
}
.cid-tTNxw6RdRg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tTNxw6RdRg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw6RdRg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw6RdRg .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw6RdRg .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw6RdRg .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw6RdRg .mbr-text {
  color: #606060;
}
.cid-tTNxw6RdRg .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw6RdRg .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw6RdRg .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw6RdRg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw6RdRg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw77RIq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #767676;
}
.cid-tTNxw77RIq .mbr-section-title {
  color: #404040;
}
.cid-tTNxw77RIq .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw77RIq .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tTNxw77RIq .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tTNxw77RIq .mbr-section-title,
.cid-tTNxw77RIq .icon-wrap,
.cid-tTNxw77RIq .mbr-section-btn {
  color: #ffffff;
}
.cid-tTNxw7rm1r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecedee;
}
.cid-tTNxw7rm1r .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw7rm1r .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw7rm1r .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw7rm1r .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw7rm1r .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw7rm1r .mbr-text {
  color: #606060;
}
.cid-tTNxw7rm1r .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw7rm1r .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw7rm1r .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw7rm1r .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw7rm1r .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw7rm1r .mbr-text,
.cid-tTNxw7rm1r .mbr-section-btn {
  text-align: left;
}
.cid-tTNxw7J529 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tTNxw7J529 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw7J529 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw7J529 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw7J529 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw7J529 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw7J529 .mbr-text {
  color: #606060;
}
.cid-tTNxw7J529 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw7J529 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw7J529 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw7J529 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw7J529 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw7J529 .mbr-text,
.cid-tTNxw7J529 .mbr-section-btn {
  text-align: left;
}
.cid-tTNxw80ct3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff1f5;
}
.cid-tTNxw80ct3 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw80ct3 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw80ct3 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw80ct3 .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw80ct3 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw80ct3 .mbr-text {
  color: #606060;
}
.cid-tTNxw80ct3 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw80ct3 .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw80ct3 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw80ct3 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw80ct3 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw80ct3 .mbr-text,
.cid-tTNxw80ct3 .mbr-section-btn {
  text-align: left;
}
.cid-tTNxw8kFlY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-tTNxw8kFlY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-tTNxw8kFlY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw8kFlY .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-tTNxw8kFlY .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw8kFlY .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw8kFlY .mbr-text {
  color: #606060;
}
.cid-tTNxw8kFlY .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw8kFlY .mbr-section-btn {
  margin-top: 24px;
}
.cid-tTNxw8kFlY .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-tTNxw8kFlY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw8kFlY .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw8kFlY .mbr-text,
.cid-tTNxw8kFlY .mbr-section-btn {
  text-align: left;
}
.cid-tTNxw8AC3E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tTNxw8AC3E img {
  width: 100%;
}
.cid-tTNxw8AC3E .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tTNxw8AC3E .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw8AC3E .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tTNxw8AC3E .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tTNxw8AC3E .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw8AC3E .contents {
  margin-top: 36px;
}
.cid-tTNxw8AC3E .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tTNxw8AC3E .mbr-section-btn {
  margin-top: 8px;
}
.cid-tTNxw8AC3E .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tTNxw8AC3E .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw8AC3E .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tTNxw8AC3E .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tTNxw8AC3E .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tTNxw8AC3E .mbr-list .list li {
  line-height: 1.75;
}
.cid-tTNxw8AC3E .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tTNxw8UMxR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tTNxw8UMxR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tTNxw9eHYu {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tTNxw9eHYu .back {
  background: linear-gradient(45deg, #12566a, #611750);
}
.cid-tTNxw9eHYu .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tTNxw9eHYu .plan:first-child {
    padding-top: 0px;
  }
}
.cid-tTNxw9eHYu .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-tTNxw9eHYu .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tTNxw9eHYu .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-tTNxw9eHYu .plan:last-child {
    padding-top: 0px;
  }
}
.cid-tTNxw9eHYu .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-tTNxw9eHYu .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-tTNxw9eHYu .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-tTNxw9eHYu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tTNxw9eHYu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tTNxw9eHYu .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #12566a;
}
.cid-tTNxw9eHYu .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tTNxw9eHYu .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-tTNxw9eHYu .main-title.display-2 {
  line-height: 1.375;
}
.cid-tTNxw9eHYu .main-text {
  color: #ffffff;
}
.cid-tTNxw9eHYu .main-text.display-4 {
  line-height: 1.75;
}
.cid-tTNxw9eHYu .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-tTNxw9eHYu .plan .plan-header,
.cid-tTNxw9eHYu .plan .plan-body {
  background-color: #ffffff;
}
.cid-tTNxw9eHYu .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-title {
  color: #000000;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-tTNxw9eHYu .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-tTNxw9eHYu .plan .plan-body {
  padding-bottom: 2rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-tTNxw9eHYu .plan .plan-body .plan-list .list-group .list-group-item {
  background-color: #ffffff;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-tTNxw9eHYu .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-tTNxw9eHYu .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-tTNxw9eHYu .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-tTNxw9eHYu .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-tTNxw9eHYu .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-tTNxw9eHYu .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tTNxw9eHYu .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-tTNxw9eHYu .price-figure {
    font-size: 4.25rem;
  }
}
