.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: 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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { position:relative;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f7c85; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f7c85; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c9f6d87-8c4a-4d8a-9ef4-abd7fe2108a9/Untitleddesign20210929T212234790.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container.lazyloading { background-image: none; }#xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:18.75rem;width:13rem;top:5.1875rem;left:5.0625rem;overflow:hidden;display:block; }
#pVMv3Ke1URntPVi6gALE853xnVc1PQbx { position:absolute;display:block;z-index:99999;background-color:#64aab2;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:21rem;width:15.0625rem;top:4.0625rem;left:4.0625rem;display:block; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:2.4822912216186rem;left:36.251041412354rem;height:1.575rem;font-style:normal;display:block; }
#XilZOIm67f1c0THq6uvpeDZbdhZLIcOR { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;height:18.625rem;width:33.3125rem;top:5.125020875rem;left:22.495719582439rem;display:block; }
#GhXEEMIAmAa2NUSekTPBVTM7aEuoI0tn { position:absolute;display:block;z-index:100000;background-color:#64aab2;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:21rem;width:35.875rem;top:4rem;left:21.125rem;display:block; }
#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:0rem;left:19.125rem;height:2.275rem;font-style:normal;display:block; }
#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE { position:relative;display:block; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE { background-color: transparent; background-image: none; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row .container > .video-iframe-container { display: none; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row > .video-iframe-container { display: none; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .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); }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE { border-width: 0; border-radius: 0; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#505f6e;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#P3yLWnFZ6BTO1CFaQJoRJpkAVBg7cIB0 { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:0.86249923706056rem;left:10.28125rem;height:1.8375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdsLXkn1JbaxGffOM4lsq6Gi0kpaU9vL { 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:block;z-index:100005;top:0.21875rem;left:43.380207061767rem;display:block; }
#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { position:relative;display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { background-color: transparent; background-image: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .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); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { border-width: 0; border-radius: 0; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76ced7, #bfcccc);background-image: -moz-linear-gradient(180deg, #76ced7, #bfcccc);background-image: -ms-linear-gradient(180deg, #76ced7, #bfcccc);background-image: -o-linear-gradient(180deg, #76ced7, #bfcccc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ced7', endColorstr='#bfcccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ced7', endColorstr='#bfcccc' );";background-image: linear-gradient(180deg, #76ced7, #bfcccc);background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { color:#2e3951;display:block;width:59.6875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:0.84791564941406rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpFxK9UweSSzemi5Ggzc0fG9Ihn5SxHe { color:#2e3951;display:block;width:56.4375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:3.8624992370606rem;left:1.78125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT1n8WQI0KrdDB2AtSAwif7qLWACDIux { color:#253045;display:block;width:27.8125rem;position:absolute;font-family:dosis;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:7.27499961853rem;left:14.4375rem;height:2.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtFlw691ToDnAu3PeptMXHBT13N3D3xm { color:#253045;display:block;width:42.875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:9.8125rem;left:8.15625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { color:#253045;display:block;width:48.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:12.35000038147rem;left:8.15625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BmHaeSTW0ADse3awwU512F4Ba9gqR5WZ { color:#253045;display:block;width:42rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:14.946876525879rem;left:8.15625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gpt0iKB8BSnqGTpsFMnym8KEKuACslzS { color:#253045;display:block;width:45.125rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:17.25937461853rem;left:8.15625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoVGidtTSC9cfWVGVkfO13CJU4tgZSAD { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:19.286458015442rem;left:25.968749046326rem;height:1.3rem;display:block; }
#qX6VthaWTeGNSNSGvHXJX9kgl28GTR9R { 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:100006;top:20.550000190735rem;left:28.843749046326rem;display:block; }
#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { position:relative;display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { background-color: transparent; background-image: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row > .video-iframe-container { display: none; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .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); }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { border-width: 0; border-radius: 0; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #91bac3, #2f7c85);background-image: -moz-linear-gradient(82deg, #91bac3, #2f7c85);background-image: -ms-linear-gradient(82deg, #91bac3, #2f7c85);background-image: -o-linear-gradient(82deg, #91bac3, #2f7c85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bac3', endColorstr='#2f7c85' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bac3', endColorstr='#2f7c85' );";background-image: linear-gradient(82deg, #91bac3, #2f7c85);background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#hBccnvH7Q28vAq7nSLTGxvZGTFGOy1Ev { color:#0c4a51;display:block;width:49rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100017;line-height:1.8;letter-spacing:0;top:3.8156242370606rem;left:4.09375rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S8KP9CVKpboDhZrPRex2rFiZhTydPxbL { box-sizing:content-box;color:#c1d8da;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:11.183334350586rem;left:53.625rem;display:block; }
#XUyKrVqX7tD5aHS2rhDt946viz60JUTq { color:#ea0029;display:block;width:57.1875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:1.3125rem;left:0rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#31171f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:11.861457824707rem;left:16.188541412354rem;display:block; }
#vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GtacrPTgEzfv4lnTvQhk3E4EI5uZcXtA { color:#2f7c85;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.795833587646rem;left:26.125rem;height:1.1375rem;display:block; }
#Km9hiEhAPFZ09akL4sSnTg7z99WZdpR4 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:14.75rem;width:57rem;top:0.71875rem;left:1.5rem;display:block; }
#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { position:relative;display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { background-color: transparent; background-image: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row > .video-iframe-container { display: none; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .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); }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq { border-width: 0; border-radius: 0; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #2f7c85, #6da9ba);background-image: -moz-linear-gradient(8deg, #2f7c85, #6da9ba);background-image: -ms-linear-gradient(8deg, #2f7c85, #6da9ba);background-image: -o-linear-gradient(8deg, #2f7c85, #6da9ba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7c85', endColorstr='#6da9ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7c85', endColorstr='#6da9ba' );";background-image: linear-gradient(8deg, #2f7c85, #6da9ba);background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;position:relative;display:block; }#Appvrp9aGlbZbAHOXXgTTzSqlskczw8o { color:#2f7c85;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100045;line-height:1.8;letter-spacing:0;top:4.6875rem;left:2.5635414123535rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqoHFqTkRCOuOCcv5umpFfHdf3iTRcya { color:#2f7c85;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:4.6875rem;left:20.086456298828rem;height:11.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXszVxN15cHq4fo3bivEGl9aJGieKXWw { color:#2f7c85;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100013;line-height:1.8;letter-spacing:0;top:4.6875rem;left:39.84375rem;height:13.1625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oD3PhepI5r0AkxTnr9mJrIKBFp5zEDu6 { color:#2f7c85;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:19.80624961853rem;left:17.401042938233rem;height:1.05625rem;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; }
#daWTobtWuTsoTiWINZl4oF0g0Rkis6C8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#31171f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:17.85000038147rem;left:6.6833324432375rem;display:block; }
#SRfUH4CFoebit0zeEKV3JtlTc7XkEkPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LSCgn93rb6F32JDnBBbWyTFiGWKXptMS { box-sizing:content-box;color:#c1d8da;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:17.85000038147rem;left:54.651042938233rem;display:block; }
#dTDTCNgug9kTbGQVrWyvAEuLik20AnBW { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:21.5625rem;width:57.8125rem;top:0.705207824707rem;left:1.15625rem;display:block; }
#y1IRszTWzQAWMuxJci189DFMvnsoaDX4 { color:#ea0029;display:block;width:57.1875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:100044;line-height:1.4;letter-spacing:0;top:2.0343751907349rem;left:1.40625rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 { position:relative;display:block; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 { background-color: transparent; background-image: none; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row .container > .video-iframe-container { display: none; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row > .video-iframe-container { display: none; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .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); }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 { border-width: 0; border-radius: 0; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #6ebcbc, #2f7c85);background-image: -moz-linear-gradient(82deg, #6ebcbc, #2f7c85);background-image: -ms-linear-gradient(82deg, #6ebcbc, #2f7c85);background-image: -o-linear-gradient(82deg, #6ebcbc, #2f7c85);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcbc', endColorstr='#2f7c85' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcbc', endColorstr='#2f7c85' );";background-image: linear-gradient(82deg, #6ebcbc, #2f7c85);background-size:auto !important;font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#GdPtxHZO7mKR0uFoVMkutPUkEXwxuqea { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:11.9375rem;width:57.75rem;top:0.75rem;left:1.25rem;display:block; }
#RRbQRIoGnln43eXENT6BBn9KgDr42ZoH { color:#2f7c85;display:block;width:48.875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100007;line-height:1.8;letter-spacing:0;top:3.4322910308838rem;left:3.625rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnhG8FH7fNdpVIsqxmIVMO4QXs15PzzL { box-sizing:content-box;color:#c1d8da;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:9.4520835876462rem;left:54.843746185302rem;display:block; }
#kTzvwLeK8nLIQB3CqEAzKZzPBg93Zwuz { color:#ea0029;display:block;width:57.1875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:100039;line-height:1.4;letter-spacing:0;top:1.7697925567627rem;left:0.0010414123535156rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#31171f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.63125038147rem;left:11.625rem;display:block; }#kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne.adaptive-delivery-prevent-bg, #kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne.lazyload, #kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne.lazyloading { background-image: none; }
#qm6GS64v5WzVycweKpR9EWewvApgtdCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bNFNpi5m5TPPsuhvvi5meP5tcq7zF0qW { color:#2f7c85;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:10.330207824707rem;left:21.338542938233rem;height:1.05625rem;display:block; }
#TFRdzTzUtBTkRpJFz7UuPyum0OWdX9H2 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:2.75rem;width:52.1875rem;top:9.3302078247069rem;left:2.65625rem;display:block; }
#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC { position:relative;display:block; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC { background-color: transparent; background-image: none; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row .container > .video-iframe-container { display: none; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row > .video-iframe-container { display: none; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .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); }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC { border-width: 0; border-radius: 0; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #2f7c85, #9bbbbe);background-image: -moz-linear-gradient(82deg, #2f7c85, #9bbbbe);background-image: -ms-linear-gradient(82deg, #2f7c85, #9bbbbe);background-image: -o-linear-gradient(82deg, #2f7c85, #9bbbbe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7c85', endColorstr='#9bbbbe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f7c85', endColorstr='#9bbbbe' );";background-image: linear-gradient(82deg, #2f7c85, #9bbbbe);background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#bL1knRsdp9XXuVe2apaVFgOypTIGNXsm { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.15) ;height:13.75rem;width:56.4375rem;top:1.375rem;left:1.625rem;display:block; }
#T1IwRV8G93yOOFnQlszJWNWKCoAyISmO { color:#2f7c85;display:block;width:52.3125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:100007;line-height:1.8;letter-spacing:0;top:3.9968757629394rem;left:4rem;height:10.2375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#umlynTeCrXnF2wB7W0PEFSiRVXOp4nTT { box-sizing:content-box;color:#c1d8da;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:12.367710113526rem;left:55.305206298828rem;display:block; }
#diiclOdhME0AoQLaFu7wFh1TgolT5mqF { color:#ea0029;display:block;width:57.1875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:100039;line-height:1.4;letter-spacing:0;top:2.3343677520752rem;left:1.40625rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbCzTfrPJ3TS5BqlRJctCDOIV4iiEHV5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#31171f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.8125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:12.384372711182rem;left:9.1885414123538rem;display:block; }
#W4H6fLmA8cbrNvIcL6O2Qoc4isGTXgID { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mD3pPnla7fO8lZfHErPwshOSvuPhONrU { color:#2f7c85;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:13.25rem;left:19.502082824707rem;height:1.05625rem;display:block; }
#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { position:relative;display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { background-color: transparent; background-image: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row > .video-iframe-container { display: none; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .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); }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { border-width: 0; border-radius: 0; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#64aab2;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#qymGbZIgvMt3ViN8O7zy91nukzl7OpxB { color:#2a2358;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:3.2135429382324rem;left:46.751037597656rem;height:2.4375rem;display:block; }
#TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { color:#ffffff;display:block;width:30rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:0.85312461853025rem;left:16.751041412354rem;height:2.8rem;font-style:normal;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) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { top:5.1875rem;left:0rem;width:13rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMv3Ke1URntPVi6gALE853xnVc1PQbx { top:4.0625rem;left:0rem;width:15.0625rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:2.4375rem;left:30.126041412354rem;width:7.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XilZOIm67f1c0THq6uvpeDZbdhZLIcOR { top:5.125rem;left:13.6875rem;width:33.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhXEEMIAmAa2NUSekTPBVTM7aEuoI0tn { top:4rem;left:11.875rem;width:35.875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:0rem;left:13rem;width:27.5rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE { display:block; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yLWnFZ6BTO1CFaQJoRJpkAVBg7cIB0 { top:0.8125rem;left:4.15625rem;width:39.4375rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdsLXkn1JbaxGffOM4lsq6Gi0kpaU9vL { top:0.1875rem;left:37.255207061767rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpFxK9UweSSzemi5Ggzc0fG9Ihn5SxHe { top:3.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1n8WQI0KrdDB2AtSAwif7qLWACDIux { top:7.25rem;left:8.3125rem;width:27.8125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { top:9.8125rem;left:2.03125rem;width:42.875rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { top:12.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHaeSTW0ADse3awwU512F4Ba9gqR5WZ { top:14.9375rem;left:2.03125rem;width:42rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpt0iKB8BSnqGTpsFMnym8KEKuACslzS { top:17.25rem;left:2.03125rem;width:45.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVGidtTSC9cfWVGVkfO13CJU4tgZSAD { top:19.25rem;left:19.843749046326rem;width:7.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX6VthaWTeGNSNSGvHXJX9kgl28GTR9R { top:20.5rem;left:22.718749046326rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBccnvH7Q28vAq7nSLTGxvZGTFGOy1Ev { top:3.8125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KP9CVKpboDhZrPRex2rFiZhTydPxbL { top:11.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { top:1.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { width:11.75rem;height:2.8125rem;top:11.8125rem;left:10.063541412354rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #GtacrPTgEzfv4lnTvQhk3E4EI5uZcXtA { top:12.75rem;left:18.5625rem;width:29.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km9hiEhAPFZ09akL4sSnTg7z99WZdpR4 { top:0.6875rem;left:0rem;width:47.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Appvrp9aGlbZbAHOXXgTTzSqlskczw8o { top:4.6875rem;left:0rem;width:15.8125rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqoHFqTkRCOuOCcv5umpFfHdf3iTRcya { top:4.6875rem;left:13.961456298828rem;width:17.1875rem;height:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXszVxN15cHq4fo3bivEGl9aJGieKXWw { top:4.6875rem;left:30.1875rem;width:17.5625rem;height:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3PhepI5r0AkxTnr9mJrIKBFp5zEDu6 { top:19.75rem;left:10.4375rem;width:37.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWTobtWuTsoTiWINZl4oF0g0Rkis6C8 { width:11.75rem;height:2.8125rem;top:17.8125rem;left:0.55833244323731rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfUH4CFoebit0zeEKV3JtlTc7XkEkPT { display:block; }
 }@media only screen and (max-width: 763px) { #LSCgn93rb6F32JDnBBbWyTFiGWKXptMS { top:17.8125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDTCNgug9kTbGQVrWyvAEuLik20AnBW { top:0.6875rem;left:0rem;width:47.75rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1IRszTWzQAWMuxJci189DFMvnsoaDX4 { top:2rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 { display:block; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdPtxHZO7mKR0uFoVMkutPUkEXwxuqea { top:0.75rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRbQRIoGnln43eXENT6BBn9KgDr42ZoH { top:3.375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnhG8FH7fNdpVIsqxmIVMO4QXs15PzzL { top:9.4375rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzvwLeK8nLIQB3CqEAzKZzPBg93Zwuz { top:1.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne { width:11.75rem;height:2.8125rem;top:8.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6GS64v5WzVycweKpR9EWewvApgtdCa { display:block; }
 }@media only screen and (max-width: 763px) { #bNFNpi5m5TPPsuhvvi5meP5tcq7zF0qW { top:10.3125rem;left:14.1875rem;width:33.5625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRdzTzUtBTkRpJFz7UuPyum0OWdX9H2 { top:9.3125rem;left:0rem;width:47.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC { display:block; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL1knRsdp9XXuVe2apaVFgOypTIGNXsm { top:1.375rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IwRV8G93yOOFnQlszJWNWKCoAyISmO { top:3.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlynTeCrXnF2wB7W0PEFSiRVXOp4nTT { top:12.3125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diiclOdhME0AoQLaFu7wFh1TgolT5mqF { top:2.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCzTfrPJ3TS5BqlRJctCDOIV4iiEHV5 { width:11.75rem;height:2.8125rem;top:12.375rem;left:3.0635414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4H6fLmA8cbrNvIcL6O2Qoc4isGTXgID { display:block; }
 }@media only screen and (max-width: 763px) { #mD3pPnla7fO8lZfHErPwshOSvuPhONrU { top:13.25rem;left:11.875rem;width:35.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qymGbZIgvMt3ViN8O7zy91nukzl7OpxB { top:3.1875rem;left:36.625rem;width:11.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { top:0.8125rem;left:10.626041412354rem;width:30rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #38445e, #242e43);background-image: -moz-linear-gradient(180deg, #38445e, #242e43);background-image: -ms-linear-gradient(180deg, #38445e, #242e43);background-image: -o-linear-gradient(180deg, #38445e, #242e43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#38445e', endColorstr='#242e43' );";background-image: linear-gradient(180deg, #38445e, #242e43);background-size:auto !important;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xDyurhNUROvhxFHIOPRad44Zs9dlJSmI { width:13.5rem;height:19.1875rem;top:12.05rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVMv3Ke1URntPVi6gALE853xnVc1PQbx { width:15.0625rem;height:21rem;top:10.925rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:19.375rem;height:1.575rem;top:8.1rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XilZOIm67f1c0THq6uvpeDZbdhZLIcOR { height:10.125rem;width:18.1875rem;top:34.716666221619rem;left:0.85416603088381rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhXEEMIAmAa2NUSekTPBVTM7aEuoI0tn { width:20rem;height:12.3125rem;top:33.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:19.5rem;height:5.6rem;top:1.25rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE { display:block; }#sZgooJM3oa9NWu03RkyHIlwmXM7wRCfE > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3yLWnFZ6BTO1CFaQJoRJpkAVBg7cIB0 { width:20rem;height:4.025rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdsLXkn1JbaxGffOM4lsq6Gi0kpaU9vL { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { width:20rem;height:7.875rem;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpFxK9UweSSzemi5Ggzc0fG9Ihn5SxHe { width:17.8125rem;height:7.35rem;top:9.5625rem;left:1.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1n8WQI0KrdDB2AtSAwif7qLWACDIux { width:20rem;height:2.5375rem;top:18.612499237061rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFlw691ToDnAu3PeptMXHBT13N3D3xm { width:19.0625rem;height:2.625rem;top:22.087501525879rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiNC8yVaQONv9BbLKL7x4xf8hMCKid8Q { width:17.375rem;height:2.625rem;top:26.462497711182rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmHaeSTW0ADse3awwU512F4Ba9gqR5WZ { width:18.125rem;height:2.625rem;top:30.350003242493rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpt0iKB8BSnqGTpsFMnym8KEKuACslzS { width:17.25rem;height:2.625rem;top:34.568748474121rem;left:1.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoVGidtTSC9cfWVGVkfO13CJU4tgZSAD { width:7.25rem;height:1.3rem;top:38.443748474121rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX6VthaWTeGNSNSGvHXJX9kgl28GTR9R { width:2.3125rem;height:2.3125rem;top:40.993748474121rem;left:8.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ { display:block; }#hnT6SFpl3WFihTdcJ0cBxb63vHnO16kQ > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBccnvH7Q28vAq7nSLTGxvZGTFGOy1Ev { width:20rem;height:18.9rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KP9CVKpboDhZrPRex2rFiZhTydPxbL { width:2.8125rem;height:2.8125rem;top:32.75rem;left:7.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { width:20rem;height:5.5125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJBBeX0stP0wir5g8wgbbdFfWQM3Bbe9 { width:11.75rem;height:2.8125rem;top:26.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAziQ9llVbeaFuH4WEpAVwEFy7b9AmSV { display:block; }
 }@media only screen and (max-width: 763px) { #GtacrPTgEzfv4lnTvQhk3E4EI5uZcXtA { width:16.25rem;height:2.275rem;top:29.5625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Km9hiEhAPFZ09akL4sSnTg7z99WZdpR4 { width:20rem;height:27.875rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4iB2wOThupXCglkzKtp5cmbN0y0krKq { display:block; }#I4iB2wOThupXCglkzKtp5cmbN0y0krKq > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Appvrp9aGlbZbAHOXXgTTzSqlskczw8o { width:17.1875rem;height:14.175rem;top:8.9375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqoHFqTkRCOuOCcv5umpFfHdf3iTRcya { width:17.625rem;height:11.7rem;top:22.437498092651rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXszVxN15cHq4fo3bivEGl9aJGieKXWw { width:17.3125rem;height:13.1625rem;top:35.436456680298rem;left:1.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3PhepI5r0AkxTnr9mJrIKBFp5zEDu6 { width:16.0625rem;height:3.16875rem;top:52.02499961853rem;left:1.96875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daWTobtWuTsoTiWINZl4oF0g0Rkis6C8 { width:11.75rem;height:2.8125rem;top:49.21249961853rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfUH4CFoebit0zeEKV3JtlTc7XkEkPT { display:block; }
 }@media only screen and (max-width: 763px) { #LSCgn93rb6F32JDnBBbWyTFiGWKXptMS { width:2.8125rem;height:2.8125rem;top:56.94375038147rem;left:7.65625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDTCNgug9kTbGQVrWyvAEuLik20AnBW { width:20rem;height:52.75rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1IRszTWzQAWMuxJci189DFMvnsoaDX4 { width:20rem;height:5.5125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 { display:block; }#zMAODZcGNTvlF6cI0oqAOm7mcCkNC7t9 > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdPtxHZO7mKR0uFoVMkutPUkEXwxuqea { width:20rem;height:22.75rem;top:8.7093658447262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRbQRIoGnln43eXENT6BBn9KgDr42ZoH { width:20rem;height:12.6rem;top:9.5125007629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnhG8FH7fNdpVIsqxmIVMO4QXs15PzzL { width:2.8125rem;height:2.8125rem;top:28.294792175293rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzvwLeK8nLIQB3CqEAzKZzPBg93Zwuz { width:20rem;height:5.5125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtXyOPu9SOy6qNCfTSFOuEK357uo4ne { width:11.75rem;height:2.8125rem;top:20.262500762939rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm6GS64v5WzVycweKpR9EWewvApgtdCa { display:block; }
 }@media only screen and (max-width: 763px) { #bNFNpi5m5TPPsuhvvi5meP5tcq7zF0qW { width:20rem;height:2.1125rem;top:24.129165649414rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFRdzTzUtBTkRpJFz7UuPyum0OWdX9H2 { width:20rem;height:2.75rem;top:26.241668701172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC { display:block; }#OpVh4ZLRUuE44HccD9vpIWF0A8MKBTkC > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL1knRsdp9XXuVe2apaVFgOypTIGNXsm { width:20rem;height:26.375rem;top:9.2999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IwRV8G93yOOFnQlszJWNWKCoAyISmO { width:20rem;height:16.0875rem;top:10.862498283386rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umlynTeCrXnF2wB7W0PEFSiRVXOp4nTT { width:2.8125rem;height:2.8125rem;top:31.728126525879rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diiclOdhME0AoQLaFu7wFh1TgolT5mqF { width:20rem;height:5.5125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCzTfrPJ3TS5BqlRJctCDOIV4iiEHV5 { width:11.75rem;height:2.8125rem;top:24.946876525879rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4H6fLmA8cbrNvIcL6O2Qoc4isGTXgID { display:block; }
 }@media only screen and (max-width: 763px) { #mD3pPnla7fO8lZfHErPwshOSvuPhONrU { width:20rem;height:2.1125rem;top:28.293750762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg { display:block; }#p5shrM1HnMOOLzwy8FOoQiV1WGZMdaTg > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qymGbZIgvMt3ViN8O7zy91nukzl7OpxB { width:11.125rem;height:2.4375rem;top:9.6447906494137rem;left:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTIlVQpoovwxOWtCMrCg2JTlbvXdo3p { width:20rem;height:5.25rem;top:1.8947906494141rem;left:0rem;font-size:1.875rem;display:block; }
 }