.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,242,224;--color-primary-1:244,212,153;--color-primary-2:233,168,51;--color-primary-3:117,84,26;--color-primary-4:35,25,8;--color-secondary-0:222,241,250;--color-secondary-1:144,208,240;--color-secondary-2:33,160,224;--color-secondary-3:17,80,112;--color-secondary-4:5,24,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-tertiary-0),0.93);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { background-color: transparent; background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .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); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { border-width: 0; border-radius: 0; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { color:#4c4c4c;display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { color:#285696;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:5.60449375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.25rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#BwgwcxVeLKBHvgoMrhU5k7DSp8oavdOt { color:#4c4c4c;display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9765625rem;left:0rem;height:3.8994125rem;display:block; }
#QflzKzqCiBeIF5JoI8bWcc5uDBT2r5yF { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:35rem;top:4.4375rem;left:39.878086419753rem;overflow:hidden;display:block; }
#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e1edfe);background-image: -moz-linear-gradient(180deg, #ffffff, #e1edfe);background-image: -ms-linear-gradient(180deg, #ffffff, #e1edfe);background-image: -o-linear-gradient(180deg, #ffffff, #e1edfe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1edfe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1edfe' );";background-image: linear-gradient(180deg, #ffffff, #e1edfe);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container { background-color: transparent; background-image: none; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container > .video-iframe-container { display: none; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row > .video-iframe-container { display: none; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .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); }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container { border-width: 0; border-radius: 0; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#gaNRfbTdxwZxfQVQxpUFeqTBvi4ZFp7e { box-sizing:content-box;height:3rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#e8a52e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#A4rnpUZQlLbU0rDumybZfM1HAgAVhhHP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.884765625rem;left:0rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEHZvshlkmuSH8y6nNxMrUst4vvpxXqm { box-sizing:content-box;height:5rem;width:36.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.5rem;left:19.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#J1yOTfUpfxHdetLFhFWEk9rtug3gMNdO { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:25.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#a9JvF2dXZKm29HS9z9P07KKAZ8Tuaios { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7rem;left:31rem;height:2.2744125rem;display:block; }
#s5OviTUQmKOOtPQLL30N3nInU3NEPBAU { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.1875rem;left:0.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xkVfyAolZLmntkMypCEsdpQEz1K3AHM0 { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.25rem;left:0.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ynMx30p05Vr9aqQ16qhJaLtQ13EKg6xf { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKVCETvkos5U47HIlZJRKzCIIzm7ps9w { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.3125rem;left:1.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#JsioMcgw8JLLUzluZ88petqFc6J9KT34 { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.25rem;left:12.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#M9tLGxsD3GXnr2V66wCRbTWICRZFvaXE { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:13rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KzT2JIF8ByBuZPaD8J6heAoW4pmlfJTm { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:14.6875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGcKRHWLBAok213kcGFAnct56rE0sb3C { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.3125rem;left:14.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ODN4Fs7IqtBDXlwM4lTUxfN4z3wuGOWC { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.25rem;left:25.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w8Pc4QzZaR51o83cXCth13LHTnIl0Hph { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:25.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WUJAynKO7li2wSUQuZGMWn3Wg6sgrlS0 { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.0625rem;left:27.3125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7JVZuMqWFJQS8p9Lg0aRIcVFGdakM9i { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9375rem;left:26.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aEQInVG8ATPxJNROsXfkE9PGPHxDlvnN { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.25rem;left:38.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bgHnq25KimxRIehgiT1qsmCHGx0kR3fc { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:38.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TgRcu4NCuPi3UzCdLpd7VF9P0LTI2mic { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.9375rem;left:39.875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7bGqUTsMbqzgPok8TEJtlRWmh89SSrg { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.3125rem;left:39.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#yaETzT7CHyPwy4ZHdk7kiy2Zd4klOiVR { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.125rem;left:50.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pqCIMz2fpSFxR46zwNWz8TW1NDyMKEH2 { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1875rem;left:50.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mv0OEsTi7vIaKAnFJNLuKSiwNMB1SGyd { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15rem;left:52.5rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7QBaLWKrtUxZ9Mcg8qXqduGDBd1Tvl2 { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:21rem;left:52.1875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#MEb1zd2RZEN18Lnsv2vWOPqdB2vmBZOU { box-sizing:content-box;height:15.25rem;width:11.25rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid #285696;border-left:0.0625rem solid #285696;border-right:0.0625rem solid #285696;border-bottom:0.0625rem solid #285696;top:13.125rem;left:63.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#tCD9qT7H5GVmupucrRivDSi9RX3bXLZS { box-sizing:content-box;height:7.25rem;width:11.25rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:63.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IaRvvO0TAeOG9SVdBsuDfXmzqB16TCPM { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14.9375rem;left:65.125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMUccux6AD3b2h3rvNOtiGtXnTKC8D4C { color:#4c4c4c;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.25rem;left:64.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Tzfffzbsq1kykEiafQdarWAa76VP53ye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container { background-color: transparent; background-image: none; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container > .video-iframe-container { display: none; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row > .video-iframe-container { display: none; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .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); }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container { border-width: 0; border-radius: 0; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#yMER1CcJvAOHlQJddwgZ6WhQ0SkgFO1u { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.984375rem;left:19.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 { position:relative;display:block; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 { background-color: transparent; background-image: none; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container > .video-iframe-container { display: none; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row > .video-iframe-container { display: none; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .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); }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 { border-width: 0; border-radius: 0; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QqedhPaoMeGDnQvuyVILBDr2zPdPglDu { position:absolute;display:block;z-index:15001;height:33.75rem;width:60rem;top:0.625rem;left:7.5rem;display:block; }
#X4li6haS86DIkEx35Utct3cAimeN3b9S { position:relative;display:block; }#X4li6haS86DIkEx35Utct3cAimeN3b9S { background-color: transparent; background-image: none; }#X4li6haS86DIkEx35Utct3cAimeN3b9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container > .video-iframe-container { display: none; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row > .video-iframe-container { display: none; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .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); }#X4li6haS86DIkEx35Utct3cAimeN3b9S { border-width: 0; border-radius: 0; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:99.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iwTguhK0D3CuteuXX7hTv8DLC1J900dV { position:absolute;display:block;z-index:15000;height:83.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#285696;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container { background-color: transparent; background-image: none; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container > .video-iframe-container { display: none; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row > .video-iframe-container { display: none; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .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); }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container { border-width: 0; border-radius: 0; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#rrUNpml3BFnXDyhQU0XabmVxuZh4llEt { color:#ffffff;display:block;width:74.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#hqZRxZnf3emmJk5ZoPgZxCdlX8qRXZK6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:37.3125rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#rhpJX8hXg5oHx3sssxeAPqfU9h0fDqlp { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:37.3125rem;top:7.75rem;left:37.6875rem;overflow:hidden;display:block; }
#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#285696;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container { background-color: transparent; background-image: none; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container > .video-iframe-container { display: none; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row > .video-iframe-container { display: none; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .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); }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container { border-width: 0; border-radius: 0; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#Iv0vq6Vd6gv0OAOghoQTqycTV0vKUFmu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:37.3125rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#d0DvtlbLUDwP1HpIpD34ZgtqvMPInLI7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:37.3125rem;top:0.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#285696;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container { background-color: transparent; background-image: none; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container > .video-iframe-container { display: none; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row > .video-iframe-container { display: none; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .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); }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container { border-width: 0; border-radius: 0; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#UEVPH2b9DE0CbryySkTvHkA5CcWBcCo3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:37.3125rem;top:0.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#TcPNMSWDgJH9nTKCubnZ7y4QMOXcMRte { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:37.3125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#kymNhlInCtOetZTMR6s2FuRW6OBIy82c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container { background-color: transparent; background-image: none; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container > .video-iframe-container { display: none; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row > .video-iframe-container { display: none; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .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); }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container { border-width: 0; border-radius: 0; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#ZHQoT5vfFV0pn8mG20CSxVySLNiDIDGB { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QEQCXWZHJdCe228wALZr0NHMTr5I9Gcz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:9.4375rem;top:7.0625rem;left:4.6875rem;overflow:hidden;display:block; }
#F6vdhGuFzZVR7lfsoeHXd4b1T4bsb1Lu { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xqNezMLTE7uhmkgPkbDes9xtcBWMx2Zm { color:#4c4c4c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:1.9375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#aawNV3gAF0hUaormUQOTTzttZ2nhArDX { color:#4c4c4c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:20.6875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#wrvye6KtBlw0uKQCxtkVproC9VfQe0x5 { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.1875rem;left:19.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WSFIzDp6hiFPJ544n3a6yRVuTsaMOUh7 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:9.4375rem;top:7.0625rem;left:23.4375rem;overflow:hidden;display:block; }
#XX5WFkkrT6T72qAZeUUndb6qq968HdBm { color:#4c4c4c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:39.4375rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#Qy11bm8ie96tshm8RBFh0rWxBo6RF7yG { color:#4c4c4c;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:38.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#caNMhhEJqxg5ZoSPlKOkRtvmceF6Jicw { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:9.4375rem;top:7.0625rem;left:42.1875rem;overflow:hidden;display:block; }
#HGJ33GAc6Mmg7uDVnHLtrk7mpaFVFOoZ { color:#4c4c4c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.75rem;left:58.1875rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#nxtA9HSK2Z5lnH5V3dl7low8XwHx6cx4 { color:#4c4c4c;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.1875rem;left:56.84375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kXksmTKCtXFivrb345qQ2UMJhTO5fLcT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:9.4375rem;top:7.0625rem;left:60.9375rem;overflow:hidden;display:block; }
#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container { background-color: transparent; background-image: none; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container > .video-iframe-container { display: none; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row > .video-iframe-container { display: none; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .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); }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container { border-width: 0; border-radius: 0; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#xvpa4LPy4Tye39NgG1W18tnvcJoWzgNk { color:rgba(var(--color-tertiary-4),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:20.78125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hcO8iTokXUKoUupcmkdBF1al7xKu1hHt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.5rem;width:11.5rem;top:6.5rem;left:3.625rem;overflow:hidden;display:block; }
#cmE3TNMimVTTX8hNuXELv41pkpCPbvii { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IMZDkxMvbA30CcG6oektSySVk8GNwQRw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.375rem;left:0.21875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AmcJ9tW36kX1oT7XA48ziNoJT53zQciB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.5rem;top:6.75rem;left:22.375rem;overflow:hidden;display:block; }
#io4h82ANWCh6UDk0DfgquxqIpicFzJIB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.875rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#e8zcKXIIiAatAxi4tRiPdvKGrmq8TxbR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.375rem;left:19.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#AwJCpvRrzKDf9Ebw7RCEF7cmPuQMHkCu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:37.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Lv1aIeQ8EgPKhffRp6ffS2z81IIxv1VX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.625rem;left:40.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qlCwfau6rNhQuVCr003MfbofQSOy1DWU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:6.5rem;left:40.875rem;overflow:hidden;display:block; }
#vtc7gBInCKZMFDdvLzcBFNs85IMTbhpF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:21.125rem;left:56.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#wvkfanq8P4pVRow2Gnzoq9ZCcGcmrLqB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.875rem;left:56.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#nH109T25Puos2Dbmf0QwFLXiI3V1TtrC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:6.5rem;left:59.96875rem;overflow:hidden;display:block; }
#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container { background-color: transparent; background-image: none; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container > .video-iframe-container { display: none; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row > .video-iframe-container { display: none; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .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); }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container { border-width: 0; border-radius: 0; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#XTNKfiphxnFFFfZRWIJBiiHaqPKWEcK1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.5rem;width:11.375rem;top:1.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#Q66dbzwSEtTSaMmbbkHTc5s44y6cgZ6T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CF7uhMGv9iH6vzHKTb4Go4GJgsH2CJtT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:0.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sInVETWWvhiUlT3gnTcT8zwR550M1MF6 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:1.125rem;left:22.46875rem;overflow:hidden;display:block; }
#JxE3huhATZJQt4bsFEd39r4vuTA9ykKx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:21.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pzZlzttPTXfT1qASCf80wppvRen8lmEl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.75rem;left:19.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fBP41bxHrmoKFBeRJwgdWOGx5zS1Zvq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.5rem;left:37.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#UThvqM6AfomqyNRfEznTSx7JE3pzIfVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13rem;left:40.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#p22Zt3qs9sUkqTOLyLAEn4F8diMfB7w4 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:1.125rem;left:40.96875rem;overflow:hidden;display:block; }
#ZI7wikFchhgEuWTInkhsLutn3Dl3CpDO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5rem;left:56.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#J2LBNkcclCWvSxEiJFKuAvokd05D0WRW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fLXWLkPHcGKNNz8f32sUX7c2E3mxVLEW { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:0.875rem;left:59.96875rem;overflow:hidden;display:block; }
#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef5ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container { background-color: transparent; background-image: none; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container > .video-iframe-container { display: none; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row > .video-iframe-container { display: none; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .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); }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container { border-width: 0; border-radius: 0; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#ZWd3UEHkCPNVJane5Z4uSPgaMCufzeiU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#lNTpSwz2mWwEvPC1fm0zaa1t9H7avNdT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.25rem;left:0.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#tHNg2pRvzC59WV0LSsfruOfVunE05T5p { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:0.21875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285696, #193966);background-image: -moz-linear-gradient(180deg, #285696, #193966);background-image: -ms-linear-gradient(180deg, #285696, #193966);background-image: -o-linear-gradient(180deg, #285696, #193966);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285696', endColorstr='#193966' );";background-image: linear-gradient(180deg, #285696, #193966);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container { background-color: transparent; background-image: none; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container > .video-iframe-container { display: none; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row > .video-iframe-container { display: none; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .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); }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container { border-width: 0; border-radius: 0; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#twTTDVnVTmbkXcuI4etTJrScrhXL4NBP { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:21.40625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mee3nLxHQztkPhFuyrJyXsn4175AVXPf { color:#ffffff;display:block;width:73.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0.625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#GTX9ufDRO1TCVbBd7Av3LeZeb7J4yxTV { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.78125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TIci1cicHQ17V1yAHFIsbZQrpxwRU1gy { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:17.71875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuRzE0zHLRxWQ5HoLQpPgP3HuLJJgGOK { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:14.0625rem;top:22.9375rem;left:22.5625rem;overflow:hidden;display:block; }
#z5s5A584MyF2QaqNOf7oXQfcTBzy0g4u { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.5625rem;left:38.1875rem;height:1.625rem;font-style:normal;display:block; }
#x0G06SOF2Jz8T7ZiuG1WwTE9Sn9Au3MJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.8125rem;left:38.1875rem;height:2.5996125rem;display:block; }
#pGyGwEKRxUNnt3EVJKQ8urrC8VWDlamt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.125rem;left:38.1875rem;display:block; }
#TUh1p5eQ0RWZDprgMEwQXJ8mhOUTmEPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp { position:relative;display:block; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp { background-color: transparent; background-image: none; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container > .video-iframe-container { display: none; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row > .video-iframe-container { display: none; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .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); }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp { border-width: 0; border-radius: 0; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qixuy8PuCdAZamk5DdbRUkW4nXR87kF1 { color:#555555;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.30078125rem;left:0.65625rem;height:3.89845rem;display:block; }
#N03mVROdFgLigXL71UC22cDBbBKleJNC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:13.25rem;top:1.875rem;left:30.875rem;overflow:hidden;display:block; }
#tbST6bIffeLLnqNpdOrQc7gDS9RdKEl7 { color:#555555;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.30078125rem;left:60.8125rem;height:1.949225rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { background-color: transparent; background-image: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row > .video-iframe-container { display: none; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .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); }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:47.75rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:34.625rem;height:5.8496125rem;top:6.75rem;left:6.5625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { width:46.75rem;height:3.25rem;top:13.3125rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { width:10.125rem;height:3.6875rem;top:1.75rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwgwcxVeLKBHvgoMrhU5k7DSp8oavdOt { width:43.625rem;height:3.8994125rem;top:17.25rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QflzKzqCiBeIF5JoI8bWcc5uDBT2r5yF { width:35rem;height:23rem;top:22.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG { display:block; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container { width:47.75rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gaNRfbTdxwZxfQVQxpUFeqTBvi4ZFp7e { width:47.75rem;height:3rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A4rnpUZQlLbU0rDumybZfM1HAgAVhhHP { width:47.75rem;height:1.70605625rem;top:0.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEHZvshlkmuSH8y6nNxMrUst4vvpxXqm { width:36.9375rem;height:5rem;top:5.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1yOTfUpfxHdetLFhFWEk9rtug3gMNdO { width:5.625rem;height:3.57421875rem;top:6.25rem;left:14.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9JvF2dXZKm29HS9z9P07KKAZ8Tuaios { width:18.4375rem;height:1.70605625rem;top:7rem;left:20.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5OviTUQmKOOtPQLL30N3nInU3NEPBAU { width:11.25rem;height:15.25rem;top:12.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkVfyAolZLmntkMypCEsdpQEz1K3AHM0 { width:11.25rem;height:7.25rem;top:12.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynMx30p05Vr9aqQ16qhJaLtQ13EKg6xf { width:7.875rem;height:3.57421875rem;top:14.5rem;left:2.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MKVCETvkos5U47HIlZJRKzCIIzm7ps9w { width:8.5625rem;height:3.8994125rem;top:22rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsioMcgw8JLLUzluZ88petqFc6J9KT34 { width:11.25rem;height:15.25rem;top:12.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9tLGxsD3GXnr2V66wCRbTWICRZFvaXE { width:11.25rem;height:7.25rem;top:12.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzT2JIF8ByBuZPaD8J6heAoW4pmlfJTm { width:7.875rem;height:3.57421875rem;top:14.5rem;left:14.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VGcKRHWLBAok213kcGFAnct56rE0sb3C { width:8.5625rem;height:3.8994125rem;top:22rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODN4Fs7IqtBDXlwM4lTUxfN4z3wuGOWC { width:11.25rem;height:15.25rem;top:12.625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8Pc4QzZaR51o83cXCth13LHTnIl0Hph { width:11.25rem;height:7.25rem;top:12.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUJAynKO7li2wSUQuZGMWn3Wg6sgrlS0 { width:7.875rem;height:3.57421875rem;top:14.5rem;left:25.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p7JVZuMqWFJQS8p9Lg0aRIcVFGdakM9i { width:8.5625rem;height:2.5996125rem;top:22rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEQInVG8ATPxJNROsXfkE9PGPHxDlvnN { width:11.25rem;height:15.25rem;top:12.625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgHnq25KimxRIehgiT1qsmCHGx0kR3fc { width:11.25rem;height:7.25rem;top:12.6875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgRcu4NCuPi3UzCdLpd7VF9P0LTI2mic { width:7.875rem;height:3.57421875rem;top:14.5rem;left:37.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o7bGqUTsMbqzgPok8TEJtlRWmh89SSrg { width:8.5625rem;height:5.19921875rem;top:22rem;left:37.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yaETzT7CHyPwy4ZHdk7kiy2Zd4klOiVR { width:11.25rem;height:15.25rem;top:29.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqCIMz2fpSFxR46zwNWz8TW1NDyMKEH2 { width:11.25rem;height:7.25rem;top:29.25rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mv0OEsTi7vIaKAnFJNLuKSiwNMB1SGyd { width:7.875rem;height:3.57421875rem;top:31.0625rem;left:14rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7QBaLWKrtUxZ9Mcg8qXqduGDBd1Tvl2 { width:8.5625rem;height:6.499rem;top:37.25rem;left:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEb1zd2RZEN18Lnsv2vWOPqdB2vmBZOU { width:11.25rem;height:15.25rem;top:29.1875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCD9qT7H5GVmupucrRivDSi9RX3bXLZS { width:11.25rem;height:7.25rem;top:29.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaRvvO0TAeOG9SVdBsuDfXmzqB16TCPM { width:7.875rem;height:3.57421875rem;top:31.0625rem;left:26rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMUccux6AD3b2h3rvNOtiGtXnTKC8D4C { width:8.5625rem;height:3.8994125rem;top:38.5625rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tzfffzbsq1kykEiafQdarWAa76VP53ye { display:block; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yMER1CcJvAOHlQJddwgZ6WhQ0SkgFO1u { width:36.125rem;height:2.84375rem;top:1.546875rem;left:5.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 { display:block; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QqedhPaoMeGDnQvuyVILBDr2zPdPglDu { width:46.875rem;height:26.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4li6haS86DIkEx35Utct3cAimeN3b9S { display:block; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container { width:47.75rem;height:101.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iwTguhK0D3CuteuXX7hTv8DLC1J900dV { width:47.75rem;height:77.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG { display:block; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container { width:47.75rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rrUNpml3BFnXDyhQU0XabmVxuZh4llEt { width:47.75rem;height:4.2246125rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqZRxZnf3emmJk5ZoPgZxCdlX8qRXZK6 { width:37.3125rem;height:10.0625rem;top:8.6875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rhpJX8hXg5oHx3sssxeAPqfU9h0fDqlp { width:37.3125rem;height:9.1875rem;top:19.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF { display:block; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Iv0vq6Vd6gv0OAOghoQTqycTV0vKUFmu { width:37.3125rem;height:9.125rem;top:0.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0DvtlbLUDwP1HpIpD34ZgtqvMPInLI7 { width:37.4375rem;height:11.3125rem;top:10.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR { display:block; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UEVPH2b9DE0CbryySkTvHkA5CcWBcCo3 { width:37.3125rem;height:10.8125rem;top:10.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcPNMSWDgJH9nTKCubnZ7y4QMOXcMRte { width:37.3125rem;height:9.8125rem;top:0.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kymNhlInCtOetZTMR6s2FuRW6OBIy82c { display:block; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZHQoT5vfFV0pn8mG20CSxVySLNiDIDGB { width:47.75rem;height:2.92480625rem;top:2.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEQCXWZHJdCe228wALZr0NHMTr5I9Gcz { width:9.4375rem;height:6.6875rem;top:7.0625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6vdhGuFzZVR7lfsoeHXd4b1T4bsb1Lu { width:9.5rem;height:3.25rem;top:14.875rem;left:1.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqNezMLTE7uhmkgPkbDes9xtcBWMx2Zm { width:10.125rem;height:12.9980625rem;top:18.9384765625rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aawNV3gAF0hUaormUQOTTzttZ2nhArDX { width:10.125rem;height:7.7988125rem;top:18.9375rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wrvye6KtBlw0uKQCxtkVproC9VfQe0x5 { width:9.5rem;height:1.625rem;top:14.875rem;left:13.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSFIzDp6hiFPJ544n3a6yRVuTsaMOUh7 { width:9.4375rem;height:6.6875rem;top:7.0625rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XX5WFkkrT6T72qAZeUUndb6qq968HdBm { width:10.125rem;height:10.3984375rem;top:18.9375rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qy11bm8ie96tshm8RBFh0rWxBo6RF7yG { width:9.5rem;height:3.25rem;top:14.875rem;left:25.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caNMhhEJqxg5ZoSPlKOkRtvmceF6Jicw { width:9.4375rem;height:6.6875rem;top:7.0625rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGJ33GAc6Mmg7uDVnHLtrk7mpaFVFOoZ { width:10.125rem;height:11.69825rem;top:18.9375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nxtA9HSK2Z5lnH5V3dl7low8XwHx6cx4 { width:9.5rem;height:3.25rem;top:14.875rem;left:37.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXksmTKCtXFivrb345qQ2UMJhTO5fLcT { width:9.4375rem;height:6.6875rem;top:7.0625rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c { display:block; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container { width:47.75rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xvpa4LPy4Tye39NgG1W18tnvcJoWzgNk { width:33.875rem;height:2.2744125rem;top:2rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hcO8iTokXUKoUupcmkdBF1al7xKu1hHt { width:11.5rem;height:11.5rem;top:6.5rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmE3TNMimVTTX8hNuXELv41pkpCPbvii { width:12.5rem;height:1.625rem;top:18.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMZDkxMvbA30CcG6oektSySVk8GNwQRw { width:10.875rem;height:3.8994125rem;top:21.4375rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AmcJ9tW36kX1oT7XA48ziNoJT53zQciB { width:11.5rem;height:11.3125rem;top:6.75rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #io4h82ANWCh6UDk0DfgquxqIpicFzJIB { width:12.5rem;height:1.625rem;top:18.875rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8zcKXIIiAatAxi4tRiPdvKGrmq8TxbR { width:10.875rem;height:3.8994125rem;top:21.4375rem;left:12.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwJCpvRrzKDf9Ebw7RCEF7cmPuQMHkCu { width:10.875rem;height:3.8994125rem;top:21.4375rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lv1aIeQ8EgPKhffRp6ffS2z81IIxv1VX { width:12.5rem;height:1.625rem;top:18.625rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlCwfau6rNhQuVCr003MfbofQSOy1DWU { width:11.3125rem;height:11.3125rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtc7gBInCKZMFDdvLzcBFNs85IMTbhpF { width:10.875rem;height:10.3984375rem;top:22.8515625rem;left:36.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvkfanq8P4pVRow2Gnzoq9ZCcGcmrLqB { width:11.1875rem;height:3.25rem;top:18.875rem;left:36.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nH109T25Puos2Dbmf0QwFLXiI3V1TtrC { width:11.3125rem;height:11.3125rem;top:6.5rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ { display:block; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XTNKfiphxnFFFfZRWIJBiiHaqPKWEcK1 { width:11.375rem;height:11.5rem;top:1rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q66dbzwSEtTSaMmbbkHTc5s44y6cgZ6T { width:12.5rem;height:1.625rem;top:13.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CF7uhMGv9iH6vzHKTb4Go4GJgsH2CJtT { width:10.875rem;height:1.29980625rem;top:15.8125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sInVETWWvhiUlT3gnTcT8zwR550M1MF6 { width:11.3125rem;height:11.3125rem;top:1.125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxE3huhATZJQt4bsFEd39r4vuTA9ykKx { width:12.5rem;height:1.625rem;top:13.25rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzZlzttPTXfT1qASCf80wppvRen8lmEl { width:10.875rem;height:3.8994125rem;top:15.8125rem;left:12.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBP41bxHrmoKFBeRJwgdWOGx5zS1Zvq1 { width:10.875rem;height:3.8994125rem;top:15.8125rem;left:24.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UThvqM6AfomqyNRfEznTSx7JE3pzIfVQ { width:12.5rem;height:1.625rem;top:13rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p22Zt3qs9sUkqTOLyLAEn4F8diMfB7w4 { width:11.3125rem;height:11.3125rem;top:1.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZI7wikFchhgEuWTInkhsLutn3Dl3CpDO { width:10.875rem;height:3.8994125rem;top:15.8125rem;left:36.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2LBNkcclCWvSxEiJFKuAvokd05D0WRW { width:11.1875rem;height:1.625rem;top:13rem;left:36.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fLXWLkPHcGKNNz8f32sUX7c2E3mxVLEW { width:11.3125rem;height:11.3125rem;top:0.875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh { display:block; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZWd3UEHkCPNVJane5Z4uSPgaMCufzeiU { width:11.375rem;height:11.375rem;top:0.75rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNTpSwz2mWwEvPC1fm0zaa1t9H7avNdT { width:18.125rem;height:1.625rem;top:13.125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHNg2pRvzC59WV0LSsfruOfVunE05T5p { width:10.875rem;height:3.8994125rem;top:15.5625rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 { display:block; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #twTTDVnVTmbkXcuI4etTJrScrhXL4NBP { width:32.1875rem;height:3.57421875rem;top:2rem;left:7.78125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mee3nLxHQztkPhFuyrJyXsn4175AVXPf { width:47.75rem;height:3.8984375rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTX9ufDRO1TCVbBd7Av3LeZeb7J4yxTV { width:45.4375rem;height:2.5625rem;top:11.8125rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIci1cicHQ17V1yAHFIsbZQrpxwRU1gy { width:39.5625rem;height:3.25rem;top:17rem;left:4.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuRzE0zHLRxWQ5HoLQpPgP3HuLJJgGOK { width:14.0625rem;height:12.3125rem;top:22.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z5s5A584MyF2QaqNOf7oXQfcTBzy0g4u { width:12.5rem;height:1.625rem;top:25.5625rem;left:24.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x0G06SOF2Jz8T7ZiuG1WwTE9Sn9Au3MJ { width:12.5rem;height:2.5996125rem;top:27.8125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGyGwEKRxUNnt3EVJKQ8urrC8VWDlamt { width:14.25rem;height:3rem;top:31.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUh1p5eQ0RWZDprgMEwQXJ8mhOUTmEPo { display:block; }
 }@media only screen and (max-width: 1199px) { #xusWWVsGHC5i0DOiivcWoTmTtcIV68xp { display:block; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qixuy8PuCdAZamk5DdbRUkW4nXR87kF1 { width:14.1875rem;height:3.89845rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N03mVROdFgLigXL71UC22cDBbBKleJNC { width:10.125rem;height:3.6875rem;top:1.75rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbST6bIffeLLnqNpdOrQc7gDS9RdKEl7 { width:14.1875rem;height:1.949225rem;top:2.25rem;left:33.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 { display:block; }#JTyHlb4TbtVA3ZdItFd9zASBddCWKPt0 > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyJgTa6oanaRfVpBdpQ7BNtQKkLlzTln { width:20rem;height:10.3984375rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgHIDWT7Ci7sclvPa5pHsohHw6GQ0kU2 { width:20rem;height:5.19921875rem;top:17.8359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVt9ZJi5f2dblT5il4hLRT1dVH5iMTzX { width:10.125rem;height:3.6875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwgwcxVeLKBHvgoMrhU5k7DSp8oavdOt { width:20rem;height:9.098625rem;top:24.28515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QflzKzqCiBeIF5JoI8bWcc5uDBT2r5yF { width:20rem;height:13.142857142857rem;top:34.63278125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG { display:block; }#skBXWRRfMDCT6dItmtTwfMKHQZ0ZZHTG > .row .container { width:20rem;height:117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaNRfbTdxwZxfQVQxpUFeqTBvi4ZFp7e { width:20rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4rnpUZQlLbU0rDumybZfM1HAgAVhhHP { width:20rem;height:6.09375rem;top:2.2265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEHZvshlkmuSH8y6nNxMrUst4vvpxXqm { width:20rem;height:5rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1yOTfUpfxHdetLFhFWEk9rtug3gMNdO { width:4.3125rem;height:2.5996125rem;top:12.375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9JvF2dXZKm29HS9z9P07KKAZ8Tuaios { width:13.1875rem;height:1.70605625rem;top:12.9375rem;left:5.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5OviTUQmKOOtPQLL30N3nInU3NEPBAU { width:11.25rem;height:15.25rem;top:16.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVfyAolZLmntkMypCEsdpQEz1K3AHM0 { width:11.25rem;height:7.25rem;top:16.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynMx30p05Vr9aqQ16qhJaLtQ13EKg6xf { width:7.875rem;height:3.8994125rem;top:18.5625rem;left:6.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKVCETvkos5U47HIlZJRKzCIIzm7ps9w { width:8.5625rem;height:3.8994125rem;top:26.1875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsioMcgw8JLLUzluZ88petqFc6J9KT34 { width:11.25rem;height:15.25rem;top:33.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9tLGxsD3GXnr2V66wCRbTWICRZFvaXE { width:11.25rem;height:7.25rem;top:33.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzT2JIF8ByBuZPaD8J6heAoW4pmlfJTm { width:7.875rem;height:3.8994125rem;top:35.337890625rem;left:6.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGcKRHWLBAok213kcGFAnct56rE0sb3C { width:8.5625rem;height:3.8994125rem;top:42.8125rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODN4Fs7IqtBDXlwM4lTUxfN4z3wuGOWC { width:11.25rem;height:15.25rem;top:50.0625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Pc4QzZaR51o83cXCth13LHTnIl0Hph { width:11.25rem;height:7.25rem;top:50.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJAynKO7li2wSUQuZGMWn3Wg6sgrlS0 { width:7.875rem;height:3.57421875rem;top:51.962890625rem;left:6.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JVZuMqWFJQS8p9Lg0aRIcVFGdakM9i { width:8.5625rem;height:2.5996125rem;top:59.4375rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEQInVG8ATPxJNROsXfkE9PGPHxDlvnN { width:11.25rem;height:15.25rem;top:66.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgHnq25KimxRIehgiT1qsmCHGx0kR3fc { width:11.25rem;height:7.25rem;top:66.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRcu4NCuPi3UzCdLpd7VF9P0LTI2mic { width:7.875rem;height:3.57421875rem;top:68.5625rem;left:6.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7bGqUTsMbqzgPok8TEJtlRWmh89SSrg { width:8.5625rem;height:5.19921875rem;top:76.0625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaETzT7CHyPwy4ZHdk7kiy2Zd4klOiVR { width:11.25rem;height:15.25rem;top:83.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqCIMz2fpSFxR46zwNWz8TW1NDyMKEH2 { width:11.25rem;height:7.25rem;top:83.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv0OEsTi7vIaKAnFJNLuKSiwNMB1SGyd { width:7.875rem;height:3.57421875rem;top:85.1875rem;left:6.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QBaLWKrtUxZ9Mcg8qXqduGDBd1Tvl2 { width:8.5625rem;height:6.499rem;top:91.375rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEb1zd2RZEN18Lnsv2vWOPqdB2vmBZOU { width:11.25rem;height:15.25rem;top:100.4355625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCD9qT7H5GVmupucrRivDSi9RX3bXLZS { width:11.25rem;height:7.25rem;top:100.4980625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaRvvO0TAeOG9SVdBsuDfXmzqB16TCPM { width:7.875rem;height:3.57421875rem;top:102.3105625rem;left:6.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMUccux6AD3b2h3rvNOtiGtXnTKC8D4C { width:8.5625rem;height:3.8994125rem;top:109.8105625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzfffzbsq1kykEiafQdarWAa76VP53ye { display:block; }#Tzfffzbsq1kykEiafQdarWAa76VP53ye > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMER1CcJvAOHlQJddwgZ6WhQ0SkgFO1u { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 { display:block; }#e9B9GZmOZWEeTIheLmsFSOxgMiatfSu3 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqedhPaoMeGDnQvuyVILBDr2zPdPglDu { width:20rem;height:14.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4li6haS86DIkEx35Utct3cAimeN3b9S { display:block; }#X4li6haS86DIkEx35Utct3cAimeN3b9S > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwTguhK0D3CuteuXX7hTv8DLC1J900dV { width:20rem;height:60.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG { display:block; }#L6O2rWsIs39Cwt7zASt9ZuEBLVXkkWXG > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrUNpml3BFnXDyhQU0XabmVxuZh4llEt { width:20rem;height:6.3369375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqZRxZnf3emmJk5ZoPgZxCdlX8qRXZK6 { width:20rem;height:5.393634840871rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhpJX8hXg5oHx3sssxeAPqfU9h0fDqlp { width:20rem;height:4.9246231155779rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF { display:block; }#rTWJ8W4XVEyFAN0bpp1IBzQ6GakQFIOF > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv0vq6Vd6gv0OAOghoQTqycTV0vKUFmu { width:20rem;height:4.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0DvtlbLUDwP1HpIpD34ZgtqvMPInLI7 { width:20rem;height:6.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR { display:block; }#DX9fP3nBcUL5hFTcoyQ8XTw5nXSyEMUR > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEVPH2b9DE0CbryySkTvHkA5CcWBcCo3 { width:20rem;height:5.75rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcPNMSWDgJH9nTKCubnZ7y4QMOXcMRte { width:20rem;height:5.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymNhlInCtOetZTMR6s2FuRW6OBIy82c { display:block; }#kymNhlInCtOetZTMR6s2FuRW6OBIy82c > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHQoT5vfFV0pn8mG20CSxVySLNiDIDGB { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQCXWZHJdCe228wALZr0NHMTr5I9Gcz { width:9.4375rem;height:6.6875rem;top:8.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6vdhGuFzZVR7lfsoeHXd4b1T4bsb1Lu { width:16.625rem;height:1.625rem;top:16.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqNezMLTE7uhmkgPkbDes9xtcBWMx2Zm { width:14.9375rem;height:9.098625rem;top:18.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aawNV3gAF0hUaormUQOTTzttZ2nhArDX { width:14.9375rem;height:5.19921875rem;top:39.722625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrvye6KtBlw0uKQCxtkVproC9VfQe0x5 { width:16.625rem;height:1.625rem;top:36.847625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSFIzDp6hiFPJ544n3a6yRVuTsaMOUh7 { width:9.4375rem;height:6.6875rem;top:28.910125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX5WFkkrT6T72qAZeUUndb6qq968HdBm { width:14.9375rem;height:6.499rem;top:56.9833984375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy11bm8ie96tshm8RBFh0rWxBo6RF7yG { width:16.625rem;height:1.625rem;top:54.1083984375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caNMhhEJqxg5ZoSPlKOkRtvmceF6Jicw { width:9.4375rem;height:6.6875rem;top:46.1708984375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGJ33GAc6Mmg7uDVnHLtrk7mpaFVFOoZ { width:14.9375rem;height:7.7988125rem;top:75.5439609375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxtA9HSK2Z5lnH5V3dl7low8XwHx6cx4 { width:17.5625rem;height:1.625rem;top:72.6689609375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXksmTKCtXFivrb345qQ2UMJhTO5fLcT { width:9.4375rem;height:6.6875rem;top:64.7314609375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c { display:block; }#dyLvmWgiCXHET7fyo8hTGNOC6KnVU25c > .row .container { width:20rem;height:87.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvpa4LPy4Tye39NgG1W18tnvcJoWzgNk { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcO8iTokXUKoUupcmkdBF1al7xKu1hHt { width:11.5rem;height:11.5rem;top:7.04785rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmE3TNMimVTTX8hNuXELv41pkpCPbvii { width:12.5rem;height:1.625rem;top:19.79785rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZDkxMvbA30CcG6oektSySVk8GNwQRw { width:18.3125rem;height:2.5996125rem;top:22.67285rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmcJ9tW36kX1oT7XA48ziNoJT53zQciB { width:11.5rem;height:11.3125rem;top:27.208984375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #io4h82ANWCh6UDk0DfgquxqIpicFzJIB { width:12.5rem;height:1.625rem;top:39.146484375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8zcKXIIiAatAxi4tRiPdvKGrmq8TxbR { width:18.3125rem;height:2.5996125rem;top:41.333984375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwJCpvRrzKDf9Ebw7RCEF7cmPuQMHkCu { width:18.3125rem;height:2.5996125rem;top:60.621096875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv1aIeQ8EgPKhffRp6ffS2z81IIxv1VX { width:12.5rem;height:1.625rem;top:58.43359375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlCwfau6rNhQuVCr003MfbofQSOy1DWU { width:11.3125rem;height:11.3125rem;top:45.37109375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtc7gBInCKZMFDdvLzcBFNs85IMTbhpF { width:18.3125rem;height:5.19921875rem;top:79.90820625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvkfanq8P4pVRow2Gnzoq9ZCcGcmrLqB { width:18.4375rem;height:1.625rem;top:77.03320625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH109T25Puos2Dbmf0QwFLXiI3V1TtrC { width:11.3125rem;height:11.3125rem;top:64.47070625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ { display:block; }#mVtkZTBvbNXV92tOVAh03BCX09TMZGSQ > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTNKfiphxnFFFfZRWIJBiiHaqPKWEcK1 { width:11.375rem;height:11.5rem;top:1.421875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66dbzwSEtTSaMmbbkHTc5s44y6cgZ6T { width:12.5rem;height:1.625rem;top:14.171875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF7uhMGv9iH6vzHKTb4Go4GJgsH2CJtT { width:18.3125rem;height:1.29980625rem;top:17.046875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sInVETWWvhiUlT3gnTcT8zwR550M1MF6 { width:11.3125rem;height:11.3125rem;top:20.333984375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxE3huhATZJQt4bsFEd39r4vuTA9ykKx { width:12.5rem;height:1.625rem;top:32.271484375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzZlzttPTXfT1qASCf80wppvRen8lmEl { width:18.3125rem;height:2.5996125rem;top:34.458984375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBP41bxHrmoKFBeRJwgdWOGx5zS1Zvq1 { width:18.3125rem;height:2.5996125rem;top:53.74609375rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThvqM6AfomqyNRfEznTSx7JE3pzIfVQ { width:12.5rem;height:1.625rem;top:51.55859375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p22Zt3qs9sUkqTOLyLAEn4F8diMfB7w4 { width:11.3125rem;height:11.3125rem;top:38.49609375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI7wikFchhgEuWTInkhsLutn3Dl3CpDO { width:18.3125rem;height:2.5996125rem;top:73.033203125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2LBNkcclCWvSxEiJFKuAvokd05D0WRW { width:18.4375rem;height:1.625rem;top:70.158203125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLXWLkPHcGKNNz8f32sUX7c2E3mxVLEW { width:11.3125rem;height:11.3125rem;top:57.595703125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh { display:block; }#o9KNndKSvVQZKnf6UCiXPEwEUopzTFsh > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWd3UEHkCPNVJane5Z4uSPgaMCufzeiU { width:11.375rem;height:11.375rem;top:1.421875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTpSwz2mWwEvPC1fm0zaa1t9H7avNdT { width:12.5rem;height:3.25rem;top:14.171875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHNg2pRvzC59WV0LSsfruOfVunE05T5p { width:18.3125rem;height:2.5996125rem;top:17.984375rem;left:0.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 { display:block; }#D8vi0KfoTS0XEOcTqNmofknmJDdTMZB2 > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twTTDVnVTmbkXcuI4etTJrScrhXL4NBP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mee3nLxHQztkPhFuyrJyXsn4175AVXPf { width:20rem;height:11.6953125rem;top:5.0996125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTX9ufDRO1TCVbBd7Av3LeZeb7J4yxTV { width:20rem;height:6.499rem;top:18.044925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIci1cicHQ17V1yAHFIsbZQrpxwRU1gy { width:20rem;height:4.875rem;top:28.39255rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuRzE0zHLRxWQ5HoLQpPgP3HuLJJgGOK { width:14.0625rem;height:12.3125rem;top:34.5166015625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5s5A584MyF2QaqNOf7oXQfcTBzy0g4u { width:12.5rem;height:1.625rem;top:48.0791015625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0G06SOF2Jz8T7ZiuG1WwTE9Sn9Au3MJ { width:12.5rem;height:2.5996125rem;top:50.9541015625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGyGwEKRxUNnt3EVJKQ8urrC8VWDlamt { width:14.25rem;height:3rem;top:54.8037140625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUh1p5eQ0RWZDprgMEwQXJ8mhOUTmEPo { display:block; }
 }@media only screen and (max-width: 763px) { #xusWWVsGHC5i0DOiivcWoTmTtcIV68xp { display:block; }#xusWWVsGHC5i0DOiivcWoTmTtcIV68xp > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qixuy8PuCdAZamk5DdbRUkW4nXR87kF1 { width:14.1875rem;height:3.89845rem;top:1.25rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N03mVROdFgLigXL71UC22cDBbBKleJNC { width:13.25rem;height:4.75rem;top:6.3984375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbST6bIffeLLnqNpdOrQc7gDS9RdKEl7 { width:14.1875rem;height:1.949225rem;top:12.3984375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }