footer .top .container .block .logo svg, footer .top .container .block .logo img, .trial .content .et_bloom_fields button, .section.section-intro .steps .column .icon, .section.section-intro .steps .column, .hero-home .container .wp-block-button .wp-block-button__link, #header .logo svg, #header .logo img, #header .menu ul li.last a, #header, .btn, a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section.section-intro .steps .image img, .section.section-intro .menu .image img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@font-face {
  font-family: "Campton-Book";
  font-style: normal;
  font-weight: normal;
  src: local("Campton-Book"), url("../fonts/Campton-Book.woff") format("woff");
}
body {
  font-family: "Campton-Book", serif;
  font-style: normal;
}

@font-face {
  font-family: "Campton-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Campton-Medium"), url("../fonts/Campton-Medium.woff") format("woff");
}
footer .top, #header .menu ul li a {
  font-family: "Campton-Medium", serif;
  font-style: normal;
}

@font-face {
  font-family: "Campton-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Campton-Bold"), url("../fonts/Campton-Bold.woff") format("woff");
}
footer .top .container .block h3, .trial .content .et_bloom_fields button, .section.section-testimonials .slider .box .auth, .section.section-intro .cta .content h3, .section.section-intro .steps .column h3, .section.section-intro .menu .column, .section.section-intro .block2 .column h3, .section.section-intro .block .column h3, #header .menu ul li.last a, b, strong, .btn {
  font-family: "Campton-Bold", serif;
  font-style: normal;
}

@font-face {
  font-family: "BowlbyOneSC-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("BowlbyOneSC-Regular"), url("../fonts/BowlbyOneSC-Regular.woff") format("woff");
}
.trial .content h2, .section.section-testimonials h2, .section.section-intro .cta .content h2, .section.section-intro .steps .column .icon, .section.section-intro h2, .hero-home .container h1 {
  font-family: "BowlbyOneSC-Regular", serif;
  font-style: normal;
}

/* basic 
==================================== */
body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #00566b;
  background: #f8fbf9;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: transparent !important;
}

.form-control {
  color: #fff;
  padding: 14px 20px 12px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: transparent;
  height: auto;
  font-size: 16px;
  line-height: 1;
}

.form-control:focus, button:focus, :focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #fff;
  border-color: #89cf55;
  background: transparent;
}

.form-control::placeholder {
  color: #fff;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f1f1f1 url(../images/arrowdown.svg) right 15px center no-repeat;
  background-size: 14px;
  padding-right: 40px;
  height: auto !important;
}

textarea.form-control {
  height: 110px;
}

a {
  color: #00566b;
}
a:hover {
  text-decoration: none;
  color: #89cf55;
}

img {
  max-width: 100%;
  height: auto;
}

video::-webkit-media-controls, video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1158px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.btn {
  padding: 15px 28px 12px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 18px;
  }
}
.btn.btn-primary {
  border: 1px solid #89cf55;
  color: #fff;
  background: #89cf55;
  box-shadow: 8px 10px 0px 0px rgba(0, 86, 107, 0.06);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #89cf55;
  background-color: transparent;
  border-color: #89cf55;
}
.btn.btn-secondary {
  border: 1px solid #fff;
  color: #00566b;
  background: #fff;
  box-shadow: 8px 10px 0px 0px rgb(0, 63, 82);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

/* Header
========================================= */
#header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px 0;
  background: #00566b;
}
#header .menu {
  display: none;
}
#header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .menu ul li a {
  font-size: 18px;
  color: #fff;
  text-transform: lowercase;
}
#header .menu ul li a:hover {
  color: #89cf55;
}
#header .menu ul li a.btn {
  color: #fff;
}
#header .menu ul li.active a, #header .menu ul li.current_page_item a {
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li ul {
    display: none;
    position: absolute;
    min-width: 180px;
    left: 0px;
    text-align: left;
    padding-top: 20px;
  }
}
#header .menu ul li ul li {
  display: block;
  padding-bottom: 0;
  margin: 0;
}
#header .menu ul li ul li:last-child {
  border-bottom-width: 0;
}
#header .menu ul li ul li a {
  color: #00566b;
  padding: 15px 15px;
  display: block;
  background: #89cf55;
}
#header .menu ul li ul li a:hover {
  background: #191919;
  color: #fff;
}
#header .menu ul li.last a {
  padding: 15px 28px 12px;
  border-radius: 30px;
  border: 1px solid #89cf55;
  text-transform: uppercase;
  line-height: 1;
  background: #89cf55;
  color: #00566b;
  display: inline-block;
}
#header .menu ul li.last a:hover {
  background: transparent;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  #header .menu ul li:hover ul {
    display: block;
    animation: fadeIn 0.5s;
  }
}
#header .navmenu {
  width: 40px;
  height: 23px;
}
#header .navmenu:hover {
  cursor: pointer;
}
#header .navmenu.open .navmenu-item {
  background: #89cf55;
}
#header .navmenu.open .navmenu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10px 50%;
  transform-origin: 5px 50%;
}
#header .navmenu.open .navmenu-item:nth-child(2) {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
#header .navmenu.open .navmenu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 8px 50%;
  transform-origin: 6px 50%;
}
#header .navmenu-item {
  transition: all 0.2s;
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 0 8px;
  background: #89cf55;
  border-radius: 5px;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo svg, #header .logo img {
  max-width: 100px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #header .logo svg, #header .logo img {
    max-width: 120px;
  }
}

