.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#b4DIULP7UGMlXC697dKLPARML0quvbN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/6cf1324d-3a76-40ad-b5aa-be6c61889130/pexelsfwstudio1297311.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#b4DIULP7UGMlXC697dKLPARML0quvbN1.adaptive-delivery-prevent-bg, #b4DIULP7UGMlXC697dKLPARML0quvbN1.lazyload, #b4DIULP7UGMlXC697dKLPARML0quvbN1.lazyloading { background-image: none; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container { background-color: transparent; background-image: none; }#b4DIULP7UGMlXC697dKLPARML0quvbN1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container > .video-iframe-container { display: none; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row > .video-iframe-container { display: none; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .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); }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container { border-width: 0; border-radius: 0; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72eb4470-89a5-434b-98e9-83b8f1d4d4c9/eggshell1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L.adaptive-delivery-prevent-bg, #tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L.lazyload, #tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L.lazyloading { background-image: none; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container { background-color: transparent; background-image: none; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container > .video-iframe-container { display: none; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row > .video-iframe-container { display: none; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .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); }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container { border-width: 0; border-radius: 0; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#NVVdfw1i2wsSaNcECAslvDrTV3fEe8zR { color:#3da5ab;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;top:29.03125rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSc4nPUGbR3w6CRybDJii8fsP017J7Fe { color:#23305f;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:13.5478515625rem;left:0rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KnV5A8LxcQlIoGsqWJyNwoZk2FtnCGuu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:13.9375rem;top:2.5625rem;left:-2.2255859375rem;overflow:hidden;display:block; }
#I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5a9a8baf-92df-4962-a695-8560a5b366f5/giphy.gif");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;height:29rem;width:22.625rem;top:15.375rem;left:52.375rem;display:block; }#I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm.adaptive-delivery-prevent-bg, #I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm.lazyload, #I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm.lazyloading { background-image: none; }
#r7KDXRlfFyeOG3OE9nidgxlz5FgMWUZ8 { color:rgba(244,121,52,0.6);display:block;width:13.25rem;position:absolute;font-family:"grand hotel";font-size:1.75rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:9.3486328125rem;left:56.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIne5MeqslTVilXTBRmSt5hfyEQwEXxg { position:absolute;display:block;z-index:100004;background-color:rgba(244,121,52,0.6);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;height:2.875rem;width:0.125rem;top:13.625rem;left:63.375rem;display:block; }
#Ltchc7oVAGqWCsTdKsElMyGKrUn8hxnT { box-sizing:content-box;color:#3da5ab;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:30.59375rem;left:27.060546875rem;display:block; }
#csMp0n5bTpo255g5WxNX0bBOAULaZPnI { position:absolute;display:block;z-index:100026;height:36.9375rem;width:75rem;top:42.0625rem;left:0rem;display:block; }
#Qz23cfQ3TRvVPxftdsTcXXUEhgyZeMEU { z-index:100002;top:34.311767578125rem;left:0rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ef2xHW1psHaLcydtm6GH4VhBI4E2xcg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RAWoZ0nvyUDTTZO2fERHuTHTUgtoalZH { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:35.561767578125rem;left:25.625rem;height:1.23779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SEtPaTge2qFULhGa1v4Kr1NCZGEDqaMQ { color:#fbbc04;display:block;width:7.25rem;position:absolute;font-family:"font awesome";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:35.561767578125rem;left:18.499755859375rem;height:1.23779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HWOxD53vkakbsxqgyaK0SRs8K1q1Pe36 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.1875rem;width:44.1875rem;top:8.125rem;left:34.9375rem;overflow:hidden;display:block; }
#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cf1324d-3a76-40ad-b5aa-be6c61889130/pexelsfwstudio1297311.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB.adaptive-delivery-prevent-bg, #IdlbyU66vPGnf1l4ohaSCIqcIETv4utB.lazyload, #IdlbyU66vPGnf1l4ohaSCIqcIETv4utB.lazyloading { background-image: none; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container { background-color: transparent; background-image: none; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container > .video-iframe-container { display: none; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row > .video-iframe-container { display: none; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .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); }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container { border-width: 0; border-radius: 0; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be { position:relative;display:block; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be { background-color: transparent; background-image: none; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row .container > .video-iframe-container { display: none; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row > .video-iframe-container { display: none; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .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); }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be { border-width: 0; border-radius: 0; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .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:16.75rem;width:75rem;position:relative;display:block; }#WXxsH53gzmHuk2T5atTTEOibzBRgbTAl { color:#808080;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:7.8125rem;left:13.9375rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldtaMqddABACqXmNNCATGvUKTuI4GKbP { position:relative;display:block; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP { background-color: transparent; background-image: none; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row .container > .video-iframe-container { display: none; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row > .video-iframe-container { display: none; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .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); }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP { border-width: 0; border-radius: 0; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .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:34.4375rem;width:75rem;position:relative;display:block; }#dDEgymMd14ay6xq6vatIn52xAURLQPbW { position:absolute;display:block;z-index:100000;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.19) ;height:28.75rem;width:17.5rem;top:0rem;left:0.625rem;display:block; }
#a9AqAvZMdhy93GOZygoGaTg8HmutQaii { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNJMMTFA01pNATx0DmLOtTR6GmXJnvuR { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:1.875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6 { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b7543ab-3782-4466-94d1-113dfce17764/1xg.webp");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;height:9.5625rem;width:7rem;top:10.25rem;left:0.625rem;display:block; }#Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6.adaptive-delivery-prevent-bg, #Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6.lazyload, #Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6.lazyloading { background-image: none; }
#bHl0nLoN2wyE1S668V2wRIniwAulmWtK { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fe92407e-73e6-46ad-b8f8-27ab1c31e0c6/antipulgasmsdbravectoplustransdermalparagatosde12a28kg1pipeta5099c047.webp");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;height:13.125rem;width:4.75rem;top:8.0625rem;left:12.6875rem;display:block; }#bHl0nLoN2wyE1S668V2wRIniwAulmWtK.adaptive-delivery-prevent-bg, #bHl0nLoN2wyE1S668V2wRIniwAulmWtK.lazyload, #bHl0nLoN2wyE1S668V2wRIniwAulmWtK.lazyloading { background-image: none; }
#Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/430db7f2-ac2e-47bb-a022-f9a0c799ed08/Padrao_1_0008_7898201801686_gastroblock_cartucho.jpeg");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;height:7.4375rem;width:6.625rem;top:10.3125rem;left:6.125rem;display:block; }#Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq.adaptive-delivery-prevent-bg, #Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq.lazyload, #Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq.lazyloading { background-image: none; }
#L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74510ec9-d03a-4e9f-8cec-89db8e8d657e/aplicadorderemediobomamigo926x926.png");background-position:top 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;height:6.1875rem;width:6.875rem;top:15.0625rem;left:5.6875rem;display:block; }#L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN.adaptive-delivery-prevent-bg, #L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN.lazyload, #L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN.lazyloading { background-image: none; }
#hFaVrq8nONezwXhf9rwA8oNxEzFDaHpt { position:absolute;display:block;z-index:100007;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.19) ;height:28.75rem;width:17.5rem;top:0rem;left:19.375rem;display:block; }
#wOtprdLCHANKVTVE661V4e7I5REgqbrf { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.125rem;left:20.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eo7mfMtENUUpA9MxcxVDkZ6MTk2WxEk8 { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.625rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oz7UVMVScWe7iTK91JCbZ011spuW10ie { position:absolute;display:block;z-index:100011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1de59942-940c-46f0-aed8-08d7fd3abf3d/banheirasmartparagatosazul.jpeg");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;height:9.5625rem;width:11.4375rem;top:10.25rem;left:25rem;display:block; }#oz7UVMVScWe7iTK91JCbZ011spuW10ie.adaptive-delivery-prevent-bg, #oz7UVMVScWe7iTK91JCbZ011spuW10ie.lazyload, #oz7UVMVScWe7iTK91JCbZ011spuW10ie.lazyloading { background-image: none; }
#Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f3b4826a-fcce-4bb3-9850-2a51fb9dcdd3/reallygreatsite20210804T164132539327x327.png");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;height:12.875rem;width:7.8125rem;top:8.59765625rem;left:19.25rem;display:block; }#Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl.adaptive-delivery-prevent-bg, #Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl.lazyload, #Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl.lazyloading { background-image: none; }
#LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b66476de-e37c-4495-ae59-29c2a1ad5168/comedourogatoaltotranslucidolilas14d755463b6b4cfe7ce1629136495755110241024.png");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;height:6.0625rem;width:6.1875rem;top:16.78515625rem;left:25.03125rem;display:block; }#LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q.adaptive-delivery-prevent-bg, #LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q.lazyload, #LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q.lazyloading { background-image: none; }
#VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ea3e61c-04d0-4aa7-83bd-a278075b3c4e/imageremovebgpreview20211220t160054716.png");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;height:8.9375rem;width:5.375rem;top:13.66015625rem;left:31.5625rem;display:block; }#VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l.adaptive-delivery-prevent-bg, #VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l.lazyload, #VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l.lazyloading { background-image: none; }
#KVlAD7BSWI9WKwXKIOZqcoVWWt8BN8L3 { position:absolute;display:block;z-index:99998;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.19) ;height:28.75rem;width:17.5rem;top:0rem;left:38.125rem;display:block; }
#us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0eb0e96b-0e70-4022-9a30-30e44aba3447/FELIWAYCLASSICSpray.png");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;height:7.4375rem;width:7.4375rem;top:9.625rem;left:45.4375rem;display:block; }#us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT.adaptive-delivery-prevent-bg, #us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT.lazyload, #us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT.lazyloading { background-image: none; }
#zgvTF8bGb93xCsNKpHyVDZT6m8ySVE8V { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnbpHX1OVxHTxZC9SMU9f3vpLxe8Ew7L { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:2.125rem;left:39.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3 { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/acfd20b2-6d95-44ac-b326-94367d8d28d7/caixatransportemin.png");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;height:9.125rem;width:12.0625rem;top:13.625rem;left:43.625rem;display:block; }#R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3.adaptive-delivery-prevent-bg, #R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3.lazyload, #R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3.lazyloading { background-image: none; }
#bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4bf7cdd-e470-4f35-bd83-b1bce45553ca/guiaRogzparagatos.png");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;height:7.1875rem;width:6.0625rem;top:9.47265625rem;left:39.875rem;display:block; }#bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo.adaptive-delivery-prevent-bg, #bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo.lazyload, #bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo.lazyloading { background-image: none; }
#gqoRfhf1sdkV30O7Zy96N0sKvL7FST0q { position:absolute;display:block;z-index:100004;background-color:#ffffff;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.19) ;height:28.75rem;width:17.5rem;top:0rem;left:56.875rem;display:block; }
#e6Tatwns2u5TLxaszlHLMgeme0UV382U { position:absolute;display:block;z-index:100025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b35a69b3-86d7-4f8a-ac51-d884fb015b96/canecatrabaia61.png");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;height:7.625rem;width:10.125rem;top:14.50390625rem;left:62.935546875rem;display:block; }#e6Tatwns2u5TLxaszlHLMgeme0UV382U.adaptive-delivery-prevent-bg, #e6Tatwns2u5TLxaszlHLMgeme0UV382U.lazyload, #e6Tatwns2u5TLxaszlHLMgeme0UV382U.lazyloading { background-image: none; }
#nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9 { position:absolute;display:block;z-index:100024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74731dc5-848a-4158-9e2a-b7b599b12a49/copo_para_viagem_mae_de_gato_250_ml_1125_1_20200904101510.webp");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;height:15.375rem;width:7rem;top:8.625rem;left:59.5rem;display:block; }#nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9.adaptive-delivery-prevent-bg, #nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9.lazyload, #nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9.lazyloading { background-image: none; }
#KEp9vFog7Ai4O0b3LfP9289RxTGqxHKQ { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:4.5625rem;left:58.125rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSM9bTTDMAOfnAlvi7CirDKdST1SXOtl { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aITrA0FhyDh6WHnA0etL5bLIZQQKPS0F { z-index:100003;top:24rem;left:4.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aymxpodTWPoAh5vJqxWdcFv1AomhZdUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#snMKk5hKci23W8nhCPwWwiVrnc3KviHx { z-index:100026;top:24rem;left:23.40625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gaJCHwkwhTJ1gI12KTnLXNhzaa1vm1xS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ueGsGn6JS9Tbp9VhmI9SCnx82f9Sm240 { z-index:100027;top:24rem;left:42.15625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VXDwLEvbKQHvlWAkaMBT8LeEuFv1QOEh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z8sxT4uuxcN9dVQK46prFcieLCu0nIPo { z-index:100028;top:24rem;left:60.90625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #25d366;border-left:0.0625rem solid #25d366;border-right:0.0625rem solid #25d366;border-bottom:0.0625rem solid #25d366;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#25d366;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VyxUEXSq9hz01PaDyTra8RsolZJsz9zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP { position:absolute;display:block;z-index:100019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7b67ddb3-d28d-4fce-89a6-d39aeaa45c76/WhatsApp_Image_20220615_at_111555removebgpreview.png");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;height:11.875rem;width:11.875rem;top:11.875rem;left:37.5rem;display:block; }#mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP.adaptive-delivery-prevent-bg, #mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP.lazyload, #mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP.lazyloading { background-image: none; }
#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R { position:relative;display:block; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R { background-color: transparent; background-image: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container > .video-iframe-container { display: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row > .video-iframe-container { display: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .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); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R { border-width: 0; border-radius: 0; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .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:23.5625rem;width:75rem;position:relative;display:block; }#OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/045a7624-0e7f-49b9-b464-6b5cd978b237/gatofooter.png");background-position:bottom 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;height:18.75rem;width:28.625rem;top:7.0625rem;left:1.875rem;display:block; }#OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.adaptive-delivery-prevent-bg, #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.lazyload, #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.lazyloading { background-image: none; }
#ArRwWJE5CLNhT53bXN5KtZ1WQGTiC0tb { position:absolute;display:block;z-index:100002;background-color:#3da5ab;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.19) ;height:25.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#ZxVmKkgK1IZ2zBlIH8LXLbkotibdh0MQ { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:10.013671875rem;left:26.1875rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPkffVwJnX6nO2NlTK9EyyC8uPW7oIDC { color:#ffffff;display:block;width:52.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.1;letter-spacing:0;top:2.625rem;left:20.625rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BnH9PWHwuMdolKgpR6xcGMVZemLr5rw0 { z-index:100003;top:16.8125rem;left:36.59375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cTLkzN7QF8M3B2TU3arNpwndse7RfgdS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI { position:relative;display:block; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI { background-color: transparent; background-image: none; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row .container > .video-iframe-container { display: none; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row > .video-iframe-container { display: none; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .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); }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI { border-width: 0; border-radius: 0; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .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:75rem;position:relative;display:block; }#ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/882f8d2e-8889-43dd-9f47-1e330a375c6f/62113978_192594548358551_5403837482519400556_n.jpeg");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;height:18.75rem;width:25rem;top:0rem;left:0rem;display:block; }#ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c.adaptive-delivery-prevent-bg, #ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c.lazyload, #ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c.lazyloading { background-image: none; }
#SmNt4ULcwteUyu69X73LDpxW6f9JPhQk { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d9c981d3-f0db-42de-8f59-20c0cc90614f/61612040_120788002479833_8744089002935765449_n.jpeg");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;height:18.75rem;width:25rem;top:0rem;left:25rem;display:block; }#SmNt4ULcwteUyu69X73LDpxW6f9JPhQk.adaptive-delivery-prevent-bg, #SmNt4ULcwteUyu69X73LDpxW6f9JPhQk.lazyload, #SmNt4ULcwteUyu69X73LDpxW6f9JPhQk.lazyloading { background-image: none; }
#CgSXe55NfCiHpxamvPN50TCwQtyizRGD { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8e0945b-90df-46a6-8897-5b42c69c81f5/64994702_884184648601581_427212877242471650_n.jpeg");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;height:18.75rem;width:25rem;top:0rem;left:50rem;display:block; }#CgSXe55NfCiHpxamvPN50TCwQtyizRGD.adaptive-delivery-prevent-bg, #CgSXe55NfCiHpxamvPN50TCwQtyizRGD.lazyload, #CgSXe55NfCiHpxamvPN50TCwQtyizRGD.lazyloading { background-image: none; }
#Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25 { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8e0945b-90df-46a6-8897-5b42c69c81f5/64994702_884184648601581_427212877242471650_n.jpeg");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;height:18.75rem;width:22.0625rem;top:0rem;left:-22.0625rem;display:block; }#Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25.adaptive-delivery-prevent-bg, #Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25.lazyload, #Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25.lazyloading { background-image: none; }
#nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/882f8d2e-8889-43dd-9f47-1e330a375c6f/62113978_192594548358551_5403837482519400556_n.jpeg");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;height:18.75rem;width:22.75rem;top:0rem;left:74.875rem;display:block; }#nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk.adaptive-delivery-prevent-bg, #nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk.lazyload, #nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk.lazyloading { background-image: none; }
#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72eb4470-89a5-434b-98e9-83b8f1d4d4c9/eggshell1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg.adaptive-delivery-prevent-bg, #E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg.lazyload, #E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg.lazyloading { background-image: none; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container { background-color: transparent; background-image: none; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container > .video-iframe-container { display: none; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row > .video-iframe-container { display: none; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .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); }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container { border-width: 0; border-radius: 0; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#yhRsUu19VwCz29MRiTbbcVfNUcecXrnD { color:#808080;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:6.125rem;left:13.9375rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72eb4470-89a5-434b-98e9-83b8f1d4d4c9/eggshell1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi.adaptive-delivery-prevent-bg, #XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi.lazyload, #XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi.lazyloading { background-image: none; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container { background-color: transparent; background-image: none; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container > .video-iframe-container { display: none; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3); }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row > .video-iframe-container { display: none; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .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); }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container { border-width: 0; border-radius: 0; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#esRXLPS3FVVTVhRUfA9o8yTMys5RoTJg { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:10.125rem;left:1.875rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLnC7IzIz3QPCJCUCW1bOHILofXBfkCw { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:5rem;left:1.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZF0Xau4w7JOaHuH5H4M7mnJTth7K6kb { color:#25d366;display:block;width:15rem;position:absolute;font-family:"font awesome";font-size:1.875rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:1.875rem;left:1.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmOQySwVMX1R6BPfTKGSKVLbsSIJ9Q93 { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:10.25rem;left:20.625rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDxHp2TonJU2voKcb7PVmufpFKETJHi0 { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:5.125rem;left:20.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uUQVQ8RLDHJkA2PGfQzbJqpSn4hvWT9d { color:#25d366;display:block;width:15rem;position:absolute;font-family:"font awesome";font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:2rem;left:20.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMpZuq24l498uRq4qlQubXMRZfFdt1B8 { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:10.125rem;left:39.375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2FWeNL4rIoHKGXvRQbLT7tTH75VCICd { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:5rem;left:39.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwDt0QVk0PDEa2UtU1k6Bv2mAP7Chhix { color:#25d366;display:block;width:15rem;position:absolute;font-family:"font awesome";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:1.875rem;left:39.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ob2GhzTuho9FHOOraead7UVOaNwO7dOo { color:#808080;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:10.125rem;left:58.125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJbBlArCaK0JOXHbxA7rHdkVFTzdCiWb { color:#23305f;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:5rem;left:58.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kImUHsp6aUJtVeQJIWhwSs0BI6012xTO { color:#25d366;display:block;width:15rem;position:absolute;font-family:"font awesome";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:1.875rem;left:58.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C { position:relative;display:block; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C { background-color: transparent; background-image: none; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row .container > .video-iframe-container { display: none; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row > .video-iframe-container { display: none; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .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); }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C { border-width: 0; border-radius: 0; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .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:29.8125rem;width:75rem;position:relative;display:block; }#STwronyQhX1VHneDBdJUJFai5ZIdxAIK { position:absolute;display:block;z-index:100000;height:25rem;width:50rem;top:4.5625rem;left:25rem;display:block; }
#gTo3E42UcCa3F2TF8gWmHL7UgfQUHK5K { color:#808080;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e5FpwOHCuvydE0LJO9WOAFn2khT3V6JL { color:#808080;display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:15.25rem;left:0rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yX2eeMthaHAHxXayWVWkwr9060s3tzvE { color:#808080;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:21.375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbgXw6QTEnCULx0yGZKn0gluAykNuawy { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.25rem;width:22.25rem;top:0rem;left:17.1875rem;overflow:hidden;display:block; }
#ct8QHe8tEzBBKhE7dPp81T6IawUbFlH3 { position:absolute;display:block;z-index:100000;height:25rem;width:50rem;top:4.5625rem;left:25rem;display:none; }
#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF { position:relative;display:block; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF { background-color: transparent; background-image: none; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row .container > .video-iframe-container { display: none; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row > .video-iframe-container { display: none; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .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); }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF { border-width: 0; border-radius: 0; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .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:15.1875rem;width:75rem;position:relative;display:block; }#ts001zdiEGclTNsVwREdnn7gVW1pdShq { color:#808080;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:8.125rem;left:13.9375rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx { position:relative;display:block; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx { background-color: transparent; background-image: none; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row .container > .video-iframe-container { display: none; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row > .video-iframe-container { display: none; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .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); }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx { border-width: 0; border-radius: 0; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .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:13.625rem;width:75rem;position:relative;display:block; }#ZOncPyv0A1ThNyQWLsuRybR2ursJmOmU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:23.0625rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#l0GOBM5M1TDfHuf6gnnZfHDTKPAfeqEl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:22.8125rem;top:0rem;left:26.09375rem;overflow:hidden;display:block; }
#LqdPzoh4XdbxlTT1OaBO6PnQbZDneV8Q { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:22.75rem;top:0rem;left:52.25rem;overflow:hidden;display:block; }
#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq { position:relative;display:block; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq { background-color: transparent; background-image: none; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row .container > .video-iframe-container { display: none; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row > .video-iframe-container { display: none; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .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); }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq { border-width: 0; border-radius: 0; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .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:22.3125rem;width:75rem;position:relative;display:block; }#ugPXdfe0DN8I71Ft8TmMl79rkOmzNK96 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:23.125rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#cGngCCE62Hyb0M6J8itKQNczi4Wn37Ob { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:22.8125rem;top:0rem;left:26.09375rem;overflow:hidden;display:block; }
#OF3i5hWypkJfCZCzR0J9LqKfwFc3VAZk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:22.5rem;top:0rem;left:51.979260089686rem;overflow:hidden;display:block; }
#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH { position:relative;display:block; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH { background-color: transparent; background-image: none; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row .container > .video-iframe-container { display: none; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row > .video-iframe-container { display: none; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .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); }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH { border-width: 0; border-radius: 0; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .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.8125rem;width:75rem;position:relative;display:block; }#Zh5nPJ0SJ0s10IiRD0PGovUgQEH9QTNS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:22.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nXBZTT5LvHMS5sTqyIDPKwFVgHz3hkUx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:22.75rem;top:0rem;left:26.125rem;overflow:hidden;display:block; }
#XWE29zndv8gU8oSmTfISmCzTif2bRtdW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:22.625rem;top:0rem;left:52.375rem;overflow:hidden;display:block; }
#SwByDtr71vE5DabSpJegu92r9Frf3Hvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #23305f, #3da5ab);background-image: -moz-linear-gradient(180deg, #23305f, #3da5ab);background-image: -ms-linear-gradient(180deg, #23305f, #3da5ab);background-image: -o-linear-gradient(180deg, #23305f, #3da5ab);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#23305f', endColorstr='#3da5ab' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#23305f', endColorstr='#3da5ab' );";background-image: linear-gradient(180deg, #23305f, #3da5ab);background-size:auto !important;position:relative;display:block; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container { background-color: transparent; background-image: none; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container > .video-iframe-container { display: none; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row > .video-iframe-container { display: none; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .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); }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container { border-width: 0; border-radius: 0; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#aAPmDDLp9LFuHEdapsxG2txwm3lGVp0k { z-index:100003;top:12rem;left:24.125rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:poppins;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TwMZQxrbz2SXho5AuKiASxAJ4N9SJsI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#puis1PhURTKJrrZivxSnRsxCGr1kWygf { z-index:100004;top:18.4375rem;left:29.09375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TZJVLBCVqXLKP15BgnRFUgHEdlhtCfAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F2krRylZC8bk2iaR1Jr2Bvxt0M7xM7Oo { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:23.75rem;left:13.9375rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oq4QcRLbTvRt2WyNA5eLWG0C0LtSsRLr { color:#25d366;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:13.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNrmZre9xxC0EmlCnFvxp66Xamd0wSvg { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:8.875rem;top:31.78125rem;left:33.0625rem;overflow:hidden;display:block; }
#GbzxSamoGZmQxQbudnSPTzPh5slWEwZZ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:18.75rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container { background-color: transparent; background-image: none; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container > .video-iframe-container { display: none; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row > .video-iframe-container { display: none; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .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); }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container { border-width: 0; border-radius: 0; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q { background-color: transparent; background-image: none; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row .container > .video-iframe-container { display: none; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row > .video-iframe-container { display: none; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .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); }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q { border-width: 0; border-radius: 0; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#uO51vVGIMyfuBu9pb8rqlKPbgx5SfQ6T { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#m1OIS7BhUm82FPTR2ecTPRWwaoET0Vl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QI7Tol0CO3SVNP1XTWP03EEVbcNl7XlL { background-color:rgba(0,0,0,0);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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#ykhGDeGf9qTFm3ezlXmDVUxX8u2Do9Zw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b4DIULP7UGMlXC697dKLPARML0quvbN1 { display:block; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L { display:block; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVVdfw1i2wsSaNcECAslvDrTV3fEe8zR { width:28.3125rem;height:3.5rem;top:29rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSc4nPUGbR3w6CRybDJii8fsP017J7Fe { width:47.75rem;height:14.4375rem;top:13.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnV5A8LxcQlIoGsqWJyNwoZk2FtnCGuu { width:13.9375rem;height:6.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm { width:22.625rem;height:29rem;top:15.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7KDXRlfFyeOG3OE9nidgxlz5FgMWUZ8 { width:13.25rem;height:4.1875rem;top:9.3125rem;left:34.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIne5MeqslTVilXTBRmSt5hfyEQwEXxg { width:0.125rem;height:2.875rem;top:13.625rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltchc7oVAGqWCsTdKsElMyGKrUn8hxnT { width:1.9375rem;height:1.9375rem;top:30.5625rem;left:13.435546875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMp0n5bTpo255g5WxNX0bBOAULaZPnI { width:47.75rem;height:36.9375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz23cfQ3TRvVPxftdsTcXXUEhgyZeMEU { top:34.25rem;left:0rem;width:15.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2xHW1psHaLcydtm6GH4VhBI4E2xcg6 { display:block; }
 }@media only screen and (max-width: 763px) { #RAWoZ0nvyUDTTZO2fERHuTHTUgtoalZH { width:15.625rem;height:1.1875rem;top:35.5rem;left:12rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEtPaTge2qFULhGa1v4Kr1NCZGEDqaMQ { width:7.25rem;height:1.1875rem;top:35.5rem;left:4.874755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOxD53vkakbsxqgyaK0SRs8K1q1Pe36 { width:44.1875rem;height:44.1875rem;top:8.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlbyU66vPGnf1l4ohaSCIqcIETv4utB { display:block; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be { display:block; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXxsH53gzmHuk2T5atTTEOibzBRgbTAl { width:47.125rem;height:6.1875rem;top:7.8125rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldtaMqddABACqXmNNCATGvUKTuI4GKbP { display:block; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDEgymMd14ay6xq6vatIn52xAURLQPbW { width:17.5rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AqAvZMdhy93GOZygoGaTg8HmutQaii { width:15rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJMMTFA01pNATx0DmLOtTR6GmXJnvuR { width:15rem;height:3.4375rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6 { width:7rem;height:9.5625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHl0nLoN2wyE1S668V2wRIniwAulmWtK { width:4.75rem;height:13.125rem;top:8.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq { width:6.625rem;height:7.4375rem;top:10.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN { width:6.875rem;height:6.1875rem;top:15.0625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFaVrq8nONezwXhf9rwA8oNxEzFDaHpt { width:17.5rem;height:28.75rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtprdLCHANKVTVE661V4e7I5REgqbrf { width:15rem;height:2.4375rem;top:2.125rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7mfMtENUUpA9MxcxVDkZ6MTk2WxEk8 { width:15rem;height:5.6875rem;top:4.5625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz7UVMVScWe7iTK91JCbZ011spuW10ie { width:11.4375rem;height:9.5625rem;top:10.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl { width:7.8125rem;height:12.875rem;top:8.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q { width:6.1875rem;height:6.0625rem;top:16.75rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l { width:5.375rem;height:8.9375rem;top:13.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVlAD7BSWI9WKwXKIOZqcoVWWt8BN8L3 { width:17.5rem;height:28.75rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT { width:7.4375rem;height:7.4375rem;top:9.625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvTF8bGb93xCsNKpHyVDZT6m8ySVE8V { width:15rem;height:4.5rem;top:4.5625rem;left:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnbpHX1OVxHTxZC9SMU9f3vpLxe8Ew7L { width:15rem;height:2.4375rem;top:2.125rem;left:20.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3 { width:12.0625rem;height:9.125rem;top:13.625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo { width:6.0625rem;height:7.1875rem;top:9.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoRfhf1sdkV30O7Zy96N0sKvL7FST0q { width:17.5rem;height:28.75rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tatwns2u5TLxaszlHLMgeme0UV382U { width:10.125rem;height:7.625rem;top:14.5rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9 { width:7rem;height:15.375rem;top:8.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEp9vFog7Ai4O0b3LfP9289RxTGqxHKQ { width:15rem;height:4.5625rem;top:4.5625rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSM9bTTDMAOfnAlvi7CirDKdST1SXOtl { width:15rem;height:2.4375rem;top:2.125rem;left:32.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITrA0FhyDh6WHnA0etL5bLIZQQKPS0F { top:24rem;left:1.28125rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymxpodTWPoAh5vJqxWdcFv1AomhZdUU { display:block; }
 }@media only screen and (max-width: 763px) { #snMKk5hKci23W8nhCPwWwiVrnc3KviHx { top:24rem;left:13.1875rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJCHwkwhTJ1gI12KTnLXNhzaa1vm1xS { display:block; }
 }@media only screen and (max-width: 763px) { #ueGsGn6JS9Tbp9VhmI9SCnx82f9Sm240 { top:24rem;left:25.125rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDwLEvbKQHvlWAkaMBT8LeEuFv1QOEh { display:block; }
 }@media only screen and (max-width: 763px) { #Z8sxT4uuxcN9dVQK46prFcieLCu0nIPo { top:24rem;left:37.0625rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxUEXSq9hz01PaDyTra8RsolZJsz9zt { display:block; }
 }@media only screen and (max-width: 763px) { #mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP { width:11.875rem;height:11.875rem;top:11.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R { display:block; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS { width:28.625rem;height:18.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRwWJE5CLNhT53bXN5KtZ1WQGTiC0tb { width:47.75rem;height:25.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVmKkgK1IZ2zBlIH8LXLbkotibdh0MQ { width:41.1875rem;height:4.75rem;top:10rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPkffVwJnX6nO2NlTK9EyyC8uPW7oIDC { width:47.75rem;height:6.1875rem;top:2.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnH9PWHwuMdolKgpR6xcGMVZemLr5rw0 { top:16.8125rem;left:22.96875rem;width:20.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLkzN7QF8M3B2TU3arNpwndse7RfgdS { display:block; }
 }@media only screen and (max-width: 763px) { #AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI { display:block; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c { width:25rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmNt4ULcwteUyu69X73LDpxW6f9JPhQk { width:25rem;height:18.75rem;top:0rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgSXe55NfCiHpxamvPN50TCwQtyizRGD { width:25rem;height:18.75rem;top:0rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25 { width:22.0625rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk { width:22.75rem;height:18.75rem;top:0rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg { display:block; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRsUu19VwCz29MRiTbbcVfNUcecXrnD { width:47.125rem;height:6.1875rem;top:6.125rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi { display:block; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esRXLPS3FVVTVhRUfA9o8yTMys5RoTJg { width:15rem;height:6.5625rem;top:10.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnC7IzIz3QPCJCUCW1bOHILofXBfkCw { width:15rem;height:4.5rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZF0Xau4w7JOaHuH5H4M7mnJTth7K6kb { width:15rem;height:2.25rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmOQySwVMX1R6BPfTKGSKVLbsSIJ9Q93 { width:15rem;height:6.5625rem;top:10.25rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxHp2TonJU2voKcb7PVmufpFKETJHi0 { width:15rem;height:4.5rem;top:5.125rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQVQ8RLDHJkA2PGfQzbJqpSn4hvWT9d { width:15rem;height:2.25rem;top:2rem;left:8.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpZuq24l498uRq4qlQubXMRZfFdt1B8 { width:15rem;height:5.25rem;top:10.125rem;left:20.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2FWeNL4rIoHKGXvRQbLT7tTH75VCICd { width:15rem;height:4.5rem;top:5rem;left:20.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDt0QVk0PDEa2UtU1k6Bv2mAP7Chhix { width:15rem;height:2.25rem;top:1.875rem;left:20.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2GhzTuho9FHOOraead7UVOaNwO7dOo { width:15rem;height:5.25rem;top:10.125rem;left:32.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbBlArCaK0JOXHbxA7rHdkVFTzdCiWb { width:15rem;height:4.5rem;top:5rem;left:32.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kImUHsp6aUJtVeQJIWhwSs0BI6012xTO { width:15rem;height:2.25rem;top:1.875rem;left:32.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C { display:block; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STwronyQhX1VHneDBdJUJFai5ZIdxAIK { width:47.75rem;height:25rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTo3E42UcCa3F2TF8gWmHL7UgfQUHK5K { width:33.1875rem;height:2.4375rem;top:12.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5FpwOHCuvydE0LJO9WOAFn2khT3V6JL { width:20.3125rem;height:3.1875rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX2eeMthaHAHxXayWVWkwr9060s3tzvE { width:7.6875rem;height:1.5625rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgXw6QTEnCULx0yGZKn0gluAykNuawy { width:22.25rem;height:22.25rem;top:0rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct8QHe8tEzBBKhE7dPp81T6IawUbFlH3 { width:47.75rem;height:25rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF { display:block; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts001zdiEGclTNsVwREdnn7gVW1pdShq { width:47.125rem;height:3.0625rem;top:8.125rem;left:0.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx { display:block; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOncPyv0A1ThNyQWLsuRybR2ursJmOmU { width:23.0625rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0GOBM5M1TDfHuf6gnnZfHDTKPAfeqEl { width:22.8125rem;height:10.4375rem;top:0rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdPzoh4XdbxlTT1OaBO6PnQbZDneV8Q { width:22.75rem;height:8.25rem;top:0rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhW2A7aqmiZES1B9L8gGyumznUQLtQCq { display:block; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugPXdfe0DN8I71Ft8TmMl79rkOmzNK96 { width:23.125rem;height:16.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGngCCE62Hyb0M6J8itKQNczi4Wn37Ob { width:22.8125rem;height:17.5rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF3i5hWypkJfCZCzR0J9LqKfwFc3VAZk { width:22.5rem;height:14.1875rem;top:0rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygfJRP4DtT9aOG11RUeqUV92QtLBaAH { display:block; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh5nPJ0SJ0s10IiRD0PGovUgQEH9QTNS { width:22.9375rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXBZTT5LvHMS5sTqyIDPKwFVgHz3hkUx { width:22.75rem;height:6.9375rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWE29zndv8gU8oSmTfISmCzTif2bRtdW { width:22.625rem;height:10.5rem;top:0rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwByDtr71vE5DabSpJegu92r9Frf3Hvs { display:block; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAPmDDLp9LFuHEdapsxG2txwm3lGVp0k { top:12rem;left:10.5rem;width:26.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMZQxrbz2SXho5AuKiASxAJ4N9SJsI0 { display:block; }
 }@media only screen and (max-width: 763px) { #puis1PhURTKJrrZivxSnRsxCGr1kWygf { top:18.4375rem;left:15.46875rem;width:16.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJVLBCVqXLKP15BgnRFUgHEdlhtCfAO { display:block; }
 }@media only screen and (max-width: 763px) { #F2krRylZC8bk2iaR1Jr2Bvxt0M7xM7Oo { width:47.125rem;height:7rem;top:23.75rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq4QcRLbTvRt2WyNA5eLWG0C0LtSsRLr { width:47.125rem;height:1.125rem;top:5.4375rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNrmZre9xxC0EmlCnFvxp66Xamd0wSvg { width:8.875rem;height:4.625rem;top:31.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbzxSamoGZmQxQbudnSPTzPh5slWEwZZ { width:37.5rem;height:3.625rem;top:6.5625rem;left:5.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg { display:block; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q { display:block; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO51vVGIMyfuBu9pb8rqlKPbgx5SfQ6T { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OIS7BhUm82FPTR2ecTPRWwaoET0Vl7 { display:block; }
 }@media only screen and (max-width: 763px) { #QI7Tol0CO3SVNP1XTWP03EEVbcNl7XlL { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykhGDeGf9qTFm3ezlXmDVUxX8u2Do9Zw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b4DIULP7UGMlXC697dKLPARML0quvbN1 { display:block; }#b4DIULP7UGMlXC697dKLPARML0quvbN1 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L { display:block; }#tVdFrcfBtKKbrci1OukvbmQtL6ySlI7L > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVVdfw1i2wsSaNcECAslvDrTV3fEe8zR { width:16.1875rem;height:3.65625rem;top:16.189453125rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pSc4nPUGbR3w6CRybDJii8fsP017J7Fe { width:20rem;height:7.066375rem;top:8.7490234375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KnV5A8LxcQlIoGsqWJyNwoZk2FtnCGuu { width:8.1875rem;height:4.0625rem;top:2rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1dGxwn9xmre41OLZ4hRs7e0RcadnLgm { width:8.3125rem;height:12.125rem;top:36.0478515625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7KDXRlfFyeOG3OE9nidgxlz5FgMWUZ8 { width:11.3125rem;height:3.298825rem;top:32.75rem;left:4.34375rem;font-size:1.375rem;color:rgba(244,121,52,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #OIne5MeqslTVilXTBRmSt5hfyEQwEXxg { width:0.125rem;height:1.125rem;top:36.12109375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltchc7oVAGqWCsTdKsElMyGKrUn8hxnT { width:1.374025rem;height:1.374025rem;top:18.533203125rem;left:14.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMp0n5bTpo255g5WxNX0bBOAULaZPnI { width:20rem;height:1.625rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz23cfQ3TRvVPxftdsTcXXUEhgyZeMEU { top:21.874267578125rem;left:2.061767578125rem;width:15.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2xHW1psHaLcydtm6GH4VhBI4E2xcg6 { display:block; }
 }@media only screen and (max-width: 763px) { #RAWoZ0nvyUDTTZO2fERHuTHTUgtoalZH { width:15.625rem;height:0.82421875rem;top:28.64453125rem;left:1.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEtPaTge2qFULhGa1v4Kr1NCZGEDqaMQ { width:7.25rem;height:0.7558625rem;top:27.375rem;left:6.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWOxD53vkakbsxqgyaK0SRs8K1q1Pe36 { width:17.5rem;height:17.5rem;top:30.7353515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlbyU66vPGnf1l4ohaSCIqcIETv4utB { display:block; }#IdlbyU66vPGnf1l4ohaSCIqcIETv4utB > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be { display:block; }#JkFBrJpgtvicQ9G63Q4frIw8N8BgH2Be > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXxsH53gzmHuk2T5atTTEOibzBRgbTAl { width:20rem;height:5.15625rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldtaMqddABACqXmNNCATGvUKTuI4GKbP { display:block; }#ldtaMqddABACqXmNNCATGvUKTuI4GKbP > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDEgymMd14ay6xq6vatIn52xAURLQPbW { width:17.5rem;height:24.3125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AqAvZMdhy93GOZygoGaTg8HmutQaii { width:15rem;height:2.4375rem;top:3.375rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJMMTFA01pNATx0DmLOtTR6GmXJnvuR { width:15rem;height:3.41015625rem;top:5.8125rem;left:2.5rem;font-size:0.875rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #Awc1XfE6yI6KOwcA5I9sDDtwEwGF3gh6 { width:7rem;height:9.5625rem;top:8.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHl0nLoN2wyE1S668V2wRIniwAulmWtK { width:4.75rem;height:13.125rem;top:6.5625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhpfe6i3TTma6UroUkLC6lv31t6MHRLq { width:6.625rem;height:7.4375rem;top:8.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7CnSsISyFX0P7iBb6KZ4MMzCrWlIQQN { width:6.875rem;height:6.1875rem;top:13.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFaVrq8nONezwXhf9rwA8oNxEzFDaHpt { width:17.5rem;height:28.75rem;top:27.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOtprdLCHANKVTVE661V4e7I5REgqbrf { width:15rem;height:2.4375rem;top:29.375rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7mfMtENUUpA9MxcxVDkZ6MTk2WxEk8 { width:15rem;height:5.68359375rem;top:31.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz7UVMVScWe7iTK91JCbZ011spuW10ie { width:11.4375rem;height:9.5625rem;top:38.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk6uiZ7yA9m3GI16Or3Q2UzcG7ypTbkl { width:7.8125rem;height:12.875rem;top:37.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUhkUUTsPHgB5tN0lAZ0Lz4tDpx4306q { width:6.1875rem;height:6.0625rem;top:45.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTWHHyXwgPvmhKZDxWcabRStkSI0t1l { width:5.375rem;height:8.9375rem;top:42.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVlAD7BSWI9WKwXKIOZqcoVWWt8BN8L3 { width:17.5rem;height:28.75rem;top:57.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #us4La7Kuvec5p9OF0zUcSvFhmt6DmKoT { width:8.6875rem;height:8.6875rem;top:66.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvTF8bGb93xCsNKpHyVDZT6m8ySVE8V { width:15rem;height:4.546875rem;top:62.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnbpHX1OVxHTxZC9SMU9f3vpLxe8Ew7L { width:15rem;height:2.4375rem;top:59.625rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9aoXn5UuG3xMRzu3WZsUFUgEc4yn4x3 { width:11.125rem;height:8.375rem;top:72.375rem;left:7.5789930555556rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQEL5T9rKVhMDvTkEAqPxBtqCb3zJRo { width:6.0625rem;height:7.1875rem;top:67rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoRfhf1sdkV30O7Zy96N0sKvL7FST0q { width:17.5rem;height:28.75rem;top:87.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Tatwns2u5TLxaszlHLMgeme0UV382U { width:10.125rem;height:7.625rem;top:102rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJRyu23XFsU2gnvCbIuGl5CkHRXdWSl9 { width:7rem;height:15.375rem;top:96.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEp9vFog7Ai4O0b3LfP9289RxTGqxHKQ { width:15rem;height:4.546875rem;top:92.0625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSM9bTTDMAOfnAlvi7CirDKdST1SXOtl { width:15rem;height:2.4375rem;top:89.625rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aITrA0FhyDh6WHnA0etL5bLIZQQKPS0F { top:20.875rem;left:5.28125rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymxpodTWPoAh5vJqxWdcFv1AomhZdUU { display:block; }
 }@media only screen and (max-width: 763px) { #snMKk5hKci23W8nhCPwWwiVrnc3KviHx { top:51.25rem;left:5.3125rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaJCHwkwhTJ1gI12KTnLXNhzaa1vm1xS { display:block; }
 }@media only screen and (max-width: 763px) { #ueGsGn6JS9Tbp9VhmI9SCnx82f9Sm240 { top:81.5rem;left:5.25rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDwLEvbKQHvlWAkaMBT8LeEuFv1QOEh { display:block; }
 }@media only screen and (max-width: 763px) { #Z8sxT4uuxcN9dVQK46prFcieLCu0nIPo { top:111.5rem;left:5.3125rem;width:9.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxUEXSq9hz01PaDyTra8RsolZJsz9zt { display:block; }
 }@media only screen and (max-width: 763px) { #mNitMohSQ6ufPZn4ecQBya0SvAR5DPPP { width:11.875rem;height:11.875rem;top:69.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R { background-color:#3da5ab;background-image:url("https://images.assets-landingi.com/uc/045a7624-0e7f-49b9-b464-6b5cd978b237/gatofooter.png");background-position:bottom 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;display:block; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R.adaptive-delivery-prevent-bg, #kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R.lazyload, #kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R.lazyloading { background-image: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container { background-color: transparent; background-image: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container > .video-iframe-container { display: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row > .video-iframe-container { display: none; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .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); }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container { border-width: 0; border-radius: 0; }#kpEGWzKeNK3gs7KFcvHAKSnedQXerZ6R > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS { width:13.3125rem;height:12.5rem;top:15.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/045a7624-0e7f-49b9-b464-6b5cd978b237/gatofooter.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.adaptive-delivery-prevent-bg, #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.lazyload, #OFEZM4a7TfeThx32TfnFDIdkBg4HRQzS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ArRwWJE5CLNhT53bXN5KtZ1WQGTiC0tb { width:20rem;height:25.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxVmKkgK1IZ2zBlIH8LXLbkotibdh0MQ { width:20rem;height:7.875rem;top:14.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPkffVwJnX6nO2NlTK9EyyC8uPW7oIDC { width:20rem;height:9.07425rem;top:3.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnH9PWHwuMdolKgpR6xcGMVZemLr5rw0 { top:25.0625rem;left:2.1875rem;width:15.625rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLkzN7QF8M3B2TU3arNpwndse7RfgdS { display:block; }
 }@media only screen and (max-width: 763px) { #AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI { display:block; }#AmSwmx7ARAIN3xSZaf1FZJWE0aN3grmI > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttUR9ErL3tm5imBBWMyIfZqVbHQU4u3c { width:20rem;height:10.875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmNt4ULcwteUyu69X73LDpxW6f9JPhQk { width:20rem;height:10.875rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgSXe55NfCiHpxamvPN50TCwQtyizRGD { width:20rem;height:18.75rem;top:61.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ii1FU80AR8gdFbL1iXwcmHuriQPLfn25 { width:20rem;height:10.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJWDAUuw8Lsh6qk6NT3Fh87kd6Qk9ixk { width:20rem;height:18.75rem;top:61.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg { display:block; }#E6yT9lS9RAqp9T1204tc2v9S0yfk8CSg > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhRsUu19VwCz29MRiTbbcVfNUcecXrnD { width:17.125rem;height:5.15625rem;top:4rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi { display:block; }#XesaIW6IaJx45TVM0P6Gmx9xpTQWGrqi > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esRXLPS3FVVTVhRUfA9o8yTMys5RoTJg { width:15rem;height:6.5625rem;top:8rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLnC7IzIz3QPCJCUCW1bOHILofXBfkCw { width:15rem;height:4.5rem;top:3.5rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZF0Xau4w7JOaHuH5H4M7mnJTth7K6kb { width:15rem;height:2.25rem;top:1.25rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmOQySwVMX1R6BPfTKGSKVLbsSIJ9Q93 { width:15rem;height:6.5625rem;top:26.3125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDxHp2TonJU2voKcb7PVmufpFKETJHi0 { width:15rem;height:4.5rem;top:21.8125rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUQVQ8RLDHJkA2PGfQzbJqpSn4hvWT9d { width:15rem;height:2.25rem;top:19.625rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpZuq24l498uRq4qlQubXMRZfFdt1B8 { width:15rem;height:5.25rem;top:43.375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2FWeNL4rIoHKGXvRQbLT7tTH75VCICd { width:15rem;height:4.5rem;top:38.875rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDt0QVk0PDEa2UtU1k6Bv2mAP7Chhix { width:15rem;height:2.25rem;top:36.6875rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob2GhzTuho9FHOOraead7UVOaNwO7dOo { width:15rem;height:5.25rem;top:59.125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJbBlArCaK0JOXHbxA7rHdkVFTzdCiWb { width:15rem;height:4.5rem;top:54.625rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kImUHsp6aUJtVeQJIWhwSs0BI6012xTO { width:15rem;height:2.25rem;top:52.4375rem;left:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C { display:block; }#Ha1EG0ivW6tLIXzxR7xcg6Bd23hVnH2C > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STwronyQhX1VHneDBdJUJFai5ZIdxAIK { width:20rem;height:25rem;top:33.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTo3E42UcCa3F2TF8gWmHL7UgfQUHK5K { width:20rem;height:2.4375rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5FpwOHCuvydE0LJO9WOAFn2khT3V6JL { width:20rem;height:2.625rem;top:6.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yX2eeMthaHAHxXayWVWkwr9060s3tzvE { width:7.6875rem;height:1.3125rem;top:10.375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgXw6QTEnCULx0yGZKn0gluAykNuawy { width:20rem;height:20rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct8QHe8tEzBBKhE7dPp81T6IawUbFlH3 { width:20rem;height:20rem;top:13.1875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF { display:block; }#mgQcnzTdFXXEBBeJAuC3OHefrlSS8ICF > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts001zdiEGclTNsVwREdnn7gVW1pdShq { width:20rem;height:4.125rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx { display:block; }#WZTLNaVrMytGPeZTLG7mPprzCGmD3QTx > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOncPyv0A1ThNyQWLsuRybR2ursJmOmU { width:20rem;height:7.6964769647694rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0GOBM5M1TDfHuf6gnnZfHDTKPAfeqEl { width:20rem;height:9.1506849315069rem;top:10.1963125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdPzoh4XdbxlTT1OaBO6PnQbZDneV8Q { width:20rem;height:7.2527472527475rem;top:22.7841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhW2A7aqmiZES1B9L8gGyumznUQLtQCq { display:block; }#WhW2A7aqmiZES1B9L8gGyumznUQLtQCq > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugPXdfe0DN8I71Ft8TmMl79rkOmzNK96 { width:20rem;height:14.162162162162rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGngCCE62Hyb0M6J8itKQNczi4Wn37Ob { width:20rem;height:15.342465753424rem;top:16.662125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF3i5hWypkJfCZCzR0J9LqKfwFc3VAZk { width:20rem;height:12.611111111111rem;top:34.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygfJRP4DtT9aOG11RUeqUV92QtLBaAH { display:block; }#UygfJRP4DtT9aOG11RUeqUV92QtLBaAH > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zh5nPJ0SJ0s10IiRD0PGovUgQEH9QTNS { width:20rem;height:9.2643051771119rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXBZTT5LvHMS5sTqyIDPKwFVgHz3hkUx { width:20rem;height:6.0989010989011rem;top:11.7636875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWE29zndv8gU8oSmTfISmCzTif2bRtdW { width:20rem;height:9.2817679558013rem;top:20.9248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwByDtr71vE5DabSpJegu92r9Frf3Hvs { display:block; }#SwByDtr71vE5DabSpJegu92r9Frf3Hvs > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAPmDDLp9LFuHEdapsxG2txwm3lGVp0k { top:10.125rem;left:0.8125rem;width:18.4375rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMZQxrbz2SXho5AuKiASxAJ4N9SJsI0 { display:block; }
 }@media only screen and (max-width: 763px) { #puis1PhURTKJrrZivxSnRsxCGr1kWygf { top:15.375rem;left:4.375rem;width:11.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZJVLBCVqXLKP15BgnRFUgHEdlhtCfAO { display:block; }
 }@media only screen and (max-width: 763px) { #F2krRylZC8bk2iaR1Jr2Bvxt0M7xM7Oo { width:20rem;height:4.78125rem;top:21.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq4QcRLbTvRt2WyNA5eLWG0C0LtSsRLr { width:20rem;height:1.125rem;top:4.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNrmZre9xxC0EmlCnFvxp66Xamd0wSvg { width:8.875rem;height:4.625rem;top:27.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbzxSamoGZmQxQbudnSPTzPh5slWEwZZ { width:20rem;height:2.4375rem;top:5.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg { display:block; }#sP0ShfyslpdrF6bQlzkSWWUWFVlLTyxg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TiugwwSF1P6dSLoP5AhrEw6I1eTLNA6Q > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uO51vVGIMyfuBu9pb8rqlKPbgx5SfQ6T { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OIS7BhUm82FPTR2ecTPRWwaoET0Vl7 { display:block; }
 }@media only screen and (max-width: 763px) { #QI7Tol0CO3SVNP1XTWP03EEVbcNl7XlL { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykhGDeGf9qTFm3ezlXmDVUxX8u2Do9Zw { display:block; }
 }