.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:254,239,221;--color-primary-1:252,201,141;--color-primary-2:248,147,27;--color-primary-3:124,74,14;--color-primary-4:37,22,4;--color-secondary-0:255,255,255;--color-secondary-1:238,238,238;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:2,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:238,238,238;--color-tertiary-2:235,235,235;--color-tertiary-3:141,141,141;--color-tertiary-4:2,2,2;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .row > .video-iframe-container { display: none; }#iy6k9BBhWydlDiT3BOlkVQQKK2VxxeSD > .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); }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container { background-color: transparent; background-image: none; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container > .video-iframe-container { display: none; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row > .video-iframe-container { display: none; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .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); }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container { border-width: 0; border-radius: 0; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#Xr0zpzKh0r0KMXKhnH3qs6CoDJABzNmS { color:rgba(var(--color-secondary-0),1);display:block;width:64.8125rem;position:absolute;font-family:comfortaa;font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6904296875rem;left:5.09375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imlFk3f7tVK7A98tZGTFbl88gU4SWaL4 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.811rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.460287094116rem;left:8.1629772186281rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMhxE5tzQlJh5FFyFI0fEvsdQmbFnJd4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9370125rem;width:8.874rem;top:1.125rem;left:34.08837890625rem;overflow:hidden;display:block; }
#CN329kwuTe2yhg8IeGURtQeihdMZAJpi { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:18.408206939698rem;left:29.062501907349rem;display:block; }
#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162038;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; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container { background-color: transparent; background-image: none; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container > .video-iframe-container { display: none; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row > .video-iframe-container { display: none; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .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); }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container { border-width: 0; border-radius: 0; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#C8xun1U86dvrIdu2FsOtZNLcw09B5iuy { color:rgba(var(--color-tertiary-0),1);display:block;width:62.1245625rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0772581100464rem;left:6.4377174377444rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu { position:relative;display:block; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu { background-color: transparent; background-image: none; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row .container > .video-iframe-container { display: none; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row > .video-iframe-container { display: none; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .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); }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu { border-width: 0; border-radius: 0; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .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; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .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:38.8125rem;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; }#scBFiPkGfvan5CumDxX5xO0BfTHlDJGL { position:absolute;display:block;z-index:15000;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:30.5625rem;width:30.5625rem;top:0.591796875rem;left:4.060546875rem;overflow:hidden;display:block; }
#TlH2cxLxgdyDcA2y7gkWtZwO2hCUTf4r { 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:30.9375rem;width:29.937rem;top:0.5625rem;left:41.279296875rem;overflow:hidden;display:block; }
#DBZiExV7kHuZ5AySQQdTVAXpc0qFmETk { z-index:15003;top:33.0732421875rem;left:15.71923828125rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.124rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QySTso6omL8dAunpdMl7lKi9bNDP45RS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLdWFrhF7LZxwrmOCSueLZpbso1tPGhB { z-index:15003;top:33.0732421875rem;left:15.71923828125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.124rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Z9RicCsl2CT8uvzH8wFnziPoMsKmCrig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E { position:relative;display:block; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E { background-color: transparent; background-image: none; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row .container > .video-iframe-container { display: none; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row > .video-iframe-container { display: none; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .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); }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E { border-width: 0; border-radius: 0; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .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; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .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:38.8125rem;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; }#mTkQ0HCgKVJbpUTVhCFTx3tGR3cIHOLX { 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:30.8125rem;width:30.8125rem;top:0.6240234375rem;left:40.8427734375rem;overflow:hidden;display:block; }
#CMX1vSZWQdgrcpOXx3z3zTGiBdFdOcsc { 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:30.75rem;width:30.75rem;top:0rem;left:4.1865234375rem;overflow:hidden;display:block; }
#RbBkBCTU5Z03TAwwNFnXmHy2klPWlyVL { z-index:15004;top:32.69677734375rem;left:16.71826171875rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1225625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TiCNEayZX9lmfCEhFCzic7X3MwydOM44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DXJBIIppVpx8TA75oD1SaKeekALlPTwv { z-index:15003;top:33.0732421875rem;left:15.71923828125rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.124rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ndivsq52enUgk7miT8KMKNoqfe3a2z73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc { position:relative;display:block; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc { background-color: transparent; background-image: none; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row .container > .video-iframe-container { display: none; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row > .video-iframe-container { display: none; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .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); }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc { border-width: 0; border-radius: 0; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .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; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .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:38.8125rem;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; }#oloSrP5HbIfVHofz1aKui7MJU7eESJue { position:absolute;display:block;z-index:15000;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:30.75rem;width:30.75rem;top:0.591796875rem;left:4.060546875rem;overflow:hidden;display:block; }
#vFioh9uF5idQrm62uLaBHgE8OtToVPam { 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:30.75rem;width:30.75rem;top:0.6240234375rem;left:40.8427734375rem;overflow:hidden;display:block; }
#WbfZPEqe3utpUPZrJPeSm7JzWeD9HhbT { z-index:15005;top:33.50830078125rem;left:16.96728515625rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1225625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Et9U3e65hAdEf1iXNKsheCH7T8ShGDeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 { position:relative;display:block; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 { background-color: transparent; background-image: none; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row .container > .video-iframe-container { display: none; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row > .video-iframe-container { display: none; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .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); }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 { border-width: 0; border-radius: 0; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .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; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .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:38.75rem;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; }#OtRacTv8Lig75qcsV2KGsc3mDPrIT6NT { position:absolute;display:block;z-index:15000;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:30.8125rem;width:30.8125rem;top:0.591796875rem;left:4.060546875rem;overflow:hidden;display:block; }
#O73NpKJ8vbKhgh0w4bhSJuKkR5mXLNeB { position:absolute;display:block;z-index:15000;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:30.8730625rem;width:30.8730625rem;top:1.18798828125rem;left:40.81201171875rem;overflow:hidden;display:block; }
#lXhk5Jx2dakBOQ02gly1aTEtSJIzGid9 { z-index:15006;top:33.19482421875rem;left:16.9658203125rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1225625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#D4ERUHVk6tVdwqZvuMlwfemdhyr9CLoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ { position:relative;display:block; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ { background-color: transparent; background-image: none; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row .container > .video-iframe-container { display: none; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row > .video-iframe-container { display: none; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .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); }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ { border-width: 0; border-radius: 0; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .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; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .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:38.8125rem;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; }#LyfvNmwNoTZ8I7agplTzGJ3UeMwZ9HWG { position:absolute;display:block;z-index:15000;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:30.75rem;width:30.75rem;top:0.591796875rem;left:4.060546875rem;overflow:hidden;display:block; }
#HkHTzc8BT8DZdWmU3ImfbIMfgT4XihZz { 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:30.75rem;width:30.75rem;top:0.6240234375rem;left:40.8427734375rem;overflow:hidden;display:block; }
#Ociaa41z6MxTZiU8nZGuX38nIiDaqltc { z-index:15007;top:33.5068359375rem;left:16.58935546875rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1225625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zPXth30oHxlqJ28G4JPTsALTnnUXCriu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ { position:relative;display:block; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ { background-color: transparent; background-image: none; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row .container > .video-iframe-container { display: none; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row > .video-iframe-container { display: none; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .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); }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ { border-width: 0; border-radius: 0; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .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; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .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:38.8125rem;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; }#FCM1PuPlHPVfmNOMnzyuI20wM7DPt7Ut { position:absolute;display:block;z-index:15000;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:29.8125rem;width:30.75rem;top:0.591796875rem;left:4.060546875rem;overflow:hidden;display:block; }
#UbDsILeqfUXkbCTxSP3uQspTeRIyWOVJ { z-index:15008;top:33.380859375rem;left:17.02587890625rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1225625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OGPrGv9kA4duQpTUk4HlmiZdL6EvgIbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162038;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; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container { background-color: transparent; background-image: none; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container > .video-iframe-container { display: none; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row > .video-iframe-container { display: none; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .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); }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container { border-width: 0; border-radius: 0; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#shpDLgeK80vWKaHLSOvuFvJotpkN8kIv { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.078125rem;left:12.6875rem;height:2.84288125rem;font-style:normal;display:block; }
#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR { position:relative;display:block; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR { background-color: transparent; background-image: none; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row .container > .video-iframe-container { display: none; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row > .video-iframe-container { display: none; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .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); }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR { border-width: 0; border-radius: 0; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .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; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .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:34.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; }#rZqJBu6kZU2QGkxePKdawpe6Fh885irv { 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:21.375rem;width:22.5625rem;top:1.810546875rem;left:1.21728515625rem;overflow:hidden;display:block; }
#KrHltLxFgvPdV7xafeXCp1czQ83U5Qtm { 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:21.8745rem;width:21.4365rem;top:1.56005859375rem;left:26.7802734375rem;overflow:hidden;display:block; }
#dydWoXkquIoJAdhFJw7FWvJoCQThtAOT { position:absolute;display:block;z-index:15012;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:21.999rem;width:21.312rem;top:1.810546875rem;left:51.84228515625rem;overflow:hidden;display:block; }
#n5iwBD7QNiEVG3mRLyzzwbSOloeLXqIs { z-index:15009;top:27.629111766815rem;left:15.460069656372rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.1219375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K5w7qQbnbgbwUpvZ3i7ktgJ5k9F5JtAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162038;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; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container { background-color: transparent; background-image: none; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container > .video-iframe-container { display: none; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row > .video-iframe-container { display: none; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .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); }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container { border-width: 0; border-radius: 0; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#WagxdPn97bwoTt45BxJTXsgrTshN70bF { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0772705078125rem;left:14.561634063721rem;height:2.84288125rem;font-style:normal;display:block; }
#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug { position:relative;display:block; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug { background-color: transparent; background-image: none; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row .container > .video-iframe-container { display: none; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row > .video-iframe-container { display: none; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .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); }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug { border-width: 0; border-radius: 0; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .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; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .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:37.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; }#cmhfNK4ok0EKmK0hQV7cfVBlFZkMQFif { position:absolute;display:block;z-index:15000;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:25.625rem;width:19.561625rem;top:2.068142414093rem;left:2.1245651245117rem;overflow:hidden;display:block; }
#AcgB4oeAws1G8qKD4Q0S1MrxxtwxxOwd { z-index:15010;top:30.779082775116rem;left:16.374784469604rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.120875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T7GGu38h61kyXDptDwLlfxGUtos7iwKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uPQUrNloQnAVq0O3WiBqPTkXHRMFUlE6 { 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:26.4995625rem;width:19.1873125rem;top:1.630859375rem;left:27.905817031861rem;overflow:hidden;display:block; }
#HHqOc4a1U6QOahR2AJrXRt6i4NqTVpUT { 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:25.8745625rem;width:19.6875rem;top:1.9433588981628rem;left:53.630643844604rem;overflow:hidden;display:block; }
#BkXRhtuKMVzokJeduLC7erTOprWicvfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162038;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; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container { background-color: transparent; background-image: none; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container > .video-iframe-container { display: none; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row > .video-iframe-container { display: none; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .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); }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container { border-width: 0; border-radius: 0; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#bpBTAntCq3ZEDFSLbi1LpCpTMGxbnbZm { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6568965911865rem;left:11.5625rem;height:5.68359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container { background-color: transparent; background-image: none; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container > .video-iframe-container { display: none; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row > .video-iframe-container { display: none; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .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); }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container { border-width: 0; border-radius: 0; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#dBqkorptTXRvzOEKEB5Q94XMFiNWeQGR { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8739375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:11.435548305511rem;left:48.125003814698rem;height:21.9873125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bARrZLCxNRlnl5addsz5hpFxDUz4PTWS { box-sizing:content-box;height:11.7480625rem;width:12.4978125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.2473959922791rem;left:0rem;display:block; }
#thaqpUQqDoslvxkkgKWvVnmwcudbLieI { box-sizing:content-box;height:11.7480625rem;width:12.4980625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.0576171875rem;left:26.18212890625rem;display:block; }
#aANqzfmbxc5asgTzCNShntKw5oMI40mP { z-index:15010;top:41.866322994232rem;left:16.937934875488rem;background-color:#f3a223;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.120875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTGq9MunCqUFsZ4dBGsesJ0ir9NCTzRn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPLfy7apkLiHI6AQIBMwwBmxr3G8O2Ow { 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:31.5625rem;width:45.061875rem;top:6.1718754768372rem;left:1.1241321563721rem;overflow:hidden;display:block; }
#E5nke2vZLIBBxWFPzM5v7o1ZmTeHViAT { box-sizing:content-box;height:11.7480625rem;width:12.49675rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.672093868256rem;left:34.485679626465rem;display:block; }
#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162038;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; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container { background-color: transparent; background-image: none; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container > .video-iframe-container { display: none; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row > .video-iframe-container { display: none; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .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); }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container { border-width: 0; border-radius: 0; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#kg61b7dTdcPBVC6sEJLkEfzEe7043xgy { color:rgba(var(--color-tertiary-0),1);display:block;width:69.75rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.07763671875rem;left:2.625rem;height:2.84288125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container { background-color: transparent; background-image: none; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container > .video-iframe-container { display: none; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row > .video-iframe-container { display: none; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .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); }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container { border-width: 0; border-radius: 0; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#OM9ypf4hLtq9S8uZiwIksbSp6yAKqnBI { color:rgba(var(--color-tertiary-0),1);display:block;width:28.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:6.74853515625rem;left:44.6806640625rem;height:31.338875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#R0ytkEpByt8cN8TtV0kKJWtQ2OTgfKX3 { 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:28rem;width:38.625rem;top:6.74853515625rem;left:2.994140625rem;overflow:hidden;display:block; }
#Qu2R3xp6mwmtufwgZqH9naQibHsi2pbX { box-sizing:content-box;height:11.7480625rem;width:12.4980625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.123046875rem;left:2.18408203125rem;display:block; }
#UJSNNQzMEA5N72VyybWCrZXvX14upmf1 { box-sizing:content-box;height:11.7480625rem;width:12.4980625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.6220703125rem;left:29.74951171875rem;display:block; }
#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container { background-color: transparent; background-image: none; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container > .video-iframe-container { display: none; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row > .video-iframe-container { display: none; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .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); }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container { border-width: 0; border-radius: 0; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#RUuxxTrmrUgk4vHz6WXUsLVTSUzsWPme { 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:22.374rem;width:12.5625rem;top:2.68798828125rem;left:56.2177734375rem;overflow:hidden;display:block; }
#iFOlTIvdiEtvWU23QBi3lBTgBDFz6z5u { 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:22.3125rem;width:12.5rem;top:2.71875rem;left:31.248046875rem;overflow:hidden;display:block; }
#QsRCKtfXIILBGlhvHAm1P9uyHZFcMbX0 { position:absolute;display:block;z-index:15012;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:22.1875rem;width:12.4375rem;top:2.7802734375rem;left:6.27978515625rem;overflow:hidden;display:block; }
#irMxJk5TTv8ezuEPTt3i9SPh9D5LAwPW { box-sizing:content-box;height:5.5625rem;width:5.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.06103515625rem;left:38.61767578125rem;display:block; }
#pFzJonfPfzklK6ol2Q4e9TvFbZQJWQsF { box-sizing:content-box;height:5.5620125rem;width:5.7495125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.06103515625rem;left:63.7412109375rem;display:block; }
#DGCGRrScJMrHMVdfOX4r5uiUb2oXmhUc { box-sizing:content-box;height:5.5620125rem;width:5.7495125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.06103515625rem;left:13.6787109375rem;display:block; }
#ZEdnytySlZBHowvOl92uIIdeDM8TZhdC { box-sizing:content-box;height:5.5620125rem;width:5.7495125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.12255859375rem;left:5.490234375rem;display:block; }
#yAs3n1DVBvV01ZZErkWmX6ffvMJzxTkT { box-sizing:content-box;height:5.5620125rem;width:5.7495125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.12255859375rem;left:30.55078125rem;display:block; }
#sRC6Xwmqr9BHDxVqDGk6APLBnw6MRX2l { box-sizing:content-box;height:5.5620125rem;width:5.7495125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.18408203125rem;left:55.5498046875rem;display:block; }
#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb { background-color:#162038;background-image:none;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; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container { background-color: transparent; background-image: none; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container > .video-iframe-container { display: none; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row > .video-iframe-container { display: none; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .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); }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container { border-width: 0; border-radius: 0; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;overflow:visible;position:relative;display:block; }#q6NkHswWF0GF1v8dv1801EZqZGTfUuof { color:#f3a223;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.19921875rem;left:0rem;height:2.62478125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gOmv2zHbXSVImBH0uwLS1sv8WIbg7P3Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.25rem;left:22.4375rem; }
#zO4uV8785321nBIfonmzhMc7rBMGpGgU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.375rem;left:22.4375rem; }
#NTb14LqSfcsgZniTGxZ3wsmpqTKHbfGn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.875rem;left:22.4375rem;height:1.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;text-align:left;text-align-last:left;display:block; }
#O1QUMLz7N0Mzk67FBN8cuiRJFsfU6LfS { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.6875rem;left:22.4375rem;height:1.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;text-align:left;text-align-last:left;display:block; }
#qlDRNHt75OfxI76xdTtKUc2kZ1m7kR0c { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.375rem;left:25.875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L5niEiG0FUfbMtJyo51pMwl5IJz2HDc2 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:13.5rem;left:26.3125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOxOI6fGh1xt10WH5lHs5T4WKZHd98vK { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:10.6875rem;left:22.4375rem;display:block; }
#mVP42oE5RDaFLcLPZi1BvCGNqUoTE5PX { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:16.75rem;left:22.4375rem;display:block; }
#Ju9ZHBJhVdWiFIaeFuEgECbiIFDIAAzO { 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:9.1245rem;width:13.812rem;top:8.65576171875rem;left:44.12255859375rem;overflow:hidden;display:block; }
#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm { 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; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container { background-color: transparent; background-image: none; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container > .video-iframe-container { display: none; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row > .video-iframe-container { display: none; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .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); }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container { border-width: 0; border-radius: 0; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA { display:block; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr0zpzKh0r0KMXKhnH3qs6CoDJABzNmS { width:47.75rem;height:3rem;top:9.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imlFk3f7tVK7A98tZGTFbl88gU4SWaL4 { width:47.75rem;height:2.0625rem;top:13.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhxE5tzQlJh5FFyFI0fEvsdQmbFnJd4 { width:8.8125rem;height:5.8958668758452rem;top:1.125rem;left:20.46337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN329kwuTe2yhg8IeGURtQeihdMZAJpi { width:16.875rem;height:30rem;top:18.375rem;left:15.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 { display:block; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8xun1U86dvrIdu2FsOtZNLcw09B5iuy { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu { display:block; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scBFiPkGfvan5CumDxX5xO0BfTHlDJGL { width:30.5625rem;height:30.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlH2cxLxgdyDcA2y7gkWtZwO2hCUTf4r { width:29.875rem;height:30.873427948692rem;top:0.5625rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZiExV7kHuZ5AySQQdTVAXpc0qFmETk { top:33.0625rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QySTso6omL8dAunpdMl7lKi9bNDP45RS { display:block; }
 }@media only screen and (max-width: 763px) { #CLdWFrhF7LZxwrmOCSueLZpbso1tPGhB { top:33.0625rem;left:0rem;width:41.0625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9RicCsl2CT8uvzH8wFnziPoMsKmCrig { display:block; }
 }@media only screen and (max-width: 763px) { #ShksGrRNKSPBR7laB8IXFuAQTBp42R5E { display:block; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTkQ0HCgKVJbpUTVhCFTx3tGR3cIHOLX { width:30.8125rem;height:30.8125rem;top:0.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMX1vSZWQdgrcpOXx3z3zTGiBdFdOcsc { width:30.75rem;height:30.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbBkBCTU5Z03TAwwNFnXmHy2klPWlyVL { top:32.6875rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCNEayZX9lmfCEhFCzic7X3MwydOM44 { display:block; }
 }@media only screen and (max-width: 763px) { #DXJBIIppVpx8TA75oD1SaKeekALlPTwv { top:33.0625rem;left:0rem;width:41.0625rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndivsq52enUgk7miT8KMKNoqfe3a2z73 { display:block; }
 }@media only screen and (max-width: 763px) { #kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc { display:block; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oloSrP5HbIfVHofz1aKui7MJU7eESJue { width:30.75rem;height:30.75rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFioh9uF5idQrm62uLaBHgE8OtToVPam { width:30.75rem;height:30.75rem;top:0.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfZPEqe3utpUPZrJPeSm7JzWeD9HhbT { top:33.5rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et9U3e65hAdEf1iXNKsheCH7T8ShGDeA { display:block; }
 }@media only screen and (max-width: 763px) { #T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 { display:none; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OtRacTv8Lig75qcsV2KGsc3mDPrIT6NT { width:30.8125rem;height:30.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O73NpKJ8vbKhgh0w4bhSJuKkR5mXLNeB { width:30.8125rem;height:30.8125rem;top:1.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXhk5Jx2dakBOQ02gly1aTEtSJIzGid9 { top:33.1875rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ERUHVk6tVdwqZvuMlwfemdhyr9CLoZ { display:block; }
 }@media only screen and (max-width: 763px) { #xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ { display:none; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LyfvNmwNoTZ8I7agplTzGJ3UeMwZ9HWG { width:30.75rem;height:30.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkHTzc8BT8DZdWmU3ImfbIMfgT4XihZz { width:30.75rem;height:30.75rem;top:0.5625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ociaa41z6MxTZiU8nZGuX38nIiDaqltc { top:33.5rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXth30oHxlqJ28G4JPTsALTnnUXCriu { display:block; }
 }@media only screen and (max-width: 763px) { #PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ { display:none; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FCM1PuPlHPVfmNOMnzyuI20wM7DPt7Ut { width:30.75rem;height:29.8125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbDsILeqfUXkbCTxSP3uQspTeRIyWOVJ { top:33.375rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPrGv9kA4duQpTUk4HlmiZdL6EvgIbq { display:block; }
 }@media only screen and (max-width: 763px) { #ibVFIphWcXX6ndM5prwCX8srq6sLvZvF { display:block; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shpDLgeK80vWKaHLSOvuFvJotpkN8kIv { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR { display:block; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZqJBu6kZU2QGkxePKdawpe6Fh885irv { width:22.5625rem;height:21.375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrHltLxFgvPdV7xafeXCp1czQ83U5Qtm { width:21.375rem;height:21.81174340494rem;top:1.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydWoXkquIoJAdhFJw7FWvJoCQThtAOT { width:21.25rem;height:21.935001407658rem;top:1.75rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iwBD7QNiEVG3mRLyzzwbSOloeLXqIs { top:27.625rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5w7qQbnbgbwUpvZ3i7ktgJ5k9F5JtAl { display:block; }
 }@media only screen and (max-width: 763px) { #CTKbXJ2IphX2PCpmnOUn07gHSusR7bad { display:block; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WagxdPn97bwoTt45BxJTXsgrTshN70bF { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug { display:block; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmhfNK4ok0EKmK0hQV7cfVBlFZkMQFif { width:19.5rem;height:25.544273545782rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgB4oeAws1G8qKD4Q0S1MrxxtwxxOwd { top:30.75rem;left:0rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7GGu38h61kyXDptDwLlfxGUtos7iwKm { display:block; }
 }@media only screen and (max-width: 763px) { #uPQUrNloQnAVq0O3WiBqPTkXHRMFUlE6 { width:19.125rem;height:26.413502819246rem;top:1.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHqOc4a1U6QOahR2AJrXRt6i4NqTVpUT { width:19.6875rem;height:25.8745625rem;top:1.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXRhtuKMVzokJeduLC7erTOprWicvfL { display:block; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpBTAntCq3ZEDFSLbi1LpCpTMGxbnbZm { width:47.75rem;height:5.625rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFWOGlD5BH6lD22v8n9EPB45d36oHTF { display:block; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBqkorptTXRvzOEKEB5Q94XMFiNWeQGR { width:26.8125rem;height:19.75rem;top:11.375rem;left:20.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bARrZLCxNRlnl5addsz5hpFxDUz4PTWS { width:12.4375rem;height:11.6875rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thaqpUQqDoslvxkkgKWvVnmwcudbLieI { width:12.4375rem;height:11.6875rem;top:22rem;left:12.55712890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANqzfmbxc5asgTzCNShntKw5oMI40mP { top:41.8125rem;left:3.3129348754883rem;width:41.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGq9MunCqUFsZ4dBGsesJ0ir9NCTzRn { display:block; }
 }@media only screen and (max-width: 763px) { #RPLfy7apkLiHI6AQIBMwwBmxr3G8O2Ow { width:45rem;height:31.519161153414rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5nke2vZLIBBxWFPzM5v7o1ZmTeHViAT { width:12.4375rem;height:11.6875rem;top:26.625rem;left:20.860679626465rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB { display:block; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kg61b7dTdcPBVC6sEJLkEfzEe7043xgy { width:47.75rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT { display:block; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM9ypf4hLtq9S8uZiwIksbSp6yAKqnBI { width:28.75rem;height:29.6875rem;top:6.6875rem;left:19rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ytkEpByt8cN8TtV0kKJWtQ2OTgfKX3 { width:38.625rem;height:28rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2R3xp6mwmtufwgZqH9naQibHsi2pbX { width:12.4375rem;height:11.6875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSNNQzMEA5N72VyybWCrZXvX14upmf1 { width:12.4375rem;height:11.6875rem;top:23.5625rem;left:16.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a { display:block; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUuxxTrmrUgk4vHz6WXUsLVTSUzsWPme { width:12.5625rem;height:22.374rem;top:2.6875rem;left:33.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOlTIvdiEtvWU23QBi3lBTgBDFz6z5u { width:12.5rem;height:22.3125rem;top:2.6875rem;left:17.560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsRCKtfXIILBGlhvHAm1P9uyHZFcMbX0 { width:12.4375rem;height:22.1875rem;top:2.75rem;left:1.71728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMxJk5TTv8ezuEPTt3i9SPh9D5LAwPW { width:5.75rem;height:5.5625rem;top:20rem;left:24.93017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzJonfPfzklK6ol2Q4e9TvFbZQJWQsF { width:5.6875rem;height:5.5rem;top:20rem;left:40.9287109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCGRrScJMrHMVdfOX4r5uiUb2oXmhUc { width:5.6875rem;height:5.5rem;top:20rem;left:9.1162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdnytySlZBHowvOl92uIIdeDM8TZhdC { width:5.6875rem;height:5.5rem;top:2.0625rem;left:0.927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAs3n1DVBvV01ZZErkWmX6ffvMJzxTkT { width:5.6875rem;height:5.5rem;top:2.0625rem;left:16.86328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRC6Xwmqr9BHDxVqDGk6APLBnw6MRX2l { width:5.6875rem;height:5.5rem;top:2.125rem;left:32.7373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb { display:block; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6NkHswWF0GF1v8dv1801EZqZGTfUuof { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmv2zHbXSVImBH0uwLS1sv8WIbg7P3Z { top:7.25rem;left:8.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO4uV8785321nBIfonmzhMc7rBMGpGgU { top:13.375rem;left:8.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTb14LqSfcsgZniTGxZ3wsmpqTKHbfGn { top:10.875rem;left:8.81201171875rem;width:12.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1QUMLz7N0Mzk67FBN8cuiRJFsfU6LfS { top:17.625rem;left:8.81201171875rem;width:21.625rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlDRNHt75OfxI76xdTtKUc2kZ1m7kR0c { top:7.3125rem;left:12.25rem;width:15.4375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5niEiG0FUfbMtJyo51pMwl5IJz2HDc2 { top:13.5rem;left:12.6865234375rem;width:14.625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOxOI6fGh1xt10WH5lHs5T4WKZHd98vK { top:10.6875rem;left:8.8125rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVP42oE5RDaFLcLPZi1BvCGNqUoTE5PX { top:16.75rem;left:8.8125rem;width:15rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9ZHBJhVdWiFIaeFuEgECbiIFDIAAzO { width:13.75rem;height:9.0835414856646rem;top:8.625rem;left:30.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm { display:block; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA { display:block; }#DNGBmRvSmRh4UdzwtbxQNhDaJvUFyWzA > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xr0zpzKh0r0KMXKhnH3qs6CoDJABzNmS { width:17.436rem;height:3.73535rem;top:5.8897571563721rem;left:1.2814670205116rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imlFk3f7tVK7A98tZGTFbl88gU4SWaL4 { width:20rem;height:2.76041875rem;top:9.7569446563719rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMhxE5tzQlJh5FFyFI0fEvsdQmbFnJd4 { width:4.875rem;height:3.249025rem;top:1.43701171875rem;left:7.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN329kwuTe2yhg8IeGURtQeihdMZAJpi { width:17.561875rem;height:31.3748125rem;top:13.746745109558rem;left:1.2185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 { display:block; }#xZeZK7IUpGoIJmAGzSuuscMgTgbaL5Z6 > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8xun1U86dvrIdu2FsOtZNLcw09B5iuy { width:18.8096875rem;height:2.76041875rem;top:1.4301280975342rem;left:0.59461814165116rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu { display:block; }#B7KcTSGMiUiTm6KWaiPN8es75GNKZWMu > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scBFiPkGfvan5CumDxX5xO0BfTHlDJGL { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlH2cxLxgdyDcA2y7gkWtZwO2hCUTf4r { width:19.9995rem;height:20.6675rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBZiExV7kHuZ5AySQQdTVAXpc0qFmETk { top:47.74951171875rem;left:0rem;width:19.9995rem;height:2.7495125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QySTso6omL8dAunpdMl7lKi9bNDP45RS { display:block; }
 }@media only screen and (max-width: 763px) { #CLdWFrhF7LZxwrmOCSueLZpbso1tPGhB { top:22.248046875rem;left:0.00146484375rem;width:19.9980625rem;height:2.7495125rem;z-index:15004;background-color:#f3a223;background-image:none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9RicCsl2CT8uvzH8wFnziPoMsKmCrig { display:block; }
 }@media only screen and (max-width: 763px) { #ShksGrRNKSPBR7laB8IXFuAQTBp42R5E { display:block; }#ShksGrRNKSPBR7laB8IXFuAQTBp42R5E > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTkQ0HCgKVJbpUTVhCFTx3tGR3cIHOLX { width:19.9980625rem;height:19.9980625rem;top:24.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMX1vSZWQdgrcpOXx3z3zTGiBdFdOcsc { width:19.9995rem;height:19.9995rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbBkBCTU5Z03TAwwNFnXmHy2klPWlyVL { top:44.9296875rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiCNEayZX9lmfCEhFCzic7X3MwydOM44 { display:block; }
 }@media only screen and (max-width: 763px) { #DXJBIIppVpx8TA75oD1SaKeekALlPTwv { top:20.62353515625rem;left:0rem;width:19.9980625rem;height:2.7495125rem;z-index:15004;background-color:#f3a223;background-image:none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndivsq52enUgk7miT8KMKNoqfe3a2z73 { display:block; }
 }@media only screen and (max-width: 763px) { #kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc { display:block; }#kvBabpCLzFmDOuNGGRuVbpVg9ClKTXkc > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oloSrP5HbIfVHofz1aKui7MJU7eESJue { width:20rem;height:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFioh9uF5idQrm62uLaBHgE8OtToVPam { width:19.9365rem;height:19.9365rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfZPEqe3utpUPZrJPeSm7JzWeD9HhbT { top:21.3720703125rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et9U3e65hAdEf1iXNKsheCH7T8ShGDeA { display:block; }
 }@media only screen and (max-width: 763px) { #T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 { display:none; }#T0k1CmkKApysrGTCQRz6aaCIiHUfSmP2 > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OtRacTv8Lig75qcsV2KGsc3mDPrIT6NT { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O73NpKJ8vbKhgh0w4bhSJuKkR5mXLNeB { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXhk5Jx2dakBOQ02gly1aTEtSJIzGid9 { top:43.75rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ERUHVk6tVdwqZvuMlwfemdhyr9CLoZ { display:block; }
 }@media only screen and (max-width: 763px) { #xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ { display:none; }#xUvChTUPNRT8gUPMRWhA0cvJ8CvxZ0cQ > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LyfvNmwNoTZ8I7agplTzGJ3UeMwZ9HWG { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkHTzc8BT8DZdWmU3ImfbIMfgT4XihZz { width:20rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ociaa41z6MxTZiU8nZGuX38nIiDaqltc { top:43.75rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPXth30oHxlqJ28G4JPTsALTnnUXCriu { display:block; }
 }@media only screen and (max-width: 763px) { #PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ { display:none; }#PCZ27gpV69ZyhTPO13QACNelTZkr9WbJ > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FCM1PuPlHPVfmNOMnzyuI20wM7DPt7Ut { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbDsILeqfUXkbCTxSP3uQspTeRIyWOVJ { top:43.75rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGPrGv9kA4duQpTUk4HlmiZdL6EvgIbq { display:block; }
 }@media only screen and (max-width: 763px) { #ibVFIphWcXX6ndM5prwCX8srq6sLvZvF { display:block; }#ibVFIphWcXX6ndM5prwCX8srq6sLvZvF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shpDLgeK80vWKaHLSOvuFvJotpkN8kIv { width:13.5600625rem;height:2.76041875rem;top:1.63037109375rem;left:3.21826171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR { display:block; }#HUJ8BTUmkTrQdTsFxrK9CIiMHQgBC6AR > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZqJBu6kZU2QGkxePKdawpe6Fh885irv { width:14.625rem;height:13.812rem;top:1.0625rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrHltLxFgvPdV7xafeXCp1czQ83U5Qtm { width:14.625rem;height:14.9375rem;top:15.900390625rem;left:2.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydWoXkquIoJAdhFJw7FWvJoCQThtAOT { width:14.8125rem;height:15.3125rem;top:31.87060546875rem;left:2.79638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iwBD7QNiEVG3mRLyzzwbSOloeLXqIs { top:49.181860923767rem;left:0rem;width:20rem;height:2.74956875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5w7qQbnbgbwUpvZ3i7ktgJ5k9F5JtAl { display:block; }
 }@media only screen and (max-width: 763px) { #CTKbXJ2IphX2PCpmnOUn07gHSusR7bad { display:block; }#CTKbXJ2IphX2PCpmnOUn07gHSusR7bad > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WagxdPn97bwoTt45BxJTXsgrTshN70bF { width:13.5600625rem;height:2.923825rem;top:1.63037109375rem;left:3.21826171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug { display:block; }#zQJ0DH9PmNHQnu8R94nyc1CFCwTDP3Ug > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmhfNK4ok0EKmK0hQV7cfVBlFZkMQFif { width:15.061875rem;height:19.874125rem;top:0.93317222595213rem;left:2.4685330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcgB4oeAws1G8qKD4Q0S1MrxxtwxxOwd { top:63.997398376462rem;left:0rem;width:19.9978125rem;height:2.74848125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7GGu38h61kyXDptDwLlfxGUtos7iwKm { display:block; }
 }@media only screen and (max-width: 763px) { #uPQUrNloQnAVq0O3WiBqPTkXHRMFUlE6 { width:14.8125rem;height:20.5rem;top:22.057291984558rem;left:3.0305991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHqOc4a1U6QOahR2AJrXRt6i4NqTVpUT { width:15.499125rem;height:20.2495625rem;top:42.555340766907rem;left:2.2493491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkXRhtuKMVzokJeduLC7erTOprWicvfL { display:block; }#BkXRhtuKMVzokJeduLC7erTOprWicvfL > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpBTAntCq3ZEDFSLbi1LpCpTMGxbnbZm { width:19.9980625rem;height:4.140625rem;top:2.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTFWOGlD5BH6lD22v8n9EPB45d36oHTF { display:block; }#kTFWOGlD5BH6lD22v8n9EPB45d36oHTF > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBqkorptTXRvzOEKEB5Q94XMFiNWeQGR { width:19.934875rem;height:5.90625rem;top:1.4973964691162rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:.9;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #bARrZLCxNRlnl5addsz5hpFxDUz4PTWS { width:6.25rem;height:6.25rem;top:14.9736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thaqpUQqDoslvxkkgKWvVnmwcudbLieI { width:6.2489125rem;height:6.2489125rem;top:17.281900405884rem;left:13.750000298023rem;display:none; }
 }@media only screen and (max-width: 763px) { #aANqzfmbxc5asgTzCNShntKw5oMI40mP { top:24.405382156372rem;left:0rem;width:19.9989375rem;height:2.74848125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTGq9MunCqUFsZ4dBGsesJ0ir9NCTzRn { display:block; }
 }@media only screen and (max-width: 763px) { #RPLfy7apkLiHI6AQIBMwwBmxr3G8O2Ow { width:19.9980625rem;height:14.0068125rem;top:7.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5nke2vZLIBBxWFPzM5v7o1ZmTeHViAT { width:12.4375rem;height:11.6875rem;top:53.477636865234rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB { display:block; }#lpZfI5L0p5SGc5bbi2CErb0qeRXTnpvB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kg61b7dTdcPBVC6sEJLkEfzEe7043xgy { width:17.3730625rem;height:1.462675rem;top:2.19873046875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT { display:block; }#eGTBH2IACaNnf3lIBbNtugQMh6mVzSLT > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OM9ypf4hLtq9S8uZiwIksbSp6yAKqnBI { width:19.936rem;height:13.5rem;top:0.8083963394165rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #R0ytkEpByt8cN8TtV0kKJWtQ2OTgfKX3 { width:17.875rem;height:12.875rem;top:19.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu2R3xp6mwmtufwgZqH9naQibHsi2pbX { width:6.25rem;height:6.25rem;top:26.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJSNNQzMEA5N72VyybWCrZXvX14upmf1 { width:6.25rem;height:6.25rem;top:18.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a { display:block; }#RsRPJ0X3swwQkXKBRRsILIoT90ufwJ8a > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUuxxTrmrUgk4vHz6WXUsLVTSUzsWPme { width:13.125rem;height:23.375rem;top:57.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFOlTIvdiEtvWU23QBi3lBTgBDFz6z5u { width:13.125rem;height:23.375rem;top:30.12158203125rem;left:2.93408203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsRCKtfXIILBGlhvHAm1P9uyHZFcMbX0 { width:13.125rem;height:23.8125rem;top:2.12255859375rem;left:2.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irMxJk5TTv8ezuEPTt3i9SPh9D5LAwPW { width:5.75rem;height:5.5625rem;top:48.4365234375rem;left:10.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFzJonfPfzklK6ol2Q4e9TvFbZQJWQsF { width:5.6875rem;height:5.5rem;top:76.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGCGRrScJMrHMVdfOX4r5uiUb2oXmhUc { width:5.6875rem;height:5.5rem;top:21.12451171875rem;left:10.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEdnytySlZBHowvOl92uIIdeDM8TZhdC { width:5.6875rem;height:5.5rem;top:1.5615234375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAs3n1DVBvV01ZZErkWmX6ffvMJzxTkT { width:5.6875rem;height:5.5rem;top:29.56201171875rem;left:2.18603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRC6Xwmqr9BHDxVqDGk6APLBnw6MRX2l { width:5.6875rem;height:5.5rem;top:57rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb { display:block; }#webxmnvbkSIWBHpV3nsvW7tCwLbfF1kb > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6NkHswWF0GF1v8dv1801EZqZGTfUuof { width:14.6865rem;height:1.49956875rem;top:2.4990234375rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gOmv2zHbXSVImBH0uwLS1sv8WIbg7P3Z { display:flex;width:2.375rem;height:2.375rem;top:6.6875rem;left:0.6875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #zO4uV8785321nBIfonmzhMc7rBMGpGgU { display:flex;width:2.1875rem;height:2.1875rem;top:12.5625rem;left:0.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #NTb14LqSfcsgZniTGxZ3wsmpqTKHbfGn { width:8.1875rem;height:1.31185rem;top:9.0625rem;left:4.375rem;font-size:0.875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #O1QUMLz7N0Mzk67FBN8cuiRJFsfU6LfS { width:15.9375rem;height:1.31185rem;top:15.375rem;left:4.3740234375rem;font-size:0.875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #qlDRNHt75OfxI76xdTtKUc2kZ1m7kR0c { width:11.375rem;height:1.40625rem;top:6.75rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5niEiG0FUfbMtJyo51pMwl5IJz2HDc2 { width:11.375rem;height:1.40625rem;top:12.625rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOxOI6fGh1xt10WH5lHs5T4WKZHd98vK { width:6.25rem;height:0.0625rem;top:11.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVP42oE5RDaFLcLPZi1BvCGNqUoTE5PX { width:6.25rem;height:0.0625rem;top:18.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju9ZHBJhVdWiFIaeFuEgECbiIFDIAAzO { width:7.2495rem;height:4.749025rem;top:21.6240234375rem;left:6.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm { display:block; }#U9UOXnGSZI2EzyFPVKZ7L9gSkkHyZTPm > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }