div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
ol,
ul,
li,
figcaption,
textarea,
input {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

*:focus {
  outline: none;
}

body {
  position: relative;
  font-style: normal;
  line-height: 1.5;
  color: #000000;
}

section {
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p,
li,
blockquote {
  letter-spacing: 0.5px;
  line-height: 1.7;
}

ul,
ol,
blockquote,
p {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 3px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.mbr-section-title {
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 1.2;
  width: 100%;
}

.mbr-section-subtitle {
  line-height: 1.3;
  width: 100%;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
  width: 100%;
}

.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.align-left {
  text-align: left;
}

.align-left .list-item {
  justify-content: flex-start;
}

.align-center {
  text-align: center;
}

.align-center .list-item {
  justify-content: center;
}

.align-right {
  text-align: right;
}

.align-right .list-item {
  justify-content: flex-end;
}

@media (max-width: 767px) {

  .align-left,
  .align-center,
  .align-right {
    text-align: center;
  }

  .align-left .list-item,
  .align-center .list-item,
  .align-right .list-item {
    justify-content: center;
  }
}

.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 700;
}

.mbr-bold {
  font-weight: 900;
}

.icons-list a {
  margin: 0 1rem 0 0;
}

.icons-list a:last-child {
  margin: 0;
}

.mbr-figure {
  align-self: center;
}

.hidden {
  visibility: hidden;
}

.super-hide {
  display: none;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.map-placeholder {
  display: none;
}

.google-map,
.google-map iframe {
  position: relative;
  width: 100%;
  height: 400px;
}

@media (max-width: 992px) {

  .google-map,
  .google-map iframe {
    padding: 0;
    margin: 0;
  }
}

amp-img {
  width: 100%;
}

amp-img img {
  max-height: 100%;
  max-width: 100%;
}

img.mbr-temp {
  width: 100%;
}

.rounded {
  border-radius: 50%;
}

.is-builder .nodisplay+img[async],
.is-builder .nodisplay+img[decoding="async"],
.is-builder amp-img>a+img[async],
.is-builder amp-img>a+img[decoding="async"] {
  display: none;
}

html:not(.is-builder) amp-img>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.is-builder .temp-amp-sizer {
  position: absolute;
}

.is-builder amp-youtube .temp-amp-sizer,
.is-builder amp-vimeo .temp-amp-sizer {
  position: static;
}

.mobirise-spinner {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  z-index: 4;
}

.mobirise-spinner em {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: slide 1s infinite;
}

.mobirise-spinner em:nth-child(1) {
  -webkit-animation-delay: 0.1s;
}

.mobirise-spinner em:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}

.mobirise-spinner em:nth-child(3) {
  -webkit-animation-delay: 0.3s;
}

@-moz-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-o-keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.3;
    -webkit-transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.mobirise-loader .amp-active>div {
  display: none;
}

.iconfont-wrapper {
  display: inline-block;
}

.mbr-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mbr-jc-s {
  justify-content: flex-start;
}

.mbr-jc-c {
  justify-content: center;
}

.mbr-jc-e {
  justify-content: flex-end;
}

.mbr-row-reverse {
  flex-direction: row-reverse;
}

.mbr-column {
  flex-direction: column;
}

amp-img,
img {
  height: 100%;
  width: 100%;
}

.hidden-slide {
  display: none;
}

.visible-slide {
  display: flex;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding: 3rem 0;
}

.container {
  padding: 0 1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 1rem;
}

.btn {
  position: relative;
  font-weight: 700;
  margin: 0.4rem 0.8rem;
  border: 2px solid;
  font-style: normal;
  white-space: normal;
  transition: all 0.2s ease-in-out, box-shadow 2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 1px;
}

.btn-form {
  padding: 1rem 2rem;
}

.btn-form:hover {
  cursor: pointer;
}

.btn {
  padding: 11px 23px;
  border-radius: 4px;
}

.btn-sm {
  padding: 11px 23px;
  border-radius: 4px;
}

.btn-md {
  padding: 11px 23px;
  border-radius: 4px;
}

.btn-lg {
  padding: 11px 23px;
  border-radius: 4px;
}

form .btn,
form .mbr-section-btn {
  margin: 0;
}

.note-popover .btn:after {
  display: none;
}

.mbr-section-btn {
  margin: 0 -0.8rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  cursor: pointer;
  margin: 0 0.8rem 0 0;
}

.btn-sm .mbr-iconfont {
  margin: 0 0.5rem 0 0;
}

[type="submit"] {
  -webkit-appearance: none;
}

section.menu {
  min-height: 70px;
  overflow: visible;
  padding: 0;
}

.menu-container {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}

@media (max-width: 991px) {
  .menu-container {
    max-width: 100%;
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .menu-container {
    padding: 0 1rem;
  }
}

.navbar {
  z-index: 100;
  width: 100%;
  position: absolute;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  word-break: break-word;
  z-index: 1;
}

.navbar-logo {
  margin: 0 0.8rem 0 0;
}

@media (max-width: 767px) {
  .navbar-logo amp-img {
    max-height: 55px;
    max-width: 55px;
  }
}

.navbar-caption-wrap {
  display: flex;
}

.navbar .navbar-collapse {
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    padding: 70px 2rem 1rem;
    z-index: 1;
  }
}

@media (max-width: 991px) {

  .navbar.opened .navbar-collapse.show,
  .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }

  .is-builder .navbar-collapse {
    position: fixed;
  }
}

.navbar-nav {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  min-width: 10rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
  }
}

.navbar-nav .mbr-iconfont {
  margin: 0 0.2rem 0 0;
}

.nav-item {
  word-break: break-all;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link,
.navbar-caption {
  transition: all 0.2s;
  letter-spacing: 1px;
}

.nav-dropdown .dropdown-menu {
  min-width: 10rem;
  position: absolute;
  left: 0;
  padding: 1.25rem 0;
}

.nav-dropdown .dropdown-menu .dropdown-item {
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 1.5rem;
  white-space: nowrap;
}

.nav-dropdown .dropdown-menu .dropdown {
  position: relative;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
  opacity: 1;
  pointer-events: all;
}

.nav-dropdown .dropdown-submenu {
  top: 0;
  left: 100%;
  margin: 0;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  opacity: 0;
  pointer-events: none;
}

.nav-item.dropdown:hover>.dropdown-menu {
  opacity: 1;
  pointer-events: all;
}

.link.dropdown-toggle:after {
  content: "";
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}

.navbar .dropdown.open>.dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .is-builder .nav-dropdown .dropdown-menu {
    position: relative;
  }

  .nav-dropdown .dropdown-submenu {
    left: 0;
  }

  .nav-dropdown .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    margin: 0;
    justify-content: center;
  }

  .nav-dropdown .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .navbar.opened .dropdown-menu {
    top: 0;
  }

  .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    content: "";
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
}

.navbar-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .navbar-buttons {
    flex-direction: column;
  }
}

.menu-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-social-list a {
  margin: 0 0.5rem;
}

.menu-social-list a span {
  font-size: 1rem;
}

button.navbar-toggler {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}

.hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.ampstart-btn.hamburger {
  position: absolute;
  top: 25px;
  right: 15px;
  margin-left: auto;
  height: 20px;
  width: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 992px) {

  .ampstart-btn,
  amp-sidebar {
    display: none;
  }

  .dropdown-menu .dropdown-toggle:after {
    content: "";
    border-bottom: 0.35em solid transparent;
    border-left: 0.35em solid;
    border-right: 0;
    border-top: 0.35em solid transparent;
    margin-left: 0.3rem;
    margin-top: -0.3077em;
    position: absolute;
    right: 1.1538em;
    top: 50%;
  }
}

.close-sidebar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.close-sidebar span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}

.close-sidebar span:nth-child(1) {
  transform: rotate(-45deg);
}

.close-sidebar span:nth-child(2) {
  transform: rotate(45deg);
}

.builder-sidebar {
  position: relative;
  height: 100vh;
  overflow: hidden auto;
  min-width: 10rem;
  z-index: 1030;
  padding: 1rem 2rem;
  max-width: 20rem;
}

.builder-sidebar .dropdown:hover>.dropdown-menu {
  position: relative;
  text-align: center;
}

section.sidebar-open:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1040;
}

#sidebar {
  background: transparent;
}

.is-builder section.horizontal-menu .ampstart-btn {
  display: none;
}

.is-builder section.horizontal-menu .dropdown-menu {
  z-index: auto;
  opacity: 1;
  pointer-events: auto;
}

.is-builder .menu {
  overflow: visible;
}

.card-title {
  margin: 0;
}

.card {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}

.card .card-img {
  width: auto;
  border-radius: 0;
}

.card .card-wrapper {
  height: 100%;
}

@media (max-width: 767px) {
  .card .card-wrapper {
    flex-direction: column;
  }
}

.card img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card-inner,
.items-list {
  display: flex;
  flex-direction: column;
}

.items-list {
  list-style-type: none;
  padding: 0;
}

.items-list .list-item {
  padding: 1rem 2rem;
}

.card-head {
  padding: 1.5rem 2rem;
}

.card-price-wrap {
  padding: 1rem 2rem;
}

.card-button {
  padding: 1rem;
  margin: 0;
}

.timeline-wrap {
  position: relative;
}

.timeline-wrap .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #232323;
  top: 20px;
  margin: 0 0 0 -10px;
}

@media (max-width: 767px) {
  .timeline-wrap .iconBackground {
    left: 0;
  }
}

.separline {
  position: relative;
}

@media (max-width: 767px) {
  .separline:not(.last-child) {
    padding-bottom: 2rem;
  }
}

.separline:before {
  position: absolute;
  content: "";
  width: 2px;
  background-color: #232323;
  left: calc(50% - 1px);
  height: calc(100% - 20px);
  top: 40px;
}

@media (max-width: 767px) {
  .separline:before {
    left: 0;
  }
}

.gallery-img-wrap {
  position: relative;
  height: 100%;
}

.gallery-img-wrap:hover {
  cursor: pointer;
}

.gallery-img-wrap:hover .icon-wrap,
.gallery-img-wrap:hover .caption-on-hover {
  opacity: 1;
}

.gallery-img-wrap:hover:after {
  opacity: .5;
}

.gallery-img-wrap amp-img {
  height: 100%;
}

.gallery-img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .img-caption {
  z-index: 3;
  pointer-events: none;
  position: absolute;
}

.gallery-img-wrap .icon-wrap,
.gallery-img-wrap .caption-on-hover {
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-img-wrap .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: .5rem;
  border-radius: 50%;
}

.gallery-img-wrap .amp-iconfont {
  color: #000;
  font-size: 1rem;
  width: 1rem;
  display: block;
}

.gallery-img-wrap .img-caption {
  left: 0;
  right: 0;
}

.gallery-img-wrap .img-caption.caption-top {
  top: 0;
}

.gallery-img-wrap .img-caption.caption-bottom {
  bottom: 0;
}

.gallery-img-wrap .img-caption:not(.caption-on-hover):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: opacity 0.3s;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {

  .gallery-img-wrap:after,
  .gallery-img-wrap:hover:after,
  .gallery-img-wrap .icon-wrap {
    display: none;
  }

  .gallery-img-wrap .caption-on-hover {
    opacity: 1;
  }
}

.is-builder .gallery-img-wrap .icon-wrap,
.is-builder .gallery-img-wrap .img-caption>* {
  pointer-events: all;
}

.amp-carousel-button,
.dots-wrapper .dots span {
  transition: all 0.4s;
  cursor: pointer;
  outline: none;
}

.amp-carousel-button {
  background-color: transparent;
  height: 45px;
  width: 45px;
  background-size: 1.5rem;
}

.dots-wrapper .dots {
  margin: 4px 8px;
  display: inline-block;
}

.dots-wrapper .dots span {
  border-radius: 12px;
  display: block;
  height: 24px;
  width: 24px;
  border: 10px solid #cccccc;
}

.dots-wrapper .dots span.current {
  width: 40px;
}

.amp-carousel-button-next {
  right: 1rem;
}

.amp-carousel-button-prev {
  left: 1rem;
}

button.btn-img {
  cursor: pointer;
}

.is-builder .preview button.btn-img {
  opacity: 0.5;
  position: relative;
  pointer-events: none;
}

amp-image-lightbox,
.lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: auto;
}

amp-image-lightbox a.control,
.lightbox a.control {
  position: absolute;
  cursor: default;
  top: 0;
  right: 0;
}

amp-image-lightbox .close,
.lightbox .close {
  background: none;
  border: none;
  position: absolute;
  top: 15px;
  right: 25px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 1000;
}

amp-image-lightbox .close:before,
amp-image-lightbox .close:after,
.lightbox .close:before,
.lightbox .close:after {
  position: absolute;
  top: 0;
  right: 15px;
  content: ' ';
  height: 32px;
  width: 2px;
  background-color: #fff;
}

amp-image-lightbox .close:before,
.lightbox .close:before {
  transform: rotate(45deg);
}

amp-image-lightbox .close:after,
.lightbox .close:after {
  transform: rotate(-45deg);
}

amp-image-lightbox .video-block,
.lightbox .video-block {
  width: 100%;
}

