.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN { position:relative;display:none; }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN { border-width: 0; border-radius: 0; }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#E9q9dPhd2VDaHI7VkP0S9WKLzdF1twfe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ > .row .container { border-width: 0; border-radius: 0; }#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#ny2kJshD9UsTKET4e76ThBBS6q9UmpUN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.75rem;left:57.061719894409rem;display:none; }
#InipgtIQae6VxnqM5vzBk5c29mwr6um9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:4.75rem;left:45.749219894409rem;text-align:right;text-align-last:right;display:none; }
#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #dee5e7, rgba(0,0,0,0));background-image: -moz-linear-gradient(360deg, #dee5e7, rgba(0,0,0,0));background-image: -ms-linear-gradient(360deg, #dee5e7, rgba(0,0,0,0));background-image: -o-linear-gradient(360deg, #dee5e7, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5e7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5e7', endColorstr='#00000000' );";background-image: linear-gradient(360deg, #dee5e7, rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container { background-color: transparent; background-image: none; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container > .video-iframe-container { display: none; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row > .video-iframe-container { display: none; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container { border-width: 0; border-radius: 0; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#lDAo5MAswvQdSoTbx68pcg0WLx7AR3fV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.6875rem;height:2.5rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1rem;left:55.3125rem;display:block; }
#CuWqPmTq1mXWHb4EdvInNAlgvPi8qy5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcNs08wHz3J4wt2qaZBsUFwM7Hr2c2Mc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:1rem;left:45.75rem;display:block; }
#SZQ1mFxIstzJtuWblHmfcPwk0Mq8Fhrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXDiwbPU9ffvZI86G5kTlDEoVoD4PSR1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1rem;left:40.3125rem;display:block; }
#sCs6TJF7kilr7NF8GeUossLkHbbDGDQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNHXTpLQ4Iq0lz09JCqdnMQQulkdITBe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1rem;left:35.4375rem;display:block; }
#FnK0HFU34eaDhVz6k1M8bkToPoX3FVxM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0EW4N8TeBcJqDR9FMieU218UCq44Z9f { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:0.9375rem;left:28.125000953674rem;display:block; }
#N6sXbeuaRti15lfLfvAoLTOMH9G6iP2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7IgXOBOdN0MRCtfIVgDrFaAu9QqO2nr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7bf08814-e7b2-46c5-960c-67e0b6c5208f/AFROMEDlandingibackground2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:34.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#545454;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:10.875000238419rem;left:0rem;height:6.625rem;font-style:normal;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#91c69b;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.124217987061rem;left:0rem;height:4.125rem;font-style:normal;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #91c69b);background-image: -moz-linear-gradient(top, #c5ebcc, #91c69b);background-image: -ms-linear-gradient(top, #c5ebcc, #91c69b);background-image: -o-linear-gradient(top, #c5ebcc, #91c69b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );";background-image: linear-gradient(to bottom, #c5ebcc, #91c69b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.3125rem;left:0rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XaKeaVzxixzB1R2X6pBm9hTKLZSsA0O5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.625rem;left:57.124998092651rem;display:none; }
#geLpoDF9KItQzSVoJWaXsOaqcA7VxLlU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#bebebe;display:block;width:47.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6437511444092rem;left:6.25rem;height:3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.2750005722044rem;left:3.53125rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#585858;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.8125rem;left:1.6875rem;height:5.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.1875rem;left:23.5rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#585858;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.8125rem;left:21.687501907349rem;height:5.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:#545454;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:7.1875rem;left:43rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#585858;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.8125rem;left:41.625001907349rem;height:5.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wCseOUk1NfBypnEnxE47823dTKOLQX1Z { position:absolute;display:block;z-index:15025;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:9.5rem;left:28.625rem;display:block; }
#lnBxJhI7tI7pkw84S8DRMHtokAvcQ4SJ { position:absolute;display:block;z-index:15026;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:9.5rem;left:48.625rem;display:block; }
#EqQBG2t2AHmSX0JAu05wv8TWv3XUNDbB { position:absolute;display:block;z-index:15020;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:9.5rem;left:8.625rem;display:block; }
#TW2vq8MeLZfrmpagpeXvnkwFKJfdoSa4 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.875rem;top:2.7562503814698rem;left:27.937501907349rem;overflow:hidden;display:block; }
#Apo4SIMpRKLexwOgloAzTmxS2U5X0eg2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.875rem;top:2.7562503814698rem;left:8.0625rem;overflow:hidden;display:block; }
#KnWg5d80rNTuIcxFdo1hfrQHLnVuMv6T { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:2.8187503814698rem;left:48.124219894409rem;overflow:hidden;display:block; }
#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e6def5b-320f-4d5a-8888-5308b6c3d7d6/AFROMEDlandingibackground_1_.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu.adaptive-delivery-prevent-bg, #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu.lazyload, #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu.lazyloading { background-image: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container { background-color: transparent; background-image: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container > .video-iframe-container { display: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row > .video-iframe-container { display: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container { border-width: 0; border-radius: 0; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#tPaqZpGu1evr6pR1CdTTmR1Ah8J1cEfG { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:12rem;left:3.25rem;display:block; }
#srvXcTp1LbhBQTz81Xza9mnXlxVpfcz0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osym5sFOAdUnpfKyqV67m5nk9RHJful9 { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSBxTHqxp2slWRRLUD68GBXkLQWpuuIa { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:16.8125rem;left:3.25rem;display:block; }
#J452d46JzxiuW8GC8bRDcgTEhn09vHxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftsaTa8SoxloSJ5vXcHrfkltB6XUvkV4 { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:21.75rem;left:3.25rem;display:block; }
#HP1no60Zi9GqeX6hBCpQ29e7Kf104MtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMuIwrdroIaw718MmtuxWJ0TJF9lsTMd { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.8125rem;left:23.125rem;display:block; }
#I7FnmyNphfiSl2ArDa8hobV4nTveyrN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPyxIh9lbAJ2U3glJNwuCa3FK1gWkkAE { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.8125rem;left:23.125rem;display:block; }
#RZiNx75GXV5nroLU4V99xTSpKDrEsnEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2Beu2hGbgpWCq40X4s1uCczB9v3mMcB { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.0625rem;left:23.125rem;display:block; }
#yOI6RLyck3xuzVdXFW6AG0bkRelal2us { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrqite6LhoCOyJ2tl6GQO30aWlHzT138 { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.8125rem;left:42.0625rem;display:block; }
#H1wAHk93K3VUa9M27yZJtN9OTL9AhhFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VrcoCB7WKc940RIGU3DMAuJxycPdDsW0 { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#828282;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12rem;left:42.0625rem;display:block; }
#OqfBnR9QlTTVZNK3v1XeT1ATuWTA1sIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTqrZfBWBOFlNgT2LMWCTtSVug4FbAnW { color:#666666;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:22.738747596741rem;left:45.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4KTd2sNCiTzBboticV54UKCaLL0MlS6 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #91c69b);background-image: -moz-linear-gradient(top, #c5ebcc, #91c69b);background-image: -ms-linear-gradient(top, #c5ebcc, #91c69b);background-image: -o-linear-gradient(top, #c5ebcc, #91c69b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );";background-image: linear-gradient(to bottom, #c5ebcc, #91c69b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.5625rem;left:23.0625rem;display:block; }
#HBgusfxv6xcxJEC84g5arCwHmL8nrL3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8thTchT8L7NSU4a60iTQ6uPKiLZHwLu { background-color:#0e9ae5;background-image: -webkit-linear-gradient(360deg, #c5ebcc, #ffffff);background-image: -moz-linear-gradient(360deg, #c5ebcc, #ffffff);background-image: -ms-linear-gradient(360deg, #c5ebcc, #ffffff);background-image: -o-linear-gradient(360deg, #c5ebcc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #c5ebcc, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#91c69b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.0625rem;left:23.0625rem;display:block; }
#UFag0CkEh8qP7ItZrA7BGc8oA6eCG3WB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5wuOZ1KerchKhTZeG2B1BmRfsBne79O { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:22.967987060547rem;left:51.925001144409rem; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9406251907349rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a4c35d6-33d2-4dae-a88e-dbd267665941/AFROMEDlandingibackground7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.adaptive-delivery-prevent-bg, #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.lazyload, #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.lazyloading { background-image: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { background-color: transparent; background-image: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container > .video-iframe-container { display: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row > .video-iframe-container { display: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { border-width: 0; border-radius: 0; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:12.5rem;left:15.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { color:#91c69b;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.0625rem;left:13.5625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:12.4375rem;left:31.8125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { color:#91c69b;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14rem;left:30rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJkRBd9mg3gUcd92bswDq9XkuDtHJJme { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:4.3125rem;left:18.25rem; }
#o9TrQfbpcoq8EvdTHDC3WfsWPi3sAtaO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.25rem;left:34.6875rem; }
#vEgWncOWfcrRngh5ipHcJfqMG9PUI1er { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.875rem;top:4.34375rem;left:18.406251907349rem;overflow:hidden;display:block; }
#K0ErN92AoTPnlZTbfp0UUZB9ZquQumli { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.875rem;top:4.34375rem;left:34.718751907349rem;overflow:hidden;display:block; }
#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container { background-color: transparent; background-image: none; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container > .video-iframe-container { display: none; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row > .video-iframe-container { display: none; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container { border-width: 0; border-radius: 0; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#DcJQbh5vG8ipJS1AAbMexbHXSvqeIhR2 { color:#545454;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7835969924927rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -o-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );";background-image: linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { background-color: transparent; background-image: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container > .video-iframe-container { display: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row > .video-iframe-container { display: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { border-width: 0; border-radius: 0; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#hCwCDMBrn8PfGnc1Gtm8ULLd6gbCa6i3 { color:#7baf85;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:3.0625rem;left:19.375rem;height:1.625rem;font-style:normal;display:block; }
#bN84Tb2TrI6qLSyTS8mQpTAwcB3nLypV { color:#7baf85;display:block;width:6.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.4375rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#AJURdIIo09LacATfTdTZeU4tdxDaZSx1 { color:#7baf85;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.6875rem;left:13.625rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#gCBsIKvgXHoSoP0Vh89He22Dkobw2690 { color:#7baf85;display:block;width:6.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:12.6875rem;left:26.875001907349rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#EwsPTqHcr64eFO3F4f5n6v88OKnxyfck { color:#7baf85;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:12.6875rem;left:38.875rem;height:2.375rem;text-align:center;text-align-last:center;display:block; }
#FhR3BIaHhEtcpvINqR3DRvomMd1TT8Z7 { color:#7baf85;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.6875rem;left:51.030469894409rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#sqev5MdClbhxw51HZVfAuFxlrk5do9JT { color:rgba(123,175,133,0.1);display:block;width:3.875rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:6.078125rem;left:3.125rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GT43BvNTk438xTcu0gt2k0Q019aHHMFw { color:rgba(123,175,133,0.1);display:block;width:4.8125rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:6.078125rem;left:14.625001907349rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTJPkU6cu3bEASMnTLFBRMUN4mJimBAJ { color:rgba(123,175,133,0.1);display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.078125rem;left:27.718751907349rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dx4OwVap8gKhXTpKvVT8fIVuXnavNpMq { color:rgba(123,175,133,0.1);display:block;width:4.625rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.078125rem;left:40.000001907349rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bi7WhXE7ZRU4torTTZ4kRhoekQyB5Jyx { color:rgba(123,175,133,0.1);display:block;width:4.5rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.078125rem;left:52.687498092651rem;height:6.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nA3PX5OG2ZM9Mu9h9m7ihKAyGDKeFi19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.84375rem;left:4.5rem; }
#ERkcImw4kvUwLH9OTt6rp5wKm5fP90Oo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.8437504768369rem;left:15.750001907349rem; }
#n0TWT9ozHFw2I0rvpbhZuLR6e3x77InT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.84375rem;left:54.249998092651rem; }
#WqxN4IOvxl84S8DcDl7d7MQbFxUhLNLE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.84375rem;left:29.343751907349rem; }
#AtqL4qgNda8wMSvJeUa0Q9LIyCEmEeCc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.8437504768369rem;left:41.593751907349rem; }
#TcQzoWg3doqVqdVv4AOtkeXUxIkTvf9a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:7.5625rem;left:9.89999961853rem; }
#s2SNqhrZIkwXrdaSPXc14WHzmZ5zEce8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.5625rem;left:22.21249961853rem; }
#hy9FCfmwMisQQTFPA9rfmTgF8B8ToxmK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:7.5625rem;left:34.77499961853rem; }
#PEGJEhxu8F4HrOPuT0L9uRwp5TxIM4bV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:7.5625rem;left:47.46249961853rem; }
#d8KMBFpTnmmuR6ZvKX9XAvPsXTm3hbeH { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.9375rem;left:26.25rem;height:0;text-align:center;text-align-last:center;display:block; }
#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ffffff, rgba(197,235,204,0.7));background-image: -moz-linear-gradient(360deg, #ffffff, rgba(197,235,204,0.7));background-image: -ms-linear-gradient(360deg, #ffffff, rgba(197,235,204,0.7));background-image: -o-linear-gradient(360deg, #ffffff, rgba(197,235,204,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );";background-image: linear-gradient(360deg, #ffffff, rgba(197,235,204,0.7));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container { background-color: transparent; background-image: none; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container > .video-iframe-container { display: none; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row > .video-iframe-container { display: none; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container { border-width: 0; border-radius: 0; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#VBchGGS6Wvcf4mIPhBmPmIRNsonlqRih { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #7baf85);background-image: -moz-linear-gradient(top, #c5ebcc, #7baf85);background-image: -ms-linear-gradient(top, #c5ebcc, #7baf85);background-image: -o-linear-gradient(top, #c5ebcc, #7baf85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );";background-image: linear-gradient(to bottom, #c5ebcc, #7baf85);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375rem;left:23.0625rem;display:block; }
#abEUv0DHBa6sIJqGOa84mR0KM7TdeAtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container { background-color: transparent; background-image: none; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container > .video-iframe-container { display: none; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row > .video-iframe-container { display: none; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container { border-width: 0; border-radius: 0; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#w8vUnpTTH5QTl0Cxz9EHlabqJbtKFzcb { color:#545454;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6593751907349rem;left:21.187501907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container { background-color: transparent; background-image: none; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container > .video-iframe-container { display: none; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row > .video-iframe-container { display: none; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container { border-width: 0; border-radius: 0; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#fpMvZcVdoxBGqkTzTKCDoZyiqvt24THF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.9375rem;left:6.9375rem; }
#hOMWHNmqtsRkB9UuCTgOhxPTe9aQTzMi { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.9375rem;left:8.25rem; }
#REUWOOK9cxgi7nTRGnJBnkDW2xBBhxQ4 { color:#585858;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.3125rem;left:1.625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#M7pFTcFcoTG8nb4tr8lEV339Jz7o72TA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.9375rem;left:9.5625rem; }
#XkJO6mzRCC0eea4MtxDc0VunAk51IPNI { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9375rem;left:10.875rem; }
#zCL57QoTPll1z2GgqpAzKergP13KVtIc { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:12.1875rem; }
#DTmJtIX7hybAJHVTti1Ols2sfCJoaTTV { color:#666666;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:11.4375rem;left:5.5rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZdnRFEpfXoOU5H468JABFGXGhf6IRTOB { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.9375rem;left:27.0625rem; }
#ySIVDvxnGDzCa42dUWTq8ErTOpO01Qmw { color:#545454;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:6.3125rem;left:21.875rem;height:5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yshymt31KZNXFBXJsIFcMTzEuk9Us3c3 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.9375rem;left:28.375rem; }
#xLtkcs1NQIC85RSpSKigc1kE2B6Z9X5P { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.9375rem;left:29.6875rem; }
#uGDem9VPxLvNnblNgqdmzSvGAIwuss6m { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.9375rem;left:31rem; }
#t5XBTfkPaSGNCd9NvGiK7PcRcXVCpbeu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.9375rem;left:32.125rem; }
#CIU6naaSTagZTazVMkfeVTBc8D11FFUr { color:#666666;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.625rem;left:27.1875rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrDXJu5u2vTPl94E4OToddWkl1DaerXz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.9375rem;left:46.9375rem; }
#M8FFLWdwUJUzfw5i4nWF8eRbDQBgTAhu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.9375rem;left:48.25rem; }
#KoxSldEaW66a13LaXHPdV1AhKwETU2ON { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.9375rem;left:49.5625rem; }
#mmH8O5TqNTQUGMHhVQbnmIR9WhrKKDfA { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3.9375rem;left:50.875rem; }
#XAFPpi6Hzcbs8H17cZsF0lKCEa870Rnk { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:3.9375rem;left:52.1875rem; }
#BXkZpMF1RECXNoiNkMxXD9x9TIlFWDc4 { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.3125rem;left:41.875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#goEwOwQEL92FAAi2fK5a50SdpxRelzty { color:#666666;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.625rem;left:45.5rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-image: -o-linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );";background-image: linear-gradient(180deg, #ffffff, rgba(197,235,204,0.7));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection *:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="text"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="email"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="tel"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection textarea:focus-visible { outline: none; } #KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container { background-color: transparent; background-image: none; }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container > .video-iframe-container { display: none; }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row > .video-iframe-container { display: none; }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container { border-width: 0; border-radius: 0; }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#RbI957NENs7k30Atfm2rrW360M44ewny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(197,235,204,0.7), #ffffff);background-image: -moz-linear-gradient(top, rgba(197,235,204,0.7), #ffffff);background-image: -ms-linear-gradient(top, rgba(197,235,204,0.7), #ffffff);background-image: -o-linear-gradient(top, rgba(197,235,204,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c5ebcc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2c5ebcc', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, rgba(197,235,204,0.7), #ffffff);background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container { background-color: transparent; background-image: none; }#RbI957NENs7k30Atfm2rrW360M44ewny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container > .video-iframe-container { display: none; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbI957NENs7k30Atfm2rrW360M44ewny > .row > .video-iframe-container { display: none; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container { border-width: 0; border-radius: 0; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#wtAeU4Md9eSLEt2XeDI3Gpb5TJX6nrFD { color:#545454;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.000001907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#znmJ7FRtUr9Ipu7w8Dtk5RaIMcT1FbwT { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.0625rem;left:23.5rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUfJHTGGtu4BWnd4oiFeR0Qspt2gIJgQ { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.0625rem;left:43.5rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTUTrTPztToc4Kl35NULXqPA5JceIi0r { color:#545454;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:13.0625rem;left:3.5rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmUZIvgnzoki6f7WhG4fauOEbdynmN1H { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:21.5625rem;left:6.4375rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gO4yT7r0dLFotGnTHC5RTVZUTwd28BRO { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.75rem;left:12.4375rem; }
#vapvOnkZvzzmUkowzCWO2o7ymlwK2iF7 { color:#585858;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17rem;left:2.8125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omE8EWEndqgSL8wWPSb48Gk3w9DbOk4M { color:#585858;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.3125rem;left:22.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nblniqTdaZoWOZdyJf4pizbVfbust204 { color:#585858;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.3125rem;left:42.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0QVLW1uEeubPVdk0CnyOhJFtAtztPVZ { position:absolute;display:block;z-index:15033;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.875rem;left:8.75rem;display:block; }
#OaqzZe3M1BN0tvrqAqN1qIFEKOEllWbB { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:21.5625rem;left:26.3125rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AblaCHS4zZJaxgeBrAp5SiEuyeOvoHJN { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:21.8125rem;left:32.3125rem; }
#RtRFpGTOvfqpU847ThRiox9JdMWrMHCl { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:21.5625rem;left:46.1875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:22.6875rem;left:52.1875rem; }
#Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H > img { max-width: 100%;max-height:100%; width:0.875rem; height:0.875rem; }#iHOFx9Ti9usnNhN2IRJFHAbDvTDEXgQs { position:absolute;display:block;z-index:15034;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.875rem;left:28.75rem;display:block; }
#QMPplteeT6hUqNtzxZvo7VIJbVlsP3y8 { position:absolute;display:block;z-index:15035;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.875rem;left:48.75rem;display:block; }
#B2iQlTFEoDVtO3gF25tGBPNMDD37b6X6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:3.875rem;top:8.3125rem;left:28.0625rem;overflow:hidden;display:block; }
#N95m2RGJMwT4M5HKPO1R64WRsaUgGtb0 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:3.9375rem;top:8.25rem;left:48rem;overflow:hidden;display:block; }
#MtlUtAJezp1uh8zPNrJ8S5ZC7xhNnfSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.8125rem;left:8.4375rem; }
#DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/o2iUKPZu/Medicine_bg.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection.adaptive-delivery-prevent-bg, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection.lazyload, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection.lazyloading { background-image: none; } #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection *:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="text"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="email"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="tel"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection textarea:focus-visible { outline: none; } #AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container { background-color: transparent; background-image: none; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,175,133,0.6); }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container > .video-iframe-container { display: none; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,175,133,0.6); }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row > .video-iframe-container { display: none; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container { border-width: 0; border-radius: 0; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM > .row .container { border-width: 0; border-radius: 0; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:none; }#B5GJmx6vfO4Mav3pA9XgAcAuXrgz3nbG { color:#545454;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:14.437500715256rem;left:1.25rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkyKXeoIwgokNrfff9Civ33BhpvIGKsT { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:11.25rem;left:23.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4I8EexoiTSGgqb3Jv7ntFCP9KCp3Qx9 { color:#545454;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:13.812500715256rem;left:42.875000953674rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT5f1IOg5L7RVPrKtikFdvOQVlq80iZb { color:#545454;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.437500715256rem;left:21.250000953674rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyFvN4ApttKaIFfqSALlAwmqPse8WMEK { position:absolute;display:block;z-index:15013;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.75rem;left:28.6875rem;display:block; }
#CDDKcdVeNuNU4GqamWkW2SLJ4mc2sIy1 { position:absolute;display:block;z-index:15014;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.75rem;left:48.625rem;display:block; }
#TPhzW6WmCTaEh19pGdNMTSh8o6yEzMbB { position:absolute;display:block;z-index:15008;background-color:#91c69b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.75rem;left:8.6875rem;display:block; }
#WmoRqZxq1BWz1fVAq3VHUwZRxXXW06ZQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.4375rem;width:8.4375rem;top:3.75rem;left:45.6875rem;overflow:hidden;display:block; }
#OFJrvZNZS4t1aQs6cCZkQRDRNDdgPdNK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.5625rem;width:8.8125rem;top:3.6875rem;left:5.625rem;overflow:hidden;display:block; }
#PiI0U8AeXTb6f1sxvpmK1BHNhODnTk4U { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.5rem;width:8.5625rem;top:3.75rem;left:25.75rem;overflow:hidden;display:block; }
#XnEMgUtZqnQpwJFA3o2BJIN8MCq6EQ8f { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:17.9375rem;left:6.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THB0J2MbnxtiiVFVOq2rLsNAi28yaJzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.125rem;left:12.25rem; }
#oENLPVr2Ji21GrcK3oSKWemxG5DNvANi { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:17.9375rem;left:26.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kA1zddfrwAQ5w8dTr90ocZ0VdvhCV8LT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.125rem;left:32.25rem; }
#wAitDQB5E7TogeUlst9i8M8zT3UxEqmT { color:#91c69b;display:block;width:7.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:17.9375rem;left:46.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xi9figQST0S3J6Rm1qQ6F4Av1rSSl6Fq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:18.125rem;left:52.25rem; }
#FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection *:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="text"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="email"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="tel"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection textarea:focus-visible { outline: none; } #amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container { background-color: transparent; background-image: none; }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container > .video-iframe-container { display: none; }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row > .video-iframe-container { display: none; }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container { border-width: 0; border-radius: 0; }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN { display:none; }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E9q9dPhd2VDaHI7VkP0S9WKLzdF1twfe { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ { display:none; }#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ny2kJshD9UsTKET4e76ThBBS6q9UmpUN { width:1.25rem;height:1.25rem;top:2.75rem;left:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #InipgtIQae6VxnqM5vzBk5c29mwr6um9 { width:12.5rem;height:4.875rem;top:4.75rem;left:35.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ { display:block; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDAo5MAswvQdSoTbx68pcg0WLx7AR3fV { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWqPmTq1mXWHb4EdvInNAlgvPi8qy5V { display:block; }
 }@media only screen and (max-width: 763px) { #IcNs08wHz3J4wt2qaZBsUFwM7Hr2c2Mc { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZQ1mFxIstzJtuWblHmfcPwk0Mq8Fhrb { display:block; }
 }@media only screen and (max-width: 763px) { #fXDiwbPU9ffvZI86G5kTlDEoVoD4PSR1 { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCs6TJF7kilr7NF8GeUossLkHbbDGDQD { display:block; }
 }@media only screen and (max-width: 763px) { #cNHXTpLQ4Iq0lz09JCqdnMQQulkdITBe { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnK0HFU34eaDhVz6k1M8bkToPoX3FVxM { display:block; }
 }@media only screen and (max-width: 763px) { #x0EW4N8TeBcJqDR9FMieU218UCq44Z9f { width:6.25rem;height:2.5rem;top:1.1875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sXbeuaRti15lfLfvAoLTOMH9G6iP2T { display:block; }
 }@media only screen and (max-width: 763px) { #B7IgXOBOdN0MRCtfIVgDrFaAu9QqO2nr { width:4.8125rem;height:4.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:19.5rem;height:4.125rem;top:20.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:10.1875rem;height:2.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #XaKeaVzxixzB1R2X6pBm9hTKLZSsA0O5 { width:1.25rem;height:1.25rem;top:0.625rem;left:46.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #geLpoDF9KItQzSVoJWaXsOaqcA7VxLlU { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.5rem;height:3.0625rem;top:3.625rem;left:0.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.75rem;height:5.625rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.75rem;height:5.625rem;top:10.8125rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.75rem;height:5.625rem;top:10.8125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCseOUk1NfBypnEnxE47823dTKOLQX1Z { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnBxJhI7tI7pkw84S8DRMHtokAvcQ4SJ { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqQBG2t2AHmSX0JAu05wv8TWv3XUNDbB { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2vq8MeLZfrmpagpeXvnkwFKJfdoSa4 { width:3.875rem;height:3.75rem;top:2.75rem;left:21.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apo4SIMpRKLexwOgloAzTmxS2U5X0eg2 { width:3.875rem;height:3.75rem;top:2.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWg5d80rNTuIcxFdo1hfrQHLnVuMv6T { width:3.75rem;height:3.625rem;top:2.8125rem;left:37.811719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu { display:block; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPaqZpGu1evr6pR1CdTTmR1Ah8J1cEfG { width:14.6875rem;height:3.4375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srvXcTp1LbhBQTz81Xza9mnXlxVpfcz0 { display:block; }
 }@media only screen and (max-width: 763px) { #osym5sFOAdUnpfKyqV67m5nk9RHJful9 { width:47.75rem;height:2.625rem;top:4.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSBxTHqxp2slWRRLUD68GBXkLQWpuuIa { width:14.6875rem;height:3.4375rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J452d46JzxiuW8GC8bRDcgTEhn09vHxm { display:block; }
 }@media only screen and (max-width: 763px) { #ftsaTa8SoxloSJ5vXcHrfkltB6XUvkV4 { width:14.6875rem;height:3.4375rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP1no60Zi9GqeX6hBCpQ29e7Kf104MtR { display:block; }
 }@media only screen and (max-width: 763px) { #dMuIwrdroIaw718MmtuxWJ0TJF9lsTMd { width:14.6875rem;height:3.4375rem;top:21.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7FnmyNphfiSl2ArDa8hobV4nTveyrN7 { display:block; }
 }@media only screen and (max-width: 763px) { #TPyxIh9lbAJ2U3glJNwuCa3FK1gWkkAE { width:14.6875rem;height:3.4375rem;top:16.8125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZiNx75GXV5nroLU4V99xTSpKDrEsnEO { display:block; }
 }@media only screen and (max-width: 763px) { #i2Beu2hGbgpWCq40X4s1uCczB9v3mMcB { width:14.6875rem;height:3.4375rem;top:12.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOI6RLyck3xuzVdXFW6AG0bkRelal2us { display:block; }
 }@media only screen and (max-width: 763px) { #hrqite6LhoCOyJ2tl6GQO30aWlHzT138 { width:14.6875rem;height:3.4375rem;top:16.8125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1wAHk93K3VUa9M27yZJtN9OTL9AhhFK { display:block; }
 }@media only screen and (max-width: 763px) { #VrcoCB7WKc940RIGU3DMAuJxycPdDsW0 { width:14.6875rem;height:3.4375rem;top:12rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqfBnR9QlTTVZNK3v1XeT1ATuWTA1sIR { display:block; }
 }@media only screen and (max-width: 763px) { #fTqrZfBWBOFlNgT2LMWCTtSVug4FbAnW { width:7.0625rem;height:1.25rem;top:22.6875rem;left:39.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4KTd2sNCiTzBboticV54UKCaLL0MlS6 { width:13.875rem;height:3.125rem;top:33.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBgusfxv6xcxJEC84g5arCwHmL8nrL3N { display:block; }
 }@media only screen and (max-width: 763px) { #y8thTchT8L7NSU4a60iTQ6uPKiLZHwLu { width:13.875rem;height:3.125rem;top:29.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFag0CkEh8qP7ItZrA7BGc8oA6eCG3WB { display:block; }
 }@media only screen and (max-width: 763px) { #N5wuOZ1KerchKhTZeG2B1BmRfsBne79O { width:1rem;height:1rem;top:22.9375rem;left:45.800001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS { display:block; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:16.5rem;height:1.375rem;top:14.0625rem;left:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:12.9375rem;height:1.5625rem;top:14.6875rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:16.5rem;height:1.375rem;top:14rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJkRBd9mg3gUcd92bswDq9XkuDtHJJme { width:7.125rem;height:7.125rem;top:4.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9TrQfbpcoq8EvdTHDC3WfsWPi3sAtaO { width:7.125rem;height:7.125rem;top:4.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgWncOWfcrRngh5ipHcJfqMG9PUI1er { width:6.875rem;height:7rem;top:4.3125rem;left:15.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ErN92AoTPnlZTbfp0UUZB9ZquQumli { width:6.875rem;height:7rem;top:4.3125rem;left:25.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh { display:block; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJQbh5vG8ipJS1AAbMexbHXSvqeIhR2 { width:47.75rem;height:2.625rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn { display:block; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCwCDMBrn8PfGnc1Gtm8ULLd6gbCa6i3 { top:3.0625rem;left:13.250001907349rem;width:21.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN84Tb2TrI6qLSyTS8mQpTAwcB3nLypV { top:12.6875rem;left:0rem;width:6.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJURdIIo09LacATfTdTZeU4tdxDaZSx1 { top:12.6875rem;left:7.5rem;width:6.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCBsIKvgXHoSoP0Vh89He22Dkobw2690 { top:12.6875rem;left:20.750001907349rem;width:6.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwsPTqHcr64eFO3F4f5n6v88OKnxyfck { top:12.6875rem;left:32.750001907349rem;width:7.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhR3BIaHhEtcpvINqR3DRvomMd1TT8Z7 { top:12.6875rem;left:39.9375rem;width:7.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqev5MdClbhxw51HZVfAuFxlrk5do9JT { top:6.0625rem;left:0rem;width:3.875rem;height:6.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT43BvNTk438xTcu0gt2k0Q019aHHMFw { top:6.0625rem;left:8.5000019073488rem;width:4.8125rem;height:6.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTJPkU6cu3bEASMnTLFBRMUN4mJimBAJ { top:6.0625rem;left:21.593751907349rem;width:4.5625rem;height:6.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx4OwVap8gKhXTpKvVT8fIVuXnavNpMq { top:6.0625rem;left:33.875001907349rem;width:4.625rem;height:6.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bi7WhXE7ZRU4torTTZ4kRhoekQyB5Jyx { top:6.0625rem;left:43.25rem;width:4.5rem;height:6.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA3PX5OG2ZM9Mu9h9m7ihKAyGDKeFi19 { width:2.5625rem;height:2.5625rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERkcImw4kvUwLH9OTt6rp5wKm5fP90Oo { width:2.5625rem;height:2.5625rem;top:7.8125rem;left:9.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TWT9ozHFw2I0rvpbhZuLR6e3x77InT { width:2.5625rem;height:2.5625rem;top:7.8125rem;left:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxN4IOvxl84S8DcDl7d7MQbFxUhLNLE { width:2.5625rem;height:2.5625rem;top:7.8125rem;left:23.218751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqL4qgNda8wMSvJeUa0Q9LIyCEmEeCc { width:2.5625rem;height:2.5625rem;top:7.8125rem;left:35.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQzoWg3doqVqdVv4AOtkeXUxIkTvf9a { width:3.125rem;height:3.125rem;top:7.5625rem;left:3.7749996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2SNqhrZIkwXrdaSPXc14WHzmZ5zEce8 { width:3.125rem;height:3.125rem;top:7.5625rem;left:16.08749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy9FCfmwMisQQTFPA9rfmTgF8B8ToxmK { width:3.125rem;height:3.125rem;top:7.5625rem;left:28.64999961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEGJEhxu8F4HrOPuT0L9uRwp5TxIM4bV { width:3.125rem;height:3.125rem;top:7.5625rem;left:41.33749961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KMBFpTnmmuR6ZvKX9XAvPsXTm3hbeH { top:14.9375rem;left:20.125rem;width:7.375rem;height:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH { display:block; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBchGGS6Wvcf4mIPhBmPmIRNsonlqRih { width:13.875rem;height:3.125rem;top:1.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abEUv0DHBa6sIJqGOa84mR0KM7TdeAtc { display:block; }
 }@media only screen and (max-width: 763px) { #zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 { display:block; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8vUnpTTH5QTl0Cxz9EHlabqJbtKFzcb { width:17.625rem;height:2.625rem;top:1.625rem;left:15.062501907349rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yACKd79SH5aRIW7GBFxu30CCtuKfOWLr { display:block; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpMvZcVdoxBGqkTzTKCDoZyiqvt24THF { width:1.125rem;height:1.125rem;top:3.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMWHNmqtsRkB9UuCTgOhxPTe9aQTzMi { width:1.125rem;height:1.125rem;top:3.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REUWOOK9cxgi7nTRGnJBnkDW2xBBhxQ4 { width:17.0625rem;height:3.875rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7pFTcFcoTG8nb4tr8lEV339Jz7o72TA { width:1.125rem;height:1.125rem;top:3.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJO6mzRCC0eea4MtxDc0VunAk51IPNI { width:1.125rem;height:1.125rem;top:3.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCL57QoTPll1z2GgqpAzKergP13KVtIc { width:1.125rem;height:1.125rem;top:3.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmJtIX7hybAJHVTti1Ols2sfCJoaTTV { width:9.3125rem;height:1.1875rem;top:11.4375rem;left:3.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnRFEpfXoOU5H468JABFGXGhf6IRTOB { width:1.125rem;height:1.125rem;top:3.9375rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySIVDvxnGDzCa42dUWTq8ErTOpO01Qmw { width:16.5rem;height:5.1875rem;top:6.3125rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshymt31KZNXFBXJsIFcMTzEuk9Us3c3 { width:1.125rem;height:1.125rem;top:3.9375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtkcs1NQIC85RSpSKigc1kE2B6Z9X5P { width:1.125rem;height:1.125rem;top:3.9375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGDem9VPxLvNnblNgqdmzSvGAIwuss6m { width:1.125rem;height:1.125rem;top:3.9375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5XBTfkPaSGNCd9NvGiK7PcRcXVCpbeu { width:1.125rem;height:1.125rem;top:3.9375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIU6naaSTagZTazVMkfeVTBc8D11FFUr { width:5.9375rem;height:1.1875rem;top:11.625rem;left:21rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDXJu5u2vTPl94E4OToddWkl1DaerXz { width:1.125rem;height:1.125rem;top:3.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FFLWdwUJUzfw5i4nWF8eRbDQBgTAhu { width:1.125rem;height:1.125rem;top:3.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxSldEaW66a13LaXHPdV1AhKwETU2ON { width:1.125rem;height:1.125rem;top:3.9375rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmH8O5TqNTQUGMHhVQbnmIR9WhrKKDfA { width:1.125rem;height:1.125rem;top:3.9375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFPpi6Hzcbs8H17cZsF0lKCEa870Rnk { width:1.125rem;height:1.125rem;top:3.9375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkZpMF1RECXNoiNkMxXD9x9TIlFWDc4 { width:16.5rem;height:3.875rem;top:6.3125rem;left:31.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEwOwQEL92FAAi2fK5a50SdpxRelzty { width:9.3125rem;height:1.1875rem;top:11.625rem;left:35.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection { display:block; } #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection *:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="text"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="email"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="tel"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection textarea:focus-visible { outline: none; } #KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbI957NENs7k30Atfm2rrW360M44ewny { display:block; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtAeU4Md9eSLEt2XeDI3Gpb5TJX6nrFD { width:20rem;height:2.625rem;top:3.375rem;left:11.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmJ7FRtUr9Ipu7w8Dtk5RaIMcT1FbwT { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUfJHTGGtu4BWnd4oiFeR0Qspt2gIJgQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUTrTPztToc4Kl35NULXqPA5JceIi0r { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUZIvgnzoki6f7WhG4fauOEbdynmN1H { width:7.0625rem;height:1.1875rem;top:21.5625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4yT7r0dLFotGnTHC5RTVZUTwd28BRO { width:0.9375rem;height:0.9375rem;top:21.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapvOnkZvzzmUkowzCWO2o7ymlwK2iF7 { width:14.375rem;height:2.8125rem;top:17rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omE8EWEndqgSL8wWPSb48Gk3w9DbOk4M { width:14.375rem;height:4.1875rem;top:16.3125rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nblniqTdaZoWOZdyJf4pizbVfbust204 { width:14.375rem;height:4.1875rem;top:16.3125rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0QVLW1uEeubPVdk0CnyOhJFtAtztPVZ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaqzZe3M1BN0tvrqAqN1qIFEKOEllWbB { width:7.0625rem;height:1.1875rem;top:21.5625rem;left:20.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AblaCHS4zZJaxgeBrAp5SiEuyeOvoHJN { width:0.9375rem;height:0.9375rem;top:21.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtRFpGTOvfqpU847ThRiox9JdMWrMHCl { width:7.0625rem;height:1.1875rem;top:21.5625rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H { width:0.875rem;height:0.875rem;top:22.6875rem;left:41.875rem;display:block; }
#Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H > img { max-width: 100%;max-height:100%; width:0.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #iHOFx9Ti9usnNhN2IRJFHAbDvTDEXgQs { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMPplteeT6hUqNtzxZvo7VIJbVlsP3y8 { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2iQlTFEoDVtO3gF25tGBPNMDD37b6X6 { width:3.875rem;height:4.125rem;top:8.3125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95m2RGJMwT4M5HKPO1R64WRsaUgGtb0 { width:3.9375rem;height:4.25rem;top:8.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtlUtAJezp1uh8zPNrJ8S5ZC7xhNnfSc { width:3.125rem;height:3.125rem;top:8.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection { display:block; } #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection *:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="text"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="email"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="tel"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection textarea:focus-visible { outline: none; } #AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM { display:none; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5GJmx6vfO4Mav3pA9XgAcAuXrgz3nbG { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkyKXeoIwgokNrfff9Civ33BhpvIGKsT { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4I8EexoiTSGgqb3Jv7ntFCP9KCp3Qx9 { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT5f1IOg5L7RVPrKtikFdvOQVlq80iZb { width:12.9375rem;height:1.5625rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFvN4ApttKaIFfqSALlAwmqPse8WMEK { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDKcdVeNuNU4GqamWkW2SLJ4mc2sIy1 { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhzW6WmCTaEh19pGdNMTSh8o6yEzMbB { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmoRqZxq1BWz1fVAq3VHUwZRxXXW06ZQ { width:8.4375rem;height:8.4375rem;top:3.75rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJrvZNZS4t1aQs6cCZkQRDRNDdgPdNK { width:8.8125rem;height:8.5625rem;top:3.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiI0U8AeXTb6f1sxvpmK1BHNhODnTk4U { width:8.5625rem;height:8.5rem;top:3.75rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnEMgUtZqnQpwJFA3o2BJIN8MCq6EQ8f { width:7.0625rem;height:1.125rem;top:17.9375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THB0J2MbnxtiiVFVOq2rLsNAi28yaJzT { width:0.875rem;height:0.875rem;top:18.125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oENLPVr2Ji21GrcK3oSKWemxG5DNvANi { width:7.0625rem;height:1.125rem;top:17.9375rem;left:20.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA1zddfrwAQ5w8dTr90ocZ0VdvhCV8LT { width:0.875rem;height:0.875rem;top:18.125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAitDQB5E7TogeUlst9i8M8zT3UxEqmT { width:7.0625rem;height:1.125rem;top:17.9375rem;left:36.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi9figQST0S3J6Rm1qQ6F4Av1rSSl6Fq { width:0.875rem;height:0.875rem;top:18.125rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection { display:block; } #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection *:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="text"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="email"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="tel"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection textarea:focus-visible { outline: none; } #amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN { display:block; }#FFhRfTdNK9VLQQss1k1UoiJmPShnZPqN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9q9dPhd2VDaHI7VkP0S9WKLzdF1twfe { top:0rem;left:7.7812506556512rem;width:4.4375rem;height:4.4375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ { display:block; }#zJfN1S2o6pGtg0v2GtoWi4biODwpP8zZ > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ny2kJshD9UsTKET4e76ThBBS6q9UmpUN { display:flex;top:1.375rem;left:9.5rem;width:1.0625rem;height:1.0625rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #InipgtIQae6VxnqM5vzBk5c29mwr6um9 { top:3rem;left:6.4375rem;width:7.125rem;height:8.647725rem;z-index:15001;text-align:center;text-align-last:center;font-family:lato;font-size:0.75rem;color:#7baf85;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ { position:relative;z-index:auto;display:none; }#DMVIfg4RtoOde0TQTnnJbCClRJ9F5WVJ > .row .container { width:20rem;height:19.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lDAo5MAswvQdSoTbx68pcg0WLx7AR3fV { width:4.6875rem;height:2.5rem;top:15.25rem;left:7.6562503576281rem;z-index:15034;font-size:0.75rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #CuWqPmTq1mXWHb4EdvInNAlgvPi8qy5V { display:block; }
 }@media only screen and (max-width: 763px) { #IcNs08wHz3J4wt2qaZBsUFwM7Hr2c2Mc { width:8.5625rem;height:2.5rem;top:12.75rem;left:5.7187498807907rem;font-size:0.75rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #SZQ1mFxIstzJtuWblHmfcPwk0Mq8Fhrb { display:block; }
 }@media only screen and (max-width: 763px) { #fXDiwbPU9ffvZI86G5kTlDEoVoD4PSR1 { width:4.0625rem;height:2.5rem;top:10.25rem;left:7.9687503576281rem;font-size:0.75rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #sCs6TJF7kilr7NF8GeUossLkHbbDGDQD { display:block; }
 }@media only screen and (max-width: 763px) { #cNHXTpLQ4Iq0lz09JCqdnMQQulkdITBe { width:4.0625rem;height:2.5rem;top:7.75rem;left:7.9687503576281rem;font-size:0.75rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #FnK0HFU34eaDhVz6k1M8bkToPoX3FVxM { display:block; }
 }@media only screen and (max-width: 763px) { #x0EW4N8TeBcJqDR9FMieU218UCq44Z9f { width:6.25rem;height:2.5rem;top:5.25rem;left:6.8749998807906rem;z-index:15030;font-size:0.75rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #N6sXbeuaRti15lfLfvAoLTOMH9G6iP2T { display:block; }
 }@media only screen and (max-width: 763px) { #B7IgXOBOdN0MRCtfIVgDrFaAu9QqO2nr { width:5.0625rem;height:5.0625rem;top:0rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/64d29def-6847-452a-84a3-8aca856cd614/AFROMEDlandingibackground3.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:9.625rem;height:2.875rem;top:2.4375rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:10.8125rem;height:4.225rem;top:6.5625rem;left:1.4375rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:6.8125rem;height:1.8125rem;top:12.0625rem;left:2.8125rem;font-size:0.75rem;font-family:lato;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #7baf85);background-image: -moz-linear-gradient(top, #c5ebcc, #7baf85);background-image: -ms-linear-gradient(top, #c5ebcc, #7baf85);background-image: -o-linear-gradient(top, #c5ebcc, #7baf85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );";background-image: linear-gradient(to bottom, #c5ebcc, #7baf85);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #XaKeaVzxixzB1R2X6pBm9hTKLZSsA0O5 { display:flex;top:0.5625rem;left:17.774999976158rem;width:1.0625rem;height:1.0625rem;z-index:15004;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #geLpoDF9KItQzSVoJWaXsOaqcA7VxLlU { display:flex;top:0.25rem;left:17.289772689342rem;width:1rem;height:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:4.2rem;top:2.7750000953674rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:11.6875rem;height:2.1122125rem;top:6.3125rem;left:4.1875rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:14.375rem;height:4.875rem;top:9.125rem;left:2.875rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:2.1122125rem;top:20.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:14.375rem;height:4.875rem;top:23rem;left:2.875rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:2.1122125rem;top:33.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:14.375rem;height:4.875rem;top:36.4375rem;left:2.8125rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCseOUk1NfBypnEnxE47823dTKOLQX1Z { width:2.5rem;height:0.125rem;top:35.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnBxJhI7tI7pkw84S8DRMHtokAvcQ4SJ { width:2.5rem;height:0.125rem;top:8.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqQBG2t2AHmSX0JAu05wv8TWv3XUNDbB { width:2.5rem;height:0.125rem;top:22rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2vq8MeLZfrmpagpeXvnkwFKJfdoSa4 { width:3rem;height:2.875rem;top:16.405469417572rem;left:8.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apo4SIMpRKLexwOgloAzTmxS2U5X0eg2 { width:2.8125rem;height:2.6875rem;top:2.8429689407349rem;left:8.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnWg5d80rNTuIcxFdo1hfrQHLnVuMv6T { width:2.6875rem;height:2.5625rem;top:30.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu { display:block; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu { background-color: transparent; background-image: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container > .video-iframe-container { display: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row > .video-iframe-container { display: none; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu { border-width: 0; border-radius: 0; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container { width:20rem;height:41.625rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2366ac47-ad77-4bfd-975b-a7ed803a1cfa/AFROMEDlandingibackground5.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container.adaptive-delivery-prevent-bg, #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container.lazyload, #TNEbIOzCiKq7PGaN7I39eznpDoSpJuEu > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tPaqZpGu1evr6pR1CdTTmR1Ah8J1cEfG { width:8.125rem;height:3.125rem;top:8.8125rem;left:0.9375rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #srvXcTp1LbhBQTz81Xza9mnXlxVpfcz0 { display:block; }
 }@media only screen and (max-width: 763px) { #osym5sFOAdUnpfKyqV67m5nk9RHJful9 { width:18.1875rem;height:3.7375rem;top:2.125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSBxTHqxp2slWRRLUD68GBXkLQWpuuIa { width:8.125rem;height:3.125rem;top:12.9375rem;left:0.9375rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #J452d46JzxiuW8GC8bRDcgTEhn09vHxm { display:block; }
 }@media only screen and (max-width: 763px) { #ftsaTa8SoxloSJ5vXcHrfkltB6XUvkV4 { width:13.75rem;height:3.125rem;top:21.9375rem;left:3.125rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #HP1no60Zi9GqeX6hBCpQ29e7Kf104MtR { display:block; }
 }@media only screen and (max-width: 763px) { #dMuIwrdroIaw718MmtuxWJ0TJF9lsTMd { width:13.75rem;height:3.125rem;top:26rem;left:3.125rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #I7FnmyNphfiSl2ArDa8hobV4nTveyrN7 { display:block; }
 }@media only screen and (max-width: 763px) { #TPyxIh9lbAJ2U3glJNwuCa3FK1gWkkAE { width:8.125rem;height:3.125rem;top:17.25rem;left:0.9375rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #RZiNx75GXV5nroLU4V99xTSpKDrEsnEO { display:block; }
 }@media only screen and (max-width: 763px) { #i2Beu2hGbgpWCq40X4s1uCczB9v3mMcB { width:8.125rem;height:3.125rem;top:8.8125rem;left:11.0625rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #yOI6RLyck3xuzVdXFW6AG0bkRelal2us { display:block; }
 }@media only screen and (max-width: 763px) { #hrqite6LhoCOyJ2tl6GQO30aWlHzT138 { width:8.125rem;height:3.125rem;top:17.25rem;left:11.0625rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #H1wAHk93K3VUa9M27yZJtN9OTL9AhhFK { display:block; }
 }@media only screen and (max-width: 763px) { #VrcoCB7WKc940RIGU3DMAuJxycPdDsW0 { width:8.125rem;height:3.125rem;top:13rem;left:11.0625rem;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #OqfBnR9QlTTVZNK3v1XeT1ATuWTA1sIR { display:block; }
 }@media only screen and (max-width: 763px) { #fTqrZfBWBOFlNgT2LMWCTtSVug4FbAnW { width:7.0625rem;height:1.05625rem;top:30.125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#545454;display:block; }
 }@media only screen and (max-width: 763px) { #i4KTd2sNCiTzBboticV54UKCaLL0MlS6 { width:8.125rem;height:2.1875rem;top:33rem;left:5.9375rem;font-family:lato;font-size:0.8125rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #7baf85);background-image: -moz-linear-gradient(top, #c5ebcc, #7baf85);background-image: -ms-linear-gradient(top, #c5ebcc, #7baf85);background-image: -o-linear-gradient(top, #c5ebcc, #7baf85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#7baf85' );";background-image: linear-gradient(to bottom, #c5ebcc, #7baf85);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HBgusfxv6xcxJEC84g5arCwHmL8nrL3N { display:block; }
 }@media only screen and (max-width: 763px) { #y8thTchT8L7NSU4a60iTQ6uPKiLZHwLu { width:8.125rem;height:2.1875rem;top:35.9375rem;left:5.9375rem;font-family:lato;font-size:0.8125rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(360deg, #7baf85, #dfffe5);background-image: -moz-linear-gradient(360deg, #7baf85, #dfffe5);background-image: -ms-linear-gradient(360deg, #7baf85, #dfffe5);background-image: -o-linear-gradient(360deg, #7baf85, #dfffe5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7baf85', endColorstr='#dfffe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7baf85', endColorstr='#dfffe5' );";background-image: linear-gradient(360deg, #7baf85, #dfffe5);background-size:auto !important;color:#f7f7f7;display:block; }
 }@media only screen and (max-width: 763px) { #UFag0CkEh8qP7ItZrA7BGc8oA6eCG3WB { display:block; }
 }@media only screen and (max-width: 763px) { #N5wuOZ1KerchKhTZeG2B1BmRfsBne79O { width:1rem;height:1rem;top:39.375007629394rem;left:9.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:1.86875rem;top:1.79296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a4c35d6-33d2-4dae-a88e-dbd267665941/AFROMEDlandingibackground7.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.adaptive-delivery-prevent-bg, #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.lazyload, #l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS.lazyloading { background-image: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { background-color: transparent; background-image: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container > .video-iframe-container { display: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row > .video-iframe-container { display: none; }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5LTOl5H9E1wgH02S6iemdVR9B1EyJwS > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:12.9375rem;height:1.225rem;top:9.75rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:16.5rem;height:1.125rem;top:10.9375rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:12.9375rem;height:1.225rem;top:20.875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:16.5rem;height:1.125rem;top:22.125rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJkRBd9mg3gUcd92bswDq9XkuDtHJJme { display:flex;width:5.625rem;height:5.625rem;top:3rem;left:7.1875rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #o9TrQfbpcoq8EvdTHDC3WfsWPi3sAtaO { display:flex;width:5.625rem;height:5.625rem;top:14.375rem;left:7.1875rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #vEgWncOWfcrRngh5ipHcJfqMG9PUI1er { width:5.4375rem;height:5.5rem;top:3.0000000298023rem;left:7.2812499403956rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ErN92AoTPnlZTbfp0UUZB9ZquQumli { width:5.5rem;height:5.5625rem;top:14.468750476837rem;left:7.1874999403956rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh { display:block; }#ZoMrZbQUe8fZvC8TT23kAgwQVdTfodXh > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcJQbh5vG8ipJS1AAbMexbHXSvqeIhR2 { width:18.75rem;height:1.86875rem;top:1.7531313896179rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn { background-color:transparent;background-image: -webkit-linear-gradient(161deg, #ffffff, rgba(197,235,204,0.7));background-image: -moz-linear-gradient(161deg, #ffffff, rgba(197,235,204,0.7));background-image: -ms-linear-gradient(161deg, #ffffff, rgba(197,235,204,0.7));background-image: -o-linear-gradient(161deg, #ffffff, rgba(197,235,204,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2c5ebcc' );";background-image: linear-gradient(161deg, #ffffff, rgba(197,235,204,0.7));background-size:auto !important;display:block; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { background-color: transparent; background-image: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container > .video-iframe-container { display: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row > .video-iframe-container { display: none; }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrTdQJ9GiNlptvfqiKHolHRDEKeBn5pn > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCwCDMBrn8PfGnc1Gtm8ULLd6gbCa6i3 { width:17.625rem;height:1.3rem;top:3.2500009536743rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #bN84Tb2TrI6qLSyTS8mQpTAwcB3nLypV { width:6rem;height:2.1125rem;top:10.5rem;left:7rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJURdIIo09LacATfTdTZeU4tdxDaZSx1 { width:6rem;height:2.1125rem;top:21.625rem;left:7rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCBsIKvgXHoSoP0Vh89He22Dkobw2690 { width:6.3125rem;height:2.1125rem;top:32.324987411499rem;left:6.8437498807906rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwsPTqHcr64eFO3F4f5n6v88OKnxyfck { width:6.3125rem;height:2.1125rem;top:43.9375rem;left:6.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhR3BIaHhEtcpvINqR3DRvomMd1TT8Z7 { width:9.1875rem;height:1.05625rem;top:56rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqev5MdClbhxw51HZVfAuFxlrk5do9JT { width:5.125rem;height:5.6875rem;top:4.875rem;left:7.5625rem;font-size:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GT43BvNTk438xTcu0gt2k0Q019aHHMFw { width:5.5rem;height:5.6875rem;top:16rem;left:7.375rem;font-size:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTJPkU6cu3bEASMnTLFBRMUN4mJimBAJ { width:5.4375rem;height:5.6875rem;top:26.6875rem;left:7.3125rem;font-size:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dx4OwVap8gKhXTpKvVT8fIVuXnavNpMq { width:5.4375rem;height:5.6875rem;top:38.3125rem;left:7.5rem;font-size:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bi7WhXE7ZRU4torTTZ4kRhoekQyB5Jyx { width:5.25rem;height:5.6875rem;top:50.375rem;left:7.625rem;font-size:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nA3PX5OG2ZM9Mu9h9m7ihKAyGDKeFi19 { width:2.0625rem;height:2.0625rem;top:6.6875rem;left:9.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERkcImw4kvUwLH9OTt6rp5wKm5fP90Oo { width:2.0625rem;height:2.0625rem;top:17.8125rem;left:9.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0TWT9ozHFw2I0rvpbhZuLR6e3x77InT { width:2.0625rem;height:2.0625rem;top:28.5rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqxN4IOvxl84S8DcDl7d7MQbFxUhLNLE { width:2.0625rem;height:2.0625rem;top:40.125rem;left:9.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtqL4qgNda8wMSvJeUa0Q9LIyCEmEeCc { width:2.0625rem;height:2.0625rem;top:52.1875rem;left:9.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcQzoWg3doqVqdVv4AOtkeXUxIkTvf9a { width:3.125rem;height:3.125rem;top:23.625rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2SNqhrZIkwXrdaSPXc14WHzmZ5zEce8 { width:3.125rem;height:3.125rem;top:35.25rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy9FCfmwMisQQTFPA9rfmTgF8B8ToxmK { width:3.125rem;height:3.125rem;top:47.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEGJEhxu8F4HrOPuT0L9uRwp5TxIM4bV { width:3.125rem;height:3.125rem;top:12.9375rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8KMBFpTnmmuR6ZvKX9XAvPsXTm3hbeH { width:7.375rem;height:0;top:60.2rem;left:6.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH { display:block; }#oO08SV8OtVlv9TLJ8ppvTwzamw6INmTH > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBchGGS6Wvcf4mIPhBmPmIRNsonlqRih { width:9.0625rem;height:2.5rem;top:2.3749995231628rem;left:5.4687498807907rem;font-family:lato;font-size:0.8125rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #c5ebcc, #91c69b);background-image: -moz-linear-gradient(top, #c5ebcc, #91c69b);background-image: -ms-linear-gradient(top, #c5ebcc, #91c69b);background-image: -o-linear-gradient(top, #c5ebcc, #91c69b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ebcc', endColorstr='#91c69b' );";background-image: linear-gradient(to bottom, #c5ebcc, #91c69b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #abEUv0DHBa6sIJqGOa84mR0KM7TdeAtc { display:block; }
 }@media only screen and (max-width: 763px) { #zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 { display:block; }#zC1AdA3cAITk9VWUWtxC6hk0ubZwowO0 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8vUnpTTH5QTl0Cxz9EHlabqJbtKFzcb { width:20rem;height:1.86875rem;top:2.1062507629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yACKd79SH5aRIW7GBFxu30CCtuKfOWLr { display:block; }#yACKd79SH5aRIW7GBFxu30CCtuKfOWLr > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpMvZcVdoxBGqkTzTKCDoZyiqvt24THF { width:1rem;height:1rem;top:14.9375rem;left:8.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOMWHNmqtsRkB9UuCTgOhxPTe9aQTzMi { width:1rem;height:1rem;top:14.9375rem;left:7.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REUWOOK9cxgi7nTRGnJBnkDW2xBBhxQ4 { width:16.9375rem;height:3.59871875rem;top:5.25rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7pFTcFcoTG8nb4tr8lEV339Jz7o72TA { width:1rem;height:1rem;top:14.9375rem;left:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkJO6mzRCC0eea4MtxDc0VunAk51IPNI { width:1rem;height:1rem;top:14.9375rem;left:10.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCL57QoTPll1z2GgqpAzKergP13KVtIc { width:1rem;height:1rem;top:14.9375rem;left:11.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmJtIX7hybAJHVTti1Ols2sfCJoaTTV { width:20rem;height:1.1rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnRFEpfXoOU5H468JABFGXGhf6IRTOB { width:1rem;height:1rem;top:3.5rem;left:7.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySIVDvxnGDzCa42dUWTq8ErTOpO01Qmw { width:16.1875rem;height:4.79829375rem;top:16.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshymt31KZNXFBXJsIFcMTzEuk9Us3c3 { width:1rem;height:1rem;top:3.5rem;left:8.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLtkcs1NQIC85RSpSKigc1kE2B6Z9X5P { width:1rem;height:1rem;top:3.5rem;left:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGDem9VPxLvNnblNgqdmzSvGAIwuss6m { width:1rem;height:1rem;top:3.5rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5XBTfkPaSGNCd9NvGiK7PcRcXVCpbeu { width:1rem;height:1rem;top:3.5rem;left:11.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIU6naaSTagZTazVMkfeVTBc8D11FFUr { width:20rem;height:1.1rem;top:21.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDXJu5u2vTPl94E4OToddWkl1DaerXz { width:1rem;height:1rem;top:27.0625rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FFLWdwUJUzfw5i4nWF8eRbDQBgTAhu { width:1rem;height:1rem;top:27.0625rem;left:9.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxSldEaW66a13LaXHPdV1AhKwETU2ON { width:1rem;height:1rem;top:27.0625rem;left:10.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmH8O5TqNTQUGMHhVQbnmIR9WhrKKDfA { width:1rem;height:1rem;top:27.0625rem;left:11.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAFPpi6Hzcbs8H17cZsF0lKCEa870Rnk { width:1rem;height:1rem;top:27.0625rem;left:7.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkZpMF1RECXNoiNkMxXD9x9TIlFWDc4 { width:16.5rem;height:3.59871875rem;top:29.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEwOwQEL92FAAi2fK5a50SdpxRelzty { width:9.3125rem;height:1.1rem;top:33.875rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection { display:block; } #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection *:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="text"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="email"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection input[type="tel"]:focus-visible, #vzxvNQThdFaxVi99r1IpmvkHrliE90rS.widget-smartsection textarea:focus-visible { outline: none; } #KwKcCZIO9vyrVvsz0SiOmWHt1K1BZyqi > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbI957NENs7k30Atfm2rrW360M44ewny { display:block; }#RbI957NENs7k30Atfm2rrW360M44ewny > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtAeU4Md9eSLEt2XeDI3Gpb5TJX6nrFD { width:20rem;height:1.86875rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmJ7FRtUr9Ipu7w8Dtk5RaIMcT1FbwT { width:12.9375rem;height:0.975rem;top:23.1875rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUfJHTGGtu4BWnd4oiFeR0Qspt2gIJgQ { width:12.9375rem;height:0.975rem;top:37.375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTUTrTPztToc4Kl35NULXqPA5JceIi0r { width:12.9375rem;height:1.05625rem;top:11.0625rem;left:3.5rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tmUZIvgnzoki6f7WhG4fauOEbdynmN1H { width:5.25rem;height:1.05625rem;top:16.75rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #gO4yT7r0dLFotGnTHC5RTVZUTwd28BRO { width:0.875rem;height:0.875rem;top:16.9375rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vapvOnkZvzzmUkowzCWO2o7ymlwK2iF7 { width:14.375rem;height:2.4375rem;top:13.75rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omE8EWEndqgSL8wWPSb48Gk3w9DbOk4M { width:14.375rem;height:3.65625rem;top:40.125rem;left:3.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nblniqTdaZoWOZdyJf4pizbVfbust204 { width:14.375rem;height:3.65625rem;top:25.625rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0QVLW1uEeubPVdk0CnyOhJFtAtztPVZ { width:2.5rem;height:0.125rem;top:24.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaqzZe3M1BN0tvrqAqN1qIFEKOEllWbB { width:4.625rem;height:1.05625rem;top:29.875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #AblaCHS4zZJaxgeBrAp5SiEuyeOvoHJN { width:0.875rem;height:0.875rem;top:30.0625rem;left:11.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtRFpGTOvfqpU847ThRiox9JdMWrMHCl { width:5.1875rem;height:1.05625rem;top:44.8125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#7baf85;display:block; }
 }@media only screen and (max-width: 763px) { #Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H { width:0.875rem;height:0.875rem;top:45rem;left:11.9375rem;font-size:0.6875rem;display:block; }
#Qi4GRTHoq6RtCXKo3IRgJDxmhzCWn18H > img { max-width: 100%;max-height:100%; width:0.875rem; height:0.875rem; } }@media only screen and (max-width: 763px) { #iHOFx9Ti9usnNhN2IRJFHAbDvTDEXgQs { width:2.5rem;height:0.125rem;top:12.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMPplteeT6hUqNtzxZvo7VIJbVlsP3y8 { width:2.5rem;height:0.125rem;top:39.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2iQlTFEoDVtO3gF25tGBPNMDD37b6X6 { width:2.4375rem;height:2.5625rem;top:20.01796913147rem;left:8.7812503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95m2RGJMwT4M5HKPO1R64WRsaUgGtb0 { width:2.8125rem;height:3rem;top:33.550001144409rem;left:8.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtlUtAJezp1uh8zPNrJ8S5ZC7xhNnfSc { display:flex;width:2.25rem;height:2.25rem;top:8.17421913147rem;left:8.8750003576281rem; }
 }@media only screen and (max-width: 763px) { #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection { display:block; } #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection *:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="text"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="email"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection input[type="tel"]:focus-visible, #DyWEAaNLKT4bx8TbNC0CWs5uoKxE0JQh.widget-smartsection textarea:focus-visible { outline: none; } #AkdECevsQ9DdDu5Uwg94ysUbwwEGQMXp > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM { display:none; }#sIXXGzHVFTV3KWStE4cLtHmS0ZW2SMoM > .row .container { width:20rem;height:49.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5GJmx6vfO4Mav3pA9XgAcAuXrgz3nbG { width:17.5rem;height:1.4rem;top:11.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkyKXeoIwgokNrfff9Civ33BhpvIGKsT { width:12.9375rem;height:0;top:32.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4I8EexoiTSGgqb3Jv7ntFCP9KCp3Qx9 { width:11.4375rem;height:1.2rem;top:41.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT5f1IOg5L7RVPrKtikFdvOQVlq80iZb { width:12rem;height:2.8rem;top:25.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFvN4ApttKaIFfqSALlAwmqPse8WMEK { width:2.5rem;height:0.125rem;top:28.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDKcdVeNuNU4GqamWkW2SLJ4mc2sIy1 { width:2.5rem;height:0.125rem;top:43.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhzW6WmCTaEh19pGdNMTSh8o6yEzMbB { width:2.5rem;height:0.125rem;top:13.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmoRqZxq1BWz1fVAq3VHUwZRxXXW06ZQ { width:7.5rem;height:7.5rem;top:2.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFJrvZNZS4t1aQs6cCZkQRDRNDdgPdNK { width:7.5rem;height:7.5rem;top:32.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiI0U8AeXTb6f1sxvpmK1BHNhODnTk4U { width:7.5625rem;height:7.5rem;top:16.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnEMgUtZqnQpwJFA3o2BJIN8MCq6EQ8f { width:7.0625rem;height:0.975rem;top:14.0625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THB0J2MbnxtiiVFVOq2rLsNAi28yaJzT { width:0.875rem;height:0.875rem;top:14.1875rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oENLPVr2Ji21GrcK3oSKWemxG5DNvANi { width:7.0625rem;height:0.975rem;top:29.5625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA1zddfrwAQ5w8dTr90ocZ0VdvhCV8LT { width:0.875rem;height:0.875rem;top:29.75rem;left:11.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAitDQB5E7TogeUlst9i8M8zT3UxEqmT { width:7.0625rem;height:0;top:44.75rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi9figQST0S3J6Rm1qQ6F4Av1rSSl6Fq { width:0.875rem;height:0.875rem;top:47.125rem;left:9.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection { display:block; } #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection *:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="text"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="email"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection input[type="tel"]:focus-visible, #FCn3PDRTVwlJZPVwm4KR6I3mRvTy3TIA.widget-smartsection textarea:focus-visible { outline: none; } #amKDIwhS0SGV41XNnXuI8Q97QT8xpyII > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }