
body {
  position: relative;
  font-style: normal;
  line-height: 1;
  color: #000000;
}

section {
  background-color: #eeeeee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section,.container,.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  margin: 0;
}

p,li,blockquote {
  letter-spacing: 0.5px;
}

ul,ol,pre,blockquote {
  margin-bottom: 0;
  margin-top: 0;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.display-1,.display-2,.display-3,.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 3px solid;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color,color;
}

html,body {
  height: auto;
  min-height: 100vh;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.mbr-section-subtitle {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.mbr-text {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.btn {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  font-style: normal;
  line-height: 1rem;
  letter-spacing: 2px;
  white-space: normal;
  transition: all .1s ease-in-out,box-shadow 1s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn.btn-with-arrow {
  position: relative;
  border-radius: 5px;
  padding: 10px 30px;
}

.btn.btn-with-arrow .fa {
  opacity: 0;
  position: absolute;
  right: 15px;
}

.btn.btn-with-arrow span {
  transition: all 0.2s ease-in-out;
}

.btn.btn-with-arrow:hover {
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.2);
  box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.btn.btn-with-arrow:hover span:nth-child(1) {
  transform: translateX(-15%);
}

.btn.btn-with-arrow:hover span:nth-child(2) {
  transform: translateX(15%);
}

.btn.btn-with-arrow:hover .fa {
  opacity: 1;
}

.btn-circle-with-arrow {
  border-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  background-color: transparent;
  background-image: none;
  font-size: 0.8rem;
  padding: 1rem;
  margin: 1rem;
  color: #ffffff;
}

.btn-circle-with-arrow span {
  transition: all 0.2s ease;
}

.btn-circle-with-arrow span:nth-child(1) {
  transform: translateX(25%) scale(1.7,1.2);
  height: 10px;
  opacity: 0;
  pointer-events: none;
}

.btn-circle-with-arrow span:nth-child(2) {
  height: 10px;
  transform: translateX(-50%);
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

.animation-fast {
  transition: all 0.2s;
}

.animation-normal {
  transition: all 0.4s;
}

.animation-long {
  transition: all 0.6s;
}

.mbr-figure img,.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card:hover .btn-circle-with-arrow {
  border: 2px solid transparent;
  background-color: white;
}

.card:hover .btn-circle-with-arrow span:nth-child(1) {
  color: black;
  opacity: 1;
}

.card:hover .btn-circle-with-arrow span:nth-child(2) {
  color: black;
  transform: translateX(0%);
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100%;
  }
}

.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;
}

textarea[type="hidden"] {
  display: none;
}

#scrollToTop {
  display: none;
}

.popover-content ul.show {
  min-height: 155px;
}

.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .mbr-iconfont,.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

[type="submit"] {
  -webkit-appearance: none;
}

.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.mbr-parallax-bg {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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;
}

form input,form textarea {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
}

form .fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

amp-img img {
  max-height: 100%;
  max-width: 100%;
}

img.mbr-temp {
  width: 100%;
}

.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;
}

.is-builder section.horizontal-menu .ampstart-btn {
  display: none;
}

@media (max-width: 991px) {
  .is-builder section.horizontal-menu .navbar-toggler {
    display: block;
  }
}

.is-builder section.horizontal-menu .dropdown-menu {
  z-index: auto;
  opacity: 1;
  pointer-events: auto;
}

.is-builder section.horizontal-menu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1em;
}

.container,.container-fluid,p,h1,h2,h3,h4,h5,h6,a,.mbr-section-btn,.social {
  z-index: 25;
}

.text-block {
  -webkit-transform: translateZ(26px);
  -moz-transform: translateZ(26px);
  -o-transform: translateZ(26px);
  transform: translateZ(26px);
  z-index: 26;
}

amp-img {
  z-index: 22;
}

amp-img:before {
  z-index: 23;
}

amp-img:after {
  z-index: 24;
}

.figure {
  z-index: 12;
  position: absolute;
}

.menu {
  z-index: 1000;
}

.shadow-light {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
}

.shadow-light-hover:hover .image {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
}

.shadow-medium {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
}

.shadow-medium-hover:hover .image {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.4);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1370px;
  }
}

.mbr-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  word-spacing:;
}

.mbr-justify-content-center {
  justify-content: center;
}

@media (max-width: 767px) {
  .mbr-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-row {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .mbr-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbr-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbr-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbr-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .mbr-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-5 {
    -ms-flex: 0 0 41.666%;
    flex: 0 0 41.666%;
    max-width: 41.666%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbr-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
  }

  .mbr-col-lg-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1201px) {
  .mbr-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mbr-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mbr-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.features amp-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  background: transparent;
  transition: all 0.4s;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}

.features amp-img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

amp-img {
  overflow: hidden;
}

.image {
  overflow: hidden;
  position: relative;
  z-index: 22;
}

.image amp-img,.image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body {
  font-family: Didact Gothic;
}

blockquote {
  border-color: #009b95;
}

div[submit-success] {
  background: #dcf900;
  padding: 1rem;
  margin-bottom: 1rem;
}

div[submit-error] {
  background: #ff4900;
  padding: 1rem;
  margin-bottom: 1rem;
}

.display-1 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 6rem;
}

.display-2 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 4.2rem;
}

.display-4 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 0.8rem;
}

.display-5 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 2rem;
}

.display-6 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 1.2rem;
}

.display-7 {
  font-family: 'Didact Gothic',sans-serif;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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-6 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    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))));
  }
}

.btn {
  padding: 1rem 2rem;
  border-radius: 0px;
}

.btn-sm {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 0px;
}

.btn-md {
  margin: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0px;
}

.mbr-primary {
  color: #009b95;
}

.mbr-secondary {
  color: #00c322;
}

.bg-primary {
  background-color: #009b95;
}

.bg-success {
  background-color: #dcf900;
}

.bg-info {
  background-color: #005e5a;
}

.bg-warning {
  background-color: #ffb800;
}

.bg-danger {
  background-color: #ff4900;
}

.btn-primary,.btn-primary:active,.btn-primary.active {
  background-color: #009b95;
  border-color: #009b95;
  color: #ffffff;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus {
  color: #ffffff;
  background-color: #00827c;
  border-color: #00827c;
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #ffffff;
  background-color: #00827c;
  border-color: #00827c;
}

.btn-secondary,.btn-secondary:active,.btn-secondary.active {
  background-color: #00c322;
  border-color: #00c322;
  color: #ffffff;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.focus {
  color: #ffffff;
  background-color: #00aa1e;
  border-color: #00aa1e;
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #ffffff;
  background-color: #00aa1e;
  border-color: #00aa1e;
}

.btn-secondary:hover {
  background-color: #00aa1e;
  border-color: #00aa1e;
}

.btn-info,.btn-info:active,.btn-info.active {
  background-color: #005e5a;
  border-color: #005e5a;
  color: #ffffff;
}

.btn-info:hover,.btn-info:focus,.btn-info.focus {
  color: #ffffff;
  background-color: #004542;
  border-color: #004542;
}

.btn-info.disabled,.btn-info:disabled {
  color: #ffffff;
  background-color: #004542;
  border-color: #004542;
}

.btn-success,.btn-success:active,.btn-success.active {
  background-color: #dcf900;
  border-color: #dcf900;
  color: #000000;
}

.btn-success:hover,.btn-success:focus,.btn-success.focus {
  color: #000000;
  background-color: #c5e000;
  border-color: #c5e000;
}

.btn-success.disabled,.btn-success:disabled {
  color: #000000;
  background-color: #c5e000;
  border-color: #c5e000;
}

.btn-warning,.btn-warning:active,.btn-warning.active {
  background-color: #ffb800;
  border-color: #ffb800;
  color: #ffffff;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus {
  color: #ffffff;
  background-color: #e6a600;
  border-color: #e6a600;
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #ffffff;
  background-color: #e6a600;
  border-color: #e6a600;
}

.btn-danger,.btn-danger:active,.btn-danger.active {
  background-color: #ff4900;
  border-color: #ff4900;
  color: #ffffff;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus {
  color: #ffffff;
  background-color: #e64200;
  border-color: #e64200;
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #ffffff;
  background-color: #e64200;
  border-color: #e64200;
}

.btn-black,.btn-black:active,.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.btn-black:hover,.btn-black:focus,.btn-black.focus {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}

.btn-black.disabled,.btn-black:disabled {
  color: #ffffff;
  background-color: #262626;
  border-color: #262626;
}

.btn-white,.btn-white:active,.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}

.btn-white:hover,.btn-white:focus,.btn-white.focus {
  color: #808080;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-white.disabled,.btn-white:disabled {
  color: #808080;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-primary-outline,.btn-primary-outline:active,.btn-primary-outline.active {
  background: none;
  border-color: #003533;
  color: #003533;
}

.btn-primary-outline:hover,.btn-primary-outline:focus,.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #009b95;
  border-color: #009b95;
}

.btn-primary-outline.disabled,.btn-primary-outline:disabled {
  color: #ffffff;
  background-color: #009b95;
  border-color: #009b95;
}

.btn-secondary-outline,.btn-secondary-outline:active,.btn-secondary-outline.active {
  background: none;
  border-color: #005d10;
  color: #005d10;
}

.btn-secondary-outline:hover,.btn-secondary-outline:focus,.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #00c322;
  border-color: #00c322;
}

.btn-secondary-outline.disabled,.btn-secondary-outline:disabled {
  color: #ffffff;
  background-color: #00c322;
  border-color: #00c322;
}

.btn-info-outline,.btn-info-outline:active,.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-info-outline:hover,.btn-info-outline:focus,.btn-info-outline.focus {
  color: #ffffff;
  background-color: #005e5a;
  border-color: #005e5a;
}

.btn-info-outline.disabled,.btn-info-outline:disabled {
  color: #ffffff;
  background-color: #005e5a;
  border-color: #005e5a;
}

.btn-success-outline,.btn-success-outline:active,.btn-success-outline.active {
  background: none;
  border-color: #829300;
  color: #829300;
}

.btn-success-outline:hover,.btn-success-outline:focus,.btn-success-outline.focus {
  color: #000000;
  background-color: #dcf900;
  border-color: #dcf900;
}

.btn-success-outline.disabled,.btn-success-outline:disabled {
  color: #000000;
  background-color: #dcf900;
  border-color: #dcf900;
}

.btn-warning-outline,.btn-warning-outline:active,.btn-warning-outline.active {
  background: none;
  border-color: #996e00;
  color: #996e00;
}

.btn-warning-outline:hover,.btn-warning-outline:focus,.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn-warning-outline.disabled,.btn-warning-outline:disabled {
  color: #ffffff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn-danger-outline,.btn-danger-outline:active,.btn-danger-outline.active {
  background: none;
  border-color: #992c00;
  color: #992c00;
}

.btn-danger-outline:hover,.btn-danger-outline:focus,.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #ff4900;
  border-color: #ff4900;
}

.btn-danger-outline.disabled,.btn-danger-outline:disabled {
  color: #ffffff;
  background-color: #ff4900;
  border-color: #ff4900;
}

.btn-black-outline,.btn-black-outline:active,.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-black-outline:hover,.btn-black-outline:focus,.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-black-outline.disabled,.btn-black-outline:disabled {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-white-outline,.btn-white-outline:active,.btn-white-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}

.btn-white-outline:hover,.btn-white-outline:focus,.btn-white-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white-outline.disabled,.btn-white-outline:disabled {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}

.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: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.text-primary {
  color: #009b95;
}

.text-secondary {
  color: #00c322;
}

.text-success {
  color: #dcf900;
}

.text-info {
  color: #005e5a;
}

.text-warning {
  color: #ffb800;
}

.text-danger {
  color: #ff4900;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

a.text-primary:hover,a.text-primary:focus {
  color: #35fff7;
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #5dff79;
}

a.text-success:hover,a.text-success:focus {
  color: #f2ff93;
}

a.text-info:hover,a.text-info:focus {
  color: #00f7ec;
}

a.text-warning:hover,a.text-warning:focus {
  color: #ffe399;
}

a.text-danger:hover,a.text-danger:focus {
  color: #ffb699;
}

a.text-white:hover,a.text-white:focus {
  color: #d9d9d9;
}

a.text-black:hover,a.text-black:focus {
  color: #c3c3c3;
}

a span.text-primary:hover,a span.text-primary:focus {
  color: #006864;
}

a span.text-secondary:hover,a span.text-secondary:focus {
  color: #00f62b;
}

a span.text-success:hover,a span.text-success:focus {
  color: #afc600;
}

a span.text-info:hover,a span.text-info:focus {
  color: #00918b;
}

a span.text-warning:hover,a span.text-warning:focus {
  color: #cc9300;
}

a span.text-danger:hover,a span.text-danger:focus {
  color: #cc3a00;
}

a span.text-white:hover,a span.text-white:focus {
  color: #e6e6e6;
}

a span.text-black:hover,a span.text-black:focus {
  color: #1a1a1a;
}

.alert-success {
  background-color: #dcf900;
}

.alert-info {
  background-color: #005e5a;
}

.alert-warning {
  background-color: #ffb800;
}

.alert-danger {
  background-color: #ff4900;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1cfff6;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8ffc6;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #00ded4;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1cc;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdbcc;
}

.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;
  background: #009b95;
}

.mobirise-spinner em:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  background: #00c322;
}

.mobirise-spinner em:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  background: #dcf900;
}

@-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;
}

.cid-qTrRmAmWcT .nav-item:focus,.cid-qTrRmAmWcT .nav-link:focus {
  outline: none;
}

.cid-qTrRmAmWcT .navbar-nav {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}

.cid-qTrRmAmWcT .navbar-nav .nav-link {
  margin: .667em 1em;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .cid-qTrRmAmWcT ul.navbar-nav {
    flex-direction: column;
  }

  .cid-qTrRmAmWcT ul.navbar-nav li {
    margin: auto;
  }

  .cid-qTrRmAmWcT .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    content: '';
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }

  .cid-qTrRmAmWcT .nav-dropdown .dropdown-menu .dropdown-item {
    justify-content: center;
    display: flex;
    align-items: center;
  }
}

.cid-qTrRmAmWcT .nav-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  left: 0;
  margin: 0;
  min-width: 10rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
}

.cid-qTrRmAmWcT .nav-dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.cid-qTrRmAmWcT .nav-dropdown .dropdown-menu .dropdown {
  position: relative;
}

.cid-qTrRmAmWcT .nav-item.dropdown {
  position: relative;
}

.cid-qTrRmAmWcT .nav-item.dropdown .dropdown-menu {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.cid-qTrRmAmWcT .nav-item.dropdown:hover > .dropdown-menu {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.cid-qTrRmAmWcT .dropdown-menu .dropdown:hover > .dropdown-menu {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.cid-qTrRmAmWcT .link.dropdown-toggle:after {
  content: '';
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
}

.cid-qTrRmAmWcT .nav-dropdown .dropdown-submenu {
  top: 0;
}

.cid-qTrRmAmWcT .navbar {
  min-height: 90px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: all .3s;
  justify-content: space-between;
  background: #9dc7d3;
}

.cid-qTrRmAmWcT .navbar .navbar-logo {
  margin-right: .8rem;
}

.cid-qTrRmAmWcT .navbar .navbar-logo img {
  height: auto;
}

.cid-qTrRmAmWcT .navbar.navbar-short {
  background: #9dc7d3;
}

.cid-qTrRmAmWcT .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-qTrRmAmWcT .navbar.opened {
  transition: all .3s;
  background: #9dc7d3;
}

.cid-qTrRmAmWcT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}

.cid-qTrRmAmWcT .navbar .navbar-collapse {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto;
  align-items: center;
}

.cid-qTrRmAmWcT .navbar.collapsed button.navbar-toggler {
  display: inline-block;
}

.cid-qTrRmAmWcT .navbar.collapsed .navbar-collapse {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
  background: #9dc7d3;
  padding: 1.5rem 2rem 1rem 2rem;
}

.cid-qTrRmAmWcT .navbar.collapsed.opened .navbar-collapse.show,.cid-qTrRmAmWcT .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}

.cid-qTrRmAmWcT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-qTrRmAmWcT .navbar.collapsed .dropdown-menu {
  position: relative;
  background: transparent;
}

.cid-qTrRmAmWcT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0;
}

.cid-qTrRmAmWcT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-qTrRmAmWcT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  margin: 0;
}

.cid-qTrRmAmWcT .navbar.collapsed .navbar-brand {
  flex-shrink: initial;
  word-break: break-word;
}

@media (max-width: 991px) {
  .cid-qTrRmAmWcT .navbar .navbar-collapse {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100vh;
    background: #9dc7d3;
    padding: 1rem 2rem 1rem 2rem;
  }

  .cid-qTrRmAmWcT .navbar.opened .navbar-collapse.show,.cid-qTrRmAmWcT .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }

  .cid-qTrRmAmWcT .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-qTrRmAmWcT .navbar .dropdown-menu {
    position: relative;
    background: transparent;
  }

  .cid-qTrRmAmWcT .navbar .dropdown-menu .dropdown-submenu {
    left: 0;
  }

  .cid-qTrRmAmWcT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-qTrRmAmWcT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    margin: 0;
  }

  .cid-qTrRmAmWcT .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}