div[submit-success]>*,
div[submit-error]>* {
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-block {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.form-block .mbr-overlay {
  z-index: -1;
}

@media (max-width: 991px) {
  .form-block {
    padding: 1rem;
  }
}

form input,
form textarea,
form select {
  padding: 11px 1rem;
  line-height: 1.6;
  width: 100%;
  background: #ffffff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 0;
  color: #000000;
}

form input:focus,
form textarea:focus,
form select:focus {
  outline: none;
}

form input[type="checkbox"],
form input[type="radio"] {
  border: none;
  background: none;
  width: auto;
}

form .field {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

form textarea.field-input {
  height: 150px;
}

form .fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

textarea[type="hidden"] {
  display: none;
}

.form-check {
  margin-bottom: 0;
}

.form-check-label {
  padding-left: 0;
}

.form-check-input {
  position: relative;
  margin: 4px;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.mbr-row,
.mbr-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.mbr-form-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mbr-form-row>[class*="mbr-col"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {

  .mbr-col,
  .mbr-col-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.mbr-col {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  max-width: 100%;
}

.mbr-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 768px) {

  .mbr-col,
  .mbr-col-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {

  .mbr-col,
  .mbr-col-auto {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .mbr-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .lg-pb {
    padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .md-pb {
    padding-bottom: 2rem;
  }
}

.mbr-pt-1,
.mbr-py-1 {
  padding-top: 0.5rem;
}

.mbr-pb-1,
.mbr-py-1 {
  padding-bottom: 0.5rem;
}

.mbr-px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mbr-p-1 {
  padding: 0.5rem;
}

.mbr-pt-2,
.mbr-py-2 {
  padding-top: 1rem;
}

.mbr-pb-2,
.mbr-py-2 {
  padding-bottom: 1rem;
}

.mbr-px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mbr-p-2 {
  padding: 1rem;
}

.mbr-pt-3,
.mbr-py-3 {
  padding-top: 1.5rem;
}

.mbr-pb-3,
.mbr-py-3 {
  padding-bottom: 1.5rem;
}

.mbr-px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mbr-p-3 {
  padding: 1.5rem;
}

.mbr-pt-4,
.mbr-py-4 {
  padding-top: 2rem;
}

.mbr-pb-4,
.mbr-py-4 {
  padding-bottom: 2rem;
}

.mbr-px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mbr-p-4 {
  padding: 2rem;
}

.mbr-pt-5,
.mbr-py-5 {
  padding-top: 3rem;
}

.mbr-pb-5,
.mbr-py-5 {
  padding-bottom: 3rem;
}

.mbr-px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mbr-p-5 {
  padding: 3rem;
}

@media (max-width: 991px) {

  .mbr-p-3,
  .mbr-p-4,
  .mbr-p-5 {
    padding: 1rem;
  }

  .mbr-px-4,
  .mbr-px-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mbr-py-3,
  .mbr-py-4,
  .mbr-py-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.mbr-ml-auto {
  margin-left: auto;
}

.mbr-mr-auto {
  margin-right: auto;
}

.mbr-m-auto {
  margin: auto;
}

#scrollToTopMarker {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 300px;
}

#scrollToTopButton {
  position: fixed;
  bottom: 25px;
  right: 25px;
  opacity: .4;
  z-index: 5000;
  font-size: 32px;
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#scrollToTopButton:focus {
  outline: none;
}

#scrollToTopButton a:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 36%;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTopButton a:after {
  content: '';
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 40%;
  height: 40%;
  left: calc(30% - 1px);
  bottom: 30%;
  transform: rotate(-45deg);
}

.is-builder #scrollToTopButton a:after {
  left: 30%;
}

@media (max-width: 767px) {
  .mbr-py-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.raised {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
}

.link-ws-black a {
  transition: border 150ms ease 0s;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  text-decoration: none;
}

.link-ws-black a:hover,
.link-ws-black a:focus {
  text-decoration: none;
  border-color: #444;
}

.mbr-form input:focus,
.mbr-form textarea:focus,
.mbr-form select:focus {
  border-color: #e53712;
}

.mbr-form input::-webkit-input-placeholder {
  color: fade(#000000, 50%);
}

.mbr-form input::-moz-placeholder {
  color: fade(#000000, 50%);
}

.mbr-form textarea::-webkit-input-placeholder {
  color: fade(#000000, 50%);
}

.mbr-form textarea::-moz-placeholder {
  color: fade(#000000, 50%);
}

body {
  font-family: Lato;
}

blockquote {
  border-color: #e53712;
}

div[submit-success]>* {
  background: #0ace7c;
  color: #000000;
}

div[submit-error]>* {
  background: #c1c1c1;
  color: #000000;
}

.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}

.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
}

.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}

.form-block input,
.form-block textarea {
  font-family: 'Lato', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc(1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.84rem;
    font-size: calc(1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.455rem + (2.3 - 1.455) * ((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))));
  }
}

.display-1 .mbr-iconfont-btn {
  font-size: 3.5rem;
  width: 3.5rem;
}

.display-2 .mbr-iconfont-btn {
  font-size: 2.3rem;
  width: 2.3rem;
}

.display-4 .mbr-iconfont-btn {
  font-size: 1rem;
  width: 1rem;
}

.display-5 .mbr-iconfont-btn {
  font-size: 2rem;
  width: 2rem;
}

.display-7 .mbr-iconfont-btn {
  font-size: 1.25rem;
  width: 1.25rem;
}

.bg-primary {
  background-color: #e53712;
}

.bg-success {
  background-color: #0ace7c;
}

.bg-info {
  background-color: #717ebe;
}

.bg-warning {
  background-color: #fea95e;
}

.bg-danger {
  background-color: #c1c1c1;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1c2c7e;
  border-color: #1c2c7e;
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #090f2b;
  border-color: #090f2b;
  color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #090f2b;
  border-color: #090f2b;
}

.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #717ebe;
  border-color: #717ebe;
  color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  background-color: #3f4c8a;
  border-color: #3f4c8a;
  color: #ffffff;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #3f4c8a;
  border-color: #3f4c8a;
}

.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0ace7c;
  border-color: #0ace7c;
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  background-color: #056d41;
  border-color: #056d41;
  color: #ffffff;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #056d41;
  border-color: #056d41;
}

.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fea95e;
  border-color: #fea95e;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  background-color: #f47302;
  border-color: #f47302;
  color: #ffffff;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #f47302;
  border-color: #f47302;
}

.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  color: #ffffff;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #e53712;
  border-color: #e53712;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #86200b;
  border-color: #86200b;
  color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #86200b;
  border-color: #86200b;
}

.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #010101;
  border-color: #010101;
  color: #ffffff;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #fcfcfc;
  border-color: #fcfcfc;
  color: #7d7d7d;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  background-color: #c9c9c9;
  border-color: #c9c9c9;
  color: #7d7d7d;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #7d7d7d;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #e53712;
  color: #e53712;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #e53712;
  border-color: #e53712;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff;
  background-color: #e53712;
  border-color: #e53712;
}

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1c2c7e;
  color: #1c2c7e;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1c2c7e;
  border-color: #1c2c7e;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff;
  background-color: #1c2c7e;
  border-color: #1c2c7e;
}

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #717ebe;
  color: #717ebe;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #717ebe;
  border-color: #717ebe;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff;
  background-color: #717ebe;
  border-color: #717ebe;
}

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0ace7c;
  color: #0ace7c;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0ace7c;
  border-color: #0ace7c;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff;
  background-color: #0ace7c;
  border-color: #0ace7c;
}

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fea95e;
  color: #fea95e;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #fea95e;
  border-color: #fea95e;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff;
  background-color: #fea95e;
  border-color: #fea95e;
}

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #010101;
  color: #010101;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #fcfcfc;
  color: #fcfcfc;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fcfcfc;
}

.text-primary {
  color: #e53712;
}

.link-primary a {
  color: #e53712;
}

.text-secondary {
  color: #1c2c7e;
}

.text-success {
  color: #0ace7c;
}

.text-info {
  color: #717ebe;
}

.text-warning {
  color: #fea95e;
}

.text-danger {
  color: #c1c1c1;
}

.text-white {
  color: #fcfcfc;
}

.text-black {
  color: #010101;
}

a[class*="text-"],
.amp-iconfont,
.mbr-iconfont {
  transition: 0.2s ease-in-out;
}

.amp-iconfont {
  color: #e53712;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #571507;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001;
}

a.text-success:hover,
a.text-success:focus {
  color: #033c24;
}

a.text-info:hover,
a.text-info:focus {
  color: #2f3967;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #c25b01;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #757575;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

a.text-black:hover,
a.text-black:focus {
  color: #cccccc;
}

.alert-success {
  background-color: #0ace7c;
}

.alert-info {
  background-color: #717ebe;
}

.alert-warning {
  background-color: #fea95e;
}

.alert-danger {
  background-color: #c1c1c1;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbd1c8;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a9fbd9;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8cde6;
}

.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: #ffffff;
}

.mobirise-spinner em:nth-child(1) {
  background: #e53712;
}

.mobirise-spinner em:nth-child(2) {
  background: #1c2c7e;
}

.mobirise-spinner em:nth-child(3) {
  background: #0ace7c;
}

amp-carousel {
  overflow: hidden;
}

#scrollToTopMarker {
  display: none;
}

#scrollToTopButton {
  background-color: #e53712;
  border-radius: 50%;
}

#scrollToTopButton a:before {
  background: #ffffff;
}

#scrollToTopButton a:after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.btn {
  border-radius: 40px;
}

.nav-tabs .nav-link {
  border-radius: 40px;
}

.cid-stcbJdyOFb {
  background-color: #ffffff;
  overflow: visible;
}

.cid-stcbJdyOFb .navbar {
  background: #ffffff;
}

.cid-stcbJdyOFb .navbar-brand .navbar-logo amp-img,
.cid-stcbJdyOFb .navbar-brand .navbar-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.cid-stcbJdyOFb .navbar-caption {
  line-height: inherit;
}

@media (max-width: 991px) {
  .cid-stcbJdyOFb .navbar .navbar-collapse {
    background: #ffffff;
  }
}

.cid-stcbJdyOFb .nav-link {
  margin: .667em 1em;
  padding: 0;
}

.cid-stcbJdyOFb .dropdown-item.active,
.cid-stcbJdyOFb .dropdown-item:active {
  background-color: transparent;
}

.cid-stcbJdyOFb .dropdown-menu {
  background: #ffffff;
}

.cid-stcbJdyOFb .hamburger span {
  background-color: #232323;
}

.cid-stcbJdyOFb .builder-sidebar {
  background-color: #ffffff;
}

.cid-stcbJdyOFb .close-sidebar:focus {
  outline: 2px auto #e53712;
}

.cid-stcbJdyOFb .close-sidebar span {
  background-color: #232323;
}

.cid-stcbJdyOFb .iconfont-wrapper {
  height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
}

.cid-stcbJdyOFb .iconfont-wrapper .amp-iconfont {
  vertical-align: middle;
  font-size: 1.3rem;
  width: 1.3rem;
}

.cid-stcdhKSwXN {
  padding-top: 0;
  padding-bottom: 0;
}

.cid-stcdhKSwXN .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.cid-stcdhKSwXN .carousel {
  position: relative;
}

.cid-stcdhKSwXN .carousel .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

.cid-stcdhKSwXN .carousel,
.cid-stcdhKSwXN .image,
.cid-stcdhKSwXN img,
.cid-stcdhKSwXN amp-img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.cid-stcdhKSwXN .slider-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 620px;
}

.cid-stcdhKSwXN .curr-slide {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 25%;
  padding: 55px 100px;
  line-height: 0;
  color: #ffffff;
  background: #000000;
}

.cid-stcdhKSwXN .curr-slide span.total-slides:after {
  content: '4';
}

@media (max-width: 768px) {
  .cid-stcdhKSwXN .curr-slide {
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px;
  }
}

.cid-stcdhKSwXN .amp-carousel-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z'/%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button-next {
    left: calc(25% + 155px);
  }
}

.cid-stcdhKSwXN .amp-carousel-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 1.4L8.8 12l10.6 10.6L18 24 6 12 18 0z'/%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button-prev {
    left: calc(25% + 30px);
  }
}

.cid-stcdhKSwXN .amp-carousel-button {
  top: 590px;
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button {
    top: 565px;
  }
}

