.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-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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d04b81-54de-4538-9fb1-f53f94a17239/blockswoodgamejengawoodentable_3000.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.adaptive-delivery-prevent-bg, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyload, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyloading { background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { background-color: transparent; background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .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); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { border-width: 0; border-radius: 0; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container {  }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:75rem;position:relative;display:block; }#hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { color:#191919;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.125rem;left:18.6875rem;height:1.54375rem;font-style:normal;display:block; }
#rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { color:#232323;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:32.1875rem;left:0rem;height:1.54375rem;font-style:normal;display:block; }
#dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { color:#191919;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:30.125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { color:#191919;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:30rem;left:18.6875rem;height:1.625rem;font-style:normal;display:block; }
#Phr3l86nS2265PEFqwiMAVRgXLCgiyLm { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 1.6875rem rgba(5,5,5,0.86);top:4.3125rem;left:0.001042366027832rem;height:2.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGmfEkHaevwsL1xpLGgXnaRHpNzctl9R { color:#191919;display:block;width:35.75rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.4375rem rgba(105,76,133,0.79);top:10.1875rem;left:0.001042366027832rem;height:8.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyQURPwiI8HQcEuL1bQNAN4lZWvaBdT8 { color:#191919;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem #f1f1f3;top:20.6875rem;left:0.001042366027832rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XML72wcc1Z09btJCbz9MLXuxUkOgQ9mf { color:#191919;display:block;width:7.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.875rem;left:18.6875rem;height:1.54375rem;font-style:normal;display:block; }
#QCD8yEHaB9Svnc0ldcFN9NT68aoOrkPn { color:#232323;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:34.9375rem;left:0rem;height:1.54375rem;font-style:normal;display:block; }
#TeB00EryROTiUSMdWI8k3pFPdbDlBXnW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#694c85;background-image:none;position:relative;display:block; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container { background-color: transparent; background-image: none; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container > .video-iframe-container { display: none; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row > .video-iframe-container { display: none; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .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); }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container { border-width: 0; border-radius: 0; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row > .video-iframe-container {  }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#ZOB7JVPtlWJbFqLer63qhIzPFHNZk5QR { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.3125rem;left:2.5rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ANK79z8W88zmVFZG7Hw0mer0fGs8KQ4o { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.3125rem;left:16.250000953674rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGKkqftCvXglevgiS6BifCIo23xRoB2m { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.3125rem;left:31.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wBlpNLXFte6k18JtKeMRx3twiqSvWBqI { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3125rem;left:43.750000953674rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dn34VyqgJomTJXrhSkBOUQq32cTddHJM { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.3125rem;left:57.500000953674rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA { position:relative;display:block; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA { background-color: transparent; background-image: none; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container > .video-iframe-container { display: none; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row > .video-iframe-container { display: none; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .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); }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA { border-width: 0; border-radius: 0; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container > .video-iframe-container {  }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#MPc094bfXwcoRghdb5K7R7bN6mzW8utt { color:#694c85;display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:6.7187509536744rem;height:3.25rem;font-style:normal;display:block; }
#cGUcq1R1cTyVi0LrcyB6ky9hTrdbbkAT { color:#694c85;display:block;width:52.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:6.7187509536744rem;height:3.25rem;font-style:normal;display:block; }
#i8XxQzwCqpfL6LRLAZ3vVItNvWLGchWQ { color:#694c85;display:block;width:59.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:6.7187509536744rem;height:1.625rem;font-style:normal;display:block; }
#OQ6EvdrgnDthQSneHeLw54QyuSpACb1T { color:#694c85;display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32rem;left:6.7187509536744rem;height:3.25rem;font-style:normal;display:block; }
#Jo8mPxDAkww7NyCeqSMBMCTKkS2evkG8 { color:#694c85;display:block;width:59.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.625rem;left:6.5937509536744rem;height:3.25rem;font-style:normal;display:block; }
#z7ft4Kw0BKECxfsWwaxknMcScLTC2oQF { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:10.9375rem;height:0;display:none; }
#O6Tzd327Gaul7Xy4oIDVwz3n9X3ciIRE { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:10.9375rem;height:0;display:none; }
#GSNb8hw1XVayPtWupWDX7EMo5SD9X0Wt { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:10.9375rem;height:0;display:none; }
#XPvpcwQaVL5CTCnHwuV6EgOvv15yHRtq { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:10.9375rem;height:0;display:none; }
#MUNLuspP2JQp5kgReyp2wu72BIUZFs3c { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:10.9375rem;height:0;display:none; }
#tog1JQp1dnlAE1k4cSoo7Jwf8W8ARSiE { color:#694c85;display:block;width:52.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.5625rem;height:1.7875rem;font-style:normal;display:block; }
#Ckqouq1twMzkpvThUORtdtCdHEHdwfUt { color:#694c85;display:block;width:52.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:42rem;left:2.5625009536743rem;height:1.7875rem;font-style:normal;display:block; }
#Hu58rB8U5f1Nx5QH1ZR3RK8Qzi5x9tA8 { color:#694c85;display:block;width:64.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.5625009536743rem;height:12.5125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OkTL9iDM3IVvri24o8ghoZkhJSVDVzQb { color:#e3750e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:9.5625rem;font-weight:normal;z-index:15017;line-height:0;letter-spacing:0;top:17.456250190735rem;left:4.5625009536743rem;height:0;display:block; }
#WKfQBDsinQHSCO26Mb8N7zyly1qkcLU5 { color:#e3750e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:9.5625rem;font-weight:normal;z-index:15018;line-height:0;letter-spacing:0;top:22.21875rem;left:4.5625009536743rem;height:0;display:block; }
#mAHeNStthGkwp3CTsPaUDaXJkniXN83v { color:#e3750e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:9.5625rem;font-weight:normal;z-index:15019;line-height:0;letter-spacing:0;top:26.71875rem;left:4.5625009536743rem;height:0;display:block; }
#UT8QkrDL3mAy6PmIobvbkhiEpTO2qUTi { color:#e3750e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:9.5625rem;font-weight:normal;z-index:15020;line-height:0;letter-spacing:0;top:30rem;left:4.5625009536743rem;height:0;display:block; }
#MvTTPf8S9GWlW1323AxC8b67PDTSZUSF { color:#e3750e;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:9.5625rem;font-weight:normal;z-index:15021;line-height:0;letter-spacing:0;top:34.625rem;left:4.5625009536743rem;height:0;display:block; }
#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd { position:relative;display:block; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd { background-color: transparent; background-image: none; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container > .video-iframe-container { display: none; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row > .video-iframe-container { display: none; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .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); }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd { border-width: 0; border-radius: 0; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container > .video-iframe-container {  }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#pdbsKyF8Dn8Ku366378b4rOqVHi8iyv2 { color:#171717;display:block;width:49.3125rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.25rem 0.4375rem rgba(44,171,155,0.79);top:1.9375rem;left:12.843750953674rem;height:7.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0EBGxFXkrTSzV2BTdbyxMb2RvwedplB { color:#2cab9b;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:11.25rem;left:17.781250953674rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gv0GMmMPnqWRLS3JOh2cWlCsda6bUNS4 { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.75rem;height:2.03125rem;display:block; }
#EJUg332CHUtd6TrWvlFo4vZzwZCPxm1u { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:3.7500009536743rem;height:9.2625rem;display:block; }
#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2cab9b;background-image:none;position:relative;display:block; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container { background-color: transparent; background-image: none; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container > .video-iframe-container { display: none; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row > .video-iframe-container { display: none; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .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); }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container { border-width: 0; border-radius: 0; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row > .video-iframe-container {  }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#w31iDhxRhxr4AML4T4TvKos6y3FnJCqJ { color:#ffffff;display:block;width:49.3125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.75rem;left:12.84375rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2cab9b;background-image:none;position:relative;display:block; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container { background-color: transparent; background-image: none; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container > .video-iframe-container { display: none; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row > .video-iframe-container { display: none; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .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); }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container { border-width: 0; border-radius: 0; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row > .video-iframe-container {  }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#xOkoysImoDrfnv5CZ3zhOCiSPfiLRJ0H { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.125rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dacvUDNngyZrPkyezGmkFfJylbT94Rtb { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:21.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvaRVbNWmhfw2ckTT41xFeDZO9wurGTB { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:39.906250953674rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZkQHvIZ8ahi3zWLGHHsG1Kbyz6Xaa5E { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:58.375rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDh0E78py5csNS8tyZdwHL1TXqhVQx3w { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:3.75rem;left:5.6875rem;overflow:hidden;display:block; }
#V04yipGkKECC7Ms8OxhxeTnh0SA2mhKr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:3.75rem;left:61.937498092651rem;overflow:hidden;display:block; }
#fSF5a0kpF0ASUzQ2tfSTdZ1xT2QFxt76 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:3.7499942779541rem;left:24.437498092651rem;overflow:hidden;display:block; }
#eGZ6EopMIoqwLg7y4Aps2cEWKPuqyUnA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:7.375rem;top:3.75rem;left:43.187500953674rem;overflow:hidden;display:block; }
#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM { position:relative;display:block; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM { background-color: transparent; background-image: none; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container > .video-iframe-container { display: none; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row > .video-iframe-container { display: none; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .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); }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM { border-width: 0; border-radius: 0; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container > .video-iframe-container {  }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#cyUG1rSaXMBe8PiIWTqn8DffOJUTsME2 { color:#000000;display:block;width:59.1875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3833312988281rem;left:2.7677087783814rem;height:3.4125rem;display:block; }
#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2cab9b;background-image:none;position:relative;display:block; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { background-color: transparent; background-image: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .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); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { border-width: 0; border-radius: 0; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container {  }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#N84bEMlEirFFKTZDI5BiBQEB7mcxJlq9 { color:#ffffff;display:block;width:49.3125rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:9.75rem;left:12.84375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5BdKwWVcvOd3chKpnAUW3LfB61hNaRp { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.821875572204rem;left:7.6968755722044rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#h89nQok9fV3RP3TuKfpAp4QgBtBJsZBU { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;height:2.25rem;width:9.4375rem;top:23.75rem;left:6.9375rem;display:block; }
#irRB5BWExJAzOQ0kocuKrQkMCHd5iHaS { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.024993896484rem;left:18.625000953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWKWKR2RC3vm1EuMgwwTKD4rt4PsJabt { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.875rem;left:9.6875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:32.8125rem;left:10.687500953674rem;height:10.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof li:before{  }
#DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:50rem;left:10.687500953674rem;height:10.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA li:before{  }
#vlTsR8yvWZ4yTcPW80xLBeWqN2tyHQ0W { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:45.25rem;left:8.9375rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HzF9L3UyPTVosNeVcv6CxxygST2TcpTk { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:71.5rem;left:9.6875009536744rem;height:7.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HzF9L3UyPTVosNeVcv6CxxygST2TcpTk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HzF9L3UyPTVosNeVcv6CxxygST2TcpTk li:before{  }
#qzWZFBl70fSfObQ0WQh4Lky2ynfHZgpg { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:67rem;left:8.1875rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:92.3125rem;left:9.6875009536744rem;height:7.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo li:before{  }
#qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:71.5rem;left:47.305207252502rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ li:before{  }
#MxZBGLb3waHzQ7Q19WRUcSnyrlcGH5Bh { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:67rem;left:45.687500953674rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEQxDA2IKScXlC2nycacKfJTNnHH6hZ2 { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:88.043749809262rem;left:8.2427091598513rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:92.3125rem;left:46.75rem;height:10.425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU li:before{  }
#muRtgHa50Z0ssltDhWyMi3SPR33JnxCe { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:87.3125rem;left:45.25rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRwWondxl9RyDr9eM5CPNrfc4dnocsOp { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.625rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LNWtPeOC9eC9UI3O0EJtTIOrOp3OM2Nt { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:2.625rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xyGrAwDIW3KpAN5qawZWxRb9s3PoTRcZ { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:85.3125rem;left:37.875000953674rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BAhLgJPrmnrwsfmru7MkthlVCwuvbiEa { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:66.4375rem;left:1.875rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CAsUAqMoZEmteGAPTXaXoCAmsrUIHw3p { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:66.4375rem;left:38.5rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvFFgvqRVC8g0l2qaaTF6gIEE6iimEdZ { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:10.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:83.5rem;left:1.3770837783814rem;height:13.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QglXAIkNyEpgb00XNApZhKGJcNecSo1Q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:16.375rem;width:17.8125rem;top:33.680209159851rem;left:47.305207252502rem;overflow:hidden;display:block; }
#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2cab9b;background-image:none;position:relative;display:block; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container { background-color: transparent; background-image: none; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container > .video-iframe-container { display: none; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row > .video-iframe-container { display: none; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .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); }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container { border-width: 0; border-radius: 0; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row > .video-iframe-container {  }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#bLs1bEpKVcZV38LN0Aaw40nhOnDFCKZl { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:29.875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0KWV9B3mzcqdc4PEPmCwJARc98nod1T { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#fCO0DKIMwIzz4T5SupTs2NdsHHkKlfkb { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;height:2.25rem;width:9.4375rem;top:2rem;left:18.125rem;display:block; }
#qh7zKOE3MgvdftOm0DZXuBIVAnSeSk2i { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.3125rem;left:32.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGQZ8rDJso7erg6X84EX1sXdhcEeZo7W { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.5) ;height:16.125rem;width:16.125rem;top:4.5624990463257rem;left:1.9927091598511rem;overflow:hidden;display:block; }
#epGU4UovHPbDrRKNFxdTLPc4EDSV2CGN { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.6875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZeqUnPM1P3PfEVpE6D83fvIwF5qHpVA { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:28.6875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#poBTZWPggKVQSXkpZ3qTmbvvd0iUFnyx { color:#fce4cb;display:block;width:6.375rem;position:absolute;font-family:raleway;font-size:4.375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28.6875rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LAT8rw8xWJqrqCU0288D4KCm6NVrPCgV { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.125rem;left:32.9375rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QHVBT7dHX4PDwl5P3LJrHaTpd9p5fISM { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18rem;left:32.9375rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ctXxJeXuCOfhyDiBubmhDQTUzaseeFGi { color:rgba(255,255,255,0.75);display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:27.716666221619rem;left:36.805207252502rem;height:0.975rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC { position:relative;display:block; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC { background-color: transparent; background-image: none; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container > .video-iframe-container { display: none; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row > .video-iframe-container { display: none; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .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); }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC { border-width: 0; border-radius: 0; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container > .video-iframe-container {  }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#MNK2WSmgks90F7CADENnHTIquK03rxp7 { color:#694c85;display:block;width:49.3125rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.625rem;left:12.84375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu { position:relative;display:block; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu { background-color: transparent; background-image: none; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container > .video-iframe-container { display: none; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row > .video-iframe-container { display: none; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .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); }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu { border-width: 0; border-radius: 0; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container > .video-iframe-container {  }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#DSxedPfgn83qJ1NHcv5wAXOuPn1ccIyF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:13.375rem;top:3.1875rem;left:19.6875rem;overflow:hidden;display:block; }
#sdgKv4SsTrTI4R536oChBNCbwleLJ7qb { position:absolute;display:block;z-index:15034;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:6.8125rem;top:7.625rem;left:14.0625rem;display:block; }
#tXCzNSKJR5MHieI2rt0TgbzX4hDACmRL { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#RrwbTNU6TETOB5GS8ez2MkBOEqGGgyww { color:#694c85;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.3125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PsAnRhNg2nu2V0SPTmnXtnBl1xETn9vP { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.75rem;height:3.65625rem;display:block; }
#ydEFcmI6XisDcDoTC0fCW0ws1OFzKJCF { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:8.3125rem;width:9.9375rem;top:10.6875rem;left:21.875rem;display:block; }
#nQzaE8JJ5gytQToszfTfyoy8XBUwgSAC { color:#694c85;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.5rem;left:12.750000953674rem;height:15.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTTshScSfmcbxqEC1ZaNh0ke2NaW05kT { color:#694c85;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:20.3125rem;left:43.75rem;height:15.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqJ11MF0vMB2KA53wsTSTbBZqffGpU4m { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem solid #ff8600;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:6.5625rem;width:10.8125rem;top:11.1875rem;left:54.875rem;display:block; }
#P9UIIwGgKelaQlTw3ZW7dB4xnfkPDpOG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:10.875rem;top:6.8125rem;left:55.625rem;overflow:hidden;display:block; }
#aw5LVrdb2xhTx5HJpesPiMDwO0aqUEqv { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:8.125rem;left:42.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQ61L5fCDlZltTDc2dBkZHEBKCmr5TEh { position:absolute;display:block;z-index:15038;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:17.3125rem;top:8.1875rem;left:41.875rem;display:block; }
#fC090ZfA4f79GDebgb1AwsvVuU8RPmVC { color:#694c85;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.8125rem;left:43.75rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ftQz7Fi3s6JJSkWEpX1HHNaZF9pHkdws { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:5.25rem;left:42.4375rem;height:3.65625rem;display:block; }
#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs { position:relative;display:block; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs { background-color: transparent; background-image: none; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container > .video-iframe-container { display: none; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row > .video-iframe-container { display: none; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .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); }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs { border-width: 0; border-radius: 0; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container > .video-iframe-container {  }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#JLP3xBAolwicNh2JTIiS5kxSbpX5STku { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:12.375rem;top:0.75rem;left:8.875rem;overflow:hidden;display:none; }
#IZhyNgs7FPxnQvcyv90PoUxUzvBKlZLr { color:#0071b0;display:block;width:17.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:21.375rem;left:53rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AhtwpwGHQbGiKbefTuQJukIpPRGp6ukL { color:#694c85;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:17.437499046326rem;left:56.312500953674rem;height:14.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AckITCFtyBsPqdDJCvrbWLN3SxIfDEv1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:14.0625rem;top:0rem;left:59.875rem;overflow:hidden;display:block; }
#ol4r6HuSA2qafxRZTI5xHMlzPeXahZx1 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:1.4375rem;width:13.0625rem;top:12.4375rem;left:60.4375rem;display:block; }
#AFTdMAgwb4AxmyIEhTDZE5GOoyAbILXc { position:absolute;display:block;z-index:15030;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:11.5rem;top:10.5625rem;left:51.8125rem;display:block; }
#D7GnvB3boduagQ7JlnM9gzZmQsXgtVK1 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.4375rem;left:52.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#svkITTLbKnKH0KTWKIUBNDDNEsMXTXFr { color:#694c85;display:block;width:5.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.1875rem;left:56.3125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sDrQMu1SQ1sTrfT2Il95t25c2E9I2OXB { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.0156230926514rem;left:54.867707252502rem;height:3.65625rem;display:block; }
#xNaWbatceS00h6w6OqzZ5Xpk52po1ZbW { color:#0071b0;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39rem;left:72.625rem;height:3.65625rem;display:block; }
#w6C6qN1xCkxqkv2Vx42eoXLJl1OM6EU6 { color:#694c85;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:2.875rem;height:11.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y9uLZqhXHs1WsCTxPWIyh1GiQpwGXPZ1 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem solid #ff8600;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:7.5rem;width:12.5625rem;top:10.75rem;left:1.75rem;display:block; }
#Ln1QteKpifbGwfc71KQlC3mFqHd06b3y { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:10.6875rem;top:2.9375rem;left:2.5625rem;overflow:hidden;display:block; }
#kGU0qsQv1U3O7J46n8G1gkMGpEyOGeMT { position:absolute;display:block;z-index:15045;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:8.9375rem;top:7.375rem;left:14.125rem;display:block; }
#hKadBlbt8MXL5dtQ3h5SOy2rBnrWzSbz { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:7.28125rem;left:13.718750953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0muz1C8cZ6n1g7gDXi1D4Q10S7dkGbN { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:4.375rem;left:11.4375rem;height:3.65625rem;display:block; }
#pLyNQKT3IZc0a6iiXVy8u31pHSkKxT0z { color:#694c85;display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:5.125rem;left:12.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vuhaWJee82kbLfdLEw8HNh2MplhKzy9Q { color:#694c85;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:21.3125rem;left:26.906250953674rem;height:18.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5IPH71yfbAl618JUoBPM7xgWSTxkAJr { position:absolute;display:block;z-index:15049;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:8.3125rem;width:13.75rem;top:10.6875rem;left:30.0625rem;display:block; }
#tkrubW6zzt041MPsWE96zx5MUgueopZe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:11.5rem;top:3.5625rem;left:32.3125rem;overflow:hidden;display:block; }
#P4G82sMn5EQABLwDBkFqU7DtNgdiV8HI { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:2.75rem;left:32.5625rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#Z3RmbfJmoNWnOra57p5535ql0E17H5Dq { position:absolute;display:block;z-index:15042;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:10.0625rem;top:2.875rem;left:31.9375rem;display:block; }
#yZJWCUacAVUEz7SIuiWNklLzqHwLDEvn { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:3.5625rem;left:43.5rem;height:3.65625rem;display:block; }
#V8ElePWMwl7ohWv8tas86BTfGhCUIgvn { color:#694c85;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:0.5rem;left:34.1875rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw { position:relative;display:block; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw { background-color: transparent; background-image: none; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container > .video-iframe-container { display: none; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row > .video-iframe-container { display: none; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .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); }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw { border-width: 0; border-radius: 0; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container > .video-iframe-container {  }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#DoGiDot4ZzvpeBkpAk5hddwT70iltly4 { color:#694c85;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:23.230194091797rem;left:0.001042366027832rem;height:15.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKe5fbfk9DtSc4wTy4C9N8THrs0clycR { color:#694c85;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.5625rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BPSIMOHyeVoAb8w8gMQ440E1U4aeVScW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0;border-left:0.5rem solid #ff8600;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:4.3125rem;width:12.6875rem;top:11.8125rem;left:5.9375rem;display:block; }
#f6Ve8yyECG4svL8zluRRl5LqBUWnDC3N { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:16rem;left:7.5rem;height:3.65625rem;display:block; }
#fXkfxgtTHXk6AUZPHVZS0f5AJ9N03RWI { position:absolute;display:block;z-index:15042;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:10.3125rem;top:19.0625rem;left:12.125rem;display:block; }
#xCJ7aUZ15L6c041PZNmHvRktM8WFl0FO { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19rem;left:12.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJnpDonNhvsUQ6L1kofSRc146v4UelQC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:10rem;top:2.0625rem;left:8.625rem;overflow:hidden;display:block; }
#wurmtI5Fo68ipnBbqn2ItOSIVOTdX9VT { color:#694c85;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.060417175293rem;left:27.967709541321rem;height:15.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M304muU0h862z4XyLtcpmkJIwzsvJr5U { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:13.9375rem;width:11.875rem;top:4.5625rem;left:33.375rem;display:block; }
#WPzQNAXTe5ToSL01UqPV9MSK4V7LBltZ { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:11.9375rem;top:0.625rem;left:33.375rem;overflow:hidden;display:block; }
#ufHOurzsromwrNpTS3BeaW78KTSuSUPV { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.125rem;left:24.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#C4GFErQ3Sutdl3EUXKaPJXecUMJ2TTgP { position:absolute;display:block;z-index:15030;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:12.6875rem;top:13.25rem;left:23.875rem;display:block; }
#PH59Q3G5TBd8fyRo9SUTTUW64fg9i4Iz { color:#694c85;display:block;width:6.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:25.125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xvD7kwZ6Efkpd2JJMmDTnviyhEulRUFX { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.25rem;left:31.25rem;height:3.65625rem;display:block; }
#VDkpsBoJQbDu7qbQHJtHLsR55t9BKtD4 { color:#694c85;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:21.3125rem;left:55.364586830139rem;height:14.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A40CfOKfohkhCBpWRKc4Zmdr6GZLPwke { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.5rem solid #ff8600;border-bottom:0.5rem solid #ff8600;height:8.3125rem;width:13.1875rem;top:10.875rem;left:60.25rem;display:block; }
#MSM6VTo2tf6UimgX5GvF4331iII484ot { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5625rem;width:10rem;top:5.4375rem;left:63.5rem;overflow:hidden;display:block; }
#sbgrI6DOB32nSLa4mfLzcrfbe12zincH { position:absolute;display:block;z-index:15041;background-color:#694c85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:13.875rem;top:11.6875rem;left:51.5rem;display:block; }
#JXcEP46CR3vnEVf0taoOyHUNTtwZgik8 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:11.5625rem;left:51.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NcXbmoRvcT5ERPyWDUr7puL48bHoAL2e { color:#2fab9b;display:block;width:1.5rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.75rem;left:53.5625rem;height:3.65625rem;display:block; }
#fRDz7eT82mM0Od3GfWp5Md8ixbo3HbXF { color:#694c85;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:9.3125rem;left:55.125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 { position:relative;display:block; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 { background-color: transparent; background-image: none; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container > .video-iframe-container { display: none; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row > .video-iframe-container { display: none; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .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); }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 { border-width: 0; border-radius: 0; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container > .video-iframe-container {  }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;position:relative;display:block; }#MOlaTQW2hiKq2emvrbfn84T3GdaOevER { color:#694c85;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:2.4375rem;left:22.812500953674rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVOU6PNFt6WSyERf1gdyPdTqVwIoZ0vE { color:#694c85;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:11.5rem;left:15.062500953674rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#NrWwRnlBWh2ZBmcvI9933DTDmpLhrq1y { box-sizing:content-box;color:#694c85;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:10.4375rem;left:7.8125009536744rem;display:block; }
#ggKFU65tvhNBtwP1wDtQH8QF1Kv8fma7 { color:#694c85;display:block;width:25.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.125rem;left:24.062500953674rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4SHgTyefveVrH7U5xDHPixhx7Bz6ELw { color:#000814;display:block;width:10.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:37.625rem;left:15.062500953674rem;height:0.9375rem;font-style:normal;display:block; }
#U3uKGGNp4nQqs2xgObSGT4zEc5H4tHcg { color:#000814;display:block;width:8.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:37.5rem;left:31.625000953674rem;height:1.21875rem;font-style:normal;display:block; }
#Kz7D2plrUzgaWqcd42Ora1D7US5OPPgR { color:#000814;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:37.5rem;left:45.312500953674rem;height:1.21875rem;font-style:normal;display:block; }
#Vf4NGGgTw2Na3FArQaPSKsTmsIWcq3GR { color:#000814;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:41.4375rem;left:30.937500953674rem;height:1.21875rem;font-style:normal;display:block; }
#th6A4UvKGn2NlVQdGP6fwzkQt9gfvMt6 { color:#000814;display:block;width:2.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:41.375rem;left:44.062500953674rem;height:1.21875rem;font-style:normal;display:block; }
#M0oSpDG1Cd4Mv3eRuRyhvAnJ1reWRrRo { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.3125rem;left:11.312500953674rem;height:4.875rem;display:block; }
#mhMc8K1Q3URqgpe142EZe0Hm17oHOn79 { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.3125rem;left:28.062500953674rem;height:4.875rem;display:block; }
#IghyIuwAk6IXR587mJf9Slrh2Okg8iHT { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:42.062500953674rem;height:4.875rem;display:block; }
#DClduWR0IM7pkiSnzVr9vvboOSegonEx { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.1875rem;left:27.187500953674rem;height:4.875rem;display:block; }
#mtnPZ5lTaSqmuuaT95QKGLtDHv77sNHN { color:#ff8600;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:block; }
#pz2q5gcqN75En5zd66VzAn2UiLiP1Fgm { color:#ff8600;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:block; }
#pH0DyyMlT7AJmQigUo0wFpT33HTz4TAi { color:#ff8600;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:block; }
#RPhncooanfuaFFeT1NudBhwAmbTdp5sQ { color:#ff8600;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:block; }
#eOGFsi98BNJcJ6aFZCPimNZVntsMKklT { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:block; }
#MdkLiJwReFiaFqR5a29FoJbLo4008Pk7 { color:#191919;display:block;width:12.875rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:11.4375rem;left:53.312500953674rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#XE8DJpPiMQ7ox61xKNFAuJdJRdUArQAq { box-sizing:content-box;color:#191919;font-size:3.875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:11.375rem;left:47.000000953674rem;display:block; }
#BLu1GmQV51NUvZUVbDpRDNmeRy4WEh9l { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:17.75rem;left:47.000000953674rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Thk8uiugvz3g4kTQSd97LZ9nRxIVhrwc { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.75rem;left:7.8677091598513rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrsPvTaXuRvVTD7bbRpIdi7nao62KrHd { color:#000814;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:44.4375rem;left:50.281250953674rem;height:1.05625rem;font-style:normal;display:block; }
#BTdZwk6ZHB1Ob15CXquxltwgB9st28Mz { color:#694c85;display:block;width:53.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:51.1875rem;left:10.562500953674rem;height:5.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcTXSbraTzDtnoaTfzF7nGb7yGFvD9sW { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:20.9375rem;left:30.25rem; }
#FvrSB5I6EtZboNrTaSm6X70FOsNOK2G6 { color:#2fab9b;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:20.5rem;left:35.125rem;height:4.55rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiBHUtrn3yv1OhtFZ4tzRcqcvICRbT5p { color:#000000;display:block;width:20.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:25.75rem;left:27.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3i0eUBkFfgCqMtbrBX4v9RNMX8hX2eq { color:#000814;display:block;width:8.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:41.4375rem;left:16.930209159851rem;height:1.21875rem;font-style:normal;display:block; }
#hbmyGrE3vVn5rZIMfATAerBKe8iDId9Z { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.421875rem;left:13.687500953674rem;height:4.875rem;display:block; }
#EJH0uV0ccxc6CG51ZP8ywivDKF7fKyuM { color:#000814;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:45.493751525879rem;left:50.281250953674rem;height:1.05625rem;font-style:normal;display:block; }
#llWxTg5P2lFi6UvOhIvIuCcZX0WiPT8y { color:#e3750e;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.1875rem;left:40.312500953674rem;height:4.875rem;display:none; }
#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fab9b;background-image:none;position:relative;display:block; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { background-color: transparent; background-image: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container > .video-iframe-container { display: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row > .video-iframe-container { display: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .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); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { border-width: 0; border-radius: 0; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row > .video-iframe-container {  }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:4rem;left:23.5rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I87qRs4rOOIJXJE3XRnITqpXIkmDMFEM { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:18.375rem;width:18.8125rem;top:6.680238723755rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#JScp6Gw0isq3eLeCrmwd01Tv2Twnspb7 { background-color:#694c85;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#fad2a7;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:14.83438205719rem;left:25.625000953674rem;display:block; }
#RcUEl54R5fQ4dLDXrP2KyNF4ZxMFQh72 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-form-header {  }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-regular-label { display:block;width:13.3125rem;height:auto;font-size:0.6875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.1875rem;width:13.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:13.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:13.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:2.1875rem;width:13.125rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #694c85, #e3b340);background-image: -moz-linear-gradient(180deg, #694c85, #e3b340);background-image: -ms-linear-gradient(180deg, #694c85, #e3b340);background-image: -o-linear-gradient(180deg, #694c85, #e3b340);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#694c85', endColorstr='#e3b340' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#694c85', endColorstr='#e3b340' );";background-image: linear-gradient(180deg, #694c85, #e3b340);background-size:initial !important;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]:-moz-placeholder { font-size:0.75rem;font-family:lato;color:#000000; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]::-moz-placeholder { font-size:0.75rem;font-family:lato;color:#000000; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;font-family:lato;color:#000000; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;font-family:lato;color:#000000; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:40.0625rem;height:auto;font-size:0.6875rem;font-family:lato;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:5.78125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-container:first-of-type{padding-top:0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-container:last-of-type{padding-bottom:0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:41.625rem;height:auto;left:18.812500953674rem;top:30.375rem;z-index:15043;position:absolute;border-top:0.0625rem solid #fad2a7;border-left:0.0625rem solid #fad2a7;border-right:0.0625rem solid #fad2a7;border-bottom:0.0625rem solid #fad2a7; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .radio-container { width:13.9375rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:41.625rem;height:auto;left:18.812500953674rem;top:30.375rem;z-index:15043;position:absolute;border-top:0.0625rem solid #fad2a7;border-left:0.0625rem solid #fad2a7;border-right:0.0625rem solid #fad2a7;border-bottom:0.0625rem solid #fad2a7; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #halL1ObJytN44ipoZFhka2i3AgpUdrnq { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #HMCNLLC7TM2lKeFTtfxdTPeJEWqHb4rf { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #zAekTOKnqakfwP91zQXyPBsAmSzvQfSm { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #UTuENWCCPorSfGeOOOz99ao4NN7aN1wv { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MIdnOxn1KA2MMefWsHGrRERzgbWpQOOe { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #fcUiOllngwiBaKnEp901Hh2E2hNLVMFC { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #bJ1q0NWftTALOaFqBzHVKMDnahP3ciM6 { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #II8zb2yqD9S0ZVkrRWkWVUsVXRNNfM9f { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #qPLmN6NRz9vZB5URqTapFApvwEBFvz2D { position:relative; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MgiyQ1yT7X0TJkGxAcnT5hFX43ZrtcHa { position:relative;z-index:2; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #e2A1KOzxlziyelar8XaA7QTe0tCwJ32e { position:relative; }
#t62gKr8w8em0umo4NnEQFCDN59ZbJtPd { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:27.6875rem;left:19.0625rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TZ8qDe0cZXg729nya1In1tTtcogUh0EE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:8.1875rem;top:16.680238723755rem;left:18.813542366028rem;overflow:hidden;display:block; }
#mn5oyLXana6yDVC4sFTmbW6695XPQPOP { background-color:#ffffff;background-image:none;z-index:;border-bottom:0.0625rem solid #cecece;position:relative;display:block; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { background-color: transparent; background-image: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .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); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { border-width: 0; border-radius: 0; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { font-size:0.875rem;font-family:arial;height:39.4447916875rem;width:75rem;position:relative;display:block; }#dtTXTuPPn0BVI72hTGkoyImdX5mZ38bN { color:#2fab9b;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.125rem;left:18.71875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOQD7riaXaoNKC9tU1L29Ol6zJbx0RxA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.625rem;top:7.5729045867919rem;left:16.875rem;overflow:hidden;display:block; }
#LghXnXAOT850rzhx7SZ5MREStEnhEh9G { color:#2fab9b;display:block;width:37.5625rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:20.75rem;left:27.0625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODVU12tNxGggdT56uRrcuq2rwFWTGT2T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:15.3125rem;top:30.142700195312rem;left:42.500000953674rem;overflow:hidden;display:block; }
#rABah0X3CzBihRTG9fKVT3wKFvDJ4kKN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:12.75rem;top:29.236450195312rem;left:17.593750953674rem;overflow:hidden;display:block; }
#ZnxW0sqS8bAofhwps2pDnMGvVK0dAhQk { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:15.9375rem;top:7.6979169845581rem;left:40.398957252502rem;overflow:hidden;display:block; }
#iXVzpXd4c36RMVuhkptbkOKObl8vtmec { background-color:#ffffff;background-image:none;z-index:;border-bottom:0.0625rem solid #cecece;position:relative;display:none; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { border-width: 0; border-radius: 0; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { font-size:0.875rem;font-family:arial;height:63.035416875rem;width:75rem;position:relative;display:none; }#w7QndBT6yflxWMrUuhatgJ9o5Ztw47Vy { color:#0071b0;display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:16.75rem;left:19.71875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwd4BogSmNOpvsqJec6MB6mpbNTcQJTO { color:#ff8600;display:block;width:5.75rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.3125rem;left:-1.8125rem;height:4.875rem;display:block; }
#mxcxkJxLzzS9xZlNK393mtXXvsvJlbg9 { color:#0071b0;display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.125rem;left:18.71875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUJJ1rwvBOXNzb0VBfrzoMINpOLTWGE4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:15.625rem;top:7.5729045867919rem;left:16.875rem;overflow:hidden;display:block; }
#nrIyGrBTPHRBA0tZaEHL9A07y9drqPPM { color:#ff8600;display:block;width:5.3125rem;position:absolute;font-family:raleway;font-size:7.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.777083396912rem;left:49.0625rem;height:9.75rem;display:block; }
#oH45snuKd9KZNU6xJtGSS1ayTaaNBapH { color:#0071b0;display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:45.25rem;left:0.0625rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDmu4hzKNkZ37PtQI5tIUiPC8WLT7s6N { color:#0071b0;display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:45.25rem;left:37.5rem;height:2.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V15ixSQDTgFQoKy5806ohAf3uaJ4wPK4 { color:#ff8600;display:block;width:4.875rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:42.3125rem;left:48.4375rem;height:4.875rem;display:block; }
#TZJolZLEduqszQx3FXTZfpfUuTSiWb8i { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:12.5rem;top:49.6875rem;left:0.0625rem;overflow:hidden;display:block; }
#n1zonA3pqPDB9P2WnwlRaym2sTKExzAk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:6.875rem;top:55.9375rem;left:10.125rem;overflow:hidden;display:block; }
#nQ648T7mkqQF8m3nbeIk76SxMnVPx1En { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:11.25rem;top:49.3125rem;left:15.0625rem;overflow:hidden;display:block; }
#FcGgcvmV7gNeAIx7ZxPg05MSr1ghntRs { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:10.9375rem;top:7.5729169845581rem;left:40.745834350586rem;overflow:hidden;display:block; }
#NfEz01wgw6UEekEPhP04DQ3hCL4oFh5R { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:10.625rem;top:48.875rem;left:42.75rem;overflow:hidden;display:block; }
#UoHvUEW6CA1CaGLwb1N4q9WnPa1EMAhy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:48.75rem;left:63.8125rem;overflow:hidden;display:block; }
#wflKoXVGmQh7dU8zkBn7p26o4xzha412 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:11.25rem;top:55.9375rem;left:55.5rem;overflow:hidden;display:block; }
#PrmRuUqysEZ8h8KUCStS1xstRXCK4QNK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:6.25rem;top:49.625rem;left:55.5rem;overflow:hidden;display:block; }
#esWWxrcKMzVKWGRliR9OqGUv4xGDaFmq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:12.8125rem;top:22.673958778381rem;left:31.09375rem;overflow:hidden;display:block; }
#yH20OqOMDnIvxEeCPWKLZZTBEqg1a6ki { color:#0071b0;display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:30.687500953674rem;left:19.71875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8IXZDR6QGzomEnSNzTQMlpgTWXDev8N { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:19.1875rem;top:35.589583396912rem;left:28.90625rem;overflow:hidden;display:block; }
#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fab9b;background-image:none;position:relative;display:block; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container { background-color: transparent; background-image: none; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container > .video-iframe-container { display: none; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row > .video-iframe-container { display: none; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .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); }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container { border-width: 0; border-radius: 0; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row > .video-iframe-container {  }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#u9Q42lIHCkktpMFEABTSeQmhN4LMEKTc { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:3.5625rem;left:48.500000953674rem;height:8.075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xXmLG1StLGDpoq98FrT6ckSnS3pGCkn3 { box-sizing:content-box;color:#b7daf8;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:3.5625rem;left:45.4375rem;display:block; }
#FSFEUkUvhZiZTFULDwRXNdFTaCd2EXSI { box-sizing:content-box;color:#b7daf8;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:5.5625rem;left:45.4375rem;display:block; }
#Wq7DVmsxkpwzmInE929ZH0qSzhbG3qzM { box-sizing:content-box;color:#b7daf8;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.5625rem;left:45.4375rem;display:block; }
#CTMKHxmnDJLE1zLUWX3RR9xi855E960r { box-sizing:content-box;color:#b7daf8;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.625rem;left:45.4375rem;display:block; }
#DkbacmcKwqBCRqMJbn6vLyDTwCqkc9mg { color:#ffd300;display:block;width:25.125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:3.5625rem;left:5.8125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RtmS8yuwpcuKVRZZJ9LG0uMd2xWHdurG { color:#ffd300;display:block;width:25.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:3.5625rem;left:5.8125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rRaKvitg4uqTcH7BHJ941TUP0pp70XSw { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:3.5625rem;left:48.500000953674rem;height:8.075rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h25sQCJ1agefeh5Ba1DZonRT1O6O6TE8 { box-sizing:content-box;color:#b7daf8;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:7.5625rem;left:37.187500953674rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d04b81-54de-4538-9fb1-f53f94a17239/blockswoodgamejengawoodentable_3000.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.adaptive-delivery-prevent-bg, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyload, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyloading { background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { background-color: transparent; background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .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); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { width:47.75rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.1875rem;height:1.54375rem;top:31.5625rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:13.125rem;height:1.54375rem;top:31.5rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.625rem;top:29.5625rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.75rem;height:1.625rem;top:29.625rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Phr3l86nS2265PEFqwiMAVRgXLCgiyLm { width:27.125rem;height:2.55rem;top:3.765625rem;left:1.34375rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #eGmfEkHaevwsL1xpLGgXnaRHpNzctl9R { width:28.3125rem;height:6.6625rem;top:10.25rem;left:3.0625rem;font-size:2.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KyQURPwiI8HQcEuL1bQNAN4lZWvaBdT8 { width:26.9375rem;height:5.3625rem;top:19.9375rem;left:3.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XML72wcc1Z09btJCbz9MLXuxUkOgQ9mf { width:7.1875rem;height:1.54375rem;top:33.8125rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QCD8yEHaB9Svnc0ldcFN9NT68aoOrkPn { width:13.125rem;height:1.54375rem;top:33.625rem;left:10.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeB00EryROTiUSMdWI8k3pFPdbDlBXnW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md { display:block; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZOB7JVPtlWJbFqLer63qhIzPFHNZk5QR { width:28.3125rem;height:1.5rem;top:0rem;left:0.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 1199px) { #ANK79z8W88zmVFZG7Hw0mer0fGs8KQ4o { width:10.5rem;height:3rem;top:2.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TGKkqftCvXglevgiS6BifCIo23xRoB2m { width:10.4375rem;height:1.5rem;top:2.25rem;left:12.152083396912rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wBlpNLXFte6k18JtKeMRx3twiqSvWBqI { width:10.3125rem;height:1.5rem;top:2.25rem;left:24.464583396912rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dn34VyqgJomTJXrhSkBOUQq32cTddHJM { width:9.375rem;height:1.5rem;top:2.25rem;left:38.375000953674rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA { display:block; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container { width:47.75rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MPc094bfXwcoRghdb5K7R7bN6mzW8utt { width:36rem;height:2.4375rem;top:19.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGUcq1R1cTyVi0LrcyB6ky9hTrdbbkAT { width:33.25rem;height:2.4375rem;top:22.3125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8XxQzwCqpfL6LRLAZ3vVItNvWLGchWQ { width:35.75rem;height:2.4375rem;top:25.9375rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OQ6EvdrgnDthQSneHeLw54QyuSpACb1T { width:39.0625rem;height:3.65625rem;top:29.1875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jo8mPxDAkww7NyCeqSMBMCTKkS2evkG8 { width:36.625rem;height:2.4375rem;top:33.875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z7ft4Kw0BKECxfsWwaxknMcScLTC2oQF { width:2rem;height:4.0625rem;top:6.2427082061767rem;left:3.875rem;font-size:3.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #O6Tzd327Gaul7Xy4oIDVwz3n9X3ciIRE { width:2rem;height:4.0625rem;top:9.4302082061769rem;left:3.875rem;font-size:3.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #GSNb8hw1XVayPtWupWDX7EMo5SD9X0Wt { width:2rem;height:4.0625rem;top:13.4375rem;left:3.875rem;font-size:3.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #XPvpcwQaVL5CTCnHwuV6EgOvv15yHRtq { width:2rem;height:4.0625rem;top:16.453125rem;left:3.875rem;font-size:3.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #MUNLuspP2JQp5kgReyp2wu72BIUZFs3c { width:2rem;height:4.0625rem;top:19.09375rem;left:3.875rem;font-size:3.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 1199px) { #tog1JQp1dnlAE1k4cSoo7Jwf8W8ARSiE { width:40.0625rem;height:1.4625rem;top:16.092708587646rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ckqouq1twMzkpvThUORtdtCdHEHdwfUt { width:40.0625rem;height:1.4625rem;top:38.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hu58rB8U5f1Nx5QH1ZR3RK8Qzi5x9tA8 { width:42.75rem;height:11.9rem;top:1.8833293914795rem;left:2.625rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #OkTL9iDM3IVvri24o8ghoZkhJSVDVzQb { width:12.5rem;height:0;top:16.820833206177rem;left:3.3125rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKfQBDsinQHSCO26Mb8N7zyly1qkcLU5 { width:12.5rem;height:0;top:20.15625rem;left:3.3125rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAHeNStthGkwp3CTsPaUDaXJkniXN83v { width:12.5rem;height:0;top:23.53125rem;left:3.3125rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT8QkrDL3mAy6PmIobvbkhiEpTO2qUTi { width:12.5rem;height:0;top:26.90625rem;left:3.3125rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MvTTPf8S9GWlW1323AxC8b67PDTSZUSF { width:12.5rem;height:0;top:31.668750762939rem;left:3.3125rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd { display:block; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container { width:47.75rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pdbsKyF8Dn8Ku366378b4rOqVHi8iyv2 { width:33.6875rem;height:5.5rem;top:1.4375038146973rem;left:6.34375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0EBGxFXkrTSzV2BTdbyxMb2RvwedplB { width:32.3125rem;height:3.325rem;top:8.8750038146975rem;left:7.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gv0GMmMPnqWRLS3JOh2cWlCsda6bUNS4 { width:28.4375rem;height:1.4625rem;top:15.312503814698rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJUg332CHUtd6TrWvlFo4vZzwZCPxm1u { width:38.75rem;height:8.53125rem;top:18.25rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 { display:block; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container { width:47.75rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w31iDhxRhxr4AML4T4TvKos6y3FnJCqJ { width:33.6875rem;height:2.40625rem;top:3.453125rem;left:7.03125rem;font-size:2.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq { display:block; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container { width:47.75rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xOkoysImoDrfnv5CZ3zhOCiSPfiLRJ0H { width:10.0625rem;height:10.4rem;top:13.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dacvUDNngyZrPkyezGmkFfJylbT94Rtb { width:10.5rem;height:6.5rem;top:13.0625rem;left:12.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvaRVbNWmhfw2ckTT41xFeDZO9wurGTB { width:9.75rem;height:7.8rem;top:13.0625rem;left:24.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZkQHvIZ8ahi3zWLGHHsG1Kbyz6Xaa5E { width:9.4375rem;height:10.4rem;top:13.0625rem;left:37.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDh0E78py5csNS8tyZdwHL1TXqhVQx3w { width:7.375rem;height:7.375rem;top:3.75rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V04yipGkKECC7Ms8OxhxeTnh0SA2mhKr { width:7.375rem;height:7.375rem;top:3.75rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSF5a0kpF0ASUzQ2tfSTdZ1xT2QFxt76 { width:7.375rem;height:7.375rem;top:3.75rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGZ6EopMIoqwLg7y4Aps2cEWKPuqyUnA { width:7.375rem;height:7.375rem;top:3.75rem;left:38.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM { display:block; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cyUG1rSaXMBe8PiIWTqn8DffOJUTsME2 { width:44.75rem;height:2.6rem;top:3.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM { background-color:#2cab9b;background-image:none;display:block; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { background-color: transparent; background-image: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .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); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { width:47.75rem;height:125.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N84bEMlEirFFKTZDI5BiBQEB7mcxJlq9 { width:33.6875rem;height:4.46875rem;top:7.5rem;left:7.03125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e5BdKwWVcvOd3chKpnAUW3LfB61hNaRp { width:10.3125rem;height:2.84375rem;top:20.25rem;left:2.4375rem;font-size:2.1875rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #h89nQok9fV3RP3TuKfpAp4QgBtBJsZBU { width:9.4375rem;height:2.25rem;top:20.3125rem;left:2.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #irRB5BWExJAzOQ0kocuKrQkMCHd5iHaS { width:18.0625rem;height:2.925rem;top:20.25rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWKWKR2RC3vm1EuMgwwTKD4rt4PsJabt { width:29.75rem;height:1.38125rem;top:30.25rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof { width:28.1875rem;height:6.75rem;top:33.6875rem;left:14.375rem;font-size:0.875rem;display:block; }#xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof li:before{  }
 }@media only screen and (max-width: 1199px) { #DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA { width:29.3125rem;height:7.975rem;top:49.875rem;left:14.375rem;font-size:0.875rem;display:block; }#DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA li:before{  }
 }@media only screen and (max-width: 1199px) { #vlTsR8yvWZ4yTcPW80xLBeWqN2tyHQ0W { width:28.4375rem;height:2.7625rem;top:44.5625rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzF9L3UyPTVosNeVcv6CxxygST2TcpTk { width:28.5625rem;height:5.525rem;top:66.4375rem;left:14.375rem;font-size:0.875rem;display:block; }#HzF9L3UyPTVosNeVcv6CxxygST2TcpTk li:before{  }
 }@media only screen and (max-width: 1199px) { #qzWZFBl70fSfObQ0WQh4Lky2ynfHZgpg { width:26.5625rem;height:2.7625rem;top:61.6875rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo { width:28.625rem;height:7.975rem;top:98.0625rem;left:14.375rem;font-size:0.875rem;display:block; }#NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo li:before{  }
 }@media only screen and (max-width: 1199px) { #qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ { width:23.625rem;height:10.425rem;top:80.3125rem;left:14.375rem;font-size:0.875rem;display:block; }#qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ li:before{  }
 }@media only screen and (max-width: 1199px) { #MxZBGLb3waHzQ7Q19WRUcSnyrlcGH5Bh { width:29.625rem;height:1.38125rem;top:76.875rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEQxDA2IKScXlC2nycacKfJTNnHH6hZ2 { width:31.5625rem;height:1.38125rem;top:94.71874809265rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU { width:29.625rem;height:6.75rem;top:113.00000095367rem;left:14.375rem;font-size:0.875rem;display:block; }#f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU li:before{  }
 }@media only screen and (max-width: 1199px) { #muRtgHa50Z0ssltDhWyMi3SPR33JnxCe { width:31.25rem;height:1.38125rem;top:109.31250095367rem;left:13.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRwWondxl9RyDr9eM5CPNrfc4dnocsOp { width:5.4375rem;height:12.1875rem;top:30.25rem;left:4.9375rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #LNWtPeOC9eC9UI3O0EJtTIOrOp3OM2Nt { width:7.375rem;height:12.1875rem;top:44.5625rem;left:3.40625rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #xyGrAwDIW3KpAN5qawZWxRb9s3PoTRcZ { width:5.9375rem;height:12.1875rem;top:109.49375057221rem;left:5.1208333969116rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #BAhLgJPrmnrwsfmru7MkthlVCwuvbiEa { width:5.5625rem;height:12.1875rem;top:60.375rem;left:5.3083333969116rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #CAsUAqMoZEmteGAPTXaXoCAmsrUIHw3p { width:6.5625rem;height:12.1875rem;top:75.46875rem;left:3.8125rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #gvFFgvqRVC8g0l2qaaTF6gIEE6iimEdZ { width:6.6875rem;height:12.1875rem;top:91.593719482425rem;left:3.75rem;font-size:9.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #QglXAIkNyEpgb00XNApZhKGJcNecSo1Q { width:12.6875rem;height:11.625rem;top:15.25rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx { display:block; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bLs1bEpKVcZV38LN0Aaw40nhOnDFCKZl { width:30.8125rem;height:1.4625rem;top:1.2531251907349rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0KWV9B3mzcqdc4PEPmCwJARc98nod1T { width:8.75rem;height:2.84375rem;top:0.5625rem;left:3rem;font-size:2.1875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fCO0DKIMwIzz4T5SupTs2NdsHHkKlfkb { width:9.4375rem;height:2.25rem;top:0.6875rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #qh7zKOE3MgvdftOm0DZXuBIVAnSeSk2i { width:26.0625rem;height:1.3rem;top:6.5rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wGQZ8rDJso7erg6X84EX1sXdhcEeZo7W { width:9.9375rem;height:9.9375rem;top:7.4375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #epGU4UovHPbDrRKNFxdTLPc4EDSV2CGN { width:2.4375rem;height:4.0625rem;top:5.1187515258789rem;left:15.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #GZeqUnPM1P3PfEVpE6D83fvIwF5qHpVA { width:2.4375rem;height:4.0625rem;top:10.125rem;left:15.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #poBTZWPggKVQSXkpZ3qTmbvvd0iUFnyx { width:2.5625rem;height:4.0625rem;top:14.90625rem;left:15.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LAT8rw8xWJqrqCU0288D4KCm6NVrPCgV { width:27.25rem;height:1.3rem;top:11.75625038147rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHVBT7dHX4PDwl5P3LJrHaTpd9p5fISM { width:27.25rem;height:2.6rem;top:16.012500762939rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctXxJeXuCOfhyDiBubmhDQTUzaseeFGi { width:33.625rem;height:0.975rem;top:23.125000953674rem;left:12.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGprVfNupnPze8BWPeK9eeAlWv4DOVsC { display:block; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container { width:47.75rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MNK2WSmgks90F7CADENnHTIquK03rxp7 { width:33.6875rem;height:3.09375rem;top:4.2656240463257rem;left:7.03125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2JALu6DWA9mTbz72gCnQQxd70tvvZMu { display:block; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container { width:47.75rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DSxedPfgn83qJ1NHcv5wAXOuPn1ccIyF { width:13.375rem;height:15.5625rem;top:1.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sdgKv4SsTrTI4R536oChBNCbwleLJ7qb { width:7.5625rem;height:2.25rem;top:20.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tXCzNSKJR5MHieI2rt0TgbzX4hDACmRL { width:8.5625rem;height:2.4375rem;top:20.875rem;left:10.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #RrwbTNU6TETOB5GS8ez2MkBOEqGGgyww { width:9.0625rem;height:2.03125rem;top:19.125rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsAnRhNg2nu2V0SPTmnXtnBl1xETn9vP { width:2rem;height:4.0625rem;top:0.49270820617676rem;left:39.312501907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydEFcmI6XisDcDoTC0fCW0ws1OFzKJCF { width:8.75rem;height:8.25rem;top:10rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQzaE8JJ5gytQToszfTfyoy8XBUwgSAC { width:16.5625rem;height:23.275rem;top:24.0625rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTTshScSfmcbxqEC1ZaNh0ke2NaW05kT { width:14.375rem;height:28.175rem;top:22.0625rem;left:26.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqJ11MF0vMB2KA53wsTSTbBZqffGpU4m { width:10.3125rem;height:4.25rem;top:16.25rem;left:28rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9UIIwGgKelaQlTw3ZW7dB4xnfkPDpOG { width:10.125rem;height:10.125rem;top:9.8125rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aw5LVrdb2xhTx5HJpesPiMDwO0aqUEqv { width:6.875rem;height:4.875rem;top:4.5rem;left:32.4375rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #KQ61L5fCDlZltTDc2dBkZHEBKCmr5TEh { width:9.625rem;height:4.875rem;top:4.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fC090ZfA4f79GDebgb1AwsvVuU8RPmVC { width:5.9375rem;height:2.03125rem;top:2.8125rem;left:32.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftQz7Fi3s6JJSkWEpX1HHNaZF9pHkdws { width:2rem;height:4.0625rem;top:5.9927082061767rem;left:18.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs { display:block; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JLP3xBAolwicNh2JTIiS5kxSbpX5STku { width:12.375rem;height:17.9375rem;top:0.375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IZhyNgs7FPxnQvcyv90PoUxUzvBKlZLr { width:13.9375rem;height:15.925rem;top:21rem;left:32.822265625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AhtwpwGHQbGiKbefTuQJukIpPRGp6ukL { width:14.5rem;height:15.925rem;top:22.375rem;left:33.003126144409rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AckITCFtyBsPqdDJCvrbWLN3SxIfDEv1 { width:12.6875rem;height:12.375rem;top:1.8125rem;left:33.447916030884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ol4r6HuSA2qafxRZTI5xHMlzPeXahZx1 { width:13.0625rem;height:1.4375rem;top:12.933333396912rem;left:33.012498855591rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFTdMAgwb4AxmyIEhTDZE5GOoyAbILXc { width:11.6875rem;height:2.625rem;top:17.0625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7GnvB3boduagQ7JlnM9gzZmQsXgtVK1 { width:10.0625rem;height:2.4375rem;top:17.125rem;left:35.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #svkITTLbKnKH0KTWKIUBNDDNEsMXTXFr { width:7.1875rem;height:2.03125rem;top:15.25rem;left:39.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDrQMu1SQ1sTrfT2Il95t25c2E9I2OXB { width:2rem;height:4.0625rem;top:17.998958587646rem;left:33.930208206177rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNaWbatceS00h6w6OqzZ5Xpk52po1ZbW { width:2rem;height:4.0625rem;top:8.875rem;left:28.625rem;font-size:3.125rem;color:#2fab9b;display:block; }
 }@media only screen and (max-width: 1199px) { #w6C6qN1xCkxqkv2Vx42eoXLJl1OM6EU6 { width:12.375rem;height:15.925rem;top:22.875rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9uLZqhXHs1WsCTxPWIyh1GiQpwGXPZ1 { width:9.125rem;height:6.3125rem;top:14.3125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ln1QteKpifbGwfc71KQlC3mFqHd06b3y { width:9.1875rem;height:14.1875rem;top:7.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGU0qsQv1U3O7J46n8G1gkMGpEyOGeMT { width:9.375rem;height:2.25rem;top:4.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKadBlbt8MXL5dtQ3h5SOy2rBnrWzSbz { width:7.5rem;height:2.4375rem;top:4.9375rem;left:21.875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #V0muz1C8cZ6n1g7gDXi1D4Q10S7dkGbN { width:2rem;height:4.0625rem;top:16.680208206177rem;left:13.979166984558rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pLyNQKT3IZc0a6iiXVy8u31pHSkKxT0z { width:7.4375rem;height:2.03125rem;top:3.125rem;left:22.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuhaWJee82kbLfdLEw8HNh2MplhKzy9Q { width:15.125rem;height:25.725rem;top:19.6875rem;left:0.39583301544189rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5IPH71yfbAl618JUoBPM7xgWSTxkAJr { width:9.5rem;height:8.25rem;top:9.6520833969119rem;left:2.9604167938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkrubW6zzt041MPsWE96zx5MUgueopZe { width:9.5rem;height:12.6875rem;top:5.4916667938233rem;left:3.2083330154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P4G82sMn5EQABLwDBkFqU7DtNgdiV8HI { width:10.0625rem;height:2.4375rem;top:3.09375rem;left:1.09375rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3RmbfJmoNWnOra57p5535ql0E17H5Dq { width:11rem;height:2.375rem;top:3.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yZJWCUacAVUEz7SIuiWNklLzqHwLDEvn { width:2rem;height:4.0625rem;top:0.125rem;left:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8ElePWMwl7ohWv8tas86BTfGhCUIgvn { width:8.3125rem;height:2.03125rem;top:1.1875rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw { display:block; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container { width:47.75rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DoGiDot4ZzvpeBkpAk5hddwT70iltly4 { width:15.375rem;height:25.725rem;top:19.737500190735rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kKe5fbfk9DtSc4wTy4C9N8THrs0clycR { width:8.4375rem;height:2.03125rem;top:13.517707824707rem;left:2.8708333969116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPSIMOHyeVoAb8w8gMQ440E1U4aeVScW { width:10.3125rem;height:4.3125rem;top:8.1833343505863rem;left:1.1239585876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6Ve8yyECG4svL8zluRRl5LqBUWnDC3N { width:2rem;height:0;top:7.6041669845581rem;left:22.123958587646rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fXkfxgtTHXk6AUZPHVZS0f5AJ9N03RWI { width:9.4375rem;height:2.25rem;top:15.74374961853rem;left:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCJ7aUZ15L6c041PZNmHvRktM8WFl0FO { width:9.3125rem;height:2.4375rem;top:15.4375rem;left:2.9375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #bJnpDonNhvsUQ6L1kofSRc146v4UelQC { width:8.875rem;height:12.25rem;top:0rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wurmtI5Fo68ipnBbqn2ItOSIVOTdX9VT { width:14.625rem;height:25.725rem;top:19.737500190735rem;left:17.270833969116rem;font-size:0.875rem;color:#694c85;display:block; }
 }@media only screen and (max-width: 1199px) { #M304muU0h862z4XyLtcpmkJIwzsvJr5U { width:11.875rem;height:7.75rem;top:10.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPzQNAXTe5ToSL01UqPV9MSK4V7LBltZ { width:11.9375rem;height:17.9375rem;top:0rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ufHOurzsromwrNpTS3BeaW78KTSuSUPV { width:9.0625rem;height:2.4375rem;top:14.8125rem;left:16.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #C4GFErQ3Sutdl3EUXKaPJXecUMJ2TTgP { width:14.4375rem;height:2.625rem;top:14.75rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PH59Q3G5TBd8fyRo9SUTTUW64fg9i4Iz { width:7.1875rem;height:2.03125rem;top:12.875rem;left:15.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #xvD7kwZ6Efkpd2JJMmDTnviyhEulRUFX { width:2rem;height:4.0625rem;top:10.1875rem;left:14.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VDkpsBoJQbDu7qbQHJtHLsR55t9BKtD4 { width:13.125rem;height:22.05rem;top:22.1875rem;left:33.229166030884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A40CfOKfohkhCBpWRKc4Zmdr6GZLPwke { width:8.25rem;height:8.25rem;top:6.2145833969116rem;left:36.10000038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MSM6VTo2tf6UimgX5GvF4331iII484ot { width:10rem;height:13.5625rem;top:1.3052082061768rem;left:34.791666030884rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #sbgrI6DOB32nSLa4mfLzcrfbe12zincH { width:13.6875rem;height:2.25rem;top:18.4375rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXcEP46CR3vnEVf0taoOyHUNTtwZgik8 { width:8.5625rem;height:2.4375rem;top:18.4375rem;left:33.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #NcXbmoRvcT5ERPyWDUr7puL48bHoAL2e { width:2rem;height:4.0625rem;top:3.0625rem;left:44.846876144409rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRDz7eT82mM0Od3GfWp5Md8ixbo3HbXF { width:9.0625rem;height:2.03125rem;top:16.458332061767rem;left:35.260416030884rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 { display:block; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container { width:47.75rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MOlaTQW2hiKq2emvrbfn84T3GdaOevER { width:33.6875rem;height:2.40625rem;top:2.125rem;left:6.25rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #SVOU6PNFt6WSyERf1gdyPdTqVwIoZ0vE { width:12.875rem;height:3.65625rem;top:8.796875rem;left:6.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrWwRnlBWh2ZBmcvI9933DTDmpLhrq1y { width:6.375rem;height:6.375rem;top:7.4375rem;left:0.625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggKFU65tvhNBtwP1wDtQH8QF1Kv8fma7 { width:20.875rem;height:1.70625rem;top:27.375rem;left:13.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4SHgTyefveVrH7U5xDHPixhx7Bz6ELw { width:17.8125rem;height:0.9375rem;top:31.375rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3uKGGNp4nQqs2xgObSGT4zEc5H4tHcg { width:11.375rem;height:1.21875rem;top:33.562499046326rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kz7D2plrUzgaWqcd42Ora1D7US5OPPgR { width:12.8125rem;height:1.21875rem;top:36.062499046326rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vf4NGGgTw2Na3FArQaPSKsTmsIWcq3GR { width:11.375rem;height:1.21875rem;top:38.562499046326rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #th6A4UvKGn2NlVQdGP6fwzkQt9gfvMt6 { width:11.375rem;height:1.21875rem;top:41.062499046326rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M0oSpDG1Cd4Mv3eRuRyhvAnJ1reWRrRo { width:12.5rem;height:0;top:6.125rem;left:5.5625rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mhMc8K1Q3URqgpe142EZe0Hm17oHOn79 { width:12.5rem;height:0;top:6.125rem;left:5.5625rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IghyIuwAk6IXR587mJf9Slrh2Okg8iHT { width:12.5rem;height:0;top:6.125rem;left:5.5625rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DClduWR0IM7pkiSnzVr9vvboOSegonEx { width:12.5rem;height:0;top:6.0625rem;left:5.5625rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mtnPZ5lTaSqmuuaT95QKGLtDHv77sNHN { width:2.625rem;height:4.0625rem;top:29.125rem;left:14.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pz2q5gcqN75En5zd66VzAn2UiLiP1Fgm { width:2.625rem;height:4.0625rem;top:31.375rem;left:14.5625rem;font-size:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 1199px) { #pH0DyyMlT7AJmQigUo0wFpT33HTz4TAi { width:2.625rem;height:4.0625rem;top:33.749999046326rem;left:14.5625rem;font-size:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 1199px) { #RPhncooanfuaFFeT1NudBhwAmbTdp5sQ { width:2.625rem;height:4.0625rem;top:36.312499046326rem;left:14.5625rem;font-size:3.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 1199px) { #eOGFsi98BNJcJ6aFZCPimNZVntsMKklT { width:2.625rem;height:4.0625rem;top:38.687499046326rem;left:14.5625rem;font-size:3.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #MdkLiJwReFiaFqR5a29FoJbLo4008Pk7 { width:12.875rem;height:3.65625rem;top:8.546875rem;left:33.437501907349rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XE8DJpPiMQ7ox61xKNFAuJdJRdUArQAq { width:6.375rem;height:6.375rem;top:7.1875rem;left:27.5625rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BLu1GmQV51NUvZUVbDpRDNmeRy4WEh9l { width:12.625rem;height:2.6rem;top:13rem;left:32.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Thk8uiugvz3g4kTQSd97LZ9nRxIVhrwc { width:18.0625rem;height:2.6rem;top:13.005208015442rem;left:3.4229164123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qrsPvTaXuRvVTD7bbRpIdi7nao62KrHd { width:16.875rem;height:0.975rem;top:46.937499046326rem;left:30.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTdZwk6ZHB1Ob15CXquxltwgB9st28Mz { width:33.6875rem;height:4.725rem;top:52.499999046326rem;left:7.03125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TcTXSbraTzDtnoaTfzF7nGb7yGFvD9sW { width:3.75rem;height:3.75rem;top:16.999999046326rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FvrSB5I6EtZboNrTaSm6X70FOsNOK2G6 { width:12.875rem;height:3.65625rem;top:17.046874046326rem;left:22.867708206177rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BiBHUtrn3yv1OhtFZ4tzRcqcvICRbT5p { width:18.0625rem;height:2.1125rem;top:22.049998283386rem;left:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3i0eUBkFfgCqMtbrBX4v9RNMX8hX2eq { width:11.375rem;height:1.21875rem;top:42.999999046326rem;left:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hbmyGrE3vVn5rZIMfATAerBKe8iDId9Z { width:12.5rem;height:0;top:6.0625rem;left:5.5625rem;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EJH0uV0ccxc6CG51ZP8ywivDKF7fKyuM { width:16.875rem;height:0.975rem;top:48.474997520447rem;left:30.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llWxTg5P2lFi6UvOhIvIuCcZX0WiPT8y { width:2.625rem;height:4.0625rem;top:41.578124046326rem;left:14.5625rem;font-size:3.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G { display:block; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { width:47.75rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:18.25rem;height:4.0375rem;top:2.375rem;left:16.508333206177rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I87qRs4rOOIJXJE3XRnITqpXIkmDMFEM { width:11.875rem;height:11.4375rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JScp6Gw0isq3eLeCrmwd01Tv2Twnspb7 { width:22.5rem;height:3.125rem;top:8.5rem;left:14.383333206177rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcUEl54R5fQ4dLDXrP2KyNF4ZxMFQh72 { display:block; }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-regular-label { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text { width:13.75rem;height:1.875rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-textarea { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-checkbox-label { width:40.9375rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-radio-label { width:6rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib  { width:42.5rem;height:auto;top:23.389582633972rem;left:1.3197917938232rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .radio-container { width:14.375rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib {display:inline-block;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib { width:42.5rem;height:auto;top:23.389582633972rem;left:1.3197917938232rem; }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #halL1ObJytN44ipoZFhka2i3AgpUdrnq {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #HMCNLLC7TM2lKeFTtfxdTPeJEWqHb4rf {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #zAekTOKnqakfwP91zQXyPBsAmSzvQfSm {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #UTuENWCCPorSfGeOOOz99ao4NN7aN1wv {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MIdnOxn1KA2MMefWsHGrRERzgbWpQOOe {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #fcUiOllngwiBaKnEp901Hh2E2hNLVMFC {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #bJ1q0NWftTALOaFqBzHVKMDnahP3ciM6 {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #II8zb2yqD9S0ZVkrRWkWVUsVXRNNfM9f {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #qPLmN6NRz9vZB5URqTapFApvwEBFvz2D {  }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MgiyQ1yT7X0TJkGxAcnT5hFX43ZrtcHa { z-index:2; }
 }@media only screen and (max-width: 1199px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #e2A1KOzxlziyelar8XaA7QTe0tCwJ32e {  }
 }@media only screen and (max-width: 1199px) { #t62gKr8w8em0umo4NnEQFCDN59ZbJtPd { width:25.25rem;height:2.0625rem;top:20.037499427796rem;left:13.820833206177rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZ8qDe0cZXg729nya1In1tTtcogUh0EE { width:8.1875rem;height:11.0625rem;top:11.092707633972rem;left:8.3760414123538rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mn5oyLXana6yDVC4sFTmbW6695XPQPOP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { background-color: transparent; background-image: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .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); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { border-width: 0; border-radius: 0; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { width:47.75rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dtTXTuPPn0BVI72hTGkoyImdX5mZ38bN { width:21.75rem;height:2.125rem;top:2.4374752044677rem;left:13rem;font-size:2.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #dOQD7riaXaoNKC9tU1L29Ol6zJbx0RxA { width:15.625rem;height:4.875rem;top:7.5625228881838rem;left:5.3666667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LghXnXAOT850rzhx7SZ5MREStEnhEh9G { width:22.875rem;height:2.125rem;top:20.055209159851rem;left:12.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODVU12tNxGggdT56uRrcuq2rwFWTGT2T { width:16.3125rem;height:3.6875rem;top:27.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rABah0X3CzBihRTG9fKVT3wKFvDJ4kKN { width:12.375rem;height:5.25rem;top:26.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZnxW0sqS8bAofhwps2pDnMGvVK0dAhQk { width:15.9375rem;height:4.625rem;top:7.6875rem;left:26.773957252502rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXVzpXd4c36RMVuhkptbkOKObl8vtmec { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { border-width: 0; border-radius: 0; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { width:47.75rem;height:70.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #w7QndBT6yflxWMrUuhatgJ9o5Ztw47Vy { width:21.75rem;height:2.1875rem;top:17.250024795533rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwd4BogSmNOpvsqJec6MB6mpbNTcQJTO { width:12.5rem;height:9.75rem;top:37.875rem;left:19.6875rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxcxkJxLzzS9xZlNK393mtXXvsvJlbg9 { width:21.75rem;height:2.1875rem;top:2.4374752044677rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MUJJ1rwvBOXNzb0VBfrzoMINpOLTWGE4 { width:15.625rem;height:4.875rem;top:7.5625228881838rem;left:5.3666667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrIyGrBTPHRBA0tZaEHL9A07y9drqPPM { width:12.5rem;height:9.75rem;top:14.214559555054rem;left:8.4020833969119rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oH45snuKd9KZNU6xJtGSS1ayTaaNBapH { width:13.5rem;height:4.375rem;top:40.5625rem;left:4.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qDmu4hzKNkZ37PtQI5tIUiPC8WLT7s6N { width:21.75rem;height:4.375rem;top:40.5625rem;left:22.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V15ixSQDTgFQoKy5806ohAf3uaJ4wPK4 { width:12.5rem;height:9.75rem;top:2.288818359375E-5rem;left:30.027083396912rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZJolZLEduqszQx3FXTZfpfUuTSiWb8i { width:12.5rem;height:3rem;top:47.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1zonA3pqPDB9P2WnwlRaym2sTKExzAk { width:6.875rem;height:3.4375rem;top:58.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQ648T7mkqQF8m3nbeIk76SxMnVPx1En { width:12.4375rem;height:3.9375rem;top:52.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FcGgcvmV7gNeAIx7ZxPg05MSr1ghntRs { width:10.9375rem;height:4.875rem;top:7.5625rem;left:27.120834350586rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NfEz01wgw6UEekEPhP04DQ3hCL4oFh5R { width:10.625rem;height:4.6875rem;top:46.3125rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoHvUEW6CA1CaGLwb1N4q9WnPa1EMAhy { width:11.25rem;height:4rem;top:58.3125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wflKoXVGmQh7dU8zkBn7p26o4xzha412 { width:11.25rem;height:3.9375rem;top:63.375rem;left:31rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PrmRuUqysEZ8h8KUCStS1xstRXCK4QNK { width:6.25rem;height:3.125rem;top:52.3125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esWWxrcKMzVKWGRliR9OqGUv4xGDaFmq { width:12.8125rem;height:4.875rem;top:22.116703033448rem;left:17.468750953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yH20OqOMDnIvxEeCPWKLZZTBEqg1a6ki { width:21.75rem;height:2.1875rem;top:30.875022888184rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8IXZDR6QGzomEnSNzTQMlpgTWXDev8N { width:12.8125rem;height:2.9375rem;top:35.027107238769rem;left:17.468750953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT { display:block; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container { width:47.75rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u9Q42lIHCkktpMFEABTSeQmhN4LMEKTc { width:13.625rem;height:0;top:25.375rem;left:32.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xXmLG1StLGDpoq98FrT6ckSnS3pGCkn3 { width:2rem;height:2rem;top:2.25rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FSFEUkUvhZiZTFULDwRXNdFTaCd2EXSI { width:2rem;height:2rem;top:4.25rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq7DVmsxkpwzmInE929ZH0qSzhbG3qzM { width:2rem;height:2rem;top:6.0937480926514rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTMKHxmnDJLE1zLUWX3RR9xi855E960r { width:2rem;height:2rem;top:33.125rem;left:30.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DkbacmcKwqBCRqMJbn6vLyDTwCqkc9mg { width:24.8125rem;height:2.40625rem;top:2.2499732971191rem;left:1.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtmS8yuwpcuKVRZZJ9LG0uMd2xWHdurG { width:24.8125rem;height:0;top:4.09375rem;left:21.75rem;font-size:1.375rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 1199px) { #rRaKvitg4uqTcH7BHJ941TUP0pp70XSw { width:17.4375rem;height:7.65rem;top:2.375rem;left:30.313541412354rem;font-size:1.0625rem;z-index:15001;line-height:1.8;display:block; }
 }@media only screen and (max-width: 1199px) { #h25sQCJ1agefeh5Ba1DZonRT1O6O6TE8 { width:2rem;height:2rem;top:8.09375rem;left:27.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8d04b81-54de-4538-9fb1-f53f94a17239/blockswoodgamejengawoodentable_3000.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.adaptive-delivery-prevent-bg, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyload, #d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF.lazyloading { background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { background-color: transparent; background-image: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,171,155,0.19); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row > .video-iframe-container { display: none; }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .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); }#d1R7B1HsL6miJ9uzhtJI5Rdi2vgPNRiF > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.1875rem;height:1.21875rem;top:22.0625rem;left:11.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:10.75rem;height:1.21875rem;top:22.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:7rem;height:1.625rem;top:19.875rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.75rem;height:1.625rem;top:19.875rem;left:11.336458206177rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Phr3l86nS2265PEFqwiMAVRgXLCgiyLm { width:13.1875rem;height:1.4875rem;top:1.3937501907349rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eGmfEkHaevwsL1xpLGgXnaRHpNzctl9R { width:15.875rem;height:4.9rem;top:5.28125rem;left:0.74270820617675rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KyQURPwiI8HQcEuL1bQNAN4lZWvaBdT8 { width:18.5625rem;height:3.9375rem;top:10.94375038147rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XML72wcc1Z09btJCbz9MLXuxUkOgQ9mf { width:7.1875rem;height:1.21875rem;top:24.25rem;left:11.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCD8yEHaB9Svnc0ldcFN9NT68aoOrkPn { width:10.3125rem;height:1.21875rem;top:24.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeB00EryROTiUSMdWI8k3pFPdbDlBXnW { top:19.328125rem;left:0rem;width:17.9375rem;height:7.375rem;z-index:14999;background-color:rgba(227,227,227,0.51);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md { display:none; }#PF1pH1Dp36MHXDve6ZNNJ2RtuSRkn5md > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZOB7JVPtlWJbFqLer63qhIzPFHNZk5QR { width:8.4375rem;height:0;top:12.25rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ANK79z8W88zmVFZG7Hw0mer0fGs8KQ4o { width:9.125rem;height:0;top:9.5rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TGKkqftCvXglevgiS6BifCIo23xRoB2m { width:6.5rem;height:0;top:6.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wBlpNLXFte6k18JtKeMRx3twiqSvWBqI { width:7.875rem;height:0;top:4rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dn34VyqgJomTJXrhSkBOUQq32cTddHJM { width:3.75rem;height:0;top:1.25rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA { display:block; }#bsrtZTMN3qbJHhVqbb0BhI8waaeB1OmA > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPc094bfXwcoRghdb5K7R7bN6mzW8utt { width:16.8125rem;height:4.225rem;top:27.5625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUcq1R1cTyVi0LrcyB6ky9hTrdbbkAT { width:18.75rem;height:3.16875rem;top:33.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8XxQzwCqpfL6LRLAZ3vVItNvWLGchWQ { width:16rem;height:3.16875rem;top:38.875rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6EvdrgnDthQSneHeLw54QyuSpACb1T { width:18.5625rem;height:5.28125rem;top:44.3125rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo8mPxDAkww7NyCeqSMBMCTKkS2evkG8 { width:17.8125rem;height:4.225rem;top:51.580208778381rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ft4Kw0BKECxfsWwaxknMcScLTC2oQF { width:5.3125rem;height:0;top:37.9375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O6Tzd327Gaul7Xy4oIDVwz3n9X3ciIRE { width:5.3125rem;height:0;top:59.6875rem;left:8.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GSNb8hw1XVayPtWupWDX7EMo5SD9X0Wt { width:5.3125rem;height:0;top:55.3125rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XPvpcwQaVL5CTCnHwuV6EgOvv15yHRtq { width:5.3125rem;height:0;top:63.4375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MUNLuspP2JQp5kgReyp2wu72BIUZFs3c { width:5.3125rem;height:0;top:69.9375rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tog1JQp1dnlAE1k4cSoo7Jwf8W8ARSiE { width:14.625rem;height:1.1375rem;top:24.9375rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckqouq1twMzkpvThUORtdtCdHEHdwfUt { width:16.375rem;height:2.275rem;top:57.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu58rB8U5f1Nx5QH1ZR3RK8Qzi5x9tA8 { width:18.375rem;height:20.825rem;top:2.3177080154419rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkTL9iDM3IVvri24o8ghoZkhJSVDVzQb { width:3.75rem;height:0;top:32.375rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKfQBDsinQHSCO26Mb8N7zyly1qkcLU5 { width:3.9375rem;height:0;top:26.367708206177rem;left:9.5010414123538rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAHeNStthGkwp3CTsPaUDaXJkniXN83v { width:4.875rem;height:0;top:42.9375rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8QkrDL3mAy6PmIobvbkhiEpTO2qUTi { width:3.0625rem;height:0;top:37.5rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTTPf8S9GWlW1323AxC8b67PDTSZUSF { width:5.0625rem;height:0;top:50.5rem;left:9.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd { display:block; }#ubBdpXO8ekLTHO4ZbXNbH08HiAeQzoCd > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdbsKyF8Dn8Ku366378b4rOqVHi8iyv2 { width:20rem;height:3.7125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0EBGxFXkrTSzV2BTdbyxMb2RvwedplB { width:16.9375rem;height:3.675rem;top:6rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv0GMmMPnqWRLS3JOh2cWlCsda6bUNS4 { width:20rem;height:1.1375rem;top:12.875000953674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJUg332CHUtd6TrWvlFo4vZzwZCPxm1u { width:20rem;height:12.5125rem;top:15.30624961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 { display:block; }#N9cEFp9SqFAwpHTLadi1wcR6XZ738lC0 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w31iDhxRhxr4AML4T4TvKos6y3FnJCqJ { width:16rem;height:3.4375rem;top:2.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq { display:block; }#nbQDHFx7x3C6AoaC6i0pl2wFShuaHokq > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOkoysImoDrfnv5CZ3zhOCiSPfiLRJ0H { width:14.5rem;height:4.55rem;top:8rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dacvUDNngyZrPkyezGmkFfJylbT94Rtb { width:14.5rem;height:3.4125rem;top:21.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaRVbNWmhfw2ckTT41xFeDZO9wurGTB { width:14.5rem;height:3.4125rem;top:34.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZkQHvIZ8ahi3zWLGHHsG1Kbyz6Xaa5E { width:14.5rem;height:4.55rem;top:46.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDh0E78py5csNS8tyZdwHL1TXqhVQx3w { width:5rem;height:5rem;top:1.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04yipGkKECC7Ms8OxhxeTnh0SA2mhKr { width:5rem;height:5rem;top:14.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSF5a0kpF0ASUzQ2tfSTdZ1xT2QFxt76 { width:5rem;height:5rem;top:27.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGZ6EopMIoqwLg7y4Aps2cEWKPuqyUnA { width:5rem;height:5rem;top:39.812509536743rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM { display:block; }#hOovu1ZsLBM0mgBKJuXoie6n9ZfHuCzM > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyUG1rSaXMBe8PiIWTqn8DffOJUTsME2 { width:16.875rem;height:5.6875rem;top:3.40625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM { background-color:#2cab9b;background-image:none;display:block; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { background-color: transparent; background-image: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row > .video-iframe-container { display: none; }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .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); }#Wo2iJ8MRRKV1vC8XpBuhc83UxwZQmbmM > .row .container { width:20rem;height:150.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N84bEMlEirFFKTZDI5BiBQEB7mcxJlq9 { width:20rem;height:2.40625rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5BdKwWVcvOd3chKpnAUW3LfB61hNaRp { width:8.1875rem;height:2.6rem;top:14.375rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h89nQok9fV3RP3TuKfpAp4QgBtBJsZBU { width:9.4375rem;height:2.25rem;top:14.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irRB5BWExJAzOQ0kocuKrQkMCHd5iHaS { width:17.8125rem;height:2.925rem;top:17.625rem;left:1.2906246185302rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWKWKR2RC3vm1EuMgwwTKD4rt4PsJabt { width:20rem;height:2.7625rem;top:26.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof { width:20rem;height:10.425rem;top:30.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#xQ16gDv2bFXbnBNs8tBZ4IUIoGDJRFof li:before{  }
 }@media only screen and (max-width: 763px) { #DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA { width:20rem;height:11.65rem;top:52.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#DrMlwOIfMv7c5uhTDk4LMaTI5aaZi9fA li:before{  }
 }@media only screen and (max-width: 763px) { #vlTsR8yvWZ4yTcPW80xLBeWqN2tyHQ0W { width:20rem;height:4.14375rem;top:47.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzF9L3UyPTVosNeVcv6CxxygST2TcpTk { width:20rem;height:9.2rem;top:76.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#HzF9L3UyPTVosNeVcv6CxxygST2TcpTk li:before{  }
 }@media only screen and (max-width: 763px) { #qzWZFBl70fSfObQ0WQh4Lky2ynfHZgpg { width:20rem;height:4.14375rem;top:71rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo { width:20rem;height:9.2rem;top:115.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#NEaRzwN1uNG5WTedA7h9HTDAR0zO8Voo li:before{  }
 }@media only screen and (max-width: 763px) { #qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ { width:20rem;height:12.875rem;top:94.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#qmkeMFZO3yKQGpTLbqfXCCZFvW7P2QUQ li:before{  }
 }@media only screen and (max-width: 763px) { #MxZBGLb3waHzQ7Q19WRUcSnyrlcGH5Bh { width:20rem;height:2.7625rem;top:90.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEQxDA2IKScXlC2nycacKfJTNnHH6hZ2 { width:20rem;height:1.38125rem;top:112.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU { width:20rem;height:10.425rem;top:136.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#f0MkGkAT7Dtd0E2rVVRkH3ChyLxoaRbU li:before{  }
 }@media only screen and (max-width: 763px) { #muRtgHa50Z0ssltDhWyMi3SPR33JnxCe { width:20rem;height:2.7625rem;top:131.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRwWondxl9RyDr9eM5CPNrfc4dnocsOp { width:6.375rem;height:2.6rem;top:23.125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNWtPeOC9eC9UI3O0EJtTIOrOp3OM2Nt { width:6.375rem;height:2.6rem;top:43.5rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyGrAwDIW3KpAN5qawZWxRb9s3PoTRcZ { width:6.375rem;height:2.6rem;top:127.8125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhLgJPrmnrwsfmru7MkthlVCwuvbiEa { width:6.375rem;height:2.6rem;top:67.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAsUAqMoZEmteGAPTXaXoCAmsrUIHw3p { width:6.375rem;height:2.6rem;top:86.75rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvFFgvqRVC8g0l2qaaTF6gIEE6iimEdZ { width:6.375rem;height:2.6rem;top:108.5625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QglXAIkNyEpgb00XNApZhKGJcNecSo1Q { width:7.0625rem;height:6.5rem;top:1.125rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx { display:block; }#zgZB4r91DRkM2ecaTEVCvQu7W3eFS0zx > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLs1bEpKVcZV38LN0Aaw40nhOnDFCKZl { width:13.3125rem;height:2.925rem;top:5.1875rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0KWV9B3mzcqdc4PEPmCwJARc98nod1T { width:8.25rem;height:2.6rem;top:1.28125rem;left:5.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCO0DKIMwIzz4T5SupTs2NdsHHkKlfkb { width:9.4375rem;height:2.25rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zKOE3MgvdftOm0DZXuBIVAnSeSk2i { width:15.875rem;height:2.7625rem;top:13.3125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGQZ8rDJso7erg6X84EX1sXdhcEeZo7W { width:9.3125rem;height:9.3125rem;top:36.8125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epGU4UovHPbDrRKNFxdTLPc4EDSV2CGN { width:6.375rem;height:2.6rem;top:10.25rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZeqUnPM1P3PfEVpE6D83fvIwF5qHpVA { width:6.375rem;height:2.6rem;top:18.1875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #poBTZWPggKVQSXkpZ3qTmbvvd0iUFnyx { width:6.375rem;height:2.6rem;top:26.4375rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAT8rw8xWJqrqCU0288D4KCm6NVrPCgV { width:18.3125rem;height:2.7625rem;top:21.375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHVBT7dHX4PDwl5P3LJrHaTpd9p5fISM { width:18.875rem;height:4.14375rem;top:29.625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctXxJeXuCOfhyDiBubmhDQTUzaseeFGi { width:13.6875rem;height:1.625rem;top:48.25rem;left:5.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGprVfNupnPze8BWPeK9eeAlWv4DOVsC { display:block; }#OGprVfNupnPze8BWPeK9eeAlWv4DOVsC > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNK2WSmgks90F7CADENnHTIquK03rxp7 { width:20rem;height:3.09375rem;top:3.578125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2JALu6DWA9mTbz72gCnQQxd70tvvZMu { display:block; }#E2JALu6DWA9mTbz72gCnQQxd70tvvZMu > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSxedPfgn83qJ1NHcv5wAXOuPn1ccIyF { width:13.375rem;height:15.5625rem;top:2.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgKv4SsTrTI4R536oChBNCbwleLJ7qb { width:9.4375rem;height:2.25rem;top:17.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXCzNSKJR5MHieI2rt0TgbzX4hDACmRL { width:9.375rem;height:2.6rem;top:17.5rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrwbTNU6TETOB5GS8ez2MkBOEqGGgyww { width:6.75rem;height:2.03125rem;top:15.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsAnRhNg2nu2V0SPTmnXtnBl1xETn9vP { width:1.5rem;height:0;top:86.625rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ydEFcmI6XisDcDoTC0fCW0ws1OFzKJCF { width:8.25rem;height:8.25rem;top:11.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzaE8JJ5gytQToszfTfyoy8XBUwgSAC { width:17.75rem;height:20.825rem;top:22.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTTshScSfmcbxqEC1ZaNh0ke2NaW05kT { width:16.6875rem;height:23.275rem;top:59.9375rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqJ11MF0vMB2KA53wsTSTbBZqffGpU4m { width:11.375rem;height:4.25rem;top:53rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UIIwGgKelaQlTw3ZW7dB4xnfkPDpOG { width:10.125rem;height:10.125rem;top:46.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw5LVrdb2xhTx5HJpesPiMDwO0aqUEqv { width:9.3125rem;height:4.875rem;top:48.6875rem;left:10.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQ61L5fCDlZltTDc2dBkZHEBKCmr5TEh { width:9.875rem;height:4.8125rem;top:48.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC090ZfA4f79GDebgb1AwsvVuU8RPmVC { width:6.75rem;height:2.03125rem;top:46.875rem;left:11.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftQz7Fi3s6JJSkWEpX1HHNaZF9pHkdws { width:1.5rem;height:0;top:46.0625rem;left:7.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs { display:block; }#ZhgR53MPsWP6Fyh6yyUfTaXdvGHRnJRs > .row .container { width:20rem;height:116.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLP3xBAolwicNh2JTIiS5kxSbpX5STku { width:12.375rem;height:17.9375rem;top:2.1875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZhyNgs7FPxnQvcyv90PoUxUzvBKlZLr { width:17.9375rem;height:12.25rem;top:87.125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhtwpwGHQbGiKbefTuQJukIpPRGp6ukL { width:15.625rem;height:15.925rem;top:97.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AckITCFtyBsPqdDJCvrbWLN3SxIfDEv1 { width:12.6875rem;height:12.375rem;top:77.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol4r6HuSA2qafxRZTI5xHMlzPeXahZx1 { width:13.375rem;height:6.4375rem;top:84rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFTdMAgwb4AxmyIEhTDZE5GOoyAbILXc { width:10.5625rem;height:2.25rem;top:93.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7GnvB3boduagQ7JlnM9gzZmQsXgtVK1 { width:9.375rem;height:2.4375rem;top:93.75rem;left:5.5rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #svkITTLbKnKH0KTWKIUBNDDNEsMXTXFr { width:5.5rem;height:2.03125rem;top:91.8125rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDrQMu1SQ1sTrfT2Il95t25c2E9I2OXB { width:1.5rem;height:0;top:1.25rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xNaWbatceS00h6w6OqzZ5Xpk52po1ZbW { width:1.5rem;height:auto;top:39rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w6C6qN1xCkxqkv2Vx42eoXLJl1OM6EU6 { width:17.9375rem;height:9.8rem;top:65.8125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9uLZqhXHs1WsCTxPWIyh1GiQpwGXPZ1 { width:10.3125rem;height:6.25rem;top:57.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln1QteKpifbGwfc71KQlC3mFqHd06b3y { width:9.1875rem;height:14.1875rem;top:49.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGU0qsQv1U3O7J46n8G1gkMGpEyOGeMT { width:11.8125rem;height:2.25rem;top:48.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKadBlbt8MXL5dtQ3h5SOy2rBnrWzSbz { width:10.1875rem;height:2.6rem;top:48rem;left:3.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0muz1C8cZ6n1g7gDXi1D4Q10S7dkGbN { width:1.5rem;height:auto;top:4.375rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pLyNQKT3IZc0a6iiXVy8u31pHSkKxT0z { width:10.5625rem;height:2.03125rem;top:46.0625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuhaWJee82kbLfdLEw8HNh2MplhKzy9Q { width:16.9375rem;height:23.275rem;top:20.5625rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5IPH71yfbAl618JUoBPM7xgWSTxkAJr { width:9.125rem;height:8.25rem;top:5.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkrubW6zzt041MPsWE96zx5MUgueopZe { width:9.9375rem;height:13.3125rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4G82sMn5EQABLwDBkFqU7DtNgdiV8HI { width:8.875rem;height:2.6rem;top:16.6875rem;left:4.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3RmbfJmoNWnOra57p5535ql0E17H5Dq { width:12.125rem;height:2.25rem;top:16.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJWCUacAVUEz7SIuiWNklLzqHwLDEvn { width:1.5rem;height:0;top:23.6875rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V8ElePWMwl7ohWv8tas86BTfGhCUIgvn { width:7.375rem;height:2.03125rem;top:14.6875rem;left:7.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw { display:block; }#icwb0O6E1GvmqT5w2Mi2TDW39OhPe6Lw > .row .container { width:20rem;height:132.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoGiDot4ZzvpeBkpAk5hddwT70iltly4 { width:17.875rem;height:23.275rem;top:21.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKe5fbfk9DtSc4wTy4C9N8THrs0clycR { width:8.8125rem;height:2.03125rem;top:16.125rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPSIMOHyeVoAb8w8gMQ440E1U4aeVScW { width:12rem;height:4.375rem;top:10.562500953674rem;left:2.1281242370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Ve8yyECG4svL8zluRRl5LqBUWnDC3N { width:1.5rem;height:0;top:34.5625rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fXkfxgtTHXk6AUZPHVZS0f5AJ9N03RWI { width:9.625rem;height:2.25rem;top:18.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCJ7aUZ15L6c041PZNmHvRktM8WFl0FO { width:9.75rem;height:2.4375rem;top:17.875rem;left:7.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJnpDonNhvsUQ6L1kofSRc146v4UelQC { width:10rem;height:13.6875rem;top:0.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wurmtI5Fo68ipnBbqn2ItOSIVOTdX9VT { width:16.75rem;height:23.275rem;top:105.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M304muU0h862z4XyLtcpmkJIwzsvJr5U { width:13.3125rem;height:6.5rem;top:96.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPzQNAXTe5ToSL01UqPV9MSK4V7LBltZ { width:11.9375rem;height:17.9375rem;top:85.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufHOurzsromwrNpTS3BeaW78KTSuSUPV { width:9.375rem;height:2.4375rem;top:98.875rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #C4GFErQ3Sutdl3EUXKaPJXecUMJ2TTgP { width:14.125rem;height:2.25rem;top:99rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH59Q3G5TBd8fyRo9SUTTUW64fg9i4Iz { width:5.5rem;height:2.03125rem;top:96.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvD7kwZ6Efkpd2JJMmDTnviyhEulRUFX { width:1.5rem;height:0;top:1.25rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VDkpsBoJQbDu7qbQHJtHLsR55t9BKtD4 { width:17.75rem;height:17.15rem;top:66.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A40CfOKfohkhCBpWRKc4Zmdr6GZLPwke { width:8.25rem;height:8.25rem;top:51.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSM6VTo2tf6UimgX5GvF4331iII484ot { width:10rem;height:13.5625rem;top:45.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbgrI6DOB32nSLa4mfLzcrfbe12zincH { width:15.0625rem;height:2.25rem;top:63.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXcEP46CR3vnEVf0taoOyHUNTtwZgik8 { width:9.375rem;height:2.6rem;top:62.9375rem;left:3.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcXbmoRvcT5ERPyWDUr7puL48bHoAL2e { width:1.5rem;height:auto;top:8.75rem;left:9.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fRDz7eT82mM0Od3GfWp5Md8ixbo3HbXF { width:6.75rem;height:2.03125rem;top:61.0625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 { display:block; }#R8aZQ197BhBL6BzVS96MFsIhOJPMHoS9 > .row .container { width:20rem;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOlaTQW2hiKq2emvrbfn84T3GdaOevER { width:16.375rem;height:2.2rem;top:2.46875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVOU6PNFt6WSyERf1gdyPdTqVwIoZ0vE { width:12.875rem;height:2.84375rem;top:6.25rem;left:5.5rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrWwRnlBWh2ZBmcvI9933DTDmpLhrq1y { width:4.6875rem;height:4.6875rem;top:5.75rem;left:1.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggKFU65tvhNBtwP1wDtQH8QF1Kv8fma7 { width:20rem;height:1.54375rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4SHgTyefveVrH7U5xDHPixhx7Bz6ELw { width:11.375rem;height:0.9375rem;top:37.375rem;left:6.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3uKGGNp4nQqs2xgObSGT4zEc5H4tHcg { width:11.375rem;height:1.21875rem;top:41rem;left:6.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kz7D2plrUzgaWqcd42Ora1D7US5OPPgR { width:11.375rem;height:1.21875rem;top:44.8125rem;left:6.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vf4NGGgTw2Na3FArQaPSKsTmsIWcq3GR { width:11.5625rem;height:1.21875rem;top:39.125rem;left:6.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #th6A4UvKGn2NlVQdGP6fwzkQt9gfvMt6 { width:11.375rem;height:1.21875rem;top:42.875rem;left:6.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0oSpDG1Cd4Mv3eRuRyhvAnJ1reWRrRo { width:5.3125rem;height:2.6rem;top:42rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhMc8K1Q3URqgpe142EZe0Hm17oHOn79 { width:5.3125rem;height:2.6rem;top:40.125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IghyIuwAk6IXR587mJf9Slrh2Okg8iHT { width:5.3125rem;height:2.6rem;top:44rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DClduWR0IM7pkiSnzVr9vvboOSegonEx { width:5.3125rem;height:auto;top:39.1875rem;left:7.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mtnPZ5lTaSqmuuaT95QKGLtDHv77sNHN { width:5.3125rem;height:2.6rem;top:36.375rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;color:#f26c5f;display:block; }
 }@media only screen and (max-width: 763px) { #pz2q5gcqN75En5zd66VzAn2UiLiP1Fgm { width:5.3125rem;height:0;top:24.312500953674rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pH0DyyMlT7AJmQigUo0wFpT33HTz4TAi { width:5.3125rem;height:2.6rem;top:31.5625rem;left:7.375rem;font-size:2rem;text-align:center;text-align-last:center;color:#f26c5f;display:block; }
 }@media only screen and (max-width: 763px) { #RPhncooanfuaFFeT1NudBhwAmbTdp5sQ { width:5.3125rem;height:0;top:65.68750190735rem;left:8.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eOGFsi98BNJcJ6aFZCPimNZVntsMKklT { width:5.3125rem;height:2.6rem;top:38.25rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdkLiJwReFiaFqR5a29FoJbLo4008Pk7 { width:12.875rem;height:2.84375rem;top:15.125rem;left:5.5rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XE8DJpPiMQ7ox61xKNFAuJdJRdUArQAq { width:5.1875rem;height:5.1875rem;top:14.375rem;left:1.9375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLu1GmQV51NUvZUVbDpRDNmeRy4WEh9l { width:7.9375rem;height:2.2rem;top:18.75rem;left:7.96875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Thk8uiugvz3g4kTQSd97LZ9nRxIVhrwc { width:11.3125rem;height:3.3rem;top:9.8125rem;left:6.28125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qrsPvTaXuRvVTD7bbRpIdi7nao62KrHd { width:18.9375rem;height:0.975rem;top:49.625rem;left:1.0625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdZwk6ZHB1Ob15CXquxltwgB9st28Mz { width:20rem;height:2.975rem;top:55.374999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTXSbraTzDtnoaTfzF7nGb7yGFvD9sW { width:3.125rem;height:3.125rem;top:23.937499046326rem;left:3.2427082061767rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvrSB5I6EtZboNrTaSm6X70FOsNOK2G6 { width:8.5rem;height:2.6rem;top:24.199999809265rem;left:7.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiBHUtrn3yv1OhtFZ4tzRcqcvICRbT5p { width:13.75rem;height:1.65rem;top:27.999999046326rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q3i0eUBkFfgCqMtbrBX4v9RNMX8hX2eq { width:8.5rem;height:1.21875rem;top:46.8125rem;left:6.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbmyGrE3vVn5rZIMfATAerBKe8iDId9Z { width:5.3125rem;height:auto;top:39.375rem;left:7.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EJH0uV0ccxc6CG51ZP8ywivDKF7fKyuM { width:18.9375rem;height:0.975rem;top:51.125rem;left:1.0625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llWxTg5P2lFi6UvOhIvIuCcZX0WiPT8y { width:5.3125rem;height:2.6rem;top:46.125rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G { background-color:#3b59a8;background-image:none;display:block; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { background-color: transparent; background-image: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container > .video-iframe-container { display: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row > .video-iframe-container { display: none; }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .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); }#tccKAktl0wrNh2N7TlRK5xz0OMiz5w5G > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:19.625rem;height:3.0625rem;top:7.0489587783812rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I87qRs4rOOIJXJE3XRnITqpXIkmDMFEM { width:6.4375rem;height:6.125rem;top:0rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JScp6Gw0isq3eLeCrmwd01Tv2Twnspb7 { width:16.125rem;height:3.4375rem;top:11.229166984558rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcUEl54R5fQ4dLDXrP2KyNF4ZxMFQh72 { display:block; }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-regular-label { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text { width:13.75rem;height:1.5625rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-text {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-textarea { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select { width:13.75rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-select {padding-top: 0; padding-bottom: 0;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-input-button { width:13.75rem;height:1.5625rem;font-size:0.75rem;overflow:hidden; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-checkbox-label { width:12.8125rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .widget-radio-label { width:6rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib  { width:14.375rem;height:auto;top:22.952082633972rem;left:1.5072917938232rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib .radio-container { width:14.375rem; }
#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib {display:inline-block;}#SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib { width:14.375rem;height:auto;top:22.952082633972rem;left:1.5072917938232rem; }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #halL1ObJytN44ipoZFhka2i3AgpUdrnq {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #HMCNLLC7TM2lKeFTtfxdTPeJEWqHb4rf {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #zAekTOKnqakfwP91zQXyPBsAmSzvQfSm {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #UTuENWCCPorSfGeOOOz99ao4NN7aN1wv {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MIdnOxn1KA2MMefWsHGrRERzgbWpQOOe {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #fcUiOllngwiBaKnEp901Hh2E2hNLVMFC {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #bJ1q0NWftTALOaFqBzHVKMDnahP3ciM6 {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #II8zb2yqD9S0ZVkrRWkWVUsVXRNNfM9f {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #qPLmN6NRz9vZB5URqTapFApvwEBFvz2D {  }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #MgiyQ1yT7X0TJkGxAcnT5hFX43ZrtcHa { z-index:2; }
 }@media only screen and (max-width: 763px) { #SBIbVKwXSpaUgtKTC617Sgr8cHRQR3Ib #e2A1KOzxlziyelar8XaA7QTe0tCwJ32e {  }
 }@media only screen and (max-width: 763px) { #t62gKr8w8em0umo4NnEQFCDN59ZbJtPd { width:15.25rem;height:2.475rem;top:19.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8qDe0cZXg729nya1In1tTtcogUh0EE { width:4.25rem;height:5.75rem;top:14.666666984558rem;left:1.5072917938232rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn5oyLXana6yDVC4sFTmbW6695XPQPOP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { background-color: transparent; background-image: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container { display: none; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .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); }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { border-width: 0; border-radius: 0; }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row > .video-iframe-container {  }#mn5oyLXana6yDVC4sFTmbW6695XPQPOP > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtTXTuPPn0BVI72hTGkoyImdX5mZ38bN { width:20rem;height:1.875rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQD7riaXaoNKC9tU1L29Ol6zJbx0RxA { width:15.0625rem;height:4.625rem;top:8.6875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LghXnXAOT850rzhx7SZ5MREStEnhEh9G { width:19.625rem;height:1.875rem;top:23.124999046326rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODVU12tNxGggdT56uRrcuq2rwFWTGT2T { width:12.6875rem;height:2.8125rem;top:32.562499046326rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rABah0X3CzBihRTG9fKVT3wKFvDJ4kKN { width:10.3125rem;height:4.3125rem;top:26.874999046326rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnxW0sqS8bAofhwps2pDnMGvVK0dAhQk { width:12.875rem;height:3.8125rem;top:15.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXVzpXd4c36RMVuhkptbkOKObl8vtmec { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { border-width: 0; border-radius: 0; }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row > .video-iframe-container {  }#iXVzpXd4c36RMVuhkptbkOKObl8vtmec > .row .container { width:20rem;height:95.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w7QndBT6yflxWMrUuhatgJ9o5Ztw47Vy { width:20rem;height:2rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwd4BogSmNOpvsqJec6MB6mpbNTcQJTO { width:5.75rem;height:2.6rem;top:42.75rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxcxkJxLzzS9xZlNK393mtXXvsvJlbg9 { width:20rem;height:2rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJJ1rwvBOXNzb0VBfrzoMINpOLTWGE4 { width:15.625rem;height:4.875rem;top:8.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrIyGrBTPHRBA0tZaEHL9A07y9drqPPM { width:5.875rem;height:2.6rem;top:4.5375003814697rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oH45snuKd9KZNU6xJtGSS1ayTaaNBapH { width:15.625rem;height:3.75rem;top:45.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDmu4hzKNkZ37PtQI5tIUiPC8WLT7s6N { width:20rem;height:3.75rem;top:68.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V15ixSQDTgFQoKy5806ohAf3uaJ4wPK4 { width:4.875rem;height:2.6rem;top:23.9375rem;left:15.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZJolZLEduqszQx3FXTZfpfUuTSiWb8i { width:12.5rem;height:3rem;top:50.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1zonA3pqPDB9P2WnwlRaym2sTKExzAk { width:6.875rem;height:3.4375rem;top:60.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ648T7mkqQF8m3nbeIk76SxMnVPx1En { width:11.25rem;height:3.6875rem;top:55.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcGgcvmV7gNeAIx7ZxPg05MSr1ghntRs { width:10.9375rem;height:4.875rem;top:14.4375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfEz01wgw6UEekEPhP04DQ3hCL4oFh5R { width:10.625rem;height:4.6875rem;top:73rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHvUEW6CA1CaGLwb1N4q9WnPa1EMAhy { width:11.25rem;height:4rem;top:82.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wflKoXVGmQh7dU8zkBn7p26o4xzha412 { width:11.25rem;height:3.9375rem;top:87.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrmRuUqysEZ8h8KUCStS1xstRXCK4QNK { width:6.25rem;height:3.125rem;top:79rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWWxrcKMzVKWGRliR9OqGUv4xGDaFmq { width:10.0625rem;height:3.75rem;top:26.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH20OqOMDnIvxEeCPWKLZZTBEqg1a6ki { width:20rem;height:2rem;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8IXZDR6QGzomEnSNzTQMlpgTWXDev8N { width:19.1875rem;height:4.1875rem;top:35.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT { display:block; }#r0BhP1EqoK9BBPsZlRcdTw8S1F13o3cT > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9Q42lIHCkktpMFEABTSeQmhN4LMEKTc { width:14.875rem;height:0;top:23.375rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xXmLG1StLGDpoq98FrT6ckSnS3pGCkn3 { width:1.6875rem;height:1.6875rem;top:24.6875rem;left:1.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSFEUkUvhZiZTFULDwRXNdFTaCd2EXSI { width:1.8125rem;height:1.8125rem;top:26.375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq7DVmsxkpwzmInE929ZH0qSzhbG3qzM { width:1.5625rem;height:1.5625rem;top:28rem;left:1.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTMKHxmnDJLE1zLUWX3RR9xi855E960r { width:1.75rem;height:1.75rem;top:29.5rem;left:1.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkbacmcKwqBCRqMJbn6vLyDTwCqkc9mg { width:20rem;height:2.2rem;top:3.9999847412109rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtmS8yuwpcuKVRZZJ9LG0uMd2xWHdurG { width:20rem;height:4.125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRaKvitg4uqTcH7BHJ941TUP0pp70XSw { width:14.875rem;height:0;top:23.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #h25sQCJ1agefeh5Ba1DZonRT1O6O6TE8 { width:2rem;height:2rem;top:7.5625rem;left:9rem;font-size:1.375rem;display:none; }
 }