.cid-qTrRmAmWcT .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-qTrRmAmWcT .navbar-brand .navbar-caption {
  line-height: inherit;
  font-weight: 600;
}

.cid-qTrRmAmWcT .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-qTrRmAmWcT .dropdown-item.active,.cid-qTrRmAmWcT .dropdown-item:active {
  background-color: transparent;
}

.cid-qTrRmAmWcT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-qTrRmAmWcT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9dc7d3;
}

.cid-qTrRmAmWcT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-qTrRmAmWcT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}

.cid-qTrRmAmWcT ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-qTrRmAmWcT .navbar-buttons {
  text-align: center;
}

.cid-qTrRmAmWcT button.navbar-toggler {
  display: none;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}

.cid-qTrRmAmWcT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-qTrRmAmWcT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-qTrRmAmWcT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-qTrRmAmWcT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-qTrRmAmWcT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-qTrRmAmWcT nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-qTrRmAmWcT nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-qTrRmAmWcT nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-qTrRmAmWcT nav.opened .navbar-toggler:not(.hide) .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-qTrRmAmWcT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-qTrRmAmWcT .nav-link .mbr-iconfont,.cid-qTrRmAmWcT .dropdown-item .mbr-iconfont {
  margin-right: .2rem;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger {
  position: relative;
  margin: auto 0;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger:focus {
  outline: none;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-qTrRmAmWcT .ampstart-btn.hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

@media (min-width: 992px) {
  .cid-qTrRmAmWcT .ampstart-btn,.cid-qTrRmAmWcT amp-sidebar {
    display: none;
  }

  .cid-qTrRmAmWcT .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%;
  }
}

.cid-qTrRmAmWcT amp-sidebar {
  min-width: 260px;
  z-index: 1050;
  background-color: #9dc7d3;
}

.cid-qTrRmAmWcT amp-sidebar.open:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
}

.cid-qTrRmAmWcT .open {
  transform: translateX(0%);
  display: block;
}

.cid-qTrRmAmWcT .builder-sidebar {
  text-align: right;
  background-color: #9dc7d3;
  position: relative;
  height: 100vh;
  z-index: 1030;
  padding: 1rem 2rem;
  max-width: 20rem;
}

.cid-qTrRmAmWcT .builder-sidebar .dropdown {
  position: relative;
}

.cid-qTrRmAmWcT .builder-sidebar .dropdown:hover > .dropdown-menu {
  position: relative;
  text-align: center;
}

.cid-qTrRmAmWcT .sidebar {
  padding: 1rem 0;
  margin: 0;
}

.cid-qTrRmAmWcT .sidebar > li {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.cid-qTrRmAmWcT .sidebar a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.cid-qTrRmAmWcT .close-sidebar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cid-qTrRmAmWcT .close-sidebar:focus {
  outline: 2px auto #009b95;
}

.cid-qTrRmAmWcT .close-sidebar span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}

.cid-qTrRmAmWcT .close-sidebar span:nth-child(1) {
  transform: rotate(45deg);
}

.cid-qTrRmAmWcT .close-sidebar span:nth-child(2) {
  transform: rotate(-45deg);
}

.cid-qTrRmAmWcT amp-img {
  width: 60px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .cid-qTrRmAmWcT amp-img {
    min-height: 55px;
    min-width: 55px;
  }
}

.cid-qTrRmAmWcT .social {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .cid-qTrRmAmWcT .social {
    padding-top: 2rem;
  }
}

.cid-qTrRmAmWcT .amp-iconfont {
  margin-left: 1rem;
  font-size: 1.2rem;
  color: #00c322;
}

.cid-qTrRmAmWcT .btn {
  margin: 0.5rem;
}

.cid-qTrXAvsaYi {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("assets/images/background2-1920x1275.jpg");
}

.cid-qTrXAvsaYi .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}

.cid-qTrXAvsaYi .mbr-section-title {
  margin-bottom: 3rem;
}

.cid-qTrXAvsaYi .mbr-text {
  margin: 0;
}

.cid-qTrXAvsaYi .mbr-section-btn {
  margin-top: 3rem;
}

.cid-qTrXU2VgOI {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 5rem;
  background-color: #ffffff;
}