@media only screen and (min-width: 992px) {
  #header {
    padding: 66px 0 40px;
    text-align: center;
  }
  #header.active {
    padding: 25px 0;
  }
  #header .toggle {
    display: none;
  }
  #header .menu {
    display: block !important;
    margin-right: -40px;
  }
  #header .menu .column {
    display: flex;
  }
  #header .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .menu ul li {
    display: inline-block;
    margin: 0 44px 0 0;
    position: relative;
    line-height: 1;
  }
  #header .menu ul li a {
    display: inline-block;
  }
  #header .menu ul li.menu-item-has-children a:after {
    content: "+";
    margin-left: 10px;
  }
  #header .menu ul li.menu-item-has-children ul li a:after {
    display: none;
  }
}
/* mobile 
======================= */
@media only screen and (max-width: 991px) {
  #header .menu {
    position: fixed;
    width: 100%;
    background: #1a677b;
    left: 0;
    top: 77px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
  }
  #header .menu ul {
    padding: 0 30px;
  }
  #header .menu ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  #header .menu ul li a {
    font-size: 18px;
  }
  #header .menu ul ul {
    padding: 0;
    margin-top: 10px;
  }
}
.anchor {
  display: block;
  position: relative;
  top: -77px;
  visibility: hidden;
}

@media only screen and (min-width: 992px) {
  .anchor {
    top: -97px;
  }
}
/* hero-home
========================================= */
.hero-home {
  position: relative;
  overflow: hidden;
  background: #00566b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0px;
  color: #fff;
}
.hero-home .container {
  position: relative;
  z-index: 2;
}
.hero-home .container h1 {
  font-size: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .hero-home .container h1 {
    font-size: 53px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .hero-home .container h1 {
    font-size: 63px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-home .container h1 {
    margin-top: 50px;
  }
}
.hero-home .container .block {
  font-size: 18px;
}
.hero-home .container .block .image img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .hero-home .container .block .image {
    width: 112%;
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-home .container .block {
    display: flex;
    font-size: 20px;
    line-height: 1.3;
  }
  .hero-home .container .block p {
    max-width: 395px;
  }
  .hero-home .container .block .column {
    width: 50%;
  }
  .hero-home .container .block .column:first-child {
    padding-bottom: 100px;
  }
  .hero-home .container .block .column:last-child {
    align-self: flex-end;
  }
}
.hero-home .container .link {
  position: relative;
  margin-top: 40px;
}
.hero-home .container .wp-block-button {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .hero-home .container .wp-block-button {
    margin-top: 40px;
  }
}
.hero-home .container .wp-block-button .wp-block-button__link {
  font-size: 13px;
  padding: 13px 28px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #89cf55;
  color: #fff;
  background: #89cf55;
}
.hero-home .container .wp-block-button .wp-block-button__link:hover, .hero-home .container .wp-block-button .wp-block-button__link:focus {
  color: #89cf55;
  background-color: transparent;
  border-color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .hero-home {
    padding-top: 30px;
  }
}

.section {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 110px 0;
  }
}
.section.section-intro {
  position: relative;
}
.section.section-intro h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}
.section.section-intro h2 u {
  text-decoration: none;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .section.section-intro h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.section.section-intro .link {
  text-align: center;
}
.section.section-intro hr {
  margin: 20px 0;
  border-color: transparent;
}
@media only screen and (min-width: 992px) {
  .section.section-intro hr {
    margin: 30px 0;
  }
}
.section.section-intro .block {
  margin-top: 40px;
}
.section.section-intro .block .column {
  display: block;
  background: #fff;
  margin-bottom: 70px;
  position: relative;
  border-radius: 26px;
  width: 100%;
  padding: 33px 33px 43px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.section.section-intro .block .column .icon {
  position: absolute;
  left: 0;
  bottom: -43px;
  width: 100%;
  text-align: center;
}
.section.section-intro .block .column .icon img {
  width: 64px;
}
.section.section-intro .block .column p {
  margin-bottom: 0;
}
.section.section-intro .block .column h3 {
  text-align: center;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .block .column {
    width: calc(33.33% - 30px);
    margin: 0 15px 70px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .block .column {
    width: calc(33.33% - 56px);
    margin: 0 28px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-intro .block {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .block {
    margin: 60px -28px 0;
  }
}
.section.section-intro .block2 {
  margin-top: 60px;
}
.section.section-intro .block2 .column {
  display: block;
  background: #fff;
  margin-bottom: 70px;
  position: relative;
  border-radius: 26px;
  width: 100%;
  padding: 58px 33px 43px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.section.section-intro .block2 .column .icon {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
  text-align: center;
}
.section.section-intro .block2 .column .icon img {
  width: 64px;
}
.section.section-intro .block2 .column p {
  margin-bottom: 0;
}
.section.section-intro .block2 .column h3 {
  text-align: center;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .block2 .column {
    width: calc(33.33% - 30px);
    margin: 0 15px 70px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .block2 .column {
    width: calc(33.33% - 56px);
    margin: 0 28px 70px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-intro .block2 {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .block2 {
    margin: 60px -28px 0;
  }
}
.section.section-intro .menu .column {
  display: block;
  text-align: center;
  color: #00566b;
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .menu .column {
    width: calc(33.33% - 30px);
    margin: 0 15px 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .menu .column {
    width: calc(33.33% - 56px);
    margin: 0 28px 20px;
  }
}
.section.section-intro .menu .column:hover {
  color: #89cf55;
}
.section.section-intro .menu .column:hover .image img {
  transform: scale(1.1);
}
.section.section-intro .menu .image {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 250px;
  border-radius: 26px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.section.section-intro .menu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .menu {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -15px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .section.section-intro .menu {
    margin: 60px -28px 0;
  }
}
.section.section-intro .steps .column {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 26px;
  margin-top: 65px;
  width: 100%;
  padding: 43px 33px 43px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.section.section-intro .steps .column .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  width: 100%;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #00566b;
  color: #89cf55;
  line-height: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.section.section-intro .steps .column p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .steps .column p {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-intro .steps .column h3 {
  text-align: center;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .steps .column h3 {
    max-width: 226px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section.section-intro .steps .column .image {
  text-align: center;
  margin-top: 20px;
}
.section.section-intro .steps .column .image img {
  max-width: 205px;
}
.section.section-intro .steps .column .link {
  text-align: center;
  margin-top: 20px;
}
.section.section-intro .steps .column .link a {
  box-shadow: none;
}
.section.section-intro .steps .column .form {
  display: flex;
  border: 1px solid #89cf55;
  border-radius: 30px;
  max-width: 334px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .steps .column .form {
    margin-top: 60px;
  }
}
.section.section-intro .steps .column .form .form-control {
  border-color: transparent;
  color: #89cf55;
}
.section.section-intro .steps .column .form .form-control::placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .column .form .form-control:-ms-input-placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .column .form .form-control::-ms-input-placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .column .form .btn {
  box-shadow: none;
  border: 0;
}
.section.section-intro .steps .column .form .btn:hover {
  background: #89cf55;
  color: #00566b;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .steps .column {
    width: calc(28% - 16px);
    margin: 25px 8px 30px;
    padding: 60px 35px 30px;
    color: #327787;
    min-height: 330px;
  }
  .section.section-intro .steps .column.active {
    width: calc(44% - 16px);
    padding-bottom: 60px;
    color: #00566b;
  }
  .section.section-intro .steps .column.active .icon {
    background: #89cf55;
    color: #00566b;
  }
}
.section.section-intro .steps .image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.section.section-intro .steps .image img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .steps {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -8px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .section.section-intro .steps {
    align-items: flex-start;
  }
}
.section.section-intro .steps .delivery {
  max-width: 334px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .steps .delivery {
    margin-top: 60px;
  }
}
.section.section-intro .steps .delivery div#deliverychecker-container {
  margin: 0;
  background: #fff;
}
.section.section-intro .steps .delivery #deliverychecker-container #deliverychecker-panel {
  background: #fff;
}
.section.section-intro .steps .delivery #deliverychecker-container .mapboxgl-ctrl-geocoder {
  box-shadow: none;
  border: 1px solid #89cf55;
  border-radius: 30px;
  position: relative;
}
.section.section-intro .steps .delivery #deliverychecker-container .mapboxgl-ctrl-geocoder input {
  padding: 14px 20px 12px 50px;
  font-size: 16px;
  height: auto;
  color: #89cf55;
}
.section.section-intro .steps .delivery #deliverychecker-container .mapboxgl-ctrl-geocoder input::placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .delivery .mapboxgl-ctrl-geocoder--icon-search {
  width: 30px;
  left: 10px;
  height: 100%;
  top: 0;
  height: 100%;
  border-radius: 30px;
}
.section.section-intro .steps .delivery .mapboxgl-ctrl-geocoder--icon {
  fill: #89cf55;
}
.section.section-intro .steps .delivery .mapboxgl-ctrl-geocoder .suggestions > li > a {
  text-align: left;
  padding: 15px;
}
.section.section-intro .steps .delivery #deliverychecker-container .deliverychecker-location .deliverychecker-left {
  width: 100%;
}
.section.section-intro .steps .delivery #deliverychecker-container .mapboxgl-ctrl-geocoder input:-ms-input-placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .delivery #deliverychecker-container .mapboxgl-ctrl-geocoder input::-ms-input-placeholder {
  color: #89cf55;
  opacity: 0.5;
}
.section.section-intro .steps .delivery #deliverychecker-container .deliverychecker-location {
  border-left-color: #89cf55;
  color: #00566b;
  padding: 0;
}
.section.section-intro .steps .delivery #deliverychecker-container .deliverychecker-location .deliverychecker-address, .section.section-intro .steps .delivery #deliverychecker-container .deliverychecker-location .deliverychecker-contact, .section.section-intro .steps .delivery #deliverychecker-container .deliverychecker-location .deliverychecker-description {
  padding: 0;
}
.section.section-intro .trusted {
  border-radius: 26px;
  background: #00566b;
  color: #fff;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .trusted {
    padding: 60px;
    margin-top: 80px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section.section-intro .trusted h2 {
    text-align: left;
    margin-bottom: 0;
  }
  .section.section-intro .trusted .column:first-child {
    width: 28%;
  }
  .section.section-intro .trusted .column:nth-child(2) {
    display: flex;
    align-items: center;
    padding-right: 20px;
  }
  .section.section-intro .trusted .column:nth-child(2) .image {
    width: 200px;
  }
  .section.section-intro .trusted .column:nth-child(2) p {
    width: calc(100% - 200px);
    padding-left: 10px;
    max-width: 205px;
    margin-bottom: 0;
  }
}
.section.section-intro .trusted .image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .trusted .image {
    margin-bottom: 0px;
  }
}
.section.section-intro .trusted .image img {
  max-width: 200px;
  width: 100%;
}
.section.section-intro .trusted .rating img {
  max-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .trusted .rating img {
    max-width: 180px;
  }
}
.section.section-intro .cta {
  margin-top: 40px;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .cta {
    border-radius: 30px;
    margin-top: 80px;
  }
}
.section.section-intro .cta .image {
  width: 100%;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}
.section.section-intro .cta .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .cta .image {
    position: absolute;
    width: calc(100% - 410px);
    height: 100%;
    border-radius: 0 26px 26px 0;
    top: 0;
    right: 0;
  }
}
.section.section-intro .cta .content {
  width: 100%;
  max-width: 454px;
  padding: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 26px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section.section-intro .cta .content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
}
.section.section-intro .cta .content h2 u {
  text-decoration: none;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .section.section-intro .cta .content h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.section.section-intro .cta .content h3 {
  font-size: 18px;
}
.section.section-intro .cta .content .link {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section.section-intro .cta .content {
    margin-right: auto;
    margin-left: 0;
    padding: 75px;
    border-radius: 30px;
  }
}
.section.section-testimonials {
  background: #00566b;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section.section-testimonials h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
}
.section.section-testimonials h2 u {
  text-decoration: none;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.section.section-testimonials .slider .slick-track {
  display: flex;
}
.section.section-testimonials .slider .slick-slide {
  height: inherit;
}
.section.section-testimonials .slider .slick-slide div {
  height: calc(100% - 10px);
}
.section.section-testimonials .slider .box {
  position: relative;
  border-radius: 26px;
  background: #1a677b;
  padding: 30px 30px 30px 55px;
  font-size: 12px;
  margin: 10px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 320px;
}
.section.section-testimonials .slider .box .auth {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 20px;
}
.section.section-testimonials .slider .box .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .slider .box .image {
    width: 75px;
    height: 75px;
  }
}
.section.section-testimonials .slider .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .section.section-testimonials .slider .box {
    max-width: 512px;
    padding: 30px 50px 30px 90px;
    font-size: 14px;
  }
}

.trial {
  padding: 0 20px;
}
.trial .block {
  max-width: 1240px;
  background: #fff url(../images/bg_trial.jpg) center no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .trial .block {
    padding: 0;
    border-radius: 30px;
  }
}
.trial .content {
  width: 100%;
  max-width: 480px;
  padding: 40px;
  color: #fff;
  background: rgba(0, 86, 107, 0.9);
  margin: 0 auto;
  border-radius: 12px;
}
.trial .content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 2px;
}
.trial .content h2 u {
  text-decoration: none;
  color: #89cf55;
}
@media only screen and (min-width: 992px) {
  .trial .content h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .trial .content {
    margin-right: 0;
    margin-left: auto;
    padding: 75px;
    border-radius: 0;
  }
}
.trial .content .form {
  margin-bottom: 30px;
  margin-top: 30px;
}
.trial .content .form .submit {
  margin-top: 25px;
}
.trial .content .form .submit .btn {
  box-shadow: 8px 10px 0px 0px rgba(14, 84, 109, 0.8);
}
.trial .content .et_bloom_success_message {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .trial .content .et_bloom_success_message {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.trial .content .et_bloom_success_message.et_bloom_animate_message {
  display: block;
}
.trial .content .et_bloom_error_message {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .trial .content .et_bloom_error_message {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.trial .content .et_bloom_fields {
  margin-bottom: 30px;
  margin-top: 30px;
}
.trial .content .et_bloom_fields input {
  color: #fff;
  padding: 14px 20px 12px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: transparent;
  height: auto;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}
.trial .content .et_bloom_fields input:focus {
  color: #fff;
  border-color: #89cf55;
  background: transparent;
}
.trial .content .et_bloom_fields input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.trial .content .et_bloom_fields input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.trial .content .et_bloom_fields input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.trial .content .et_bloom_fields button {
  padding: 15px 28px 12px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #89cf55;
  color: #fff;
  background: #89cf55;
  box-shadow: 8px 10px 0px 0px rgba(14, 84, 109, 0.8);
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .trial .content .et_bloom_fields button {
    font-size: 18px;
  }
}
.trial .content .et_bloom_fields button:hover, .trial .content .et_bloom_fields button:focus {
  color: #89cf55;
  background-color: transparent;
  border-color: #89cf55;
}
.trial .content small {
  font-size: 10px;
}

footer {
  color: #fff;
}
footer .top {
  background: #00566b;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  font-size: 14px;
}
footer .top a {
  color: #fff;
}
footer .top a:hover {
  color: #89cf55;
}
footer .top .container .block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
}
footer .top .container .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top .container .block ul li {
  margin-bottom: 10px;
}
footer .top .container .block ul li a {
  text-transform: lowercase;
}
footer .top .container .block ul li.last {
  display: none;
}
footer .top .container .block .logo {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block .logo {
    margin-bottom: 60px;
  }
}
footer .top .container .block .logo svg, footer .top .container .block .logo img {
  max-width: 110px;
  width: 100%;
}
footer .top .container .block h3 {
  color: #89cf55;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .top .container .block p {
  margin-bottom: 30px;
}
footer .top .container .block ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top .container .block ul.social li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block ul.social li {
    margin: 0 10px 0 0px;
  }
}
footer .top .container .block ul.social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
footer .top .container .block ul.social li a:hover {
  opacity: 0.7;
}
footer .top .container .block ul.social li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .top .container .block .column {
  margin-bottom: 30px;
  width: 48%;
  word-wrap: break-word;
}
footer .top .container .block .column:first-child {
  width: 100%;
  text-align: center;
}
footer .top .container .block .column:last-child {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  footer .top .container .block .column {
    margin-bottom: 0;
    width: 27%;
  }
  footer .top .container .block .column:first-child {
    width: 22%;
    text-align: left;
  }
  footer .top .container .block .column:last-child {
    width: 12%;
  }
}
@media only screen and (min-width: 992px) {
  footer .top {
    padding: 90px 0;
    font-size: 16px;
  }
}

.slick-dots {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 992px) {
  .slick-dots {
    margin-top: 40px;
  }
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots button {
  border: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 10000;
  }
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  margin: 20px 0 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
