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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.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: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #61e410 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !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: #61e410 !important;
  border-color: #61e410 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #439d0b !important;
  border-color: #439d0b !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: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !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: #61e410;
  color: #61e410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #61e410;
  border-color: #61e410;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #61e410 !important;
  border-color: #61e410 !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: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !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: #61e410 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !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: #9cf466 !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: #ebabab !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: #d75959;
}
.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: #dafbc5;
}
.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: #fffdfd;
}
/* 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-soAIKsQeEZ .dropdown-menu {
  padding: 12px 0;
}
.cid-soAIKsQeEZ .dropdown-item:hover,
.cid-soAIKsQeEZ .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-soAIKsQeEZ .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-soAIKsQeEZ .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-soAIKsQeEZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-soAIKsQeEZ .nav-link {
  position: relative;
}
.cid-soAIKsQeEZ .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-soAIKsQeEZ .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-soAIKsQeEZ .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-soAIKsQeEZ .dropdown-menu,
.cid-soAIKsQeEZ .navbar.opened {
  background: #1e2228 !important;
}
.cid-soAIKsQeEZ .nav-item:focus,
.cid-soAIKsQeEZ .nav-link:focus {
  outline: none;
}
.cid-soAIKsQeEZ .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-soAIKsQeEZ .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-soAIKsQeEZ .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-soAIKsQeEZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soAIKsQeEZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soAIKsQeEZ .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-soAIKsQeEZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soAIKsQeEZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soAIKsQeEZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-soAIKsQeEZ .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-soAIKsQeEZ .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-soAIKsQeEZ .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-soAIKsQeEZ .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-soAIKsQeEZ .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-soAIKsQeEZ .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-soAIKsQeEZ .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-soAIKsQeEZ .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-soAIKsQeEZ .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-soAIKsQeEZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-soAIKsQeEZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soAIKsQeEZ .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-soAIKsQeEZ .navbar.collapsed.opened {
  position: fixed;
}
.cid-soAIKsQeEZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-soAIKsQeEZ .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-soAIKsQeEZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-soAIKsQeEZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soAIKsQeEZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soAIKsQeEZ .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-soAIKsQeEZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soAIKsQeEZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-soAIKsQeEZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-soAIKsQeEZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soAIKsQeEZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soAIKsQeEZ .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-soAIKsQeEZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soAIKsQeEZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soAIKsQeEZ .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-soAIKsQeEZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-soAIKsQeEZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soAIKsQeEZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soAIKsQeEZ .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-soAIKsQeEZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-soAIKsQeEZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-soAIKsQeEZ .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-soAIKsQeEZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soAIKsQeEZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soAIKsQeEZ .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-soAIKsQeEZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soAIKsQeEZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soAIKsQeEZ .dropdown-item.active,
.cid-soAIKsQeEZ .dropdown-item:active {
  background-color: transparent;
}
.cid-soAIKsQeEZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soAIKsQeEZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soAIKsQeEZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soAIKsQeEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-soAIKsQeEZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soAIKsQeEZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soAIKsQeEZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soAIKsQeEZ .navbar-buttons {
  text-align: center;
}
.cid-soAIKsQeEZ 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-soAIKsQeEZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soAIKsQeEZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soAIKsQeEZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soAIKsQeEZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soAIKsQeEZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soAIKsQeEZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soAIKsQeEZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soAIKsQeEZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soAIKsQeEZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soAIKsQeEZ .navbar-dropdown {
  position: fixed;
}
.cid-soAIKsQeEZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soAIKsQeEZ .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-soAIKsQeEZ .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-soAIKsQeEZ .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soAIKsQeEZ .navbar {
    height: 77px;
  }
  .cid-soAIKsQeEZ .navbar.opened {
    height: auto;
  }
  .cid-soAIKsQeEZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sozK6r6Ov6 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.jpg");
  overflow: hidden;
}
.cid-sozK6r6Ov6 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sozK6r6Ov6 #e2_shape {
  fill: #ffffff !important;
}
.cid-sozK6r6Ov6 .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sozK6r6Ov6 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sozK6r6Ov6 img {
  margin-left: auto;
  margin-right: auto;
}
.cid-soAJoWfcYz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soAJoWfcYz img {
  width: 100%;
}
.cid-soAJoWfcYz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-soAJoWfcYz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-soAJoWfcYz .main-title {
  color: #404040;
}
.cid-soAJoWfcYz .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-soAJoWfcYz .mbr-text {
  color: #606060;
}
.cid-soAJoWfcYz .cards .card {
  margin-bottom: 34px;
}
.cid-soAJoWfcYz .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-soAJoWfcYz .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-soAJoWfcYz .card {
    text-align: left;
  }
  .cid-soAJoWfcYz .card .card-title {
    text-align: left;
  }
}
.cid-soAKaf0wgF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-soAKaf0wgF .container {
    max-width: 1400px;
  }
}
.cid-soAKaf0wgF .mbr-section-subtitle {
  color: #102f62;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-soAKaf0wgF .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-soAKaf0wgF .main-title {
  margin-bottom: 56px;
}
.cid-soAKaf0wgF .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-soAKaf0wgF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-soAKaf0wgF img {
  width: 100%;
}
.cid-soAKaf0wgF .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-soAKaf0wgF .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-soAKaf0wgF .card-wrapper .card-count .icon-count {
  background-color: rgba(132, 138, 189, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #848abd;
}
.cid-soAKaf0wgF .card-wrapper .card-box {
  height: 100%;
}
.cid-soAKaf0wgF .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-soAKaf0wgF .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-soAKaf0wgF .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-soAKaf0wgF .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-soAKaf0wgF .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-soAKaf0wgF .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-soAKaf0wgF .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-soAKaf0wgF .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-soAKaf0wgF .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-soAKaf0wgF .mbr-section-btn {
  text-align: center;
}
.cid-soAKaf0wgF .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-soAKaf0wgF .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-soAKaf0wgF .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-soAKaf0wgF .card-box {
    padding: 1rem;
  }
}
.cid-soAKaf0wgF .card .card-wrapper .card-box .mbr-text,
.cid-soAKaf0wgF .link-wrap {
  color: #102f62;
}
.cid-soAKaf0wgF .card .card-wrapper .card-box .card-title,
.cid-soAKaf0wgF .card-box {
  color: #3c71d3;
}
.cid-soAKaf0wgF SPAN {
  color: #102f62;
}
.cid-soAQ81Ja9I {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-soAQ81Ja9I .container-fluid {
  padding: 0 3rem;
}
.cid-soAQ81Ja9I .table-wrap {
  margin: 0 1rem 3rem 1rem;
  border: 1px solid #efefef;
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.cid-soAQ81Ja9I .table-wrap:hover {
  transition: all 0.3s ease-in-out;
  background-color: #049dd9;
}
.cid-soAQ81Ja9I .table-wrap:hover .table-pricing,
.cid-soAQ81Ja9I .table-wrap:hover .table-icon {
  color: #ffffff !important;
}
.cid-soAQ81Ja9I .table-wrap:hover .table-heading,
.cid-soAQ81Ja9I .table-wrap:hover .mbr-section-subtitle {
  color: #ffffff !important;
}
.cid-soAQ81Ja9I .section-heading {
  margin-bottom: 2rem;
}
.cid-soAQ81Ja9I .table-heading {
  margin-bottom: 2em;
}
.cid-soAQ81Ja9I .underline {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.cid-soAQ81Ja9I .underline .line {
  width: 6rem;
  height: 3px;
  background: linear-gradient(135deg, #848abd, #3c71d3);
  display: inline-block;
}
.cid-soAQ81Ja9I ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0;
  list-style: none;
}
.cid-soAQ81Ja9I ul li {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0.7em 0;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-soAQ81Ja9I ul li span {
  font-size: 32px;
  color: #000000;
}
.cid-soAQ81Ja9I hr {
  display: none;
  background: #efefef;
}
.cid-soAQ81Ja9I hr {
  display: block;
}
.cid-soAQ81Ja9I .table-heading,
.cid-soAQ81Ja9I .table-pricing,
.cid-soAQ81Ja9I .table-icon {
  color: #149dcc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.cid-soAQ81Ja9I .mbr-section-subtitle {
  color: #767676;
  transition: all 0.3s ease-in-out;
}
.cid-soAQ81Ja9I .mbr-section-btn {
  padding-top: 1rem;
}
.cid-soAQ81Ja9I .mbr-iconfont {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .cid-soAQ81Ja9I .table-wrap {
    margin: 1.5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-soAQ81Ja9I .container-fluid {
    padding: 0 0rem;
  }
}
.cid-soAQ81Ja9I .mbr-section-subtitle,
.cid-soAQ81Ja9I .mbr-section-btn DIV {
  text-align: left;
}
.cid-soAQ81Ja9I .table-pricing,
.cid-soAQ81Ja9I .table-icon {
  color: #2450a6;
}
.cid-soAQ81Ja9I .mbr-section-subtitle,
.cid-soAQ81Ja9I .mbr-section-btn {
  color: #102f62;
}
.cid-soAVaabxgB {
  padding-top: 90px;
  padding-bottom: 150px;
  overflow: hidden;
  background-color: #242930;
}
.cid-soAVaabxgB svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-soAVaabxgB #e2_shape {
  fill: #ffffff !important;
}
.cid-soAVaabxgB .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-soAVaabxgB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-soAVaabxgB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-soAVaabxgB .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-soAVaabxgB .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soAVaabxgB .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soAVaabxgB .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-soAVaabxgB .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-soAVaabxgB .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-soAVaabxgB .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-soAVaabxgB .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-soAVaabxgB .card .card-img span {
  color: #3c71d3;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-soAVaabxgB .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soAVaabxgB .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-soAVaabxgB .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-soAVaabxgB .card .card-box .card-title,
  .cid-soAVaabxgB .card .card-box .mbr-text,
  .cid-soAVaabxgB .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-soAVaabxgB .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-soAVaabxgB .card .card-img {
    text-align: right !important;
  }
}
.cid-soAVaabxgB .card .card-box .mbr-text,
.cid-soAVaabxgB .link {
  text-align: left;
}
.cid-soAVaabxgB .card .card-box .card-title,
.cid-soAVaabxgB .card-img {
  text-align: left;
}
.cid-soAXQlC8TH {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-soAXQlC8TH .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-soAXQlC8TH .plan-body .btn-bgr {
  z-index: 0;
}
.cid-soAXQlC8TH .list-group-item {
  padding: .5rem 3.25rem;
  background: transparent;
}
.cid-soAXQlC8TH .price-term {
  margin-left: -5px;
}
.cid-soAXQlC8TH .pt2 {
  padding-top: 2rem;
}
.cid-soAXQlC8TH .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-soAXQlC8TH .plan-descr {
  color: #444444;
}
.cid-soAXQlC8TH .plan-price {
  margin-top: 2rem;
}
.cid-soAXQlC8TH .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-soAXQlC8TH .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-soAXQlC8TH .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-soAXQlC8TH .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-soAXQlC8TH .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-soAXQlC8TH .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-soAXQlC8TH .plan .plan-favorite {
  display: none;
}
.cid-soAXQlC8TH .plan:nth-child(2) .plan-favorite {
  background-color: #2450a6;
  display: block !important;
}
.cid-soAXQlC8TH .plan-header,
.cid-soAXQlC8TH .plan-body {
  background-color: #ffffff;
}
.cid-soAXQlC8TH .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-soAXQlC8TH .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-soAXQlC8TH .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-soAXQlC8TH .price-figure {
    font-size: 4.25rem;
  }
}
.cid-soAXQlC8TH UL {
  color: #102f62;
}
.cid-sp9Ij1ze5K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1e1e1e;
}
.cid-sp9Ij1ze5K .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-sp9Ij1ze5K .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-sp9Ij1ze5K H2 {
  margin: 0;
  width: 100%;
}
.cid-sp9Ij1ze5K h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sp9Ij1ze5K .title {
    margin-bottom: 2rem;
  }
  .cid-sp9Ij1ze5K .align-left,
  .cid-sp9Ij1ze5K .align-right {
    text-align: center;
  }
}
.cid-soB07tUJTT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-soB07tUJTT .col + .mbr-section-btn .btn,
  .cid-soB07tUJTT .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-soB07tUJTT .dragArea > *:nth-last-child(2).col,
  .cid-soB07tUJTT .dragArea > *:nth-last-child(2).col-auto,
  .cid-soB07tUJTT .col + .mbr-section-btn,
  .cid-soB07tUJTT .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-soB07tUJTT .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-soB07tUJTT .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-soB07tUJTT .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-soB07tUJTT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-soB07tUJTT .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-soB07tUJTT .subtext-1,
.cid-soB07tUJTT .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-soB07tUJTT .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-soB07tUJTT .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-soB07tUJTT .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-soB07tUJTT .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-soB07tUJTT .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-soB07tUJTT .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-soB07tUJTT .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-soB07tUJTT .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-soB07tUJTT .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-soB07tUJTT .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-soB07tUJTT .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-soB07tUJTT .form-group {
  max-width: 400px;
}
.cid-soB07tUJTT .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-soB07tUJTT .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-soB07tUJTT .form-row {
    justify-content: center;
  }
  .cid-soB07tUJTT .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-soB07tUJTT .subtext-1,
  .cid-soB07tUJTT .subtext-2,
  .cid-soB07tUJTT .card-support {
    text-align: center;
  }
  .cid-soB07tUJTT .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-soB07tUJTT .form-text {
    text-align: center;
  }
  .cid-soB07tUJTT .follow-section {
    margin: 0;
  }
  .cid-soB07tUJTT .mbr-form {
    text-align: center;
  }
  .cid-soB07tUJTT .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-soB07tUJTT .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-soB07tUJTT .firstColumn,
  .cid-soB07tUJTT .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-soB07tUJTT .form-row {
    flex-direction: column;
  }
}
.cid-soB07tUJTT img {
  width: auto;
}