.cid-qTrXSKihwc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-qTrXSKihwc .image-block {
  margin: auto;
  width: 100%;
}

.cid-qTrXSKihwc amp-img {
  text-align: center;
}

.cid-qTrXSKihwc .mbr-text {
  margin: 0;
  padding: .5rem 0;
}

@media (max-width: 767px) {
  .cid-qTrXSKihwc .image-block {
    width: 100%;
  }
}

.cid-qTrXUHMqSn {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 5rem;
  background-color: #ffffff;
}

.cid-qTrYMh5Ly6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.cid-qTrYMh5Ly6 .mbr-row,.cid-qTrYMh5Ly6 .main-container,.cid-qTrYMh5Ly6 .off-container {
  padding: 0;
  margin: 0;
}

.cid-qTrYMh5Ly6 .mbr-row {
  justify-content: ;position: relative;
}

.cid-qTrYMh5Ly6 .mbr-row .image {
  display: flex;  
}

.cid-qTrYMh5Ly6 .mbr-row .main-container .image {
  height: 500px;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-qTrYMh5Ly6 .mbr-row .main-container .image {
    height: 100%;
    width: 100%;
  }
}

.cid-qTrYMh5Ly6 .mbr-row .off-container {
}

.cid-qTrYMh5Ly6 .mbr-row .off-container .image {
  height: 250px;
  width: 100%;
}

@media (max-width: 992px) {
  .cid-qTrYMh5Ly6 .mbr-row .off-container .image {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .cid-qTrYMh5Ly6 .mbr-row {
    flex-direction: column;
  }

  .cid-qTrYMh5Ly6 amp-img {
    width: 100%;
  }
}

.cid-qTrYMh5Ly6 img {
  height: 100%;
  object-fit: cover;
}

.cid-qTrYMh5Ly6 amp-img {
  position: relative;
  height: 100%;
  width: 100%;
}

.cid-qTrYMh5Ly6 amp-img:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: 0.4s opacity ease-in-out;
  z-index: 1;
}

.cid-qTrYMh5Ly6 amp-img:hover:before {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr=#1471da,endColorstr=#1C85FB)";
  background: linear-gradient(45deg,#000000,#000000);
}

.cid-qTrYMh5Ly6 amp-img:hover img {
  cursor: pointer;
  opacity: 0.3;
}

.cid-qTrYMh5Ly6 bljaIMGte:hover {
  cursor: pointer;
  opacity: 0.3;
}


@media (max-width: 780px) {
 .cid-qTrYMh5Ly6 .mbr-row .main-container .image {
  height: 100%;
  width: 100%;
}
 .cid-qTrYMh5Ly6 .mbr-row .off-container .image {
  height: 100%;
  width: 100%;
} 
}

.cid-qTrYN8PLgd {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 5rem;
  background-color: #ffffff;
}

.cid-qTrY31XamL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.cid-qTrY31XamL .figure {
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
}

.cid-qTrY31XamL .image {
  height: 800px;
  width: 100%;
  margin-bottom: 1rem;
}

.cid-qTrY31XamL .image amp-img,.cid-qTrY31XamL .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .cid-qTrY31XamL .image {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .cid-qTrY31XamL .mbr-row {
    flex-direction: column-reverse;
  }
}

.cid-qTrY31XamL .mbr-row > * {
  padding: 0 2rem;
}

.cid-qTrY31XamL .text-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cid-qTrY31XamL .image-block {
  margin: auto;
  width: 100%;
}

.cid-qTrY31XamL .mbr-section-subtitle {
  margin-bottom: 2.5rem;
}

.cid-qTrY31XamL .mbr-section-title {
  margin-bottom: 1.5rem;
}

.cid-qTrY31XamL .mbr-section-btn {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cid-qTrY31XamL .text-block,.cid-qTrY31XamL .image-block {
    padding: 0;
  }
}

.cid-qTrY4Mf7MR {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 5rem;
  background-color: #ffffff;
}

.cid-qTrXRmjrKW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}

.cid-qTrXRmjrKW .figure {
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
}

.cid-qTrXRmjrKW .mbr-row {
  justify-content: center;
}

.cid-qTrXRmjrKW .mbr-row > * {
  padding: 0 2rem;
}

.cid-qTrXRmjrKW .text-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cid-qTrXRmjrKW .video-block {
  margin: auto;
  width: 100%;
}

.cid-qTrXRmjrKW .mbr-section-title {
  margin-bottom: 3rem;
}

@media (max-width: 992px) {
  .cid-qTrXRmjrKW .mbr-section-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 992px) {
  .cid-qTrXRmjrKW .video-block,.cid-qTrXRmjrKW .text-block {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.cid-qTrXRmjrKW amp-youtube {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.2);
}

.cid-qTrYGCycEm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-qTrYGCycEm .container-fluid {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

@media (max-width: 768px) {
  .cid-qTrYGCycEm .container-fluid {
    border: none;
  }
}

.cid-qTrYGCycEm .icons-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cid-qTrYGCycEm span {
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  margin-left: -1px;
  height: 3rem;
  width: 4rem;
  font-size: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
}

@media (max-width: 768px) {
  .cid-qTrYGCycEm span {
    border: 1px solid #444444;
    margin: 0;
    margin-top: -1px;
    margin-left: -1px;
  }
}

.cid-qTrYGCycEm span:hover {
  color: white;
}

.cid-qTrYGCycEm span.fa-youtube:hover {
  background-color: #bb0000;
}

.cid-qTrYGCycEm span.fa-facebook-square:hover {
  background-color: #3b5998;
}

.cid-qTrYGCycEm span.fa-google-plus-circle:hover {
  background-color: #dd4b39;
}

.cid-qTrYGCycEm span.fa-linkedin-square:hover {
  background-color: #007bb6;
}

.cid-qTrYGCycEm span.fa-pinterest-square:hover {
  background-color: #cb2027;
}

.cid-qTrYGCycEm span.fa-instagram:hover {
  background-color: #517fa4;
}

.cid-qTrYGCycEm span.fa-twitter:hover {
  background-color: #00aced;
}

.cid-qTrYH7VxYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-qTrYH7VxYO .container-fluid {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

@media (max-width: 768px) {
  .cid-qTrYH7VxYO .container-fluid {
    border: none;
  }
}

.cid-qTrYH7VxYO .icons-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cid-qTrYH7VxYO span {
  border-left: 1px solid #444444;
  border-right: 1px solid #444444;
  margin-left: -1px;
  height: 3rem;
  width: 4rem;
  font-size: 1.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #666666;
}

@media (max-width: 768px) {
  .cid-qTrYH7VxYO span {
    border: 1px solid #444444;
    margin: 0;
    margin-top: -1px;
    margin-left: -1px;
  }
}

.cid-qTrYH7VxYO span:hover {
  color: #666666;
  background-color: #ffffff;
}

.cid-qTrZbTAYKL {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 5rem;
  background-color: #ffffff;
}

.cid-qTw6oMoAHB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}

.cid-qTw6oMoAHB .figure {
  background-color: #888888;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
}

.cid-qTw6oMoAHB .mbr-row .text-block {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.cid-qTw6oMoAHB .mbr-row > * {
  padding: 0 2rem;
}

.cid-qTw6oMoAHB .text-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cid-qTw6oMoAHB .mbr-section-subtitle {
  margin-bottom: 2.5rem;
}

.cid-qTw6oMoAHB .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}

.cid-qTw6oMoAHB .mbr-section-btn {
  margin-top: 2rem;
}

.cid-qTw6qdHue3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}

.cid-qTw6qdHue3 amp-img {
  position: relative;
  height: 100%;
}

.cid-qTw6qdHue3 amp-img:after {
  z-index: 23;
  pointer-events: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s opacity ease-in-out;
}

.cid-qTw6qdHue3 img {
  height: 100%;
  object-fit: cover;
}

.cid-qTw6qdHue3 .image {
  height: 200px;
  width: 100%;
  margin-bottom: 2.2rem;
}

.cid-qTw6qdHue3 .inner-block {
  padding: 1rem;
  margin: 1rem;
  transition: 0.5s all ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .cid-qTw6qdHue3 .inner-block {
    margin: 0;
    padding: 1rem;
  }
}

.cid-qTw6qdHue3 .card {
  padding: 0;
  margin-bottom: 2.5rem;
  transition: 0.5s all ease;
}

.cid-qTw6qdHue3 .card:hover .inner-block {
  -moz-box-shadow: 0 12px 28px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 12px 28px rgba(0,0,0,0.4);
  box-shadow: 0 12px 28px rgba(0,0,0,0.4);
}

.cid-qTw6qdHue3 .mbr-section-title {
  margin-bottom: 0.7rem;
}

.cid-qTw6qdHue3 .mbr-row {
  justify-content: center;
}

.cid-qTrRthELd6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #007873;
}

