.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#263a57;background-image:none;position:relative;display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { background-color: transparent; background-image: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .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); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { border-width: 0; border-radius: 0; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #e1e1e1, #ffffff);background-image: -moz-linear-gradient(119deg, #e1e1e1, #ffffff);background-image: -ms-linear-gradient(119deg, #e1e1e1, #ffffff);background-image: -o-linear-gradient(119deg, #e1e1e1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );";background-image: linear-gradient(119deg, #e1e1e1, #ffffff);background-size:initial !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#IGyP1FeHTawqPWT2JQVmAUEh2OeSaZou { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:28.3125rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ecbbbb8b-ca1e-43a7-a096-2e39a26e32e2/levis2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46.75rem;width:36.5rem;top:1.8125rem;left:41.095630228443rem;display:block; }#OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K.adaptive-delivery-prevent-bg, #OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K.lazyload, #OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K.lazyloading { background-image: none; }
#EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { color:#263a57;display:block;width:41.125rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:17.6875rem;left:0rem;height:9.625rem;font-style:italic;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; }
#QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { color:rgba(0,0,0,0.6);display:block;width:36.0625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:28.375rem;left:0rem;height:3.25rem;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; }
#sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { z-index:100001;top:35rem;left:0rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SoItLBtvWIlbCTlUJxVS60OP9MJpDUdp { z-index:100003;top:35rem;left:15.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:rgba(0,0,0,0.6);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AwO4E6f2KWc88R0oyPU0OqDWCtKxOQNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VJVAscga85FBmhuZ1ZnzQVxnGk6V6q9T { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.375rem;width:28.375rem;top:10.8125rem;left:42.75rem;overflow:hidden;display:block; }
#zFUVkrQgpIs1ITLQOsN0duvzKBpOETI9 { color:#263a57;display:block;width:30.5rem;position:absolute;font-family:bellarina;font-size:3.1875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.65625rem;left:11.5625rem;height:4.14355625rem;display:block; }
#Zw2aobq8LMlkmV5u0B7vc80v2KpAsVv0 { position:absolute;display:block;z-index:100001;background-color:#263a57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:75rem;top:47.6875rem;left:0rem;display:block; }
#St2DSmvy6GQTJcEpovtBaiOXyZ8EcULT { position:absolute;display:block;z-index:100002;background-color:#263a57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:34.5625rem;top:47.6875rem;left:63.25rem;display:block; }
#fDlzp8ID1XTwAf6IqoVaUo6TJUoJQfIA { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:manrope;font-size:5.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:49.625rem;left:-1.625rem;height:6.5810625rem;display:block; }
#fzUS7kBIxyLwuMXVxKKsgp90KvZKbwDZ { color:#25d366;display:block;width:7.4375rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:12.4375rem;left:67.5625rem;height:3.375rem;text-align:right;text-align-last:right;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; }
#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS { position:relative;display:block; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS { background-color: transparent; background-image: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container > .video-iframe-container { display: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row > .video-iframe-container { display: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .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); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS { border-width: 0; border-radius: 0; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#263a57;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#PDLWfNU97DQyV8puicr1nRWuGaN8l3VE { position:absolute;display:block;z-index:100000;background-color:#263a57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:35.4375rem;top:0rem;left:62.5rem;display:block; }
#LEX9KZIJLOat519o7XR745Md3a1WabwW { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:4.6875rem;height:4.875rem;font-style:normal;display:block; }
#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { position:relative;display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { background-color: transparent; background-image: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container > .video-iframe-container { display: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row > .video-iframe-container { display: none; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .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); }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { border-width: 0; border-radius: 0; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { color:#263a57;display:block;width:56.125rem;position:absolute;font-family:manrope;font-size:2.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.09375rem;left:0rem;height:3.65625rem;display:block; }
#qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { color:#233573;display:block;width:26.6875rem;position:absolute;font-family:"playfair display";font-size:3.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.59375rem;left:29.75rem;height:4.0625rem;font-style:italic;display:block; }
#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm { position:relative;display:block; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm { background-color: transparent; background-image: none; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row .container > .video-iframe-container { display: none; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row > .video-iframe-container { display: none; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .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); }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm { border-width: 0; border-radius: 0; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#ChIyTwCxWRscXi705mviLx0g5hQMJWvS { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(90deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #e6e6e6, #ffffff);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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:2.5rem;left:0rem;display:block; }
#ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { color:#263a57;display:block;width:8.5rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.375rem;height:2.84375rem;font-style:italic;display:block; }
#D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100004;line-height:2;letter-spacing:0;top:6.0625rem;left:2.375rem;height:18rem;font-style:normal;display:block; }
#XX36rGmyHg1p1CWR4barHtS0Hha1QXOM { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(90deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #e6e6e6, #ffffff);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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:2.5rem;left:26rem;display:block; }
#UG6v45mABBBWd8TzvnzQTNzhWNpUnKDJ { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100007;line-height:2;letter-spacing:0;top:6.0625rem;left:28.375rem;height:16rem;font-style:normal;display:block; }
#yeze3RrA03cwrq0E9OTCJoH1OCNHHrzi { color:#263a57;display:block;width:8.5rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.625rem;left:28.375rem;height:2.84375rem;font-style:italic;display:block; }
#mDAE1qZgbaLPNgek4PcNB33TBWPESRBO { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(90deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #e6e6e6, #ffffff);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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:2.5rem;left:52rem;display:block; }
#wPR1ZuHXJeai5KFi7sLUEZCngkFhSCWN { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100010;line-height:2;letter-spacing:0;top:6.0625rem;left:54.375rem;height:14rem;font-style:normal;display:block; }
#uH7NrHfNs7PF2gtGSA4Kz1qQwlPAmo0k { color:#263a57;display:block;width:10.125rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:4.625rem;left:54.375rem;height:2.84375rem;font-style:italic;display:block; }
#tRwpPOc0TkafeM2c1gDZb36Vya0u5ST2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:4.734375rem;left:19.8125rem;overflow:hidden;display:block; }
#AbVW1dOdF8Qr4rAFsELcoqqfUMI2d7Gb { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:2.3125rem;top:4.890625rem;left:46.0625rem;overflow:hidden;display:block; }
#cJxbGC1SWSiKIrIwg8FrfuG13oRvr79f { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:5.5rem;left:69.75rem;overflow:hidden;display:block; }
#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { position:relative;display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { background-color: transparent; background-image: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container > .video-iframe-container { display: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row > .video-iframe-container { display: none; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .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); }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { border-width: 0; border-radius: 0; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#kR3Z3faw5tsJ00X7OTxUSl7K4lGL2y7L { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(90deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #e6e6e6, #ffffff);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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:3.4375rem;left:0rem;display:block; }
#DSlZcVThHU9dOz6piDBhK7guFZLrvNTC { color:#263a57;display:block;width:8.5rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.34375rem;height:2.84375rem;font-style:italic;display:block; }
#rXCoi91HsGS5pPu7nh6aWpnok5JIRON4 { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100004;line-height:2;letter-spacing:0;top:7rem;left:2.34375rem;height:16rem;font-style:normal;display:block; }
#tGrbOTl9QllPG7ZGzb2uaeHtTvpIiN3R { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -moz-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -ms-linear-gradient(90deg, #e6e6e6, #ffffff);background-image: -o-linear-gradient(90deg, #e6e6e6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #e6e6e6, #ffffff);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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:3.4375rem;left:26rem;display:block; }
#KbKBG7ZiPtw4ES87wDmTkMaKig1TteIM { color:rgba(0,0,0,0.6);display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100007;line-height:2;letter-spacing:0;top:7rem;left:28.375rem;height:16rem;font-style:normal;display:block; }
#c9cgbrdAnNCqZnbGzDkDTzxbOvkXMCif { color:#263a57;display:block;width:12.0625rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:28.375rem;height:2.84375rem;font-style:italic;display:block; }
#CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { position:absolute;display:block;z-index:100006;background-color:#263a57;background-image:none;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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:21.5625rem;width:23rem;top:3.4375rem;left:52rem;display:block; }
#vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.6;letter-spacing:0;top:12rem;left:54.28125rem;height:7.99805625rem;display:block; }
#dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:manrope;font-size:1.6875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.40625rem;left:54.0625rem;height:4.38671875rem;display:block; }
#o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { z-index:100011;top:18.6875rem;left:54.28125rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:manrope;font-size:2.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.44140625rem;left:54.28125rem;height:2.84375rem;display:block; }
#kCiyOXJPKhHTkNHv8enB0Ftg1Ie5SVbn { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:5.734375rem;left:19.375rem;overflow:hidden;display:block; }
#vMZp4f8t38TAlmhC0wa7yDzTDiwHKzyA { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.5625rem;top:5.703125rem;left:45.25rem;overflow:hidden;display:block; }
#xBf4a2wuZTudLKaasazckOWhnbS46yvr { position:relative;display:none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr { border-width: 0; border-radius: 0; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { position:relative;display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { background-color: transparent; background-image: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container > .video-iframe-container { display: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row > .video-iframe-container { display: none; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .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); }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { border-width: 0; border-radius: 0; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#miwCiQQIEs54T3t4asvhylioAbhyTf9x { color:#233573;display:block;width:19.125rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:3.921875rem;left:14.125rem;height:7.3125rem;display:block; }
#q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { color:rgba(0,0,0,0.6);display:block;width:28.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:11.75rem;left:39.25rem;height:7rem;font-style:normal;display:block; }
#l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4dc0554d-8f88-4f95-8780-5f0aa1f5895c/whiteteeth1160x770.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:41.875rem;top:2.046875rem;left:-8.7397347513137rem;display:block; }#l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.adaptive-delivery-prevent-bg, #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.lazyload, #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu.lazyloading { background-image: none; }
#zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { color:rgba(0,0,0,0.6);display:block;width:24.375rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:3.921875rem;left:37.5rem;height:6.3984375rem;font-style:normal;display:block; }
#T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { color:#25d366;display:block;width:1.75rem;position:absolute;font-family:"font awesome";font-size:1rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:11.75rem;left:37.5rem;height:7rem;font-style:normal;display:block; }
#NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { z-index:100012;top:21.625rem;left:37.5rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EMP2G132kMX1lpd11siNg0uUuw2NzkRW { color:#25d366;display:block;width:1.75rem;position:absolute;font-family:"font awesome";font-size:1rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:11.75rem;left:37.5rem;height:7rem;font-style:normal;display:none; }
#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw { position:relative;display:block; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw { background-color: transparent; background-image: none; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row .container > .video-iframe-container { display: none; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row > .video-iframe-container { display: none; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .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); }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw { border-width: 0; border-radius: 0; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/afe71622-fdfe-4c7d-851d-8c8bea59c088/IMG_8284.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:17.5rem;width:17.5rem;top:0.625rem;left:0.625rem;display:block; }#eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc.adaptive-delivery-prevent-bg, #eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc.lazyload, #eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc.lazyloading { background-image: none; }
#cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb07ddee-e641-4cc1-b5b1-52551f7b2517/WhatsAppImage20220328at135931.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:17.5rem;width:17.5rem;top:0.625rem;left:38.125rem;display:block; }#cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE.adaptive-delivery-prevent-bg, #cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE.lazyload, #cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE.lazyloading { background-image: none; }
#UCeZsPinITxFduBC41hlSHqpygLXwKzd { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a63d8cd0-7af3-4595-b7e5-55119354936a/7270440bf5f54eb08896918afb386fd6.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:17.5rem;width:17.5rem;top:0.625rem;left:19.375rem;display:block; }#UCeZsPinITxFduBC41hlSHqpygLXwKzd.adaptive-delivery-prevent-bg, #UCeZsPinITxFduBC41hlSHqpygLXwKzd.lazyload, #UCeZsPinITxFduBC41hlSHqpygLXwKzd.lazyloading { background-image: none; }
#A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90dd3840-d24f-4fb7-a947-af13114f91d7/d41b7fa855f3430181c8028cc0fc91fb.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:17.5rem;width:17.5rem;top:0.625rem;left:56.875rem;display:block; }#A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2.adaptive-delivery-prevent-bg, #A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2.lazyload, #A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2.lazyloading { background-image: none; }
#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e6e6);background-image: -o-linear-gradient(180deg, #ffffff, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6' );";background-image: linear-gradient(180deg, #ffffff, #e6e6e6);background-size:auto !important;position:relative;display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { background-color: transparent; background-image: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container > .video-iframe-container { display: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row > .video-iframe-container { display: none; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .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); }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { border-width: 0; border-radius: 0; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { position:absolute;display:block;z-index:100000;height:25rem;width:39.375rem;top:5.71875rem;left:35.625rem;display:block; }
#T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { color:rgba(0,0,0,0.6);display:block;width:28.75rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:12.9375rem;left:0rem;height:6.39844375rem;font-style:normal;display:block; }
#m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { color:#263a57;display:block;width:29.5625rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:2.84375rem;font-style:italic;display:block; }
#VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { z-index:100004;top:21.8125rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.6);border-left:0.0625rem solid rgba(0,0,0,0.6);border-right:0.0625rem solid rgba(0,0,0,0.6);border-bottom:0.0625rem solid rgba(0,0,0,0.6);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:rgba(0,0,0,0.6);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kade0aEDQ5X7wJK3ATBnbbqXOU5VsreT { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.8125rem;width:35.8125rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { position:absolute;display:block;z-index:100000;height:25rem;width:39.375rem;top:5.71875rem;left:35.625rem;display:none; }
#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { background-color: transparent; background-image: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container > .video-iframe-container { display: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row > .video-iframe-container { display: none; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .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); }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { border-width: 0; border-radius: 0; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { color:#263a57;display:block;width:12.1875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.28125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.1875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#wHewrReBRNmpsVz3V9BvGtlZufABuA2y { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:4.25rem;left:21.1875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.9375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.9375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3iInerXLh8yvstLiHnsPED3pTxfpcIk { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:7.244140625rem;left:58.6875rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { color:#263a57;display:block;width:13.875rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:58.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;display:block; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { background-color: transparent; background-image: none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container > .video-iframe-container { display: none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row > .video-iframe-container { display: none; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .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); }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { border-width: 0; border-radius: 0; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#fm8i9NakgsNEFTpUl94EgeFRVDuzlvzW { position:absolute;display:block;z-index:100000;height:32.3125rem;width:75rem;top:6.875rem;left:0rem;display:block; }
#LA22Tncq2mIwP4nSSsJczbCvFFNNibl6 { color:#263a57;display:block;width:56.125rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.5rem;left:10.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NWRbIJMyrpUlFdUMaCID1bwfS7TZ20TL { color:#233573;display:block;width:3.0625rem;position:absolute;font-family:"font awesome brands";font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:4.21875rem;left:22.875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { background-color: transparent; background-image: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .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); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { border-width: 0; border-radius: 0; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;position:relative;display:block; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ecbb8fbc-826e-4a78-aa60-93bfa8a5e179/IMG_6494.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:42.0625rem;width:42.1875rem;top:4.625rem;left:0rem;display:block; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.adaptive-delivery-prevent-bg, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyload, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyloading { background-image: none; }
#OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { position:absolute;display:block;z-index:100003;background-color:#263a57;background-image:none;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: 0rem 0.25rem 1.125rem rgba(31,63,109,0.14) ;height:42.0625rem;width:42.1875rem;top:7.1875rem;left:32.8125rem;display:block; }
#xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:13.2353515625rem;left:37.9375rem;height:10.96875rem;font-style:italic;display:block; }
#IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { color:#25d366;display:block;width:27.5rem;position:absolute;font-family:manrope;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:10.9375rem;left:37.9375rem;height:1.5996125rem;display:block; }
#wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { z-index:100014;top:26.123046875rem;left:37.9375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(37,211,102,0.6) ;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:manrope;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { z-index:100004;top:26.123046875rem;left:55.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.625rem;left:42.8125rem;height:2.4375rem;display:block; }
#TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:33.6875rem;left:37.5rem;display:block; }
#pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { box-sizing:content-box;color:#25d366;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:33.6875rem;left:39.6875rem;display:block; }
#XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/abc335bb-2d34-4978-92c1-151d2c8c6bf3/qrcode28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:40.25rem;left:66.625rem;display:block; }#XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.adaptive-delivery-prevent-bg, #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.lazyload, #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq.lazyloading { background-image: none; }
#xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:41.5rem;left:55.625rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#263a57;background-image:none;position:relative;display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { background-color: transparent; background-image: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container > .video-iframe-container { display: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row > .video-iframe-container { display: none; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .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); }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { border-width: 0; border-radius: 0; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#iGmTREFROl7yhlloyogiLDcsbh7an2It { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:11.125rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:manrope;font-size:0.75rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:5.5625rem;left:38.375rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { background-color: transparent; background-image: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container > .video-iframe-container { display: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row > .video-iframe-container { display: none; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .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); }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { border-width: 0; border-radius: 0; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGyP1FeHTawqPWT2JQVmAUEh2OeSaZou { width:28.3125rem;height:9.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K { width:36.5rem;height:46.75rem;top:1.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { width:41.125rem;height:9.625rem;top:17.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { width:36.0625rem;height:3.25rem;top:28.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { top:35rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block; }
 }@media only screen and (max-width: 763px) { #SoItLBtvWIlbCTlUJxVS60OP9MJpDUdp { top:35rem;left:1.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwO4E6f2KWc88R0oyPU0OqDWCtKxOQNG { display:block; }
 }@media only screen and (max-width: 763px) { #VJVAscga85FBmhuZ1ZnzQVxnGk6V6q9T { width:28.375rem;height:28.375rem;top:10.8125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFUVkrQgpIs1ITLQOsN0duvzKBpOETI9 { width:30.5rem;height:4.125rem;top:7.625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2aobq8LMlkmV5u0B7vc80v2KpAsVv0 { width:47.75rem;height:2.3125rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #St2DSmvy6GQTJcEpovtBaiOXyZ8EcULT { width:34.5625rem;height:2.3125rem;top:47.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDlzp8ID1XTwAf6IqoVaUo6TJUoJQfIA { width:6.125rem;height:6.5810625rem;top:49.625rem;left:0rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUS7kBIxyLwuMXVxKKsgp90KvZKbwDZ { width:7.4375rem;height:3.375rem;top:12.4375rem;left:40.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS { display:block; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDLWfNU97DQyV8puicr1nRWuGaN8l3VE { width:35.4375rem;height:8.125rem;top:0rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEX9KZIJLOat519o7XR745Md3a1WabwW { width:47.75rem;height:4.875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { width:47.75rem;height:3.625rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { width:26.6875rem;height:4.0625rem;top:4.5625rem;left:16.125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm { display:block; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIyTwCxWRscXi705mviLx0g5hQMJWvS { width:23rem;height:21.5625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { width:8.5rem;height:2.8125rem;top:4.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { width:18.4375rem;height:15.75rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX36rGmyHg1p1CWR4barHtS0Hha1QXOM { width:23rem;height:21.5625rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG6v45mABBBWd8TzvnzQTNzhWNpUnKDJ { width:18.4375rem;height:14rem;top:6.0625rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeze3RrA03cwrq0E9OTCJoH1OCNHHrzi { width:8.5rem;height:2.8125rem;top:4.625rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDAE1qZgbaLPNgek4PcNB33TBWPESRBO { width:23rem;height:21.5625rem;top:2.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPR1ZuHXJeai5KFi7sLUEZCngkFhSCWN { width:18.4375rem;height:12.25rem;top:6.0625rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7NrHfNs7PF2gtGSA4Kz1qQwlPAmo0k { width:10.125rem;height:2.8125rem;top:4.625rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwpPOc0TkafeM2c1gDZb36Vya0u5ST2 { width:2.625rem;height:2.625rem;top:4.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbVW1dOdF8Qr4rAFsELcoqqfUMI2d7Gb { width:2.3125rem;height:2.3125rem;top:4.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxbGC1SWSiKIrIwg8FrfuG13oRvr79f { width:3.75rem;height:3.75rem;top:5.5rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR3Z3faw5tsJ00X7OTxUSl7K4lGL2y7L { width:23rem;height:21.5625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSlZcVThHU9dOz6piDBhK7guFZLrvNTC { width:8.5rem;height:2.8125rem;top:5.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCoi91HsGS5pPu7nh6aWpnok5JIRON4 { width:18.4375rem;height:14rem;top:7rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGrbOTl9QllPG7ZGzb2uaeHtTvpIiN3R { width:23rem;height:21.5625rem;top:3.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKBG7ZiPtw4ES87wDmTkMaKig1TteIM { width:18.4375rem;height:14rem;top:7rem;left:13.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cgbrdAnNCqZnbGzDkDTzxbOvkXMCif { width:12.0625rem;height:2.8125rem;top:5.5625rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { width:23rem;height:21.5625rem;top:3.4375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { width:18.4375rem;height:7.0595625rem;top:12rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { width:18.875rem;height:4.375rem;top:8.375rem;left:28.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { top:18.6875rem;left:31.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block; }
 }@media only screen and (max-width: 763px) { #LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { width:6.8125rem;height:2.8125rem;top:5.4375rem;left:31.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCiyOXJPKhHTkNHv8enB0Ftg1Ie5SVbn { width:2.5rem;height:2.5rem;top:5.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMZp4f8t38TAlmhC0wa7yDzTDiwHKzyA { width:2.5625rem;height:2.5625rem;top:5.6875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBf4a2wuZTudLKaasazckOWhnbS46yvr { display:none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miwCiQQIEs54T3t4asvhylioAbhyTf9x { width:19.125rem;height:7.3125rem;top:3.875rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { width:28.75rem;height:7rem;top:11.75rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { width:41.875rem;height:27.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { width:24.375rem;height:5.59765625rem;top:3.875rem;left:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { width:1.75rem;height:7rem;top:11.75rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { top:21.625rem;left:23.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block; }
 }@media only screen and (max-width: 763px) { #EMP2G132kMX1lpd11siNg0uUuw2NzkRW { width:1.75rem;height:7rem;top:19rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw { display:block; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc { width:17.5rem;height:17.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE { width:17.5rem;height:17.5rem;top:0.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeZsPinITxFduBC41hlSHqpygLXwKzd { width:17.5rem;height:17.5rem;top:0.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2 { width:17.5rem;height:17.5rem;top:0.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { width:39.375rem;height:25rem;top:5.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { width:28.75rem;height:5.66015rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { width:29.5625rem;height:2.8125rem;top:9.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { top:21.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block; }
 }@media only screen and (max-width: 763px) { #kade0aEDQ5X7wJK3ATBnbbqXOU5VsreT { width:35.8125rem;height:35.8125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { width:39.375rem;height:25rem;top:5.6875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { width:12.1875rem;height:2.75rem;top:7.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { width:13.875rem;height:2.8125rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { width:13.875rem;height:2.75rem;top:7.5rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHewrReBRNmpsVz3V9BvGtlZufABuA2y { width:13.875rem;height:2.8125rem;top:4.25rem;left:10rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { width:13.875rem;height:2.75rem;top:7.4375rem;left:21.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { width:13.875rem;height:2.8125rem;top:4.1875rem;left:21.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iInerXLh8yvstLiHnsPED3pTxfpcIk { width:13.875rem;height:2.75rem;top:7.1875rem;left:33.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { width:13.875rem;height:2.8125rem;top:4.1875rem;left:33.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { display:block; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8i9NakgsNEFTpUl94EgeFRVDuzlvzW { width:47.75rem;height:32.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA22Tncq2mIwP4nSSsJczbCvFFNNibl6 { width:47.75rem;height:2.4375rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRbIJMyrpUlFdUMaCID1bwfS7TZ20TL { width:3.0625rem;height:2.8125rem;top:4.1875rem;left:9.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { width:42.1875rem;height:42.0625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { width:42.1875rem;height:42.0625rem;top:7.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { width:26.5rem;height:10.9375rem;top:13.1875rem;left:19.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { width:27.5rem;height:1.5625rem;top:10.9375rem;left:20.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { top:26.0625rem;left:24.3125rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block; }
 }@media only screen and (max-width: 763px) { #dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { top:26.0625rem;left:37.3125rem;width:10.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { width:14.375rem;height:2.4375rem;top:33.625rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { width:2.3125rem;height:2.3125rem;top:33.6875rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { width:2.3125rem;height:2.3125rem;top:33.6875rem;left:26.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { width:5.6875rem;height:5.6875rem;top:40.25rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { width:9.875rem;height:4.5rem;top:41.5rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGmTREFROl7yhlloyogiLDcsbh7an2It { width:11.125rem;height:11.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { width:36.625rem;height:1.125rem;top:5.5625rem;left:11.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a { background-color:#263a57;background-image:none;display:block; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { background-color: transparent; background-image: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row > .video-iframe-container { display: none; }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .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); }#VyOaMLf2TFLiXxJu44ZMm7kip8bXE13a > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image: -webkit-linear-gradient(104deg, #ffffff, #e1e1e1);background-image: -moz-linear-gradient(104deg, #ffffff, #e1e1e1);background-image: -ms-linear-gradient(104deg, #ffffff, #e1e1e1);background-image: -o-linear-gradient(104deg, #ffffff, #e1e1e1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1' );";background-image: linear-gradient(104deg, #ffffff, #e1e1e1);background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGyP1FeHTawqPWT2JQVmAUEh2OeSaZou { width:16.125rem;height:5.4375rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OoFaptgwvWa6cHQu2VEOoOxHd3zWXw3K { width:19.25rem;height:23.6875rem;top:32.5rem;left:0.75rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #EvBtoEelK50asXWW7wJpxQqLT7i8aJlr { width:20rem;height:9.4863125rem;top:10.1875rem;left:0rem;font-size:2.875rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #QLX2fKztszkQ9nRWW1qEUbSuFbb1TGGM { width:20rem;height:4.21875rem;top:20.6728515625rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sTnVlfn1p4rVl6cE4Z9XnbQRJ81GQWVH { top:27.07421875rem;left:0rem;width:10.125rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUDcDgQA0N53720z8ta7uTDS0QATNsSs { display:block; }
 }@media only screen and (max-width: 763px) { #SoItLBtvWIlbCTlUJxVS60OP9MJpDUdp { top:27.07421875rem;left:11.1875rem;width:8.8125rem;height:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwO4E6f2KWc88R0oyPU0OqDWCtKxOQNG { display:block; }
 }@media only screen and (max-width: 763px) { #VJVAscga85FBmhuZ1ZnzQVxnGk6V6q9T { width:16.75rem;height:16.75rem;top:36.69921875rem;left:2.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #zFUVkrQgpIs1ITLQOsN0duvzKBpOETI9 { width:16.0625rem;height:2.03125rem;top:4.4453125rem;left:3.9375rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2aobq8LMlkmV5u0B7vc80v2KpAsVv0 { width:20rem;height:2.3125rem;top:106.46094375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #St2DSmvy6GQTJcEpovtBaiOXyZ8EcULT { width:20rem;height:2.3125rem;top:106.46094375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDlzp8ID1XTwAf6IqoVaUo6TJUoJQfIA { width:6.125rem;height:0;top:98.76171875rem;left:6.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzUS7kBIxyLwuMXVxKKsgp90KvZKbwDZ { width:7.4375rem;height:2.8125rem;top:39.79296875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#0635c9;display:block; }
 }@media only screen and (max-width: 763px) { #xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS { background-color:#263a57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container { background-color: transparent; background-image: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container > .video-iframe-container { display: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row > .video-iframe-container { display: none; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .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); }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container { border-width: 0; border-radius: 0; }#xslQvwqbb1T22AcbDPWUsHxF2TrXB9oS > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDLWfNU97DQyV8puicr1nRWuGaN8l3VE { width:20rem;height:0.3125rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEX9KZIJLOat519o7XR745Md3a1WabwW { width:17.8125rem;height:4.4619125rem;top:2.80078125rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr { display:block; }#CdWJeJTTVd9oJu3a0MrQBufyuDFag9Fr > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEGVb4KsV8HT0vE4STER2KAzU1ZyFRVZ { width:17.0625rem;height:1.625rem;top:3.6728515625rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAV6liitWEGsicqV35T2y9Fd4DrPbOTp { width:20rem;height:3.33105625rem;top:4.3291015625rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm { display:block; }#ndQn3452ZdR9n5GbWLQmmPfrTJDiDghm > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIyTwCxWRscXi705mviLx0g5hQMJWvS { width:18.6875rem;height:17.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzppf5dkTUhVgvEaJLWCR9SgTT6zKhI { width:8.5rem;height:2.03125rem;top:2.4375rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9AEcGTehemOVTpTpb3SRg9cQ1XisW8r { width:18.4375rem;height:15.75rem;top:3.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX36rGmyHg1p1CWR4barHtS0Hha1QXOM { width:18.75rem;height:16.125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG6v45mABBBWd8TzvnzQTNzhWNpUnKDJ { width:18.4375rem;height:14rem;top:22.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeze3RrA03cwrq0E9OTCJoH1OCNHHrzi { width:8.5rem;height:2.03125rem;top:21.8125rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDAE1qZgbaLPNgek4PcNB33TBWPESRBO { width:18.75rem;height:14.25rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPR1ZuHXJeai5KFi7sLUEZCngkFhSCWN { width:18.4375rem;height:12.25rem;top:40.375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7NrHfNs7PF2gtGSA4Kz1qQwlPAmo0k { width:10.125rem;height:2.03125rem;top:39.5rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRwpPOc0TkafeM2c1gDZb36Vya0u5ST2 { width:2.0625rem;height:2.0625rem;top:2.46875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbVW1dOdF8Qr4rAFsELcoqqfUMI2d7Gb { width:2.0625rem;height:2.0625rem;top:21.640625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxbGC1SWSiKIrIwg8FrfuG13oRvr79f { width:2.875rem;height:2.875rem;top:39.9375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ { display:block; }#NA9kWSTEBWNFW2gB42LDQgw8CGvlF0RJ > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kR3Z3faw5tsJ00X7OTxUSl7K4lGL2y7L { width:18.6875rem;height:16.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSlZcVThHU9dOz6piDBhK7guFZLrvNTC { width:8.5rem;height:2.03125rem;top:2.4375rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCoi91HsGS5pPu7nh6aWpnok5JIRON4 { width:18.4375rem;height:14rem;top:3.25rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGrbOTl9QllPG7ZGzb2uaeHtTvpIiN3R { width:18.75rem;height:14.5625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbKBG7ZiPtw4ES87wDmTkMaKig1TteIM { width:18.4375rem;height:14rem;top:20.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9cgbrdAnNCqZnbGzDkDTzxbOvkXMCif { width:11.3125rem;height:2.03125rem;top:20.0625rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLsFSFbgBfwDtZhMteCtVx5ytSt50cmS { width:18.75rem;height:22.5625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbT9ZlDFDz7L2fsfMqJ6kbhpm0lm93E { width:13.4375rem;height:8.45898125rem;top:44.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlmUAB9wAR3Z3hgi8a6tv4MNuDTfDGs5 { width:15.5625rem;height:6.09375rem;top:37.875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5X1XGHWJebVsosJ5CCS1GttQ0cl03pT { top:51.1875rem;left:1.25rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1JsgkN7JU4IAXq2NrsTvDS1sT9u4ARX { display:block; }
 }@media only screen and (max-width: 763px) { #LqdTOz2b6X8WtMV0iA31vBaxxnsbJEsI { width:3.875rem;height:2.6806625rem;top:37.125rem;left:14.0625rem;font-size:2.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kCiyOXJPKhHTkNHv8enB0Ftg1Ie5SVbn { width:1.875rem;height:1.875rem;top:2.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMZp4f8t38TAlmhC0wa7yDzTDiwHKzyA { width:1.9375rem;height:1.9375rem;top:20.375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBf4a2wuZTudLKaasazckOWhnbS46yvr { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4dc0554d-8f88-4f95-8780-5f0aa1f5895c/whiteteeth1160x770.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr.adaptive-delivery-prevent-bg, #xBf4a2wuZTudLKaasazckOWhnbS46yvr.lazyload, #xBf4a2wuZTudLKaasazckOWhnbS46yvr.lazyloading { background-image: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { background-color: transparent; background-image: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container > .video-iframe-container { display: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row > .video-iframe-container { display: none; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .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); }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { border-width: 0; border-radius: 0; }#xBf4a2wuZTudLKaasazckOWhnbS46yvr > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ { display:block; }#lhJ2iQ3s3c1rvFd8ds6dKPcJvq6eR7PJ > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #miwCiQQIEs54T3t4asvhylioAbhyTf9x { width:17rem;height:6.09375rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Tis2N4XsRpuQRSWpQomXhKpGrTcLhI { width:16.8125rem;height:7rem;top:15.875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4B5mB0nC8loVE6dXTOA9JUTOgHXlCtu { width:20rem;height:27.875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zACHomVF4DQUXzKI4kWwVJQaJBTsx2FI { width:20rem;height:6.9970625rem;top:7.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ru888u50oXTa1rwqlG7AmO5KQUZ3gL { width:1.75rem;height:0;top:19.05859375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHNLtAcrxihdVnKyMJ0unTrk4pr72olx { top:25.74609375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHnELUGhLZXQfUew3gpJvxLN2t89uuiK { display:block; }
 }@media only screen and (max-width: 763px) { #EMP2G132kMX1lpd11siNg0uUuw2NzkRW { width:1.75rem;height:7rem;top:15.875rem;left:0rem;font-size:0.875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw { display:block; }#WAtvQAuhlqbLzEooaKov1udsPTF2Ihrw > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF3W6cwy5J8tsfzGs7fILJJkGV5stLLc { width:10rem;height:10rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4mRoF1h2ATicozWSPbZU2BpyUCGdbE { width:10rem;height:10rem;top:10rem;left:10rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeZsPinITxFduBC41hlSHqpygLXwKzd { width:10rem;height:10rem;top:0rem;left:10rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8a2XbV2VXXApaTlUawfbrBDZ2ktoDk2 { width:10rem;height:10rem;top:10rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX { display:block; }#T9uxTvdECDkMH8PJLfbEfbTboAvsfBpX > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDcachNmNxWo3OlTy1vTFOr9EP9QhTBI { width:20rem;height:25rem;top:19.12109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1cDdGHlDUqJRvuKrFdE3ivZftc1LDC3 { width:20rem;height:6.9970625rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8pWLdzC7sKAnaCFJOe3e0xHDBIHgXKE { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrbUWR2fGsymEUiL5rgzutDGLrlS88n1 { top:12.74609375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7MDlme61VmIHxH6OpOvD7HVu3dP16R { display:block; }
 }@media only screen and (max-width: 763px) { #kade0aEDQ5X7wJK3ATBnbbqXOU5VsreT { width:20rem;height:20rem;top:14.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzmEyvCgU8vzU7RA0hl0xlTG3T3cAlA0 { width:20rem;height:12.5rem;top:18.49609375rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #QKf1BnQVEt90kU75r4etLomUfkyu5mt6 { display:block; }#QKf1BnQVEt90kU75r4etLomUfkyu5mt6 > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzsqxXvZTWZKXJcwmuOe2TioG2N9NCm6 { width:13.875rem;height:3.25rem;top:3.375rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dJMhl3379Vle2iMrkBzGETtgmkz5Zugm { width:13.875rem;height:2.03125rem;top:3.375rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1EE84L6AlZBsL6tTGaP9UPLD59DGzgq { width:13.875rem;height:3.25rem;top:9.9375rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHewrReBRNmpsVz3V9BvGtlZufABuA2y { width:13.875rem;height:2.03125rem;top:9.9375rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UvtEi71KJOxT9b0yA9UXsKZN9gucKtme { width:13.875rem;height:3.25rem;top:16.4375rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cT6PeJLMawfT8NaqXeZtrF5yJn1dTWTn { width:13.875rem;height:2.03125rem;top:16.5rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C3iInerXLh8yvstLiHnsPED3pTxfpcIk { width:13.875rem;height:3.25rem;top:23rem;left:5.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHL5e90iVFyvoqEQwKTiPhtm2t4IKVU0 { width:13.875rem;height:2.03125rem;top:23rem;left:2.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb { display:block; }#KOgeHWtv9ZqelWu6b1O6rvOGPOqG9oOb > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm8i9NakgsNEFTpUl94EgeFRVDuzlvzW { width:20rem;height:18.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA22Tncq2mIwP4nSSsJczbCvFFNNibl6 { width:20rem;height:1.625rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWRbIJMyrpUlFdUMaCID1bwfS7TZ20TL { width:3.0625rem;height:2.5996125rem;top:2.5244140625rem;left:8.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe { background-color:#263a57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { background-color: transparent; background-image: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row > .video-iframe-container { display: none; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .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); }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { border-width: 0; border-radius: 0; }#hKRxsL5nWMHKKTqnqpR8xM9sdqVf5pCe > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT { width:14rem;height:12.6875rem;top:1.5625rem;left:0rem;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ecbb8fbc-826e-4a78-aa60-93bfa8a5e179/IMG_6494.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.adaptive-delivery-prevent-bg, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyload, #FBAkFEb4kUpIT9CIGfGMedvyx12pJKkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OLne71O06ZkKwnTz6TcaHd35xR2wMMbE { width:20rem;height:42.0625rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgfB8txb6KecSfWcIfPFwSDyGtaZ6ZqG { width:20rem;height:4.0625rem;top:16.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IoWiuFlwSLQdiO8zrumCvpH6ViJAeB90 { width:12.4375rem;height:1.125rem;top:13.625rem;left:7.5625rem;font-size:0.75rem;font-weight:300;font-style:normal;color:#00ff5f;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wBMoH1ywHJVUxwa51tCZ24NoT4tVVGar { top:22.125rem;left:2.125rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf7XQIcXx3yvfFh2Aw3pAEEc6bCcOlzv { display:block; }
 }@media only screen and (max-width: 763px) { #dT5BG5gG2JoiUDo4bRo4k7hLfDdoTnDb { top:27rem;left:2.125rem;width:15.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N42LCLmi3ofIzI3kQ7gOuwOKuTQ0KV3W { display:block; }
 }@media only screen and (max-width: 763px) { #ZCTqgWHHQ72c1eMdCPSEw8GJyPSk2cAr { width:7.75rem;height:1.29980625rem;top:32.4375rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrkhGipWODQxa82Lr0RH8BKQsVKydpxJ { width:2.3125rem;height:2.3125rem;top:31.8125rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSOhzxtk46ayBT31I2AtTguDx6tMwhP1 { width:2.3125rem;height:2.3125rem;top:31.8125rem;left:5.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ3BmPSMBA4t1wD7yAp6kf13h9GuuHzq { width:5.6875rem;height:5.6875rem;top:36.875rem;left:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMmr0UiIboe7ChWk75B1T6nSyDWBJJCP { width:9.875rem;height:0;top:38.125rem;left:10.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv { display:block; }#GZWSkkekdwM80cL6iEzTFJDTqnP4DvFv > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGmTREFROl7yhlloyogiLDcsbh7an2It { width:9.875rem;height:9.875rem;top:0rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynUfnFegHXf5CEGsQpW9FBApRkBtPcde { width:16.25rem;height:1.875rem;top:8.5rem;left:1.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#cQdpvVWkWu7VA2wyhAeIQohQOptp5d7M > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq6ViyKbnyzz2pcMDrJwXvhvSxz4a9T0 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNMGH2Rx1kHOIXuo2pqAiNRNl8Kl2UPd { display:block; }
 }