body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 6.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.88rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.8rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.03rem + (6.8 - 3.03) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffc658 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc658 !important;
  border-color: #ffc658 !important;
  color: #171717 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #171717 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171717 !important;
  background-color: #ffd78b !important;
  border-color: #ffd78b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f19f00;
  color: #f19f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #583a00;
  background-color: #ffc658;
  border-color: #ffc658;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #583a00 !important;
  background-color: #ffc658 !important;
  border-color: #ffc658 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #ffc658 !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe9be !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ffc658 0%, #ffc658 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffc658;
  border-color: #ffc658;
  color: #724b00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffc658;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffc658;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc658;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffc658;
  border-bottom-color: #ffc658;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffc658 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffc658' %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;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skBctelq8R {
  background-image: url("../../../assets/images/sydney-altschuler-cnvbctix-my-unsplash-2000x1254.jpg");
}
.cid-skBctvymid {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
}
@media (min-width: 1200px) {
  .cid-skBctvymid .content-wrapper {
    padding-right: 60px;
  }
}
.cid-skBctvymid img {
  width: 100%;
}
.cid-skBctvymid ul li::marker {
  font-size: 28px;
}
@media (max-width: 991px) {
  .cid-skBctvymid .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-skBctvymid .carousel-indicators {
  justify-content: flex-start;
  margin: 0 -6px 3px;
}
.cid-skBctvymid .carousel-indicators li {
  background: #000000;
  border: 0;
  opacity: 0.2;
  margin-left: 6px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: opacity, background .6s ease;
}
.cid-skBctvymid .carousel-indicators li.active {
  background: #7ce0d3;
  opacity: 1;
}
.cid-skBcA4vg6U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-skBcA4vg6U .item img {
  width: 100%;
  z-index: 1;
}
.cid-skBcA4vg6U .item .card {
  margin-left: 20%;
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-skBcA4vg6U .item-wrapper {
  padding-bottom: 2rem;
}
.cid-skBcA4vg6U .card .mbr-text,
.cid-skBcA4vg6U .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-skBcA4vg6U .mbr-text {
  color: #000000;
}
#registertoday1 {
  /* Type valid CSS here */
}
#registertoday1 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#registertoday1 p {
  font-size: 60px;
  color: #777;
}
.cid-sIlGBWyRNg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sIlGBWyRNg .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #eeeeee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sIlGBWyRNg .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sIlGBWyRNg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sIlGBWyRNg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sIlGBWyRNg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sIlGBWyRNg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sIlGBWyRNg img,
.cid-sIlGBWyRNg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sIlGBWyRNg .item:focus,
.cid-sIlGBWyRNg span:focus {
  outline: none;
}
.cid-sIlGBWyRNg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sIlGBWyRNg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sIlGBWyRNg .mbr-section-title {
  color: #232323;
}
.cid-sIlGBWyRNg .mbr-text,
.cid-sIlGBWyRNg .mbr-section-btn {
  text-align: center;
}
.cid-sIlGBWyRNg .item-title {
  text-align: center;
}
.cid-sIlGBWyRNg .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-sKfayKJmjX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-sKfayKJmjX .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #eeeeee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sKfayKJmjX .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sKfayKJmjX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sKfayKJmjX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sKfayKJmjX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sKfayKJmjX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sKfayKJmjX img,
.cid-sKfayKJmjX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sKfayKJmjX .item:focus,
.cid-sKfayKJmjX span:focus {
  outline: none;
}
.cid-sKfayKJmjX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sKfayKJmjX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sKfayKJmjX .mbr-section-title {
  color: #232323;
}
.cid-sKfayKJmjX .mbr-text,
.cid-sKfayKJmjX .mbr-section-btn {
  text-align: center;
}
.cid-sKfayKJmjX .item-title {
  text-align: center;
}
.cid-sKfayKJmjX .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-sH1AKHv3fm {
  background-color: #ffffff;
}
.cid-sH1AKHv3fm .content {
  padding: 50px 75px;
  background-color: #ffc658;
}
.cid-sH1AKHv3fm .content a {
  background-size: 100% 0%;
}
.cid-sH1AKHv3fm .content a:hover {
  background-size: 100% 100%;
}
.cid-sH1AKHv3fm .content .list {
  margin-bottom: 0;
}
.cid-sH1AKHv3fm ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-sH1AKHv3fm .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-sH1AKHv3fm .content {
    padding: 12% 9% 12% 9%;
  }
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-2 p {
  font-size: 60px;
  color: #777;
}
.cid-skBzy9LLeE {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-skBzy9LLeE img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-top: 1.5rem;
  }
}
#custom-html-3 {
  /* Type valid CSS here */
}
#custom-html-3 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-3 p {
  font-size: 60px;
  color: #777;
}
.cid-skBcIppHKq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffcc66;
}
.cid-skBcIppHKq .clients .clients-item {
  margin: 2rem;
}
.cid-sIlvwodzY7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIlvwodzY7 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sIlvwodzY7 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sIlvwodzY7 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sIlJ6v8eE8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIlJ6v8eE8 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sIlJ6v8eE8 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sIlJ6v8eE8 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sIlJ7tPm5j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIlJ7tPm5j img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sIlJ7tPm5j .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sIlJ7tPm5j .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sKkodOPaJL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKkodOPaJL img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sKkodOPaJL .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sKkodOPaJL .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sKkmCNHKr7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKkmCNHKr7 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sKkmCNHKr7 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sKkmCNHKr7 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-skBcKVgMNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-skBcKVgMNg .mbr-text a {
  background-size: 100% 0%;
}
.cid-skBcKVgMNg .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-skBcKVgMNg .media-container-row .mbr-text {
  color: #ffffff;
}
