.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1780fb;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;z-index:auto;display:block; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container { background-color: transparent; background-image: none; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container > .video-iframe-container { display: none; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row > .video-iframe-container { display: none; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .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); }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container { border-width: 0; border-radius: 0; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#myv6hl1RtkQSxET8LvSesheqH9320tlW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:12.4375rem;top:0.625rem;left:8.375rem;overflow:hidden;display:block; }
#Nw6OK8K5FO3br45C69NwLNVl54C4fa5B { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.625rem;top:0.9375rem;left:66.641662597656rem;overflow:hidden;display:block; }
#eh3OvzzQHczRchOB20uTcTK6y4DvkCCa { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:13.5625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#oxV148c1TX8nI0lyfAKKTulnRRv74SvE { background-color:#45de60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e7e8;border-left:0.0625rem solid #e6e7e8;border-right:0.0625rem solid #e6e7e8;border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:54.375rem;display:block; }
#KQl9dhbMARoMTTw8pEL6GMGdddWT8Zgg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImLFpeQXr45AeA0ZwcSpGoB2TdQEnZQr { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5rem;left:40.75rem;display:block; }
#m5BzD5hUOyV1rnR9TggPO7XMXLpC8Wwr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN { position:relative;display:block; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN { background-color: transparent; background-image: none; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row .container > .video-iframe-container { display: none; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row > .video-iframe-container { display: none; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .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); }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN { border-width: 0; border-radius: 0; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .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; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;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; }#x16yhaSlyP5HfClqxOF6EyNvvLrdgom5 { background-color:#45de60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:4.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.3125rem;left:5.6875rem;display:block; }
#Wn7GOSkE5kMX90iVFpuIpxe0ogaDT2Vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q1DsKALnvrqOkbUUllS23BqMRWf5vkmV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:21.25rem;left:28.75rem;overflow:hidden;display:block; }
#VTi6PZOFDCxLPKiPmyqvAfetH31iVvi0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:30.125rem;top:6.625rem;left:42.6875rem;overflow:hidden;display:block; }
#gwb9BzSTRtAq6qnTusIDQe18GUp1wAm4 { color:rgba(57,57,57,0.81);display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.1875rem;left:6.625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3EHmb36r0RIcDLCVhM40r8H97L8smFI { color:#1780fb;display:block;width:24rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8rem;left:7.125rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ad9alTqWUZCNRcAgD7sf9XsSaGIrlxre { color:rgba(57,57,57,0.83);display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29rem;left:6.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1780fb;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; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container { background-color: transparent; background-image: none; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container > .video-iframe-container { display: none; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row > .video-iframe-container { display: none; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .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); }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container { border-width: 0; border-radius: 0; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#Sd4AHiHZcDtVfk4AVc1CpxqBqNtct4CP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1NTxiR8Wq03uGQ6KPQIlADfaRVUXLl8 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:7.5625rem;left:3.1875rem;display:block; }
#dQfeR28DgBaxIweeoLRdScJoqycyysuD { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:7.5625rem;left:21.8125rem;display:block; }
#osVRByrBVUp8C8h8P6d1cUTnpbb4vKCb { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:7.5625rem;left:40.875rem;display:block; }
#Berwws6QT0uzARPeKFta4KLPUbMTa5OV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:7.5625rem;left:59.625rem;display:block; }
#qpiIg4m1btHsH5P9MG8v0UxzCfTZ8P7Q { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:30.25rem;left:21.8125rem;display:block; }
#d7mpe1QJTAv41UpgFKTUOdwf7F6arDQh { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:30.25rem;left:40.875rem;display:block; }
#wlwLI6MgkbBhbl4XRqdsiqaspHHpt4qf { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:30.25rem;left:59.625rem;display:block; }
#X54DuZWOasfKIvT907AV548IpQNqBsJO { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:13.875rem;top:30.25rem;left:3.1875rem;display:block; }
#BK3VQaRZwwpahVt8eBflhDSy6sNEMT72 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:8.75rem;left:8.375rem;overflow:hidden;display:block; }
#rxuUTTZeqFwOdxbxNg26yyJrpqx6rRAL { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.856249809265rem;left:5.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qbhvIncHBdkRmond48A0iJB6hBwI6A5N { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:8.8125rem;left:27.125rem;overflow:hidden;display:block; }
#l9CFdRLe3x3aUODtT6vcWyG8FXnWgDio { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.125rem;left:24.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QNSDdr48QBfQq8T2xgIVEmWHuW5ycThd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:8.75rem;left:46.1875rem;overflow:hidden;display:block; }
#R1y8zEhm62Q0L2TW4zywVyhxaiGzZ2ku { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:43.4375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mMSiObF76dyoeAPEvT4ZtdEWfN7yZBlO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:8.75rem;left:64.9375rem;overflow:hidden;display:block; }
#zf36r6BzrrgWPgUzJi3vTtXIHetK9RJT { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.0625rem;left:62.1875rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIdMlhL6nrMcPeDRM87zrJTf8aI13rwB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:31.6875rem;left:8.375rem;overflow:hidden;display:block; }
#PbDTd6Rq6MEcUfEBkxdvHzeB4KrS9F5S { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38rem;left:5.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fOXVDcp0ACtPAXhTr50wGyK9wThiR8vX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:31.6875rem;left:27.125rem;overflow:hidden;display:block; }
#VlHGUMRIJAbMEtK34aQh0OPLs4vExNBL { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:38rem;left:24.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNy6qxNegJKCHRAD7UwcFzLTnw1QzZV4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4rem;top:31.65625rem;left:45.8125rem;overflow:hidden;display:block; }
#HzwA5PQGONLGMlDiNCqM4THcpvHETCyg { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:38rem;left:43.4375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7NiVKT1HeEwTf1KtnJhzrQmD903pu2n { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5rem;top:31.6875rem;left:64.9375rem;overflow:hidden;display:block; }
#V1kCLcIDfBfc2F7KUIobBSH2MPZ00C27 { color:#393939;display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:38rem;left:62.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4wZBCs4CcDpfg529iagh2kNXMadcHrB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container { background-color: transparent; background-image: none; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container > .video-iframe-container { display: none; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row > .video-iframe-container { display: none; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .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); }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container { border-width: 0; border-radius: 0; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#fJgID2rEFXoQmMeoaz8CiHWp6lBRKspq { color:#1780fb;display:block;width:55.4375rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.8125rem;left:9.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAIGomSi6C778GJ5eAJWGdJeuv5wbWgg { color:#393939;display:block;width:39.875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6812496185303rem;left:17.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container { background-color: transparent; background-image: none; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container > .video-iframe-container { display: none; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row > .video-iframe-container { display: none; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .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); }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container { border-width: 0; border-radius: 0; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#oavCTd0zyByzO4GMcNNfpd1z8yw0daDf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:6.4375rem;left:1.875rem;overflow:hidden;display:block; }
#npX04JByDQC2ySfNsT6kHPQG40ILAn4u { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:6.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#cZv8LkvTxH9xpllxBEGrBl9TkQcH5PTk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:6.4375rem;left:39.375rem;overflow:hidden;display:block; }
#vtRimbHHuHoTiT1Jw5LrQU7tVatR6eT2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:6.4375rem;left:58.25rem;overflow:hidden;display:block; }
#fcNiePIqQG5dy9PoW8oNMhzIEUkrxyyM { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:6.9375rem;display:block; }
#D0W7leAd9mNShnWDvgwrDUqThTOEfrSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roXsGLPdAnRtNT52ZZNhb9HF2hwL2Usg { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:25.6875rem;display:block; }
#pZQUNBN90J6FDcigmWhZ0oTucFDQFnMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qylPSu0FrBODga5xicuFACrhJWraagb8 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.6875rem;left:44.4375rem;display:block; }
#eo4p7oSqFWsasrJiNlPSVkgrTnn3X1t0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTs6xvKovRuC5BAmVen1CMVoxHlRSiTf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.6875rem;left:63.1875rem;display:block; }
#nJifqsV0SXFPMqMh4QzhqTO7xT14FVGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVTMWK6SMpdme1oGwA8tCOezFGvDRyuZ { color:#393939;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.02499961853rem;left:4.90625rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZx5hW2RSvBVHNptaseavXTZONE2sM5P { color:#393939;display:block;width:10.8125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:23.125rem;left:41.46875rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fETZevNfxH3Micp6iZxlTOHXWgRADQWo { color:#393939;display:block;width:8.9375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:25.75rem;left:23.65625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPxsFs3zBOLgKTc3xy8DZizRCFvHQtgX { color:#393939;display:block;width:15.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.75rem;left:57.8125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l { position:relative;display:block; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l { background-color: transparent; background-image: none; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row .container > .video-iframe-container { display: none; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row > .video-iframe-container { display: none; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .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); }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l { border-width: 0; border-radius: 0; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .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; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;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; }#taEhT7DNpLXgZ5u3QCXftJAvJgZdKX3O { background-color:#45de60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.75rem;left:46.625rem;display:block; }
#o3lgyad2nXMzUGH4TRoDM95WwlTZifKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfxHSQ7AEvVeXn0by3X6S5KRZP3iQBSm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:14.6875rem;left:67.5625rem;overflow:hidden;display:block; }
#fIq1s0EOkPa2TBvowhHhBm4xTKsnK4Oo { color:#ffffff;display:block;width:46.5625rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1750001907349rem;left:14.21875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwUTTwxl3aEQo2G0esf3X0hFfFG5xAUk { color:rgba(57,57,57,0.7);display:block;width:27.3125rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:2.1875rem;height:7.71875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#H6FF1fCTos275APOeJBlFy11Zwro6deR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container { background-color: transparent; background-image: none; }#H6FF1fCTos275APOeJBlFy11Zwro6deR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container > .video-iframe-container { display: none; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row > .video-iframe-container { display: none; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .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); }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container { border-width: 0; border-radius: 0; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Lh3UDaBpCb6W3c91W53bvyJWa3XlR9h9 { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5499992370606rem;left:9.78125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7xLupslSWWkUqycWOqagzcRR7p9dZtd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:39.9375rem;top:7.6875rem;left:17.5rem;overflow:hidden;display:block; }
#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1780fb;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; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container { background-color: transparent; background-image: none; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container > .video-iframe-container { display: none; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row > .video-iframe-container { display: none; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .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); }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container { border-width: 0; border-radius: 0; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#XRWVImyM1rqr8nMbCkXWd8cGtC0A7VKL { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:18.8125rem;height:3.00625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHBqVSmzVcz6Iq0ey0e5VdXf1Rw8QV23 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3187503814697rem;left:18.8125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0wc0K9gcHeU3pITkv4yOU52o8B9vaGu { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.6875rem;left:18.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqrwnWVNm97ORJVkfusxtxSznNpiX228 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.47500038147rem;left:18.8125rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TEuONmUfMbOgkJWTrRw0VrSwTALnAAZy { background-color:#45de60;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:4.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.53125rem;left:24rem;display:block; }
#N89XGuv4vvBLSao9O4ImkbkynHzssFTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMBoM5PezvCDWDWqnNk44tOqecQs6oQV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.46875rem;left:46.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;overflow:visible;position:relative;display:block; }#xn3h9ItFzlmP2AwoUVQdaitsf4Llc6Mp { color:rgba(57,57,57,0.78);display:block;width:50.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:23.625rem;left:12.25rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCpcKadThxQiSSG4I1uXTb0CM5XgTCCD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:16.6875rem;top:9.8125rem;left:29.3125rem;overflow:hidden;display:block; }
#co7cIQiJz60mTcXN9LOmwnm0alNR8hdM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.25rem;top:14.1875rem;left:35.965801886792rem;overflow:hidden;display:block; }
#wF5TmJoUROJFrPUXqGftZn1PLbH0fXBP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.375rem;top:10.28125rem;left:51.6875rem;overflow:hidden;display:block; }
#WbVVzZRnwh260FO4n0twnBtsHntPlckR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.625rem;top:2.5625rem;left:15.1875rem;overflow:hidden;display:block; }
#gN3se28EZ4n8yaTyDT8hoD4TrKxiHpCB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.625rem;top:2.59375rem;left:27.5625rem;overflow:hidden;display:block; }
#fupqg6JT7PT2TsaD2F5xXUU4FqmhUVDe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:6.5625rem;top:2.875rem;left:40.0625rem;overflow:hidden;display:block; }
#lcqgQ8xqGUHMHBiAldN2hTGVehz6waL5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.375rem;top:2.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#ynKJ4vZfNBFKieQK35qFkbku6bMT7RUX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.625rem;left:29.3125rem;overflow:hidden;display:block; }
#xqTTTCCfL1ynq5zKH0PGtN3T8gRpPwdl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.625rem;left:36.03125rem;overflow:hidden;display:block; }
#eBiCabdM1IfnbVssDtP2xBR2vhQBLrrT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:17.625rem;left:43.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #myv6hl1RtkQSxET8LvSesheqH9320tlW { width:12.4375rem;height:3.1875rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nw6OK8K5FO3br45C69NwLNVl54C4fa5B { width:5.625rem;height:2.5625rem;top:0rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eh3OvzzQHczRchOB20uTcTK6y4DvkCCa { width:8.125rem;height:0.73125rem;top:4.125rem;left:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oxV148c1TX8nI0lyfAKKTulnRRv74SvE { width:9.8125rem;height:4rem;top:1.625rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQl9dhbMARoMTTw8pEL6GMGdddWT8Zgg { display:block; }
 }@media only screen and (max-width: 1199px) { #ImLFpeQXr45AeA0ZwcSpGoB2TdQEnZQr { width:9.875rem;height:4rem;top:1.625rem;left:20.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5BzD5hUOyV1rnR9TggPO7XMXLpC8Wwr { display:block; }
 }@media only screen and (max-width: 1199px) { #N1EfSt47mQEzWhrdxShlcEsLhskzLkxN { display:block; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x16yhaSlyP5HfClqxOF6EyNvvLrdgom5 { width:19.875rem;height:4.8125rem;top:19.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wn7GOSkE5kMX90iVFpuIpxe0ogaDT2Vt { display:block; }
 }@media only screen and (max-width: 1199px) { #q1DsKALnvrqOkbUUllS23BqMRWf5vkmV { width:2.9375rem;height:2.9375rem;top:21.25rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VTi6PZOFDCxLPKiPmyqvAfetH31iVvi0 { width:30.125rem;height:25.125rem;top:6.625rem;left:17.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #gwb9BzSTRtAq6qnTusIDQe18GUp1wAm4 { width:17.625rem;height:2.925rem;top:13.5rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3EHmb36r0RIcDLCVhM40r8H97L8smFI { width:24rem;height:5.5rem;top:8rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ad9alTqWUZCNRcAgD7sf9XsSaGIrlxre { width:25rem;height:1.3rem;top:29rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl { display:block; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sd4AHiHZcDtVfk4AVc1CpxqBqNtct4CP { width:47.75rem;height:5.625rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1NTxiR8Wq03uGQ6KPQIlADfaRVUXLl8 { width:10.375rem;height:18rem;top:7.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQfeR28DgBaxIweeoLRdScJoqycyysuD { width:10.5625rem;height:18rem;top:7.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osVRByrBVUp8C8h8P6d1cUTnpbb4vKCb { width:10.625rem;height:18rem;top:7.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Berwws6QT0uzARPeKFta4KLPUbMTa5OV { width:9.9375rem;height:18rem;top:7.5625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpiIg4m1btHsH5P9MG8v0UxzCfTZ8P7Q { width:10.5rem;height:18rem;top:30.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7mpe1QJTAv41UpgFKTUOdwf7F6arDQh { width:10.5rem;height:18rem;top:30.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlwLI6MgkbBhbl4XRqdsiqaspHHpt4qf { width:10.0625rem;height:18rem;top:30.25rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X54DuZWOasfKIvT907AV548IpQNqBsJO { width:10.625rem;height:18rem;top:30.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BK3VQaRZwwpahVt8eBflhDSy6sNEMT72 { width:3.5rem;height:3.5625rem;top:8.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxuUTTZeqFwOdxbxNg26yyJrpqx6rRAL { width:8.75rem;height:4.3875rem;top:15.125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qbhvIncHBdkRmond48A0iJB6hBwI6A5N { width:3.5rem;height:3.5625rem;top:8.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9CFdRLe3x3aUODtT6vcWyG8FXnWgDio { width:8.75rem;height:4.3875rem;top:15.125rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNSDdr48QBfQq8T2xgIVEmWHuW5ycThd { width:3.5rem;height:3.5625rem;top:8.1875rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1y8zEhm62Q0L2TW4zywVyhxaiGzZ2ku { width:8.75rem;height:5.85rem;top:15.125rem;left:26.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMSiObF76dyoeAPEvT4ZtdEWfN7yZBlO { width:3.5rem;height:3.5rem;top:8.3125rem;left:41.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zf36r6BzrrgWPgUzJi3vTtXIHetK9RJT { width:8.75rem;height:5.85rem;top:15.125rem;left:38.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIdMlhL6nrMcPeDRM87zrJTf8aI13rwB { width:3.5rem;height:3.5625rem;top:31.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PbDTd6Rq6MEcUfEBkxdvHzeB4KrS9F5S { width:8.75rem;height:4.3875rem;top:38rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOXVDcp0ACtPAXhTr50wGyK9wThiR8vX { width:3.5rem;height:3.5625rem;top:31.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlHGUMRIJAbMEtK34aQh0OPLs4vExNBL { width:8.75rem;height:2.925rem;top:38.75rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xNy6qxNegJKCHRAD7UwcFzLTnw1QzZV4 { width:4rem;height:3.625rem;top:31.65625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HzwA5PQGONLGMlDiNCqM4THcpvHETCyg { width:8.75rem;height:4.3875rem;top:38rem;left:26.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7NiVKT1HeEwTf1KtnJhzrQmD903pu2n { width:3.5rem;height:3.5625rem;top:31.6875rem;left:41.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1kCLcIDfBfc2F7KUIobBSH2MPZ00C27 { width:8.75rem;height:4.3875rem;top:38rem;left:38.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G4wZBCs4CcDpfg529iagh2kNXMadcHrB { display:block; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fJgID2rEFXoQmMeoaz8CiHWp6lBRKspq { width:47.75rem;height:2.925rem;top:0.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAIGomSi6C778GJ5eAJWGdJeuv5wbWgg { width:39.875rem;height:3.25rem;top:4.625rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe { display:block; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oavCTd0zyByzO4GMcNNfpd1z8yw0daDf { width:14.875rem;height:14.875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npX04JByDQC2ySfNsT6kHPQG40ILAn4u { width:14.875rem;height:14.875rem;top:6.4375rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZv8LkvTxH9xpllxBEGrBl9TkQcH5PTk { width:14.875rem;height:14.875rem;top:6.4375rem;left:22.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vtRimbHHuHoTiT1Jw5LrQU7tVatR6eT2 { width:14.875rem;height:14.875rem;top:6.4375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcNiePIqQG5dy9PoW8oNMhzIEUkrxyyM { width:4.875rem;height:4.5rem;top:0.6875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0W7leAd9mNShnWDvgwrDUqThTOEfrSE { display:block; }
 }@media only screen and (max-width: 1199px) { #roXsGLPdAnRtNT52ZZNhb9HF2hwL2Usg { width:4.875rem;height:4.5rem;top:0.6875rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZQUNBN90J6FDcigmWhZ0oTucFDQFnMI { display:block; }
 }@media only screen and (max-width: 1199px) { #qylPSu0FrBODga5xicuFACrhJWraagb8 { width:4.875rem;height:4.5rem;top:0.6875rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eo4p7oSqFWsasrJiNlPSVkgrTnn3X1t0 { display:block; }
 }@media only screen and (max-width: 1199px) { #iTs6xvKovRuC5BAmVen1CMVoxHlRSiTf { width:4.875rem;height:4.5rem;top:0.6875rem;left:39.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJifqsV0SXFPMqMh4QzhqTO7xT14FVGI { display:block; }
 }@media only screen and (max-width: 1199px) { #CVTMWK6SMpdme1oGwA8tCOezFGvDRyuZ { width:8.9375rem;height:3.575rem;top:26.72812461853rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZx5hW2RSvBVHNptaseavXTZONE2sM5P { width:10.625rem;height:8.90625rem;top:24.0625rem;left:24.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fETZevNfxH3Micp6iZxlTOHXWgRADQWo { width:8.9375rem;height:4.125rem;top:26.453125rem;left:13.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qPxsFs3zBOLgKTc3xy8DZizRCFvHQtgX { width:10.5625rem;height:14.25rem;top:22.1875rem;left:36.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l { display:block; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row .container { width:47.75rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #taEhT7DNpLXgZ5u3QCXftJAvJgZdKX3O { width:21.9375rem;height:3.4375rem;top:9.625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3lgyad2nXMzUGH4TRoDM95WwlTZifKq { display:block; }
 }@media only screen and (max-width: 1199px) { #NfxHSQ7AEvVeXn0by3X6S5KRZP3iQBSm { width:2.3125rem;height:2.3125rem;top:10.1875rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fIq1s0EOkPa2TBvowhHhBm4xTKsnK4Oo { width:47.75rem;height:3.9rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwUTTwxl3aEQo2G0esf3X0hFfFG5xAUk { width:21.5625rem;height:10.4rem;top:6.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6FF1fCTos275APOeJBlFy11Zwro6deR { display:block; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lh3UDaBpCb6W3c91W53bvyJWa3XlR9h9 { width:47.75rem;height:4.55rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7xLupslSWWkUqycWOqagzcRR7p9dZtd { width:39.9375rem;height:8.25rem;top:7.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x { display:block; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XRWVImyM1rqr8nMbCkXWd8cGtC0A7VKL { width:37.3125rem;height:3.00625rem;top:1.4375rem;left:5.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oHBqVSmzVcz6Iq0ey0e5VdXf1Rw8QV23 { width:37.3125rem;height:1.7875rem;top:5.3125rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0wc0K9gcHeU3pITkv4yOU52o8B9vaGu { width:37.3125rem;height:1.625rem;top:14.6875rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqrwnWVNm97ORJVkfusxtxSznNpiX228 { width:37.3125rem;height:0.975rem;top:16.4375rem;left:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEuONmUfMbOgkJWTrRw0VrSwTALnAAZy { width:26.9375rem;height:4.8125rem;top:8.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N89XGuv4vvBLSao9O4ImkbkynHzssFTk { display:block; }
 }@media only screen and (max-width: 1199px) { #TMBoM5PezvCDWDWqnNk44tOqecQs6oQV { width:2.9375rem;height:2.9375rem;top:9.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xn3h9ItFzlmP2AwoUVQdaitsf4Llc6Mp { width:47.75rem;height:2.4375rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCpcKadThxQiSSG4I1uXTb0CM5XgTCCD { width:16.6875rem;height:4.375rem;top:9.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #co7cIQiJz60mTcXN9LOmwnm0alNR8hdM { width:10.3125rem;height:2.0625rem;top:14.1875rem;left:22.059551886793rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wF5TmJoUROJFrPUXqGftZn1PLbH0fXBP { width:7.375rem;height:3.4375rem;top:10.28125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbVVzZRnwh260FO4n0twnBtsHntPlckR { width:8.625rem;height:3.8125rem;top:2.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gN3se28EZ4n8yaTyDT8hoD4TrKxiHpCB { width:8.625rem;height:3.75rem;top:2.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fupqg6JT7PT2TsaD2F5xXUU4FqmhUVDe { width:6.5625rem;height:3.1875rem;top:2.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lcqgQ8xqGUHMHBiAldN2hTGVehz6waL5 { width:6.375rem;height:3.8125rem;top:2.5625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynKJ4vZfNBFKieQK35qFkbku6bMT7RUX { width:2.9375rem;height:2.9375rem;top:17.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xqTTTCCfL1ynq5zKH0PGtN3T8gRpPwdl { width:2.9375rem;height:2.9375rem;top:17.625rem;left:22.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBiCabdM1IfnbVssDtP2xBR2vhQBLrrT { width:2.9375rem;height:2.9375rem;top:17.625rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt { position:relative;z-index:auto;display:block; }#qVCX2l8QzFu3kAHy8x0vF2usqCIT38Xt > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #myv6hl1RtkQSxET8LvSesheqH9320tlW { width:9.0625rem;height:2.25rem;top:0.9375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw6OK8K5FO3br45C69NwLNVl54C4fa5B { width:4.25rem;height:1.875rem;top:4.1062498092651rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh3OvzzQHczRchOB20uTcTK6y4DvkCCa { width:5.75rem;height:0.73125rem;top:3.375rem;left:9.40625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxV148c1TX8nI0lyfAKKTulnRRv74SvE { width:8.875rem;height:4rem;top:7.5625rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQl9dhbMARoMTTw8pEL6GMGdddWT8Zgg { display:block; }
 }@media only screen and (max-width: 763px) { #ImLFpeQXr45AeA0ZwcSpGoB2TdQEnZQr { width:9.4375rem;height:4rem;top:7.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5BzD5hUOyV1rnR9TggPO7XMXLpC8Wwr { display:block; }
 }@media only screen and (max-width: 763px) { #N1EfSt47mQEzWhrdxShlcEsLhskzLkxN { display:block; }#N1EfSt47mQEzWhrdxShlcEsLhskzLkxN > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x16yhaSlyP5HfClqxOF6EyNvvLrdgom5 { width:16.4375rem;height:4.25rem;top:28.53750038147rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7GOSkE5kMX90iVFpuIpxe0ogaDT2Vt { display:block; }
 }@media only screen and (max-width: 763px) { #q1DsKALnvrqOkbUUllS23BqMRWf5vkmV { width:2.9375rem;height:2.9375rem;top:32.1625rem;left:-2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTi6PZOFDCxLPKiPmyqvAfetH31iVvi0 { width:20rem;height:16.680497925311rem;top:9.16250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwb9BzSTRtAq6qnTusIDQe18GUp1wAm4 { width:17.4375rem;height:1.3rem;top:6.77499961853rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3EHmb36r0RIcDLCVhM40r8H97L8smFI { width:20rem;height:4.4rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9alTqWUZCNRcAgD7sf9XsSaGIrlxre { width:20rem;height:1.3rem;top:37.28750038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl { display:none; }#tvXTVnfXBdZFQfMFUJFEElQRuXEM3ZZl > .row .container { width:20rem;height:168.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sd4AHiHZcDtVfk4AVc1CpxqBqNtct4CP { width:18.6875rem;height:11.78125rem;top:0.76875019073488rem;left:0.65625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1NTxiR8Wq03uGQ6KPQIlADfaRVUXLl8 { width:13.875rem;height:18rem;top:13.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQfeR28DgBaxIweeoLRdScJoqycyysuD { width:13.875rem;height:18rem;top:33.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osVRByrBVUp8C8h8P6d1cUTnpbb4vKCb { width:13.875rem;height:18rem;top:52.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Berwws6QT0uzARPeKFta4KLPUbMTa5OV { width:13.875rem;height:18rem;top:71.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpiIg4m1btHsH5P9MG8v0UxzCfTZ8P7Q { width:13.875rem;height:18rem;top:110.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7mpe1QJTAv41UpgFKTUOdwf7F6arDQh { width:13.875rem;height:18rem;top:129.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwLI6MgkbBhbl4XRqdsiqaspHHpt4qf { width:13.875rem;height:18rem;top:148.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54DuZWOasfKIvT907AV548IpQNqBsJO { width:13.875rem;height:18rem;top:91.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK3VQaRZwwpahVt8eBflhDSy6sNEMT72 { width:3.5rem;height:3.5625rem;top:14.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxuUTTZeqFwOdxbxNg26yyJrpqx6rRAL { width:8.75rem;height:4.3875rem;top:24.375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbhvIncHBdkRmond48A0iJB6hBwI6A5N { width:3.5rem;height:3.5625rem;top:35.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9CFdRLe3x3aUODtT6vcWyG8FXnWgDio { width:8.75rem;height:4.3875rem;top:42.8125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNSDdr48QBfQq8T2xgIVEmWHuW5ycThd { width:3.5rem;height:3.5625rem;top:54.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1y8zEhm62Q0L2TW4zywVyhxaiGzZ2ku { width:8.75rem;height:5.85rem;top:61.125rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSiObF76dyoeAPEvT4ZtdEWfN7yZBlO { width:3.5rem;height:3.5rem;top:73.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf36r6BzrrgWPgUzJi3vTtXIHetK9RJT { width:8.75rem;height:5.85rem;top:80.6875rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIdMlhL6nrMcPeDRM87zrJTf8aI13rwB { width:3.5rem;height:3.5625rem;top:92.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbDTd6Rq6MEcUfEBkxdvHzeB4KrS9F5S { width:8.75rem;height:4.3875rem;top:101.25rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOXVDcp0ACtPAXhTr50wGyK9wThiR8vX { width:3.5rem;height:3.5625rem;top:111.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlHGUMRIJAbMEtK34aQh0OPLs4vExNBL { width:8.75rem;height:2.925rem;top:121.0625rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNy6qxNegJKCHRAD7UwcFzLTnw1QzZV4 { width:4rem;height:3.625rem;top:131.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzwA5PQGONLGMlDiNCqM4THcpvHETCyg { width:8.75rem;height:4.3875rem;top:139.75rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7NiVKT1HeEwTf1KtnJhzrQmD903pu2n { width:3.5rem;height:3.5625rem;top:150.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1kCLcIDfBfc2F7KUIobBSH2MPZ00C27 { width:8.75rem;height:4.3875rem;top:159.4375rem;left:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4wZBCs4CcDpfg529iagh2kNXMadcHrB { display:block; }#G4wZBCs4CcDpfg529iagh2kNXMadcHrB > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJgID2rEFXoQmMeoaz8CiHWp6lBRKspq { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAIGomSi6C778GJ5eAJWGdJeuv5wbWgg { width:20rem;height:6.5rem;top:10.3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe { display:block; }#I9GfzaC2Rkxt4qlTBgDXyFvHLt6cMtIe > .row .container { width:20rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oavCTd0zyByzO4GMcNNfpd1z8yw0daDf { width:14.875rem;height:14.875rem;top:5.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npX04JByDQC2ySfNsT6kHPQG40ILAn4u { width:14.875rem;height:14.875rem;top:31.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZv8LkvTxH9xpllxBEGrBl9TkQcH5PTk { width:14.875rem;height:14.875rem;top:58.262499809265rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtRimbHHuHoTiT1Jw5LrQU7tVatR6eT2 { width:14.875rem;height:14.875rem;top:91.637500762938rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcNiePIqQG5dy9PoW8oNMhzIEUkrxyyM { width:4.875rem;height:4.5rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0W7leAd9mNShnWDvgwrDUqThTOEfrSE { display:block; }
 }@media only screen and (max-width: 763px) { #roXsGLPdAnRtNT52ZZNhb9HF2hwL2Usg { width:4.875rem;height:4.5rem;top:27.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZQUNBN90J6FDcigmWhZ0oTucFDQFnMI { display:block; }
 }@media only screen and (max-width: 763px) { #qylPSu0FrBODga5xicuFACrhJWraagb8 { width:4.875rem;height:4.5rem;top:53.762500762939rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4p7oSqFWsasrJiNlPSVkgrTnn3X1t0 { display:block; }
 }@media only screen and (max-width: 763px) { #iTs6xvKovRuC5BAmVen1CMVoxHlRSiTf { width:4.875rem;height:4.5rem;top:87.137500762938rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJifqsV0SXFPMqMh4QzhqTO7xT14FVGI { display:block; }
 }@media only screen and (max-width: 763px) { #CVTMWK6SMpdme1oGwA8tCOezFGvDRyuZ { width:8.9375rem;height:3.575rem;top:20.625rem;left:5.53125rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HZx5hW2RSvBVHNptaseavXTZONE2sM5P { width:10.8125rem;height:9.375rem;top:73.137500762938rem;left:4.59375rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fETZevNfxH3Micp6iZxlTOHXWgRADQWo { width:8.9375rem;height:4.125rem;top:45.950000762939rem;left:5.53125rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qPxsFs3zBOLgKTc3xy8DZizRCFvHQtgX { width:14.8125rem;height:11.25rem;top:106.51250076294rem;left:2.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l { display:block; }#mCWr6fQcu1Ta2cxeMMF0GMTaHVBqmQ4l > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taEhT7DNpLXgZ5u3QCXftJAvJgZdKX3O { width:19rem;height:3.4375rem;top:30.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3lgyad2nXMzUGH4TRoDM95WwlTZifKq { display:block; }
 }@media only screen and (max-width: 763px) { #NfxHSQ7AEvVeXn0by3X6S5KRZP3iQBSm { width:2.3125rem;height:2.3125rem;top:28.18125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIq1s0EOkPa2TBvowhHhBm4xTKsnK4Oo { width:16.5625rem;height:10.4rem;top:1.1875rem;left:1.71875rem;font-size:1.625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwUTTwxl3aEQo2G0esf3X0hFfFG5xAUk { width:16.1875rem;height:13rem;top:13.875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FF1fCTos275APOeJBlFy11Zwro6deR { display:block; }#H6FF1fCTos275APOeJBlFy11Zwro6deR > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lh3UDaBpCb6W3c91W53bvyJWa3XlR9h9 { width:18.5625rem;height:9.1rem;top:1.5625rem;left:0.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7xLupslSWWkUqycWOqagzcRR7p9dZtd { width:20rem;height:4.13125rem;top:11.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x { display:block; }#qRxTdtGpqzDUsWV95Z4fTlEvpAJ4QP6x > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRWVImyM1rqr8nMbCkXWd8cGtC0A7VKL { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHBqVSmzVcz6Iq0ey0e5VdXf1Rw8QV23 { width:20rem;height:3.575rem;top:8.262499809265rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wc0K9gcHeU3pITkv4yOU52o8B9vaGu { width:20rem;height:1.625rem;top:22.775rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrwnWVNm97ORJVkfusxtxSznNpiX228 { width:20rem;height:0.975rem;top:25.65rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEuONmUfMbOgkJWTrRw0VrSwTALnAAZy { width:17rem;height:4.8125rem;top:15.46249961853rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89XGuv4vvBLSao9O4ImkbkynHzssFTk { display:block; }
 }@media only screen and (max-width: 763px) { #TMBoM5PezvCDWDWqnNk44tOqecQs6oQV { width:2.9375rem;height:2.9375rem;top:13.71249961853rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xn3h9ItFzlmP2AwoUVQdaitsf4Llc6Mp { width:16.5rem;height:4.875rem;top:35.9375rem;left:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCpcKadThxQiSSG4I1uXTb0CM5XgTCCD { width:16.6875rem;height:4.375rem;top:5.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #co7cIQiJz60mTcXN9LOmwnm0alNR8hdM { width:11.25rem;height:2.25rem;top:9.25rem;left:7.715624809265rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF5TmJoUROJFrPUXqGftZn1PLbH0fXBP { width:4.625rem;height:2.125rem;top:12.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbVVzZRnwh260FO4n0twnBtsHntPlckR { width:5.75rem;height:2.5rem;top:16.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN3se28EZ4n8yaTyDT8hoD4TrKxiHpCB { width:6.75rem;height:2.875rem;top:16.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupqg6JT7PT2TsaD2F5xXUU4FqmhUVDe { width:5.25rem;height:2.5rem;top:21.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqgQ8xqGUHMHBiAldN2hTGVehz6waL5 { width:4.6875rem;height:2.75rem;top:21.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynKJ4vZfNBFKieQK35qFkbku6bMT7RUX { width:2.9375rem;height:2.9375rem;top:30rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTTTCCfL1ynq5zKH0PGtN3T8gRpPwdl { width:2.9375rem;height:2.9375rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBiCabdM1IfnbVssDtP2xBR2vhQBLrrT { width:2.9375rem;height:2.9375rem;top:30rem;left:15.25rem;display:block; }
 }