.cid-qTrRthELd6 .mbr-row {
  justify-content: center;
  margin-bottom: 1rem;
}

.cid-qTrRthELd6 .mbr-text {
  margin: 0;
}

.cid-qTrRthELd6 .fLink {
  margin-left: 1rem;
  margin-right: 1rem;
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

#bljaIMGte .bljaIMGtex {
  width: 25%;
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0px;
  background-color: rgba(66, 23, 23, 0.6);
  font-size: 40px;
  top:0px;
}

#bljaIMGte_p .bljaIMGtex_p {
  width: 30%;
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0px;
  background-color: rgba(66, 23, 23, 0.6);
}

#bljaIMGte .bljaIMGtextog {
margin-top:30px; 
font-family:'Alternate Gothic No2 D'; font-size:18px; color:#FFFFFF; margin-left:10px; margin-right:10px; 
}

#bljaIMGte .bljaIMGtextog1 {
margin-top:40px; 
font-family:'Alternate Gothic No2 D';  color:#FFFFFF; margin-left:10px; margin-right:10px;
}


#bljaIMGte_p .bljaIMGtextop {
margin-top:30px; 
font-family:'Alternate Gothic No2 D'; font-size:18px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

#bljaIMGte_p .bljaIMGtextop1 {
margin-top:0px;
font-family:'Alternate Gothic No2 D'; font-size:22px; color:#FFFFFF; margin-left:10px; margin-right:10px; line-height:25px;
}

#bljaIMGte_p .bljaIMGtextopn {
margin-top:10px; 
font-family:'Alternate Gothic No2 D'; font-size:18px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

#bljaIMGte_p .bljaIMGtextopn1 {
margin-top:10px;
font-family:'Alternate Gothic No2 D'; font-size:22px; color:#FFFFFF; margin-left:10px; margin-right:10px; line-height:25px;
}


#bljaIMGte .bljaIMGtex_esp1 {
  width: 90%;
  margin-top: 60px;
}

#bljaIMGte_p .bljaIMGtex_p_esp {
  width: 90%;
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  #bljaIMGte .bljaIMGtex {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    background-color: rgba(66, 23, 23, 0.8);
    text-align: left;
	padding:0px;
	margin-top:-30px;
	margin-bottom:0px;
  }

  #bljaIMGte_p .bljaIMGtex_p {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    background-color: rgba(66, 23, 23, 0.8);
    text-align: left;
	padding:0px;
	margin-top:-30px;
	margin-bottom:0px;
  }

  #bljaIMGte_pn .bljaIMGtex_pn {
    width: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
    background-color: rgba(66, 23, 23, 0.8);
    text-align: left;
	padding:0px;
	margin-top:10px;
	margin-bottom:0px;
  }
  
#bljaIMGte .bljaIMGtextog {
padding-top:5px;  padding-bottom:5px;
font-family:'Alternate Gothic No2 D'; font-size:16px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

#bljaIMGte .bljaIMGtextog1 {
margin-top:0px; padding-bottom:5px; 
font-family:'Alternate Gothic No2 D'; font-size:20px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}


#bljaIMGte_p .bljaIMGtextop {
padding-top:5px;  padding-bottom:5px;
font-family:'Alternate Gothic No2 D'; font-size:16px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

#bljaIMGte_p .bljaIMGtextop1 {
margin-top:0px; padding-bottom:5px; 
font-family:'Alternate Gothic No2 D'; font-size:20px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}



#bljaIMGte_pn .bljaIMGtextopn {
margin-top:-10px;  padding-bottom:0px; 
font-family:'Alternate Gothic No2 D'; font-size:16px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

#bljaIMGte_pn .bljaIMGtextopn1 {
margin-top:0px; padding-bottom:0px; 
font-family:'Alternate Gothic No2 D'; font-size:20px; color:#FFFFFF; margin-left:10px; margin-right:10px;
}

  #bljaIMGte .bljaIMGtex_esp1 {
    width: 90%;
    margin-top: 0px;
  }

  #bljaIMGte_p .bljaIMGtex_p_esp {
    width: 90%;
    margin-top: 0px;
  }
}