.cid-stWzFHNmCi {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-stWzFHNmCi .mbr-section-subtitle,
.cid-stWzFHNmCi .mbr-section-btn {
  text-align: left;
}

.cid-stWAw6lAir {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: center;
  display: flex;
  background-color: #017142;
}

@media (max-width: 992px) {
  .cid-stWAw6lAir .mbr-row .image-wrap {
    padding-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  .cid-stWAw6lAir .mbr-row>* {
    padding: 0;
  }
}

.cid-stWAw6lAir .title-block {
  margin: auto;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-stWAw6lAir .title-wrap {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {

  .cid-stWAw6lAir .title-block,
  .cid-stWAw6lAir .image-block {
    padding-left: 0;
    padding-right: 0;
  }

  .cid-stWAw6lAir .mbr-row>* {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cid-stWAw6lAir .mbr-row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.cid-stWAw6lAir img {
  object-fit: cover;
}

.cid-stWAw6lAir .mbr-section-btn,
.cid-stWAw6lAir .mbr-text {
  text-align: left;
}

.cid-u887cpKqdj {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cid-u887cpKqdj .image-block {
  margin: auto;
  width: 57%;
}

.cid-u887cpKqdj amp-img {
  text-align: center;
}

.cid-u887cpKqdj .mbr-text {
  margin: 0;
  padding: .5rem 0;
}

@media (max-width: 767px) {
  .cid-u887cpKqdj .image-block {
    width: 100%;
  }
}

.cid-stnUi2me9C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-stnUi2me9C .iconfont-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem;
  display: inline-block;
}

.cid-stnUi2me9C .amp-iconfont {
  vertical-align: middle;
  font-size: 2.5rem;
  width: 2.5rem;
  color: #3a3a3a;
}

.cid-stnUi2me9C .fLink {
  width: auto;
}

.cid-stnUi2me9C .mbr-row {
  flex-direction: row;
}

.cid-stnUi2me9C .icons-list a:last-child {
  margin-left: 1rem;
}

.cid-stcoPTJbYP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #017142;
}

.cid-stcoPTJbYP .link-items .fLink {
  width: auto;
}

.cid-stcoPTJbYP .mbr-row {
  margin: 0;
}

.cid-stcoPTJbYP .mbr-row:nth-child(1) {
  margin-bottom: 1rem;
}

.cid-stcoPTJbYP .fLink {
  color: #c1c1c1;
}

.cid-stcoPTJbYP .copyright .mbr-text {
  color: #c1c1c1;
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

[class*="-iconfont"] {
  display: inline-flex;
}

.cid-tYtgTV6rGL {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_199.jpg");
}

.cid-tYtgTV6rGL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tYtgTV6rGL .container,
.cid-tYtgTV6rGL .container-fluid {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYtgTV6rGL .line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 50%;
}

.cid-u8aTZDhF7C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.cid-u8aTZDhF7C .item {
  margin-bottom: 2rem;
  cursor: pointer;
}

.cid-u8aTZDhF7C .item-wrapper {
  width: 100%;
  position: relative;
}

.cid-u8aTZDhF7C .item-wrapper {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.6);
}

.cid-u8aTZDhF7C .item-wrapper {
  z-index: 12;
  border-radius: 5px;
  overflow: hidden;
}

.cid-u8aTZDhF7C .item-wrapper {
  color: #000000;
}

.cid-u8aTZDhF7C .center-title {
  text-align: center;
}
.cid-tLxQuBOl9U {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_198.jpg");
}

.cid-tLxQuBOl9U .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tLxQuBOl9U .container,
.cid-tLxQuBOl9U .container-fluid {
  height: 650px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYtf5zeYkf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-tYtf5zeYkf .card-box {
  width: 100%;
  background-color: #efefef;
}

@media (max-width: 991px) {
  .cid-tYtf5zeYkf .card-box {
    padding-top: 2rem;
  }
}

.cid-tYtf5zeYkf .text-box {
  padding: 0 60px 0 20px;
}

@media (max-width: 768px) {
  .cid-tYtf5zeYkf .text-box {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .cid-tYtf5zeYkf .card-box {
    padding-top: 2rem;
  }
}

.cid-tYtf5zeYkf H3 {
  text-align: center;
}

.cid-tYtf5zeYkf .mbr-text {
  text-align: left;
}

.cid-tYteMhFtbT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-tYteMhFtbT .mbr-section-subtitle {
  color: #bb4052;
}

.cid-tYteMhFtbT .mbr-section-title {
  color: #000000;
}

.cid-tYte3ay8i2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-tYte3ay8i2 .mbr-section-subtitle {
  color: #bb4052;
}

.cid-tYte3ay8i2 .mbr-section-title {
  color: #000000;
}

.cid-tYta4FQKyc {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_197.jpg");
}

.cid-tYta4FQKyc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tYta4FQKyc .container,
.cid-tYta4FQKyc .container-fluid {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYta4FQKyc .line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 50%;
}

.cid-tYtaRfzbCN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-tYtaRfzbCN .mbr-section-title,
.cid-tYtaRfzbCN .mbr-section-btn DIV {
  text-align: left;
}

.cid-tYtdcZ46k3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-tYtdcZ46k3 .mbr-section-subtitle {
  color: #bb4052;
}

.cid-tYtdcZ46k3 .mbr-section-title {
  color: #000000;
}

.cid-tYtcwXy6Ve {
  padding-top: 15rem;
  padding-bottom: 13rem;
  background-image: url("assets/images/screenshot-2023-12-14-201050-536x356.png");
  align-items: center;
  display: flex;
}

.cid-tYtcwXy6Ve .iconfont-wrapper {
  height: 2rem;
  width: 2rem;
  margin-bottom: 2rem;
}

.cid-tYtcwXy6Ve .amp-iconfont {
  color: #ffffff;
  font-size: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}

.cid-tYtcwXy6Ve .display-4 {
  font-size: 1.85rem;
}

.cid-tYtbcezjwm {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #ffffff;
}

.cid-tYtbcezjwm .card {
  width: 140px;
  padding: 0;
}

.cid-tYtbcezjwm .card amp-img img,
.cid-tYtbcezjwm .card amp-img {
  object-fit: cover;
  width: 140px;
}

.cid-tYtcwXy6Ve {
  padding-top: 15rem;
  padding-bottom: 13rem;
  background-image: url("images/customwebpagesection_392.png");
  align-items: center;
  display: flex;
}

.cid-tYtcwXy6Ve .iconfont-wrapper {
  height: 2rem;
  width: 2rem;
  margin-bottom: 2rem;
}

.cid-tYtcwXy6Ve .amp-iconfont {
  color: #ffffff;
  font-size: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}

.cid-tYtcwXy6Ve .display-4 {
  font-size: 1.85rem;
}

.cid-tYti7x1oql {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_200.jpg");
}

.cid-tYti7x1oql .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tYti7x1oql .container,
.cid-tYti7x1oql .container-fluid {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYti7x1oql .line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 50%;
}

.cid-uaqa8tiriq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-uaqa8tiriq .mbr-section-btn {
  margin-bottom: 20px;
}

.cid-uaqa8tiriq .img_wrapper {
  width: 100%;
}

.cid-uaqa8tiriq amp-img {
  width: 100%;
}

.cid-uaqa8tiriq .vcenter {
  margin: auto;
}

.cid-uaqa8tiriq .mbr-text,
.cid-uaqa8tiriq .mbr-section-btn,
.cid-uaqa8tiriq .mbr-title {
  text-align: right;
}

.cid-uaqa8tiriq .mbr-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cid-uaqa8tiriq .mbr-title {
  text-align: right;
  color: #017142;
}

.cid-uaqa8tiriq .mbr-text,
.cid-uaqa8tiriq .mbr-section-btn {
  text-align: right;
}

@media (min-width: 992px) {
  .cid-uaqa8tiriq .resize {
    max-width: 50%;
  }

  .cid-uaqa8tiriq .resizeblock {
    max-width: 80%;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cid-uaqa8tiriq .mbr-col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.cid-uaqaYAVLUf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("");
  align-items: center;
  display: flex;
}

.cid-uaqaYAVLUf .mbr-overlay {
  background: #ffffff;
  opacity: 0;
}

.cid-uaqaYAVLUf .iconfont-wrapper {
  height: 2rem;
  width: 2rem;
  margin-bottom: 2rem;
}

.cid-uaqaYAVLUf .amp-iconfont {
  color: #ffffff;
  font-size: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}

.cid-uaqaYAVLUf .display-4 {
  font-size: 1.85rem;
}

.cid-uaqaYAVLUf .mbr-section-title,
.cid-uaqaYAVLUf .mbr-section-btn {
  color: #017142;
}

.cid-uaqaJKynz8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-uaqaJKynz8 .counter-container ul {
  margin-bottom: 0;
}

.cid-uaqaJKynz8 .counter-container ul li {
  color: inherit;
  margin-bottom: 1rem;
}

.cid-tYtgssviwI {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_196.jpg");
}

.cid-tYtgssviwI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tYtgssviwI .container,
.cid-tYtgssviwI .container-fluid {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYtgssviwI .line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 50%;
}

.cid-suNTnj5USb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-suNTnj5USb .card-box {
  width: 100%;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .cid-suNTnj5USb .card-box {
    padding-top: 2rem;
  }
}

.cid-suNTnj5USb .text-box {
  padding: 0 60px 0 20px;
}

@media (max-width: 768px) {
  .cid-suNTnj5USb .text-box {
    padding: 0;
  }
}

.cid-suNTnj5USb .custom-card {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-suNTnj5USb .card-box {
    padding-top: 2rem;
  }
}

.cid-suNTnj5USb H3 {
  text-align: center;
  color: #017142;
}

.cid-suNTnj5USb .mbr-text {
  text-align: left;
}

.cid-tYt9eI6poS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

.cid-tYt9eI6poS amp-img,
.cid-tYt9eI6poS img {
  object-fit: cover;
}

.cid-tYt9eI6poS .list {
  list-style: none;
  padding: 0;
}

.cid-tYt9eI6poS .list li {
  margin-bottom: 19px;
  line-height: 1.2;
}

.cid-tYt9eI6poS H3 {
  text-align: left;
  color: #017142;
}

@media (min-width: 992px) {
  .cid-tYt9eI6poS .image-block {
    padding: 0 2rem;
  }
}

.cid-uaqd3zZDHI .title-wrap,
.cid-uaqd3zZDHI .title {
  width: 100%;
}

.cid-uaqd3zZDHI * {
  word-break: break-word;
}

@media (min-width: 992px) {
  .cid-uaqd3zZDHI .custom-card-cont {
    padding-left: 0rem;
    padding-right: 0;
  }
}

.cid-uaqd3zZDHI .custom-card {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4rem 40px 4rem;
  text-align: center;
}

.cid-uaqd3zZDHI .custom-card-cont {
  padding-left: 0rem;
  padding-right: 0;
}

.cid-uaqd3zZDHI .custom-card-link {
  text-transform: uppercase;
  transition: 0.4s;
}

.cid-uaqd3zZDHI .custom-card-link:hover {
  color: #fff;
  text-decoration: underline;
}

.cid-uaqd3zZDHI .custom-card-heading,
.cid-uaqd3zZDHI .custom-card-text {
  margin-bottom: 20px;
}

.cid-uaqd3zZDHI .custom-card1 {
  background-color: #017142;
}

.cid-uaqd3zZDHI .custom-card2 {
  background-color: #e53712;
}

.cid-uaqd3zZDHI .custom-card3 {
  background-color: #cf4a46;
}

.cid-uaqd3zZDHI .custom-card4 {
  background-color: #dd6043;
}

.cid-uaqd3zZDHI .card1-text {
  text-align: left;
}

.cid-uaqd3zZDHI .card2-text {
  text-align: left;
}

.cid-tYtj9J8K3V {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_201.jpg");
}

.cid-tYtj9J8K3V .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-tYtj9J8K3V .container,
.cid-tYtj9J8K3V .container-fluid {
  height: 700px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-tYtj9J8K3V .line {
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  width: 50%;
}

.cid-tYtjDeFFEz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}

.cid-tYtjDeFFEz .mbr-row {
  flex-direction: row-reverse;
}

.cid-tYtjDeFFEz .mbr-form .mbr-overlay {
  opacity: 0.8;
  background: #879a9f;
}

.cid-tYtjDeFFEz .field-input {
  font-weight: 300;
  border: none;
}

.cid-tYtjDeFFEz input::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.cid-tYtjDeFFEz input::-moz-placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.cid-tYtjDeFFEz textarea::-webkit-input-placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.cid-tYtjDeFFEz textarea::-moz-placeholder {
  color: rgba(35, 35, 35, 0.5);
}

.cid-tYtjDeFFEz .form-block {
  padding: 0 1rem;
}

.cid-tYtjDeFFEz .title-block {
  max-width: 400px;
}

.cid-tYtjDeFFEz .iconfont-wrapper {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.8rem;
}

.cid-tYtjDeFFEz .amp-iconfont {
  font-size: 2.6rem;
  width: 2.6rem;
  color: #3a3a3a;
}

.cid-tYtjDeFFEz .mbr-section-subtitle {
  text-align: left;
}

.cid-tYtkvNJEKi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}

.cid-tYtkvNJEKi .mbr-section-subtitle {
  color: #bb4052;
}

.cid-tYtkvNJEKi .mbr-section-title {
  color: #000000;
}

.cid-suO7Qm1TG5 {
  overflow: hidden;
  align-items: center;
  display: flex;
  background-image: url("images/customwebpage_202.jpg");
}

.cid-suO7Qm1TG5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}

.cid-suO7Qm1TG5 .container,
.cid-suO7Qm1TG5 .container-fluid {
  height: 550px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cid-suO7Qm1TG5 .mbr-section-btn,
.cid-suO7Qm1TG5 .mbr-text {
  color: #ffffff;
  text-align: left;
}

.cid-suO8zMCYDm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-uaqgoZtw7v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.cid-uaqgoZtw7v amp-img {
  max-width: 180px;
  margin: auto;
}

.cid-uaqgoZtw7v amp-img img {
  object-fit: contain;
}

.cid-uaqgoZtw7v .card-img {
  text-align: center;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .cid-uaqgoZtw7v .card-img {
    flex-wrap: wrap;
  }
}

.cid-uaqgoZtw7v .card-box {
  padding: 0;
}

.cid-uaqgoZtw7v .card-box {
  width: 100%;
}

@media (max-width: 992px) {
  .cid-uaqgoZtw7v .card-wrapper {
    flex-direction: column;
  }
}

.cid-uaqgoZtw7v .card-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.1;
  z-index: -1;
}

.cid-uaqgoZtw7v .card-img {
  padding: 0;
}

@media (max-width: 991px) {
  .cid-uaqgoZtw7v .card-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .cid-uaqgoZtw7v .card-img {
    margin-right: 2rem;
  }
}

.cid-uaqgoZtw7v .card-subtitle,
.cid-uaqgoZtw7v .card-btn,
.cid-uaqgoZtw7v .card-img {
  color: #017142;
}

.cid-uaqgoZtw7v .card-text,
.cid-uaqgoZtw7v .card-btn,
.cid-uaqgoZtw7v .card-img {
  color: #060606;
}

.cid-stcdhKSwXN {
  padding-top: 0;
  padding-bottom: 0;
}

.cid-stcdhKSwXN .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}

.cid-stcdhKSwXN .carousel {
  position: relative;
}

.cid-stcdhKSwXN .carousel .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}

.cid-stcdhKSwXN .carousel,
.cid-stcdhKSwXN .image,
.cid-stcdhKSwXN img,
.cid-stcdhKSwXN amp-img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.cid-stcdhKSwXN .slider-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 620px;
}

.cid-stcdhKSwXN .curr-slide {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 25%;
  padding: 55px 100px;
  line-height: 0;
  color: #ffffff;
  background: #000000;
}

.cid-stcdhKSwXN .curr-slide span.total-slides:after {
  content: "4";
}

@media (max-width: 768px) {
  .cid-stcdhKSwXN .curr-slide {
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px;
  }
}

.cid-stcdhKSwXN .amp-carousel-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z'/%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button-next {
    left: calc(25% + 155px);
  }
}

.cid-stcdhKSwXN .amp-carousel-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19.4 1.4L8.8 12l10.6 10.6L18 24 6 12 18 0z'/%3E%3C/svg%3E");
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button-prev {
    left: calc(25% + 30px);
  }
}

.cid-stcdhKSwXN .amp-carousel-button {
  top: 590px;
}

@media (min-width: 769px) {
  .cid-stcdhKSwXN .amp-carousel-button {
    top: 565px;
  }
}

.cid-stWzFHNmCi {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-stWzFHNmCi .mbr-section-subtitle,
.cid-stWzFHNmCi .mbr-section-btn {
  text-align: left;
}
