.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:url("https://images.assets-landingi.com/uc/e3a7257a-7eb0-4411-964b-209879dfc3d8/wallpaper_capa.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(166,167,144,0.64);background-color:#a88e88;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(90deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(90deg, #4c5746, #5d7153);background-image: -o-linear-gradient(90deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(90deg, #4c5746, #5d7153);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.40625rem;left:60.3125rem;display:block; }
#wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:#ffffff;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.5rem;left:20.3125rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.3125rem;top:1.1875rem;left:0.875rem;overflow:hidden;display:block; }
#X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.5rem;left:28.3125rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { color:#ffffff;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.5rem;left:37.9375rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#REhISqWy4bJhtfTViPqO5ayfki0Tec5u { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.5rem;left:45.875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(255,255,255,0.8), #e8ccc8);background-image: -moz-linear-gradient(130deg, rgba(255,255,255,0.8), #e8ccc8);background-image: -ms-linear-gradient(130deg, rgba(255,255,255,0.8), #e8ccc8);background-image: -o-linear-gradient(130deg, rgba(255,255,255,0.8), #e8ccc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#e8ccc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffcc', endColorstr='#e8ccc8' );";background-image: linear-gradient(130deg, rgba(255,255,255,0.8), #e8ccc8);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(270deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(270deg, #4c5746, #5d7153);background-image: -o-linear-gradient(270deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(270deg, #4c5746, #5d7153);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5625rem;height:4.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:38.5625rem;left:23.75rem;display:block; }
#RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:aboreto;font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:43.3125rem;left:26.75rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { display:block;width:56.6875rem;position:absolute;font-family:"helvetica neue";font-size:3.4375rem;font-weight:400;z-index:15008;line-height:1.2;top:13.6875rem;left:9.1875rem;background-color:transparent;background-image:none;height:8.375rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2T25BExq9vP6MnZW0QTNTgxXtTmE1Tx { color:#000000;display:block;width:45.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:22.375rem;left:14.9375rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfc0bb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { background-color: transparent; background-image: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container > .video-iframe-container { display: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container { display: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .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); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { border-width: 0; border-radius: 0; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LsBQ5Pcfk4MFZrUf41zdlMiTXFwFqXJg { color:#232323;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:1.6875rem;left:5.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzPVagd9N7tIgXwG8gz0HBvLR8xOVHPX { color:#232323;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:1.6875rem;left:27rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ob3GRJw2wL2fawSeNzOOh5mvqvF7Pv4Z { color:#232323;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:1.625rem;left:45.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQtwpMquybhizh8EOlJXOT8d9ncvsd6s { color:#232323;display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:1.625rem;left:58.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ULD8mdwitpUyFo26mb9z3vZsXfnbW5Tv { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:1.9375rem;left:3.125rem; }
#EmqImdxFZkXIyfwyW6eIwHBQN4nAhGdT { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:1.9375rem;left:24.25rem; }
#z9yR4fP1dyThDuH9QnzXImhuT7QxNeC1 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.9375rem;left:42.375rem; }
#H8XusvPhkg5vwk2ZrskJq6crwTt2PWT8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.9375rem;left:56.0625rem; }
#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { background-color: transparent; background-image: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container > .video-iframe-container { display: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row > .video-iframe-container { display: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .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); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { border-width: 0; border-radius: 0; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#olqhTXDXtc2v6Tr0HanWA2rsJaGxTEy7 { color:#232323;display:block;width:24.9375rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lAqsqNf8X6e4Drq60ysDy5xl5ZlvzCl5 { box-sizing:content-box;height:33rem;width:61.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:7.25rem;left:13.5rem;border-top:0.1875rem solid #a88e88;border-left:0.1875rem solid #a88e88;border-right:0.1875rem solid #a88e88;border-bottom:0.1875rem solid #a88e88;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#F4bNsUmDNzgfQXlHtIJfM5WK60lakve5 { color:#232323;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0625rem;left:39.125rem;height:20.46484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLlI74GmZh6ppIoBI36han4TFccPkvqw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(90deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(90deg, #4c5746, #5d7153);background-image: -o-linear-gradient(90deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(90deg, #4c5746, #5d7153);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:33rem;left:39.125rem;display:block; }
#oKrlwUCy0ueBMD2oKJFi6Vmf598MrA15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0AKdHIJUCTbQ0KBxysMe90QphBgQrf3 { color:#232323;display:block;width:33.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:14.0625rem;left:37.625rem;height:17.31640625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#R9285Psm4nMGa1Fbw8OyFpVrQsqO0Wxs { position:absolute;display:block;z-index:15021;height:30.3125rem;width:36.375rem;top:8.65625rem;left:0rem;display:block; }
#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { background-color: transparent; background-image: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container > .video-iframe-container { display: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row > .video-iframe-container { display: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .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); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { border-width: 0; border-radius: 0; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#l5sZiC2wB8vCDLGtQIoOvGCPxaql3ElU { color:#232323;display:block;width:47.0625rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.125rem;left:13.96875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EVe0ltroEiDHNqrXA4luNpBD61V9zkcq { box-sizing:content-box;height:3.5rem;width:18.5625rem;position:absolute;display:block;z-index:15023;background-color:#a88e88;background-image:none;top:20.4375rem;left:5.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yMSl68MXETF9EwhVfA0XuIsPMbs6u8k1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.125rem;left:8.0625rem; }
#yygDT9wJLrbTWoRkwF15R2kbZLyIJTie { color:#232323;display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:21.375rem;left:10.75rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCRzGKE78LVUVPRkIBBckbhb9ObCdmR5 { box-sizing:content-box;height:3.5rem;width:18.5625rem;position:absolute;display:block;z-index:15026;background-color:#a88e88;background-image:none;top:20.5rem;left:28.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#bz3URNbTTw7zfw05sak7bNVfPR4Irkzt { color:#232323;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:21.375rem;left:32.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQCz2AwFO4T7w6D4te4Wk9Qr2oirMVCB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.125rem;left:29.375rem; }
#iO9Tp2knhEDOEAs2FGkL3dfBacp3gULX { box-sizing:content-box;height:3.5rem;width:18.5625rem;position:absolute;display:block;z-index:15029;background-color:#a88e88;background-image:none;top:20.5rem;left:51.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#r1tSETIpfEmRBxJicnTVNaioib4wGOlP { color:#232323;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:21.375rem;left:57.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t55zEouWEN7dhSaT04MEriUNlISOPXdF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.125rem;left:54.8125rem; }
#NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w { box-sizing:content-box;height:11.375rem;width:18.5625rem;position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b6a04121-e83b-4682-af0c-239efce6692a/3211693_1_175643349112326169.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.125rem;left:5.3125rem;display:block; }#NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w.adaptive-delivery-prevent-bg, #NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w.lazyload, #NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w.lazyloading { background-image: none; }
#nhXKCswFcgBtuaWEsOxJWes1USfylbGM { box-sizing:content-box;height:11.375rem;width:18.5625rem;position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87a034ab-eef6-4478-b32f-871141ce1b4b/3211693_1_71721.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.125rem;left:28.21875rem;display:block; }#nhXKCswFcgBtuaWEsOxJWes1USfylbGM.adaptive-delivery-prevent-bg, #nhXKCswFcgBtuaWEsOxJWes1USfylbGM.lazyload, #nhXKCswFcgBtuaWEsOxJWes1USfylbGM.lazyloading { background-image: none; }
#Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP { box-sizing:content-box;height:11.375rem;width:18.5625rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97d73793-9e6a-4d5f-83a4-42d4fc8e7f59/3211693_1_54516.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.125rem;left:51.1875rem;display:block; }#Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP.adaptive-delivery-prevent-bg, #Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP.lazyload, #Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP.lazyloading { background-image: none; }
#ppmwP1xAOcvd7MPxPClAUuGg5GI9yFtC { box-sizing:content-box;height:3.5rem;width:18.5625rem;position:absolute;display:block;z-index:15031;background-color:#a88e88;background-image:none;top:37.625rem;left:16.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#d4STDMBFHmi34FDfQE9HJk4IMZ1Zecv9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:38.3125rem;left:21.5625rem; }
#Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS { box-sizing:content-box;height:11.375rem;width:18.5625rem;position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6b9c3884-838c-43b4-8169-0b828e921e15/3211693_1_06072.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.3125rem;left:16.75rem;display:block; }#Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS.adaptive-delivery-prevent-bg, #Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS.lazyload, #Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS.lazyloading { background-image: none; }
#c6L39xxVTiQch2Td9T4lxmn2FBT1uiLH { color:#232323;display:block;width:6.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:38.5625rem;left:24.25rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#it4AnsBZ2yp6G1f28klrOquE8wzd643G { box-sizing:content-box;height:3.5rem;width:18.5625rem;position:absolute;display:block;z-index:15034;background-color:#a88e88;background-image:none;top:37.6875rem;left:39.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST { box-sizing:content-box;height:11.375rem;width:18.5625rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/adfaa747-fdad-439b-811c-7e28204fbdea/3211693_1_97419.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:26.3125rem;left:39.6875rem;display:block; }#lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST.adaptive-delivery-prevent-bg, #lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST.lazyload, #lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST.lazyloading { background-image: none; }
#hvnaLp3TA6h4cBhIT3LPoMgyrnpZaIk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:38.3125rem;left:44.5rem; }
#qTX7fyECEEqqvkKflSo9wmW1Pec4notU { color:#232323;display:block;width:6.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:38.5625rem;left:47.1875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfc0bb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { background-color: transparent; background-image: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container > .video-iframe-container { display: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row > .video-iframe-container { display: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .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); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { border-width: 0; border-radius: 0; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#hQSkfIcvAbJ7bAlPnMdhsCwgyRZqDIaB { color:#232323;display:block;width:30.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.125rem;left:10.25rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/613bfcdf-afc1-4db0-99e0-68a401d0e6f6/3211693_1_175384694466482135.jpg");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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:23.25rem;top:5rem;left:46.0625rem;display:block; }#TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.adaptive-delivery-prevent-bg, #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.lazyload, #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.lazyloading { background-image: none; }
#P6snwD8PvITObbTRoh90pCfyU3EwTdKm { box-sizing:content-box;height:32.1875rem;width:40.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:5rem;left:5.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#AJRqSTvmyT0JkJU3BdxTh9yaWFinKGhH { color:#232323;display:block;width:30.875rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:8.25rem;left:10.0625rem;height:5.4609375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RLEWae6l7CzL9R9DCBiutLE4ugzS3LPC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(90deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(90deg, #4c5746, #5d7153);background-image: -o-linear-gradient(90deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(90deg, #4c5746, #5d7153);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.25rem;left:10.25rem;display:block; }
#q3tTxBOvaTdHBqzczWBepVEcbZDikbIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbBVgOMqt93wELLD77Ewn3xqMFqRLM2w { color:#232323;display:block;width:30.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:23.375rem;left:10.25rem;height:4.72265625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P9UahU8HQrTScOzFBdq121obS84V4c6P { color:#232323;display:block;width:30.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.125rem;left:10.25rem;height:7.87109375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { background-color: transparent; background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .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); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { border-width: 0; border-radius: 0; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#NEffaG4sZLft9asA61CcReihmuLmG90L { color:#232323;display:block;width:36.125rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.375rem;left:19.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oeIXKdOvfkfuaihlso33QozVOyo9e5fT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(90deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(90deg, #4c5746, #5d7153);background-image: -o-linear-gradient(90deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(90deg, #4c5746, #5d7153);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:43rem;left:26.78125rem;display:block; }
#TBpKCKzK0dnUNBgbbt6yL3eJi8ztlHEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THeeBzeohqqSG2Gaf3lTvxssm23UqBUi { box-sizing:content-box;height:12rem;width:18.5625rem;position:absolute;display:block;z-index:15022;background-color:#a88e88;background-image:none;top:13rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qSwmXfcDkpTTVDG3vlvnIGnfQuEmV1IT { box-sizing:content-box;height:12rem;width:18.5625rem;position:absolute;display:block;z-index:15023;background-color:#a88e88;background-image:none;top:13rem;left:28.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mkcwoHP1gR6QEONo3gB3EETFfarfTlkA { box-sizing:content-box;height:12rem;width:18.5625rem;position:absolute;display:block;z-index:15024;background-color:#a88e88;background-image:none;top:13rem;left:50.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GoCPtu4ptVKT8hlfdevq8rVpCD6P10Cp { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:10.4375rem;left:12.6875rem;display:block; }
#fpMFCO2muV7XAdKkenSScXDb1FdU45mN { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#a88e88;background-image:none;top:10.65625rem;left:12.96875rem;display:block; }
#EvswbZDsJGOinsU9WbCX7E6ml3pNAqWP { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:10.4375rem;left:34.875rem;display:block; }
#BfokeQnFLOU9SoSkQ8S93LaAwR4yI5MZ { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#a88e88;background-image:none;top:10.6875rem;left:35.125rem;display:block; }
#Vv3eleGTmhgQKKMwlAERspsGzIHOoa64 { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:10.4375rem;left:57.0625rem;display:block; }
#SB0pKEm3patgZOdgvfKxU1NZ2zf7EFy5 { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#a88e88;background-image:none;top:10.6875rem;left:57.3125rem;display:block; }
#NTIn7ddqDhZvnXKbMsNd6qE2tOXUckAC { color:#232323;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:16.849609375rem;left:7.6875rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZkfVWnAXTyMDLbuoNcCULvnLTZWPTL7 { color:#232323;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:16.849609375rem;left:29.5625rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCBdVhT8p11AloekV7DnKo4BoQHo8FVt { color:#232323;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:16.849609375rem;left:51.53125rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0QRp7SsiVynPhySgizWD1X53lQsmgbP { box-sizing:content-box;height:10.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15034;background-color:#a88e88;background-image:none;top:29.3125rem;left:6.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gK1wR8GwXhLbcxm39tBUKTFsb13OocAx { color:#232323;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.6;letter-spacing:0;top:33.1875rem;left:8.59375rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fa6p4bFShg8fITisoZEwTKibNN4KoGXe { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:26.75rem;left:12.6875rem;display:block; }
#OUuW57AEtBBOSEz20E4genryBJqvxflA { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#a88e88;background-image:none;top:26.9375rem;left:12.9375rem;display:block; }
#PW33TwJp5Vz6khhqsdXQz0ogUNhwfoTn { box-sizing:content-box;height:10.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15035;background-color:#a88e88;background-image:none;top:29.3125rem;left:28.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#H4k3dxgAtmcnBlynfLIaUPu8ygJtiH33 { color:#232323;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15044;line-height:1.6;letter-spacing:0;top:33.1875rem;left:31.59375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S3imD8Tq6hofbRnszt6TrHkfl0onnhmc { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:26.75rem;left:34.875rem;display:block; }
#smsNCcE4G4F5LDhHvti5wMFsnHpT6eTd { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#a88e88;background-image:none;top:27rem;left:35.125rem;display:block; }
#g6xM45quT5GxXgpESZhqms0mUXILF4AI { box-sizing:content-box;height:10.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15036;background-color:#a88e88;background-image:none;top:29.3125rem;left:50.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aABtsXIN0W4zxKaFlDFcCXM2gZ88LRZZ { color:#232323;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.6;letter-spacing:0;top:33.1875rem;left:51.6875rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZnCia1MnFX8ad4eGMXiGmZunLazsH4rU { box-sizing:content-box;height:5.3125rem;width:5.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:26.75rem;left:57.0625rem;display:block; }
#KQ1XMvE25Te4rnFRKlPX0GkG0K3xsPkz { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#a88e88;background-image:none;top:27rem;left:57.3125rem;display:block; }
#d3LhB6xoTbNBBW89oUzmP4mbb33rsFzX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.625rem;left:13.9375rem; }
#fNwXoeogTOgpDXEOuUQHJ78EnhP5Agiq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:11.53125rem;left:35.9375rem; }
#OFDqqywIPWqkIpvgdK82LkkeV88KxrNk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:11.53125rem;left:58.15625rem; }
#x23KslldLmONzbE6c1TTUVhcydyJrOBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:27.84375rem;left:13.78125rem; }
#FaRxtpIh72DMEzJBWnNXCX1NVvgTkCPS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:27.84375rem;left:35.9375rem; }
#Is1TOeQAQ2IdzPmOTqku5cywuRmcUIZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:27.84375rem;left:58.15625rem; }
#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfc0bb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { border-width: 0; border-radius: 0; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Z2R0LOQVX7i3qd94dX80h553as1BaTgg { position:absolute;display:block;z-index:15018;height:18.0625rem;width:75rem;top:7.6875rem;left:0rem;display:block; }
#vkx6TqGqRPoEDOQliWhHr05K99BrWwUe { color:#232323;display:block;width:42.8125rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.375rem;left:16.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b262397-0ce3-47ef-9f48-7fafd834d72d/3211693_1_175376688968885be9746cb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.adaptive-delivery-prevent-bg, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyload, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyloading { background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { background-color: transparent; background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.9); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .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); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { border-width: 0; border-radius: 0; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#TAOPdbXEW5z58mnDtxHFRbCvfG47LiFN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:21.625rem;top:2.625rem;left:43.625rem;overflow:hidden;display:block; }
#JX1F8q5EQxlFpbTAeRlxULM5oHCJhmwv { color:#232323;display:block;width:33.125rem;position:absolute;font-family:"helvetica neue";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:9.25rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0MESLQMEhfp6sbd2umiM1nxJ9E5xD12 { color:#232323;display:block;width:33.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.8125rem;left:9.25rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nW2hI1y0MGAdJIHtItkaFkiMtw6JlQ46 { color:#232323;display:block;width:33.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15rem;left:9.75rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OJbAFkhosy0vNRl4egWvDpGmUzTmB7VO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #5d7153);background-image: -moz-linear-gradient(90deg, #4c5746, #5d7153);background-image: -ms-linear-gradient(90deg, #4c5746, #5d7153);background-image: -o-linear-gradient(90deg, #4c5746, #5d7153);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#5d7153' );";background-image: linear-gradient(90deg, #4c5746, #5d7153);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.375rem;left:9.25rem;display:block; }
#rGRxG2vnSE7sglUDd5BFTRaWKJCxPpvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { border-width: 0; border-radius: 0; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { position:absolute;display:block;z-index:15021;background-color:#e1dbda;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.75rem;width:75rem;top:3rem;left:0rem;display:block; }
#eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:14.125rem;left:53.4375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { color:#4f4f4f;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:7rem;left:53.4375rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:14.125rem;left:51.5rem; }
#TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:7rem;left:51.25rem; }
#J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { position:absolute;display:block;z-index:15050;height:18.5rem;width:47.5625rem;top:5.625rem;left:1.875rem;display:block; }
#fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:18.5rem;left:51.375rem; }
#vAS70QaXGISdaMR54A8w7sZQItS4sfvK { color:#36c4b2;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:18.5rem;left:53.4375rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkDKk24W133arl7LnBxAtqcadw0dl67w { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a88e88;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { background-color: transparent; background-image: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container > .video-iframe-container { display: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container { display: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .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); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { border-width: 0; border-radius: 0; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.7;letter-spacing:0;top:1.037109375rem;left:0rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { border-width: 0; border-radius: 0; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:14.0625rem;height:3.4375rem;top:1.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:8rem;height:0;top:2.5rem;left:6.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { width:8.3125rem;height:3.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { width:9.6875rem;height:1.25rem;top:2.5rem;left:14.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { width:8rem;height:1.25rem;top:2.5rem;left:24.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REhISqWy4bJhtfTViPqO5ayfki0Tec5u { width:8.875rem;height:1.25rem;top:2.5rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:27.5625rem;height:4.0625rem;top:38.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:21.5625rem;height:3.1875rem;top:43.3125rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2T25BExq9vP6MnZW0QTNTgxXtTmE1Tx { width:45.125rem;height:9.8125rem;top:22.375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { display:block; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsBQ5Pcfk4MFZrUf41zdlMiTXFwFqXJg { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzPVagd9N7tIgXwG8gz0HBvLR8xOVHPX { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3GRJw2wL2fawSeNzOOh5mvqvF7Pv4Z { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQtwpMquybhizh8EOlJXOT8d9ncvsd6s { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULD8mdwitpUyFo26mb9z3vZsXfnbW5Tv { width:2.375rem;height:2.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmqImdxFZkXIyfwyW6eIwHBQN4nAhGdT { width:2.375rem;height:2.375rem;top:1.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9yR4fP1dyThDuH9QnzXImhuT7QxNeC1 { width:2.375rem;height:2.375rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8XusvPhkg5vwk2ZrskJq6crwTt2PWT8 { width:2.375rem;height:2.375rem;top:1.9375rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 { display:block; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olqhTXDXtc2v6Tr0HanWA2rsJaGxTEy7 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAqsqNf8X6e4Drq60ysDy5xl5ZlvzCl5 { width:47.375rem;height:33rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4bNsUmDNzgfQXlHtIJfM5WK60lakve5 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLlI74GmZh6ppIoBI36han4TFccPkvqw { width:19.5625rem;height:3.75rem;top:33rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKrlwUCy0ueBMD2oKJFi6Vmf598MrA15 { display:block; }
 }@media only screen and (max-width: 763px) { #x0AKdHIJUCTbQ0KBxysMe90QphBgQrf3 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9285Psm4nMGa1Fbw8OyFpVrQsqO0Wxs { width:36.375rem;height:30.3125rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWTLznSmfA93ThZcp5g2lfXP9F2mkND { display:block; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5sZiC2wB8vCDLGtQIoOvGCPxaql3ElU { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVe0ltroEiDHNqrXA4luNpBD61V9zkcq { width:18.5625rem;height:3.5rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSl68MXETF9EwhVfA0XuIsPMbs6u8k1 { width:2.1875rem;height:2.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yygDT9wJLrbTWoRkwF15R2kbZLyIJTie { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCRzGKE78LVUVPRkIBBckbhb9ObCdmR5 { width:18.5625rem;height:3.5rem;top:20.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz3URNbTTw7zfw05sak7bNVfPR4Irkzt { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQCz2AwFO4T7w6D4te4Wk9Qr2oirMVCB { width:2.1875rem;height:2.1875rem;top:21.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO9Tp2knhEDOEAs2FGkL3dfBacp3gULX { width:18.5625rem;height:3.5rem;top:20.5rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1tSETIpfEmRBxJicnTVNaioib4wGOlP { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t55zEouWEN7dhSaT04MEriUNlISOPXdF { width:2.1875rem;height:2.1875rem;top:21.125rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w { width:18.5625rem;height:11.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXKCswFcgBtuaWEsOxJWes1USfylbGM { width:18.5625rem;height:11.375rem;top:9.125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP { width:18.5625rem;height:11.375rem;top:9.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppmwP1xAOcvd7MPxPClAUuGg5GI9yFtC { width:18.5625rem;height:3.5rem;top:37.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4STDMBFHmi34FDfQE9HJk4IMZ1Zecv9 { width:2.1875rem;height:2.1875rem;top:38.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS { width:18.5625rem;height:11.375rem;top:26.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6L39xxVTiQch2Td9T4lxmn2FBT1uiLH { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #it4AnsBZ2yp6G1f28klrOquE8wzd643G { width:18.5625rem;height:3.5rem;top:37.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST { width:18.5625rem;height:11.375rem;top:26.3125rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnaLp3TA6h4cBhIT3LPoMgyrnpZaIk8 { width:2.1875rem;height:2.1875rem;top:38.3125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTX7fyECEEqqvkKflSo9wmW1Pec4notU { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU { display:block; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQSkfIcvAbJ7bAlPnMdhsCwgyRZqDIaB { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC { width:23.25rem;height:32.1875rem;top:5rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6snwD8PvITObbTRoh90pCfyU3EwTdKm { width:40.375rem;height:32.1875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRqSTvmyT0JkJU3BdxTh9yaWFinKGhH { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLEWae6l7CzL9R9DCBiutLE4ugzS3LPC { width:19.5625rem;height:3.75rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3tTxBOvaTdHBqzczWBepVEcbZDikbIn { display:block; }
 }@media only screen and (max-width: 763px) { #gbBVgOMqt93wELLD77Ewn3xqMFqRLM2w { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UahU8HQrTScOzFBdq121obS84V4c6P { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEffaG4sZLft9asA61CcReihmuLmG90L { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeIXKdOvfkfuaihlso33QozVOyo9e5fT { width:21.4375rem;height:3.75rem;top:43rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpKCKzK0dnUNBgbbt6yL3eJi8ztlHEr { display:block; }
 }@media only screen and (max-width: 763px) { #THeeBzeohqqSG2Gaf3lTvxssm23UqBUi { width:18.5625rem;height:12rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSwmXfcDkpTTVDG3vlvnIGnfQuEmV1IT { width:18.5625rem;height:12rem;top:13rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcwoHP1gR6QEONo3gB3EETFfarfTlkA { width:18.5625rem;height:12rem;top:13rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoCPtu4ptVKT8hlfdevq8rVpCD6P10Cp { width:5.3125rem;height:5.3125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpMFCO2muV7XAdKkenSScXDb1FdU45mN { width:4.75rem;height:4.75rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvswbZDsJGOinsU9WbCX7E6ml3pNAqWP { width:5.3125rem;height:5.3125rem;top:10.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfokeQnFLOU9SoSkQ8S93LaAwR4yI5MZ { width:4.75rem;height:4.75rem;top:10.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3eleGTmhgQKKMwlAERspsGzIHOoa64 { width:5.3125rem;height:5.3125rem;top:10.4375rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB0pKEm3patgZOdgvfKxU1NZ2zf7EFy5 { width:4.75rem;height:4.75rem;top:10.6875rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIn7ddqDhZvnXKbMsNd6qE2tOXUckAC { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZkfVWnAXTyMDLbuoNcCULvnLTZWPTL7 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCBdVhT8p11AloekV7DnKo4BoQHo8FVt { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QRp7SsiVynPhySgizWD1X53lQsmgbP { width:18.5625rem;height:10.3125rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1wR8GwXhLbcxm39tBUKTFsb13OocAx { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6p4bFShg8fITisoZEwTKibNN4KoGXe { width:5.3125rem;height:5.3125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUuW57AEtBBOSEz20E4genryBJqvxflA { width:4.75rem;height:4.75rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW33TwJp5Vz6khhqsdXQz0ogUNhwfoTn { width:18.5625rem;height:10.3125rem;top:29.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4k3dxgAtmcnBlynfLIaUPu8ygJtiH33 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3imD8Tq6hofbRnszt6TrHkfl0onnhmc { width:5.3125rem;height:5.3125rem;top:26.75rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smsNCcE4G4F5LDhHvti5wMFsnHpT6eTd { width:4.75rem;height:4.75rem;top:27rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6xM45quT5GxXgpESZhqms0mUXILF4AI { width:18.5625rem;height:10.3125rem;top:29.3125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABtsXIN0W4zxKaFlDFcCXM2gZ88LRZZ { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCia1MnFX8ad4eGMXiGmZunLazsH4rU { width:5.3125rem;height:5.3125rem;top:26.75rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1XMvE25Te4rnFRKlPX0GkG0K3xsPkz { width:4.75rem;height:4.75rem;top:27rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3LhB6xoTbNBBW89oUzmP4mbb33rsFzX { width:2.8125rem;height:2.8125rem;top:11.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNwXoeogTOgpDXEOuUQHJ78EnhP5Agiq { width:3.125rem;height:3.125rem;top:11.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDqqywIPWqkIpvgdK82LkkeV88KxrNk { width:3.125rem;height:3.125rem;top:11.5rem;left:44.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23KslldLmONzbE6c1TTUVhcydyJrOBS { width:3.125rem;height:3.125rem;top:27.8125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaRxtpIh72DMEzJBWnNXCX1NVvgTkCPS { width:3.125rem;height:3.125rem;top:27.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1TOeQAQ2IdzPmOTqku5cywuRmcUIZx { width:3.125rem;height:3.125rem;top:27.8125rem;left:44.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:47.75rem;height:18.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkx6TqGqRPoEDOQliWhHr05K99BrWwUe { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { display:block; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAOPdbXEW5z58mnDtxHFRbCvfG47LiFN { width:21.625rem;height:24.25rem;top:2.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1F8q5EQxlFpbTAeRlxULM5oHCJhmwv { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MESLQMEhfp6sbd2umiM1nxJ9E5xD12 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW2hI1y0MGAdJIHtItkaFkiMtw6JlQ46 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJbAFkhosy0vNRl4egWvDpGmUzTmB7VO { width:19.5625rem;height:3.75rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRxG2vnSE7sglUDd5BFTRaWKJCxPpvM { display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:47.75rem;height:23.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:18.375rem;height:2.75rem;top:14.125rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:18.375rem;height:5.625rem;top:7rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.3125rem;height:1.3125rem;top:14.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5625rem;height:1.5625rem;top:7rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:47.5625rem;height:18.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.4375rem;height:1.4375rem;top:18.5rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:14.75rem;height:4.1875rem;top:18.5rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { display:block; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { width:47.75rem;height:1.5625rem;top:1rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { display:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67091041-70a5-40b9-9159-4f49293df86b/SemTtulo2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#a88e88;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { width:7.875rem;height:3.6875rem;top:0.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { width:9.6875rem;height:auto;top:2.5rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { width:8rem;height:auto;top:2.5rem;left:6rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #REhISqWy4bJhtfTViPqO5ayfki0Tec5u { width:8.875rem;height:auto;top:2.5rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:rgba(255,255,255,0.84);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:18.75rem;height:3.4375rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:19.3125rem;height:2.798825rem;top:33.4375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { background-color:transparent;background-image:none;width:18.875rem;left:0.5625rem;font-size:1.6875rem;top:1.3125rem;text-align:center;text-align-last:center;height:6.5800625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B2T25BExq9vP6MnZW0QTNTgxXtTmE1Tx { width:18.875rem;height:12.594725rem;top:7.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { display:block; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsBQ5Pcfk4MFZrUf41zdlMiTXFwFqXJg { width:13.75rem;height:2.798825rem;top:2.6875rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vzPVagd9N7tIgXwG8gz0HBvLR8xOVHPX { width:11rem;height:2.9746125rem;top:6.5rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ob3GRJw2wL2fawSeNzOOh5mvqvF7Pv4Z { width:7rem;height:2.9746125rem;top:10.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oQtwpMquybhizh8EOlJXOT8d9ncvsd6s { width:13rem;height:2.9746125rem;top:14.4375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ULD8mdwitpUyFo26mb9z3vZsXfnbW5Tv { display:flex;width:2.375rem;height:2.375rem;top:2.875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #EmqImdxFZkXIyfwyW6eIwHBQN4nAhGdT { display:flex;width:2.375rem;height:2.375rem;top:6.8125rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #z9yR4fP1dyThDuH9QnzXImhuT7QxNeC1 { display:flex;width:2.25rem;height:2.25rem;top:10.75rem;left:1.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #H8XusvPhkg5vwk2ZrskJq6crwTt2PWT8 { display:flex;width:2.25rem;height:2.25rem;top:14.8125rem;left:1.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 { background-color:#ffffff;background-image:none;display:block; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { background-color: transparent; background-image: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container > .video-iframe-container { display: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row > .video-iframe-container { display: none; }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .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); }#hohJuDP3QoTEaWD1GfPZ1E8W4LaTRG03 > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olqhTXDXtc2v6Tr0HanWA2rsJaGxTEy7 { width:18.6875rem;height:4.875rem;top:5.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lAqsqNf8X6e4Drq60ysDy5xl5ZlvzCl5 { width:19.625rem;height:47.8125rem;top:3.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #F4bNsUmDNzgfQXlHtIJfM5WK60lakve5 { width:20rem;height:0;top:10.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kLlI74GmZh6ppIoBI36han4TFccPkvqw { width:16.25rem;height:3.125rem;top:49.6875rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #6b825e);background-image: -moz-linear-gradient(90deg, #4c5746, #6b825e);background-image: -ms-linear-gradient(90deg, #4c5746, #6b825e);background-image: -o-linear-gradient(90deg, #4c5746, #6b825e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );";background-image: linear-gradient(90deg, #4c5746, #6b825e);background-size:cover !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKrlwUCy0ueBMD2oKJFi6Vmf598MrA15 { display:block; }
 }@media only screen and (max-width: 763px) { #x0AKdHIJUCTbQ0KBxysMe90QphBgQrf3 { width:20rem;height:19.6875rem;top:10.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:14999;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R9285Psm4nMGa1Fbw8OyFpVrQsqO0Wxs { width:20rem;height:18.125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWTLznSmfA93ThZcp5g2lfXP9F2mkND { background-color:#ffffff;background-image:none;display:block; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { background-color: transparent; background-image: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container > .video-iframe-container { display: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row > .video-iframe-container { display: none; }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .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); }#kMWTLznSmfA93ThZcp5g2lfXP9F2mkND > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5sZiC2wB8vCDLGtQIoOvGCPxaql3ElU { width:18.6875rem;height:4.875rem;top:3.419921875rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EVe0ltroEiDHNqrXA4luNpBD61V9zkcq { width:18.5625rem;height:3.5rem;top:18.8125rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #yMSl68MXETF9EwhVfA0XuIsPMbs6u8k1 { display:flex;width:2.1875rem;height:2.1875rem;top:19.5rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #yygDT9wJLrbTWoRkwF15R2kbZLyIJTie { width:10.375rem;height:1.48730625rem;top:19.8125rem;left:6rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KCRzGKE78LVUVPRkIBBckbhb9ObCdmR5 { width:18.5625rem;height:3.5rem;top:32.5rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #bz3URNbTTw7zfw05sak7bNVfPR4Irkzt { width:13.75rem;height:1.48730625rem;top:33.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VQCz2AwFO4T7w6D4te4Wk9Qr2oirMVCB { display:flex;width:2.1875rem;height:2.1875rem;top:33.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #iO9Tp2knhEDOEAs2FGkL3dfBacp3gULX { width:18.5625rem;height:3.5rem;top:46.1875rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #r1tSETIpfEmRBxJicnTVNaioib4wGOlP { width:8.625rem;height:1.48730625rem;top:47.1875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t55zEouWEN7dhSaT04MEriUNlISOPXdF { display:flex;width:2.1875rem;height:2.1875rem;top:46.875rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #NeTqUXTorHW2GZ3Nc27h7Leo6QLtGp5w { width:18.5625rem;height:8.5625rem;top:10.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXKCswFcgBtuaWEsOxJWes1USfylbGM { width:18.5625rem;height:8.5625rem;top:23.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz2DNAGbIrvIB08WCIPCb5Uye6BW3xOP { width:18.5625rem;height:8.5625rem;top:37.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppmwP1xAOcvd7MPxPClAUuGg5GI9yFtC { width:18.5625rem;height:3.5rem;top:60.0625rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #d4STDMBFHmi34FDfQE9HJk4IMZ1Zecv9 { display:flex;width:2.1875rem;height:2.1875rem;top:60.75rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #Tp7Ta94lBSXrrtuRoWCOwtPanV1QhJrS { width:18.5625rem;height:8.5625rem;top:51.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6L39xxVTiQch2Td9T4lxmn2FBT1uiLH { width:6.25rem;height:1.48730625rem;top:61.0625rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #it4AnsBZ2yp6G1f28klrOquE8wzd643G { width:18.5625rem;height:3.5rem;top:74.125rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #lRs2tI2PaVNR7Bybe2xlGUtvNlIVOvST { width:18.5625rem;height:8.5625rem;top:65.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnaLp3TA6h4cBhIT3LPoMgyrnpZaIk8 { display:flex;width:2.1875rem;height:2.1875rem;top:74.8125rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #qTX7fyECEEqqvkKflSo9wmW1Pec4notU { width:6.1875rem;height:1.48730625rem;top:75.125rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU { background-color:#dfc0bb;background-image:none;display:block; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { background-color: transparent; background-image: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container > .video-iframe-container { display: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row > .video-iframe-container { display: none; }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .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); }#LOLbuLxlvmUzhKfc6CLiAia0NWacfnbU > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQSkfIcvAbJ7bAlPnMdhsCwgyRZqDIaB { width:18.875rem;height:0;top:10.31640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC { width:20rem;height:24.4375rem;top:30.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/613bfcdf-afc1-4db0-99e0-68a401d0e6f6/3211693_1_175384694466482135.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.adaptive-delivery-prevent-bg, #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.lazyload, #TIfknHJPNiWENMGI1Q2dUbBTksTzOlDC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P6snwD8PvITObbTRoh90pCfyU3EwTdKm { width:20rem;height:27.0625rem;top:3.25rem;left:0rem;z-index:14997;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJRqSTvmyT0JkJU3BdxTh9yaWFinKGhH { width:18.625rem;height:6.597625rem;top:5.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RLEWae6l7CzL9R9DCBiutLE4ugzS3LPC { width:16.25rem;height:3.125rem;top:49.9375rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #6b825e);background-image: -moz-linear-gradient(90deg, #4c5746, #6b825e);background-image: -ms-linear-gradient(90deg, #4c5746, #6b825e);background-image: -o-linear-gradient(90deg, #4c5746, #6b825e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );";background-image: linear-gradient(90deg, #4c5746, #6b825e);background-size:cover !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3tTxBOvaTdHBqzczWBepVEcbZDikbIn { display:block; }
 }@media only screen and (max-width: 763px) { #gbBVgOMqt93wELLD77Ewn3xqMFqRLM2w { width:19.25rem;height:5.59765625rem;top:23rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P9UahU8HQrTScOzFBdq121obS84V4c6P { width:19.125rem;height:9.79589375rem;top:12.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { background-color:#fafafa;background-image:none;display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { background-color: transparent; background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .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); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEffaG4sZLft9asA61CcReihmuLmG90L { width:15.5rem;height:4.875rem;top:3.9990234375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oeIXKdOvfkfuaihlso33QozVOyo9e5fT { width:18.75rem;height:3.4375rem;top:85.671875rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #6b825e);background-image: -moz-linear-gradient(90deg, #4c5746, #6b825e);background-image: -ms-linear-gradient(90deg, #4c5746, #6b825e);background-image: -o-linear-gradient(90deg, #4c5746, #6b825e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );";background-image: linear-gradient(90deg, #4c5746, #6b825e);background-size:cover !important;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpKCKzK0dnUNBgbbt6yL3eJi8ztlHEr { display:block; }
 }@media only screen and (max-width: 763px) { #THeeBzeohqqSG2Gaf3lTvxssm23UqBUi { width:18.5625rem;height:8.6875rem;top:11.9375rem;left:0.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #qSwmXfcDkpTTVDG3vlvnIGnfQuEmV1IT { width:18.5625rem;height:8.6875rem;top:24.625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkcwoHP1gR6QEONo3gB3EETFfarfTlkA { width:18.5625rem;height:10rem;top:36.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoCPtu4ptVKT8hlfdevq8rVpCD6P10Cp { width:3.75rem;height:3.75rem;top:10.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpMFCO2muV7XAdKkenSScXDb1FdU45mN { width:3.25rem;height:3.25rem;top:10.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvswbZDsJGOinsU9WbCX7E6ml3pNAqWP { width:3.75rem;height:3.75rem;top:22.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfokeQnFLOU9SoSkQ8S93LaAwR4yI5MZ { width:3.25rem;height:3.25rem;top:22.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3eleGTmhgQKKMwlAERspsGzIHOoa64 { width:3.75rem;height:3.75rem;top:35rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB0pKEm3patgZOdgvfKxU1NZ2zf7EFy5 { width:3.25rem;height:3.25rem;top:35.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTIn7ddqDhZvnXKbMsNd6qE2tOXUckAC { width:15.3125rem;height:4.1982375rem;top:14.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HZkfVWnAXTyMDLbuoNcCULvnLTZWPTL7 { width:15.9375rem;height:2.798825rem;top:27.4375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15052;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hCBdVhT8p11AloekV7DnKo4BoQHo8FVt { width:17.25rem;height:5.59765625rem;top:39.720703125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15053;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Q0QRp7SsiVynPhySgizWD1X53lQsmgbP { width:18.5625rem;height:8.6875rem;top:50.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK1wR8GwXhLbcxm39tBUKTFsb13OocAx { width:13.5rem;height:4.19824375rem;top:53.359375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15054;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6p4bFShg8fITisoZEwTKibNN4KoGXe { width:3.75rem;height:3.75rem;top:48.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUuW57AEtBBOSEz20E4genryBJqvxflA { width:3.25rem;height:3.25rem;top:48.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW33TwJp5Vz6khhqsdXQz0ogUNhwfoTn { width:18.5625rem;height:7.3125rem;top:63.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4k3dxgAtmcnBlynfLIaUPu8ygJtiH33 { width:14.0625rem;height:2.798825rem;top:65.859375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15055;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S3imD8Tq6hofbRnszt6TrHkfl0onnhmc { width:3.75rem;height:3.75rem;top:61.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smsNCcE4G4F5LDhHvti5wMFsnHpT6eTd { width:3.25rem;height:3.25rem;top:61.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6xM45quT5GxXgpESZhqms0mUXILF4AI { width:18.5625rem;height:8.0625rem;top:73.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABtsXIN0W4zxKaFlDFcCXM2gZ88LRZZ { width:16.75rem;height:2.798825rem;top:77.046875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15056;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCia1MnFX8ad4eGMXiGmZunLazsH4rU { width:3.75rem;height:3.75rem;top:72.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1XMvE25Te4rnFRKlPX0GkG0K3xsPkz { width:3.25rem;height:3.25rem;top:72.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3LhB6xoTbNBBW89oUzmP4mbb33rsFzX { display:flex;width:2.3125rem;height:2.3125rem;top:10.9375rem;left:8.8125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #fNwXoeogTOgpDXEOuUQHJ78EnhP5Agiq { display:flex;width:2.3125rem;height:2.3125rem;top:23.34375rem;left:8.84375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #OFDqqywIPWqkIpvgdK82LkkeV88KxrNk { display:flex;width:2.3125rem;height:2.3125rem;top:35.75rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #x23KslldLmONzbE6c1TTUVhcydyJrOBS { display:flex;width:2.3125rem;height:2.3125rem;top:49.375rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #FaRxtpIh72DMEzJBWnNXCX1NVvgTkCPS { display:flex;width:2.3125rem;height:2.3125rem;top:61.875rem;left:8.8125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Is1TOeQAQ2IdzPmOTqku5cywuRmcUIZx { display:flex;width:2.3125rem;height:2.3125rem;top:72.875rem;left:8.875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { background-color:#dfc0bb;background-image:none;display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:20rem;height:27.625rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkx6TqGqRPoEDOQliWhHr05K99BrWwUe { width:18.125rem;height:4.5rem;top:3rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b262397-0ce3-47ef-9f48-7fafd834d72d/3211693_1_175376688968885be9746cb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.adaptive-delivery-prevent-bg, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyload, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyloading { background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { background-color: transparent; background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,246,248,0.85); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,246,248,0.85); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .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); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAOPdbXEW5z58mnDtxHFRbCvfG47LiFN { width:18.5rem;height:20.75rem;top:16.5712890625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1F8q5EQxlFpbTAeRlxULM5oHCJhmwv { width:17.125rem;height:6.75rem;top:3.4111328125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P0MESLQMEhfp6sbd2umiM1nxJ9E5xD12 { width:20rem;height:0;top:10.1611328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nW2hI1y0MGAdJIHtItkaFkiMtw6JlQ46 { width:17.1875rem;height:4.0625rem;top:10.4736328125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OJbAFkhosy0vNRl4egWvDpGmUzTmB7VO { width:18.75rem;height:3.4375rem;top:35.5087890625rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4c5746, #6b825e);background-image: -moz-linear-gradient(90deg, #4c5746, #6b825e);background-image: -ms-linear-gradient(90deg, #4c5746, #6b825e);background-image: -o-linear-gradient(90deg, #4c5746, #6b825e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5746', endColorstr='#6b825e' );";background-image: linear-gradient(90deg, #4c5746, #6b825e);background-size:cover !important;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGRxG2vnSE7sglUDd5BFTRaWKJCxPpvM { display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { background-color:#ffffff;background-image:none;display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:20rem;height:20.4375rem;top:3.3125rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:14.375rem;height:2.625rem;top:5.0625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:13.375rem;height:6.5625rem;top:10.1875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.25rem;height:1.25rem;top:5.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5625rem;height:1.5625rem;top:10.1875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.25rem;height:1.25rem;top:18.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:14.375rem;height:3.9375rem;top:18.0625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:20rem;height:16.375rem;top:23.75rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { display:block; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { width:20rem;height:1.13671875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { background-color: transparent; background-image: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .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); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:20rem;height:3.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { width:18.75rem;height:3.125rem;top:0.25rem;left:0.625rem;font-size:1.125rem;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.adaptive-delivery-prevent-bg, #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.lazyload, #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block; }
 }