.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(210,232,226,0.71);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:normal;z-index:14997;line-height:1.1;letter-spacing:0;top:17.1875rem;left:0rem;height:13.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.6875rem;top:2.09375rem;left:46.919921875rem;overflow:hidden;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:32.9375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:35.5rem;top:13.4375rem;left:24.5rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#007375;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:16.0625rem;left:28.25rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#cde4e2;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:7.5rem;width:7.5rem;top:17.1875rem;left:52.5rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:18.9375rem;left:53.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:20.375rem;left:52.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:33.5rem;left:24.375rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#1f333b;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:34.125rem;left:24.4375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:16rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:32.5rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#tGevGJAtVnD4ZDm80nHiGmlKP6q5yUfl { background-color:#007375;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:5.1875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:39.8125rem;left:0rem;display:block; }
#PoBsXHgEMiBdDMIIHez6pAMDKf5UhTt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGkn8KqNv4C6B3FeWNDNPBEU2BslVtSS { position:absolute;display:block;z-index:14987;background-color:rgba(205,228,226,0.5);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:9.3125rem;width:9.3125rem;top:0rem;left:48.107421875rem;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3rem;left:8.125rem;height:4.0244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TARvTLPXK4TXg1zvJ082OE1LmFerPB8J { color:#000000;display:block;width:34.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0234375rem;left:12.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;position:relative;display:block; }#iLpVwwATVVNAG2K2GZ0UtXMkTwwsZKqN { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.03125rem;height:39.4716375rem;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; }
#gm1NfBDX8RQGKKX6ABsnRi8msoNzXJqH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:24.5rem;top:3.6875rem;left:35.225679647933rem;overflow:hidden;display:block; }
#WGRM7BGzS5Tlu500wy3gwlxGICCXyKuA { background-color:#007375;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:5.1875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:45.4375rem;left:15.59375rem;display:block; }
#eDvTzBZJB8yn5HV4lJsfASL4en6QKtTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.2499971389771rem;left:8.125rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1874971389771rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:7.7249965667725rem;left:8.125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:#1f333b;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.4375rem;left:0rem;height:7.6484375rem;text-align:left;text-align-last:left;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:#1f333b;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:8.0625rem;left:21.5rem;height:9.5605625rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:#1f333b;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0625rem;left:41.5rem;height:9.5605625rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.01171875rem;left:8.125rem;height:3.8496125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:6.8125rem;left:8.125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:23.5625rem;top:1.8125rem;left:3.03125rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:0.5625rem;left:1.15625rem;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:#1f333b;display:block;width:26.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.7624988555906rem;left:31.8125rem;height:12.9980625rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:31.8125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:31.8125rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container { background-color: transparent; background-image: none; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container > .video-iframe-container { display: none; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row > .video-iframe-container { display: none; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .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); }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container { border-width: 0; border-radius: 0; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:60rem;position:relative;display:block; }#aT9cM3SAsr1HFtMWZN2yyyTSFreKhtCS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:22.1875rem;top:1.8125rem;left:3.03125rem;overflow:hidden;display:block; }
#wRWmzZnhw48qJq2Blinnkl5VryoQbhC8 { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:0.5625rem;left:1.15625rem;display:block; }
#SAsBGczmmobA1nPsakDiainJzBdOMbM0 { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.03125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#JTJbWyyheSgE3Woegi4F5BW3L4BfkpIy { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.8125rem;left:3.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#SD52ZegTwEnyqXgMpe3W2rSXUUasnb7V { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:32.312496185302rem;left:3.03125rem;height:23.3974375rem;text-align:left;text-align-last:left;display:block; }
#aA1P7UQJWV1X8APnMVGBGwEum9Fqa6Sx { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:32.3125rem;left:31.875rem;height:23.3974375rem;text-align:left;text-align-last:left;display:block; }
#nPv9l064WX0rRqScQ2y1QH8Q64LtLWM9 { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:31.875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#wc1MqAdRiCRWzsCNJMPPSia9wC0NdCqF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:21.8125rem;top:1.8124942779541rem;left:32.937498092651rem;overflow:hidden;display:block; }
#GglyEosCsoZ0rTVz2skesrUtb63cQ9zo { position:absolute;display:block;z-index:15009;background-color:#ffcc80;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:10.4375rem;top:21.4375rem;left:46.5625rem;display:block; }
#auuXQkfDWTMLePGxy5ff5BGXBlXN00R8 { color:rgba(0,115,117,0.6);display:block;width:23.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:31.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#mDCIsI8lAUzarbDBfE4s1ufgkEOZ6qOl { background-color:#007375;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:5.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.53125rem;left:15.59375rem;display:block; }
#tnx2XPzeVk1KlL9I4iC9NZWyHuf28Zk3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container { background-color: transparent; background-image: none; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container > .video-iframe-container { display: none; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row > .video-iframe-container { display: none; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .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); }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container { border-width: 0; border-radius: 0; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#i7yPSzNaMBCmeUNezsV3C3oGizGy2otp { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:6.84375rem;left:19.625rem;display:block; }
#T0prtAHZckFZpllQE7B39gMWLdHFPv82 { box-sizing:content-box;color:#ffffff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:6.5625rem;left:24.625rem;display:block; }
#FRqEgbTzK7skfqQxXBCt196lNH58HQqA { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.78125rem;left:30.1875rem;display:block; }
#FWnBmLKeypmumk1fvopi5ApvykiQfZwD { box-sizing:content-box;color:#ffffff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.6875rem;left:35.375rem;display:block; }
#OG3n02TTy1bN9vmtxChTV7mLhOOvTdC6 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7734375rem;left:19.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#NixXqWTHPBBxb6hDFDxFMGwPe5pwo5bC { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:0.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aWgAxNbMb1bLMzd7An7LLAzFfyMXeePA { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OIl9qQm4MKdrT8y7Q1LKINPDWTXsRUJm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3984375rem;left:45rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:24.625rem;height:13.75rem;top:17.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:11.6875rem;height:5.125rem;top:2.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:32.9375rem;height:6.5rem;top:7.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:35.5rem;height:35.5rem;top:13.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:16.0625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:7.5rem;height:7.5rem;top:17.1875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:0;top:18.9375rem;left:42.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:2.25rem;top:20.375rem;left:41.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:33.5rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:34.125rem;left:18.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:16rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:32.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGevGJAtVnD4ZDm80nHiGmlKP6q5yUfl { width:25.1875rem;height:5.1875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBsXHgEMiBdDMIIHez6pAMDKf5UhTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #bGkn8KqNv4C6B3FeWNDNPBEU2BslVtSS { width:9.3125rem;height:9.3125rem;top:0rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:4rem;top:3rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TARvTLPXK4TXg1zvJ082OE1LmFerPB8J { top:7rem;left:6.625rem;width:34.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLpVwwATVVNAG2K2GZ0UtXMkTwwsZKqN { top:1.375rem;left:0rem;width:32.8125rem;height:39.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm1NfBDX8RQGKKX6ABsnRi8msoNzXJqH { top:3.6875rem;left:20.75rem;width:24.5rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGRM7BGzS5Tlu500wy3gwlxGICCXyKuA { width:28.8125rem;height:5.1875rem;top:45.4375rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDvTzBZJB8yn5HV4lJsfASL4en6QKtTn { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:4.1875rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.25rem;top:2.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:43.75rem;height:2.25rem;top:7.6875rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:1.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:18.25rem;height:7.625rem;top:8.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.6875rem;height:9.5rem;top:8.0625rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.9375rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.9375rem;height:9.5rem;top:8.0625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:1.9375rem;top:5rem;left:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:3.8125rem;top:3rem;left:2rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:43.75rem;height:2.25rem;top:6.8125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:23.5625rem;height:23.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:26.9375rem;height:13rem;top:9.75rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:1.8125rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:3.875rem;top:4.375rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp { display:block; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT9cM3SAsr1HFtMWZN2yyyTSFreKhtCS { width:22.1875rem;height:23.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWmzZnhw48qJq2Blinnkl5VryoQbhC8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsBGczmmobA1nPsakDiainJzBdOMbM0 { width:23.9375rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTJbWyyheSgE3Woegi4F5BW3L4BfkpIy { width:23.9375rem;height:1.25rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD52ZegTwEnyqXgMpe3W2rSXUUasnb7V { width:23.9375rem;height:23.375rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1P7UQJWV1X8APnMVGBGwEum9Fqa6Sx { width:23.9375rem;height:23.375rem;top:32.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPv9l064WX0rRqScQ2y1QH8Q64LtLWM9 { width:23.9375rem;height:1.9375rem;top:27.25rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc1MqAdRiCRWzsCNJMPPSia9wC0NdCqF { width:21.8125rem;height:23.5625rem;top:1.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GglyEosCsoZ0rTVz2skesrUtb63cQ9zo { width:10.4375rem;height:5.875rem;top:21.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auuXQkfDWTMLePGxy5ff5BGXBlXN00R8 { width:23.9375rem;height:1.25rem;top:29.8125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDCIsI8lAUzarbDBfE4s1ufgkEOZ6qOl { width:28.8125rem;height:5.1875rem;top:3.5rem;left:9.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnx2XPzeVk1KlL9I4iC9NZWyHuf28Zk3 { display:block; }
 }@media only screen and (max-width: 763px) { #phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV { display:block; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7yPSzNaMBCmeUNezsV3C3oGizGy2otp { top:6.8125rem;left:13.5rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0prtAHZckFZpllQE7B39gMWLdHFPv82 { top:6.5625rem;left:18.5rem;width:5.625rem;height:5.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRqEgbTzK7skfqQxXBCt196lNH58HQqA { top:6.75rem;left:24.0625rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWnBmLKeypmumk1fvopi5ApvykiQfZwD { top:6.6875rem;left:29.25rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG3n02TTy1bN9vmtxChTV7mLhOOvTdC6 { top:3.75rem;left:13.3125rem;width:21.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NixXqWTHPBBxb6hDFDxFMGwPe5pwo5bC { top:15.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgAxNbMb1bLMzd7An7LLAzFfyMXeePA { top:15.375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIl9qQm4MKdrT8y7Q1LKINPDWTXsRUJm { top:15.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:5.625rem;top:9.4121125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:6.75rem;height:3.0625rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:2.5996125rem;top:5.5625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:20rem;height:20rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:17.75rem;height:17.75rem;top:22.375rem;left:1.125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.5625rem;height:4.5625rem;top:34.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:4.5rem;height:1.23730625rem;top:35.236328125rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:4.625rem;height:1.40625rem;top:36.359375rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:6.375rem;height:4.625rem;top:20.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:1.71875rem;top:21.375rem;left:3rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:8rem;height:11.0625rem;top:20.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:8.1875rem;height:10rem;top:32.349609375rem;left:11.686594202899rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGevGJAtVnD4ZDm80nHiGmlKP6q5yUfl { width:19rem;height:3.75rem;top:16.2871125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBsXHgEMiBdDMIIHez6pAMDKf5UhTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #bGkn8KqNv4C6B3FeWNDNPBEU2BslVtSS { width:5.25rem;height:5.25rem;top:0rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.1933625rem;top:2.375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TARvTLPXK4TXg1zvJ082OE1LmFerPB8J { width:19.5rem;height:4.38574375rem;top:5.255859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLpVwwATVVNAG2K2GZ0UtXMkTwwsZKqN { width:18.3125rem;height:60.757825rem;top:1.25rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm1NfBDX8RQGKKX6ABsnRi8msoNzXJqH { width:16.4375rem;height:25.8125rem;top:63.134765625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGRM7BGzS5Tlu500wy3gwlxGICCXyKuA { width:19rem;height:4.4375rem;top:88.13671875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDvTzBZJB8yn5HV4lJsfASL4en6QKtTn { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:4.548825rem;top:3.3624992370606rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:20rem;height:2.6rem;top:9.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:1.94970625rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:18.375rem;height:5.09765625rem;top:8.1989593505863rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:6.796875rem;top:23.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.94970625rem;top:20.75rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:8.496125rem;top:39.9375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.94970625rem;top:36.75rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:32.25rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:15.8125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:31.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.8rem;top:3.3000011444092rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:3.6rem;top:6.85000038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:17.1875rem;height:17.1875rem;top:1.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:22.0966875rem;top:29.125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.95rem;top:19.5rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:5.2rem;top:22.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp { display:block; }#UbGfL2uIKgPvAyyMVp3v0Tk0U1ysVKnp > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aT9cM3SAsr1HFtMWZN2yyyTSFreKhtCS { width:16.1875rem;height:17.1875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWmzZnhw48qJq2Blinnkl5VryoQbhC8 { width:12.0625rem;height:5.875rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsBGczmmobA1nPsakDiainJzBdOMbM0 { width:17.1875rem;height:1.95rem;top:19.5625rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTJbWyyheSgE3Woegi4F5BW3L4BfkpIy { width:17.1875rem;height:2.2734375rem;top:22.875rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SD52ZegTwEnyqXgMpe3W2rSXUUasnb7V { width:18.125rem;height:28.796875rem;top:25.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aA1P7UQJWV1X8APnMVGBGwEum9Fqa6Sx { width:17.875rem;height:32.3965rem;top:82rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPv9l064WX0rRqScQ2y1QH8Q64LtLWM9 { width:17.1875rem;height:1.95rem;top:75.4375rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc1MqAdRiCRWzsCNJMPPSia9wC0NdCqF { width:15.875rem;height:17.1875rem;top:57.012500762939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GglyEosCsoZ0rTVz2skesrUtb63cQ9zo { width:12.0625rem;height:5.875rem;top:55.637506484986rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #auuXQkfDWTMLePGxy5ff5BGXBlXN00R8 { width:17.1875rem;height:2.6rem;top:78.625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDCIsI8lAUzarbDBfE4s1ufgkEOZ6qOl { width:19rem;height:4.375rem;top:1.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnx2XPzeVk1KlL9I4iC9NZWyHuf28Zk3 { display:block; }
 }@media only screen and (max-width: 763px) { #phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV { display:block; }#phpxdTNZRpqTfHTZDXSPdyQOHJqF1fgV > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7yPSzNaMBCmeUNezsV3C3oGizGy2otp { width:3.5rem;height:3.5rem;top:3.9375rem;left:2.2749999761581rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0prtAHZckFZpllQE7B39gMWLdHFPv82 { width:4.125rem;height:4.125rem;top:3.625rem;left:5.7250002622604rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRqEgbTzK7skfqQxXBCt196lNH58HQqA { width:4rem;height:4rem;top:3.6875rem;left:9.8000005483625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWnBmLKeypmumk1fvopi5ApvykiQfZwD { width:4.0625rem;height:4.0625rem;top:3.65625rem;left:13.750000357628rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG3n02TTy1bN9vmtxChTV7mLhOOvTdC6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NixXqWTHPBBxb6hDFDxFMGwPe5pwo5bC { width:12.5rem;height:1.1375rem;top:8.5000019073488rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWgAxNbMb1bLMzd7An7LLAzFfyMXeePA { width:12.5rem;height:1.1375rem;top:10.261720657349rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIl9qQm4MKdrT8y7Q1LKINPDWTXsRUJm { width:12.5rem;height:1.1375rem;top:11.96249961853rem;left:3.7499998807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }