.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;overflow:visible;position:relative;display:block; }#DypFfVsHCkzizeCK6XLr9eQunuL4mDEi { color:#fafafa;display:block;width:67.75rem;position:absolute;font-family:"bree serif";font-size:2.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:3.625rem;height:3rem;font-style:normal;display:block; }
#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X { background-color:rgba(253,185,46,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container { background-color: transparent; background-image: none; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container > .video-iframe-container { display: none; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row > .video-iframe-container { display: none; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .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); }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container { border-width: 0; border-radius: 0; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;overflow:visible;position:relative;display:block; }#y5STK7rU1sAbQlKwp00ueGobzJbpnGth { color:rgba(var(--color-tertiary-4),1);display:block;width:56.125rem;position:absolute;font-family:lobster;font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:9.4375rem;height:7.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtMgFIsSpCTHPPE8C91npmhiUL1gLuWo { color:#000000;display:block;width:30.25rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.90625rem;left:2.5rem;height:29.25rem;text-align:justify;text-align-last:initial;display:block; }
#u9tsCTnTUV1SIGzKINawflx5yAy8Q5gt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#o87ttbPLMWwMVfv5TMUP5TixaeQvex64 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:0rem;left:64.125rem;overflow:hidden;display:block; }
#Iu3bVcv7UmMtTK2hyGNGpkOAapTsdpdH { position:absolute;display:block;z-index:15005;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.5rem;width:22.5rem;top:39.875rem;left:20.625rem;overflow:hidden;display:block; }
#BD05R2ryObQ2qTEQMRARVerXN1d0tVpA { position:absolute;display:block;z-index:15006;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.3125rem;width:25.3125rem;top:35.6875rem;left:0rem;overflow:hidden;display:block; }
#EkowMIqctrM1k4a7CsswMJ3OoIitkHu1 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:44.3125rem;left:37.6875rem;overflow:hidden;display:block; }
#vESq9d1BWyCncbrDsBiRs7T4N7mgTcUF { position:absolute;display:block;z-index:15008;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:43.125rem;width:43.125rem;top:7.8125rem;left:29.875rem;overflow:hidden;display:block; }
#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 { background-color:#05345d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container { background-color: transparent; background-image: none; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container > .video-iframe-container { display: none; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row > .video-iframe-container { display: none; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .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); }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container { border-width: 0; border-radius: 0; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;overflow:visible;position:relative;display:block; }#oMTRLQLfw0IvT89XdUHbKgFBNZQbpbdx { color:rgba(var(--color-primary-0),1);display:block;width:71.0625rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:1.96875rem;height:3.375rem;font-style:normal;display:block; }
#VT9bg8aRTIWkikrHRftZt0acc5ZaNKNP { color:rgba(var(--color-primary-0),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5rem;left:0.6875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#Nr8Cfh9TvNsqzHuoPv3eTbA0xfnWnuig { color:rgba(var(--color-primary-0),1);display:block;width:73.1875rem;position:absolute;font-family:"bree serif";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.90625rem;height:4.625rem;text-align:center;text-align-last:center;display:block; }
#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 { background-color:rgba(253,185,46,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container { background-color: transparent; background-image: none; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container > .video-iframe-container { display: none; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row > .video-iframe-container { display: none; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .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); }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container { border-width: 0; border-radius: 0; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;overflow:visible;position:relative;display:block; }#W7RalUfzNqcrT3SP2fyxz9EkBImIwCZb { color:rgba(var(--color-tertiary-4),1);display:block;width:56.125rem;position:absolute;font-family:lobster;font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:10.21875rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRImaqKix2TwHNuSgHiLirSdfFBSePJP { 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:17.5625rem;width:17.5625rem;top:5rem;left:5.78125rem;overflow:hidden;display:block; }
#J6Zt3XB14NZNVOUi5LdwnGJXxhKzyfkq { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20.625rem;left:4.59375rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#H71rJ0egshwkDwxb9HASglXyCoW4r0wO { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:6.1875rem;left:30.9375rem;overflow:hidden;display:block; }
#oOnx7QmpSKKlarWcQVnqTPk2EUEy2nso { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.3125rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#QoDGlIK71lVdQc4KADCRrE7TXD7HTHO1 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.625rem;left:51.71875rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#w9N8tDRHpoI97q3sIycrre32aRCfQk2M { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:42.1875rem;left:5.3125rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#hqJtdRN5vqXkpnthpqu518dTbrWcvfV7 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.21875rem;left:28.3125rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#o6LJECmtgEwz9x2JTSAS583geGtbqh54 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.15625rem;left:51.71875rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#kZgPI8FgZW0qiL2lMy52wnsAvFomGEz8 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:26.4375rem;left:54.5rem;overflow:hidden;display:block; }
#HXWDphehxUFRxtpWqPw3FUpKdKyKGgvp { position:absolute;display:block;z-index:15008;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:16.8125rem;width:16.8125rem;top:25.4375rem;left:6.875rem;overflow:hidden;display:block; }
#Qtz5VJ8LTrUFpxMu0o3nXk3kM3UTL5fP { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:27.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#sHCvKcHKJrRRlS17FR4VB0eqmW1RKfKi { 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:18.0625rem;width:18.0625rem;top:3.71875rem;left:52.65625rem;overflow:hidden;display:block; }
#qMX9t8nDAwLvdD12JVCrJrQ704IXW4Kr { 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.375rem;width:21.375rem;top:44.34375rem;left:27.59375rem;overflow:hidden;display:block; }
#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 { background-color:#05345d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container { background-color: transparent; background-image: none; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container > .video-iframe-container { display: none; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row > .video-iframe-container { display: none; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .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); }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container { border-width: 0; border-radius: 0; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container { font-size:0.875rem;font-family:arial;height:142.625rem;width:75rem;overflow:visible;position:relative;display:block; }#hT5xT0EGQ9ETDb49LdLnyFcUP3XE1Zbm { color:rgba(var(--color-primary-0),1);display:block;width:46.1875rem;position:absolute;font-family:lobster;font-size:3.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:13.5rem;height:4.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sS4ZGrNTwkQOeZZuMAwxHB3eq3zKxwXz { 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.0625rem;width:25.0625rem;top:6.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#RwlfaKhKCANCNsidmsW6e4k8Q2AeKWx9 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:29.59375rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#GauXtfThXLpc4SgayIHNo6iGlDPWalWf { position:absolute;display:block;z-index:15006;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.1875rem;width:29.1875rem;top:15.90625rem;left:45.8125rem;overflow:hidden;display:block; }
#NBSqpb6EH7yxP6Tr5HaZaR6v4lPwDNUR { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.5625rem;left:26.625rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#VK1yoE3UXuynOoRTbHpHLkO8WOUUnN9o { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.375rem;width:36.375rem;top:34.9375rem;left:2.5rem;overflow:hidden;display:block; }
#AriDfS9D2VkwVMhtJFs7E5UpJHkxy6oN { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:47.375rem;left:38.09375rem;height:9.6875rem;text-align:center;text-align-last:center;display:block; }
#PMI8ym0Cko5SfcNC3ZoxJPp2GhQRXQ7O { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:67.875rem;left:7.34375rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#g5GywWOdNoyRzsJgkeQoQWHQJLcG2yKd { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:115.6875rem;left:7.34375rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#KT5ixyFG9Fh1ON3MoktP5W4blALcO49S { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:87.3125rem;left:32.21875rem;height:17.4375rem;text-align:center;text-align-last:center;display:block; }
#zcgSoSbHc4rU7QssXGhCnPJp5u81taFJ { 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.4375rem;width:31.4375rem;top:79.375rem;left:7.5rem;overflow:hidden;display:block; }
#LyhTqPGQJAtLJX34dbbXBelKcEXWOb39 { 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:40.5rem;width:40.5rem;top:57.9375rem;left:32.65625rem;overflow:hidden;display:block; }
#X1wfkLLuI85uQG74GEDyAtgqoXFwBmtf { position:absolute;display:block;z-index:15013;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:41rem;width:41rem;top:106.4375rem;left:34rem;overflow:hidden;display:block; }
#afUgpoHH3MtZz65tlOvp075fDo5OH42i { position:absolute;display:block;z-index:15014;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.8125rem;width:25.8125rem;top:123.4375rem;left:3.0625rem;overflow:hidden;display:block; }
#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny { background-color:rgba(253,185,46,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container { background-color: transparent; background-image: none; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container > .video-iframe-container { display: none; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row > .video-iframe-container { display: none; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .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); }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container { border-width: 0; border-radius: 0; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ymqwzVbuoZR9nW9okhr0wL2bm5yTGZnh { color:rgba(var(--color-primary-4),1);display:block;width:73.4375rem;position:absolute;font-family:lobster;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.96875rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpzhQudhTR4fqo70LWocf2lONfLvoXCo { color:#000000;display:block;width:67.5625rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.5rem;left:6.21875rem;height:38.25rem;text-align:justify;text-align-last:initial;display:block; }
#pRbFivWMzp0igiwMNRHrTlxpGR8361I7 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:37.4375rem;left:0rem;overflow:hidden;display:block; }
#JWOuhNfL8WtIQ9U2xu8Qz8qZDC3BKVyu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:30.6875rem;left:0rem;overflow:hidden;display:block; }
#SvKulCfBvqLeWMHWRXpMFFnJLbryCTt2 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:23.6875rem;left:0rem;overflow:hidden;display:block; }
#dts52FhQovXRy4RzO7GoyGl7xdTNBXQ3 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:16.8125rem;left:0rem;overflow:hidden;display:block; }
#N246iB5Zb0bgfIz0GROSvHhyyqURIq7r { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:8.0625rem;left:0rem;overflow:hidden;display:block; }
#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS { background-color:#05345d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container { background-color: transparent; background-image: none; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container > .video-iframe-container { display: none; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row > .video-iframe-container { display: none; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .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); }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container { border-width: 0; border-radius: 0; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#uFd4UHeiT1TbffWcINxvwnnfipeEcqAd { color:rgba(var(--color-primary-0),1);display:block;width:46.1875rem;position:absolute;font-family:lobster;font-size:3.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:14.40625rem;height:4.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfBeQxZxRG6kqtrF1FCoaItmvAr4Vdcg { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15rem;left:4.46875rem;height:9.6875rem;text-align:center;text-align-last:center;display:block; }
#f01fx8rMJCBzqefUsiEBMQyTGSo0T71I { color:rgba(var(--color-primary-0),1);display:block;width:21.8125rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:3.53125rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udCSpxKEWVULA4lfozROuexPlm3lwUmK { color:rgba(var(--color-primary-0),1);display:block;width:21.8125rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.875rem;left:26.59375rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiqMXUaNChwsEcltJTfQC1vEnpaAzi7A { color:rgba(var(--color-primary-0),1);display:block;width:21.8125rem;position:absolute;font-family:lobster;font-size:3rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.875rem;left:50.53125rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G01KboTxPsamgXgJs1euk2WHTauyhaDi { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.03125rem;left:26.59375rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#Cx76OFKQ3zgiQgUWu0whfDwJOL3Lrtl9 { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.03125rem;left:49.625rem;height:11.625rem;text-align:center;text-align-last:center;display:block; }
#KG4esJHG9J1gdeGmdUGfFcwpIpTx1KyK { 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:18.6875rem;width:18.6875rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#TXBgxx0UPKb83zeDbeMOTEc2fktcPIOF { position:absolute;display:block;z-index:15013;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:18.6875rem;width:18.6875rem;top:24.6875rem;left:55.8125rem;overflow:hidden;display:block; }
#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container { background-color: transparent; background-image: none; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container > .video-iframe-container { display: none; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row > .video-iframe-container { display: none; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .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); }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container { border-width: 0; border-radius: 0; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#O6od1Ji1O8bX1GVpnmwV3BTS0VpImNOT { color:#fafafa;display:block;width:33.25rem;position:absolute;font-family:"bree serif";font-size:2.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.34375rem;height:3rem;font-style:normal;display:block; }
#UZLNJvodLGcx5ITSxlfBDttTUCbrkTyn { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:12.9375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#x1KCrmqxEJA9gFlKSNB2L0GVAhSz2pHt { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.84375rem;left:23.3125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#RrZocJE0hITIKEDhcndthnaVeG8uEoQV { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.6875rem;left:23.90625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#micamQhpxFdIFz6enMJXFJmSa6UEGRlL { background-color:#c70039;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container { background-color: transparent; background-image: none; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container > .video-iframe-container { display: none; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row > .video-iframe-container { display: none; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .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); }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container { border-width: 0; border-radius: 0; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#T2H44WpQ1PkL0782TZHUViGoMdGQ346D { color:#fafafa;display:block;width:33.25rem;position:absolute;font-family:"bree serif";font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.9375rem;height:3rem;font-style:normal;display:block; }
#r59DBM9B83ixNWGgOATPaOhME5ZhWldr { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:23.90625rem;height:17.4375rem;text-align:center;text-align-last:center;display:block; }
#vNLhfDT1SHdTqsFTVcPxgcTJDODgi0n2 { position:absolute;display:block;z-index:15005;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:23.1875rem;width:23.1875rem;top:15.5rem;left:38.9375rem;overflow:hidden;display:block; }
#U5dvyh95wapXIFSFMBztSsH6OgUhbbve { position:absolute;display:block;z-index:15006;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:17.8125rem;width:17.8125rem;top:17.625rem;left:57.1875rem;overflow:hidden;display:block; }
#IhT9aaTN3WadCc4FTRWGisi1A4dyI02I { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:17.625rem;left:27.46875rem;overflow:hidden;display:block; }
#a6MqpgIKDy6b9B50C2UdBJlLmF5nLlNh { position:absolute;display:block;z-index:15005;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.3125rem;width:26.3125rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v { background-color:rgba(253,185,46,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container { background-color: transparent; background-image: none; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container > .video-iframe-container { display: none; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row > .video-iframe-container { display: none; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .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); }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container { border-width: 0; border-radius: 0; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#XxOUyu3SB1kGcpqbMaf3TutvJreiIXAf { color:rgba(var(--color-primary-4),1);display:block;width:73.4375rem;position:absolute;font-family:lobster;font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:0.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GehkdcsVxDU7syAVpIlH6u5Zf0U7nCup { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.875rem;left:1.90625rem;height:5.8125rem;text-align:center;text-align-last:center;display:block; }
#CnEqQCK87TttyAkkcurGU7hSh2B1eEf5 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.875rem;left:28.21875rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#H5x1RN2rK95OHQzieagriDtvgd4JFxkH { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:52.5625rem;height:7.75rem;text-align:center;text-align-last:center;display:block; }
#cCbpRFc9h22NkTQNbQlzsVzfggq5mlGp { position:absolute;display:block;z-index:15008;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:19.625rem;width:19.625rem;top:4.5rem;left:2.0625rem;overflow:hidden;display:block; }
#Peoe7DMncRRsIcbFWxrSMZPZ1ZId2aTP { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:5.8125rem;left:53.21875rem;overflow:hidden;display:block; }
#J0Cxpc6yOJLXiuxQcBuDkWebTcW7G0VF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:28.625rem;top:0rem;left:23.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DypFfVsHCkzizeCK6XLr9eQunuL4mDEi { top:1.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X { display:block; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5STK7rU1sAbQlKwp00ueGobzJbpnGth { top:3rem;left:0rem;width:47.75rem;height:7.375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtMgFIsSpCTHPPE8C91npmhiUL1gLuWo { top:13.875rem;left:0rem;width:30.25rem;height:29.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9tsCTnTUV1SIGzKINawflx5yAy8Q5gt { top:0rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o87ttbPLMWwMVfv5TMUP5TixaeQvex64 { top:0rem;left:36.875rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3bVcv7UmMtTK2hyGNGpkOAapTsdpdH { top:39.875rem;left:7rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD05R2ryObQ2qTEQMRARVerXN1d0tVpA { top:35.6875rem;left:0rem;width:25.3125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkowMIqctrM1k4a7CsswMJ3OoIitkHu1 { top:44.3125rem;left:24.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESq9d1BWyCncbrDsBiRs7T4N7mgTcUF { top:7.8125rem;left:4.625rem;width:43.125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 { display:block; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTRLQLfw0IvT89XdUHbKgFBNZQbpbdx { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT9bg8aRTIWkikrHRftZt0acc5ZaNKNP { top:8.5rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr8Cfh9TvNsqzHuoPv3eTbA0xfnWnuig { top:16.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRChLiHLN7si5NJ471y8pZFMX1B05PE5 { display:block; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7RalUfzNqcrT3SP2fyxz9EkBImIwCZb { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRImaqKix2TwHNuSgHiLirSdfFBSePJP { top:5rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Zt3XB14NZNVOUi5LdwnGJXxhKzyfkq { top:20.625rem;left:0rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H71rJ0egshwkDwxb9HASglXyCoW4r0wO { top:6.1875rem;left:17.3125rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnx7QmpSKKlarWcQVnqTPk2EUEy2nso { top:20.625rem;left:14.6875rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoDGlIK71lVdQc4KADCRrE7TXD7HTHO1 { top:20.625rem;left:27.8125rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9N8tDRHpoI97q3sIycrre32aRCfQk2M { top:42.1875rem;left:0rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJtdRN5vqXkpnthpqu518dTbrWcvfV7 { top:41.1875rem;left:14.6875rem;width:19.9375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LJECmtgEwz9x2JTSAS583geGtbqh54 { top:43.125rem;left:27.8125rem;width:19.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZgPI8FgZW0qiL2lMy52wnsAvFomGEz8 { top:26.4375rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWDphehxUFRxtpWqPw3FUpKdKyKGgvp { top:25.4375rem;left:0rem;width:16.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtz5VJ8LTrUFpxMu0o3nXk3kM3UTL5fP { top:27.0625rem;left:17.3125rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHCvKcHKJrRRlS17FR4VB0eqmW1RKfKi { top:3.6875rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMX9t8nDAwLvdD12JVCrJrQ704IXW4Kr { top:44.3125rem;left:13.96875rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 { display:block; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT5xT0EGQ9ETDb49LdLnyFcUP3XE1Zbm { top:1.1875rem;left:0rem;width:46.1875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS4ZGrNTwkQOeZZuMAwxHB3eq3zKxwXz { top:6.1875rem;left:0rem;width:25.0625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlfaKhKCANCNsidmsW6e4k8Q2AeKWx9 { top:10.5rem;left:15.96875rem;width:19.9375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GauXtfThXLpc4SgayIHNo6iGlDPWalWf { top:15.875rem;left:18.5625rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSqpb6EH7yxP6Tr5HaZaR6v4lPwDNUR { top:28.5625rem;left:13rem;width:19.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK1yoE3UXuynOoRTbHpHLkO8WOUUnN9o { top:34.9375rem;left:0rem;width:36.375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AriDfS9D2VkwVMhtJFs7E5UpJHkxy6oN { top:47.375rem;left:19.375rem;width:28.375rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMI8ym0Cko5SfcNC3ZoxJPp2GhQRXQ7O { top:67.875rem;left:0rem;width:28.375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5GywWOdNoyRzsJgkeQoQWHQJLcG2yKd { top:115.6875rem;left:0rem;width:28.375rem;height:11.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5ixyFG9Fh1ON3MoktP5W4blALcO49S { top:87.3125rem;left:13.4375rem;width:34.3125rem;height:17.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcgSoSbHc4rU7QssXGhCnPJp5u81taFJ { top:79.375rem;left:0rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyhTqPGQJAtLJX34dbbXBelKcEXWOb39 { top:57.9375rem;left:7.25rem;width:40.5rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wfkLLuI85uQG74GEDyAtgqoXFwBmtf { top:106.4375rem;left:6.75rem;width:41rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #afUgpoHH3MtZz65tlOvp075fDo5OH42i { top:123.4375rem;left:0rem;width:25.8125rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1TamyeDRdPrEgVP90SVdr2Myxla11Ny { display:block; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymqwzVbuoZR9nW9okhr0wL2bm5yTGZnh { top:1.4375rem;left:0rem;width:47.75rem;height:8.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpzhQudhTR4fqo70LWocf2lONfLvoXCo { top:12.5rem;left:0rem;width:47.75rem;height:38.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRbFivWMzp0igiwMNRHrTlxpGR8361I7 { top:37.4375rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWOuhNfL8WtIQ9U2xu8Qz8qZDC3BKVyu { top:30.6875rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvKulCfBvqLeWMHWRXpMFFnJLbryCTt2 { top:23.6875rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dts52FhQovXRy4RzO7GoyGl7xdTNBXQ3 { top:16.8125rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N246iB5Zb0bgfIz0GROSvHhyyqURIq7r { top:8.0625rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS { display:block; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFd4UHeiT1TbffWcINxvwnnfipeEcqAd { top:1.8125rem;left:0.78125rem;width:46.1875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBeQxZxRG6kqtrF1FCoaItmvAr4Vdcg { top:15rem;left:0rem;width:19.9375rem;height:9.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01fx8rMJCBzqefUsiEBMQyTGSo0T71I { top:8.875rem;left:0rem;width:21.8125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #udCSpxKEWVULA4lfozROuexPlm3lwUmK { top:8.875rem;left:12.96875rem;width:21.8125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiqMXUaNChwsEcltJTfQC1vEnpaAzi7A { top:8.875rem;left:25.9375rem;width:21.8125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #G01KboTxPsamgXgJs1euk2WHTauyhaDi { top:14rem;left:12.96875rem;width:19.9375rem;height:11.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx76OFKQ3zgiQgUWu0whfDwJOL3Lrtl9 { top:14rem;left:24.125rem;width:23.625rem;height:11.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4esJHG9J1gdeGmdUGfFcwpIpTx1KyK { top:24.6875rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBgxx0UPKb83zeDbeMOTEc2fktcPIOF { top:24.6875rem;left:29.0625rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU { display:block; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6od1Ji1O8bX1GVpnmwV3BTS0VpImNOT { top:1.0625rem;left:6.71875rem;width:33.25rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZLNJvodLGcx5ITSxlfBDttTUCbrkTyn { top:5.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1KCrmqxEJA9gFlKSNB2L0GVAhSz2pHt { top:8.8125rem;left:9.6875rem;width:28.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrZocJE0hITIKEDhcndthnaVeG8uEoQV { top:11.6875rem;left:10.28125rem;width:28.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #micamQhpxFdIFz6enMJXFJmSa6UEGRlL { display:block; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H44WpQ1PkL0782TZHUViGoMdGQ346D { top:1.25rem;left:14.5rem;width:33.25rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r59DBM9B83ixNWGgOATPaOhME5ZhWldr { top:5.0625rem;left:0rem;width:47.75rem;height:17.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNLhfDT1SHdTqsFTVcPxgcTJDODgi0n2 { top:15.5rem;left:24.5625rem;width:23.1875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dvyh95wapXIFSFMBztSsH6OgUhbbve { top:17.625rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhT9aaTN3WadCc4FTRWGisi1A4dyI02I { top:17.625rem;left:13.84375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6MqpgIKDy6b9B50C2UdBJlLmF5nLlNh { top:2.6875rem;left:0rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v { display:block; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxOUyu3SB1kGcpqbMaf3TutvJreiIXAf { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GehkdcsVxDU7syAVpIlH6u5Zf0U7nCup { top:24.875rem;left:0rem;width:19.9375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnEqQCK87TttyAkkcurGU7hSh2B1eEf5 { top:24.875rem;left:14.59375rem;width:19.9375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5x1RN2rK95OHQzieagriDtvgd4JFxkH { top:24.875rem;left:27.8125rem;width:19.9375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCbpRFc9h22NkTQNbQlzsVzfggq5mlGp { top:4.5rem;left:0rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Peoe7DMncRRsIcbFWxrSMZPZ1ZId2aTP { top:5.8125rem;left:29.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Cxpc6yOJLXiuxQcBuDkWebTcW7G0VF { top:0rem;left:9.5625rem;width:28.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DypFfVsHCkzizeCK6XLr9eQunuL4mDEi { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X { display:block; }#ZG4wXMaeGtnteI8E5KMTLxZcmm6OnG5X > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5STK7rU1sAbQlKwp00ueGobzJbpnGth { width:20rem;height:12.8125rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtMgFIsSpCTHPPE8C91npmhiUL1gLuWo { width:20rem;height:47.25rem;top:19.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9tsCTnTUV1SIGzKINawflx5yAy8Q5gt { width:5.25rem;height:5.25rem;top:13.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o87ttbPLMWwMVfv5TMUP5TixaeQvex64 { width:5.5625rem;height:5.5625rem;top:67.1875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3bVcv7UmMtTK2hyGNGpkOAapTsdpdH { width:20rem;height:20rem;top:90.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD05R2ryObQ2qTEQMRARVerXN1d0tVpA { width:20rem;height:20rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkowMIqctrM1k4a7CsswMJ3OoIitkHu1 { width:15.5rem;height:15.5rem;top:76.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vESq9d1BWyCncbrDsBiRs7T4N7mgTcUF { width:20rem;height:20rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 { display:block; }#DbQw2wf3thDm7ZaUgVK7cxdgWki6iHT4 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTRLQLfw0IvT89XdUHbKgFBNZQbpbdx { width:20rem;height:7.6875rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VT9bg8aRTIWkikrHRftZt0acc5ZaNKNP { width:20rem;height:24.75rem;top:10.71875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nr8Cfh9TvNsqzHuoPv3eTbA0xfnWnuig { width:20rem;height:11.25rem;top:36.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRChLiHLN7si5NJ471y8pZFMX1B05PE5 { display:block; }#TRChLiHLN7si5NJ471y8pZFMX1B05PE5 > .row .container { width:20rem;height:148.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7RalUfzNqcrT3SP2fyxz9EkBImIwCZb { width:20rem;height:5.125rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRImaqKix2TwHNuSgHiLirSdfFBSePJP { width:17.5625rem;height:17.5625rem;top:11.5625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6Zt3XB14NZNVOUi5LdwnGJXxhKzyfkq { width:19.9375rem;height:5.8125rem;top:7.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H71rJ0egshwkDwxb9HASglXyCoW4r0wO { width:13.125rem;height:13.125rem;top:35.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnx7QmpSKKlarWcQVnqTPk2EUEy2nso { width:19.9375rem;height:5.8125rem;top:27.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoDGlIK71lVdQc4KADCRrE7TXD7HTHO1 { width:19.9375rem;height:5.8125rem;top:49.25rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w9N8tDRHpoI97q3sIycrre32aRCfQk2M { width:19.9375rem;height:5.8125rem;top:72.125rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqJtdRN5vqXkpnthpqu518dTbrWcvfV7 { width:19.9375rem;height:7.75rem;top:94.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6LJECmtgEwz9x2JTSAS583geGtbqh54 { width:19.9375rem;height:3.875rem;top:116.5625rem;left:0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZgPI8FgZW0qiL2lMy52wnsAvFomGEz8 { width:14.375rem;height:14.375rem;top:120.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWDphehxUFRxtpWqPw3FUpKdKyKGgvp { width:16.8125rem;height:16.8125rem;top:77.9375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtz5VJ8LTrUFpxMu0o3nXk3kM3UTL5fP { width:13.125rem;height:13.125rem;top:102.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHCvKcHKJrRRlS17FR4VB0eqmW1RKfKi { width:18.0625rem;height:18.0625rem;top:54.0625rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMX9t8nDAwLvdD12JVCrJrQ704IXW4Kr { width:20rem;height:20rem;top:128.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 { display:block; }#AsMqL7J060k4nAUOpbfZHxTTXwbTH6Z4 > .row .container { width:20rem;height:226.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT5xT0EGQ9ETDb49LdLnyFcUP3XE1Zbm { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sS4ZGrNTwkQOeZZuMAwxHB3eq3zKxwXz { width:20rem;height:20rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlfaKhKCANCNsidmsW6e4k8Q2AeKWx9 { width:19.9375rem;height:7.75rem;top:5.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GauXtfThXLpc4SgayIHNo6iGlDPWalWf { width:20rem;height:20rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSqpb6EH7yxP6Tr5HaZaR6v4lPwDNUR { width:19.9375rem;height:3.875rem;top:38.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VK1yoE3UXuynOoRTbHpHLkO8WOUUnN9o { width:20rem;height:20rem;top:79.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AriDfS9D2VkwVMhtJFs7E5UpJHkxy6oN { width:20rem;height:13.5625rem;top:64.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMI8ym0Cko5SfcNC3ZoxJPp2GhQRXQ7O { width:20rem;height:9.6875rem;top:96.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5GywWOdNoyRzsJgkeQoQWHQJLcG2yKd { width:20rem;height:15.5rem;top:178.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KT5ixyFG9Fh1ON3MoktP5W4blALcO49S { width:20rem;height:31rem;top:122.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcgSoSbHc4rU7QssXGhCnPJp5u81taFJ { width:20rem;height:20rem;top:156.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyhTqPGQJAtLJX34dbbXBelKcEXWOb39 { width:20rem;height:20rem;top:108.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wfkLLuI85uQG74GEDyAtgqoXFwBmtf { width:20rem;height:20rem;top:195.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afUgpoHH3MtZz65tlOvp075fDo5OH42i { width:20rem;height:20rem;top:206.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1TamyeDRdPrEgVP90SVdr2Myxla11Ny { display:block; }#x1TamyeDRdPrEgVP90SVdr2Myxla11Ny > .row .container { width:20rem;height:132.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymqwzVbuoZR9nW9okhr0wL2bm5yTGZnh { width:20rem;height:12.8125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpzhQudhTR4fqo70LWocf2lONfLvoXCo { width:17.375rem;height:114.75rem;top:15.875rem;left:2.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRbFivWMzp0igiwMNRHrTlxpGR8361I7 { width:7.25rem;height:7.25rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWOuhNfL8WtIQ9U2xu8Qz8qZDC3BKVyu { width:5.875rem;height:5.875rem;top:82.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvKulCfBvqLeWMHWRXpMFFnJLbryCTt2 { width:6.3125rem;height:6.3125rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dts52FhQovXRy4RzO7GoyGl7xdTNBXQ3 { width:8.875rem;height:8.875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N246iB5Zb0bgfIz0GROSvHhyyqURIq7r { width:6.9375rem;height:6.9375rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS { display:block; }#wOdyytaWeRXeOA7vwnQVpPGsCekKGtUS > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFd4UHeiT1TbffWcINxvwnnfipeEcqAd { width:20rem;height:2.5625rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfBeQxZxRG6kqtrF1FCoaItmvAr4Vdcg { width:19.9375rem;height:9.6875rem;top:12rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f01fx8rMJCBzqefUsiEBMQyTGSo0T71I { width:20rem;height:2.5625rem;top:8.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #udCSpxKEWVULA4lfozROuexPlm3lwUmK { width:20rem;height:2.5625rem;top:24.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiqMXUaNChwsEcltJTfQC1vEnpaAzi7A { width:20rem;height:2.5625rem;top:42.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G01KboTxPsamgXgJs1euk2WHTauyhaDi { width:19.9375rem;height:11.625rem;top:28.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cx76OFKQ3zgiQgUWu0whfDwJOL3Lrtl9 { width:20rem;height:13.5625rem;top:46.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG4esJHG9J1gdeGmdUGfFcwpIpTx1KyK { width:5.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXBgxx0UPKb83zeDbeMOTEc2fktcPIOF { width:4.5625rem;height:4.5625rem;top:1.15625rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU { display:block; }#IWlGfkpwtZEPrLiRKlWV6ngF24N6mmAU > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6od1Ji1O8bX1GVpnmwV3BTS0VpImNOT { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZLNJvodLGcx5ITSxlfBDttTUCbrkTyn { width:20rem;height:5.8125rem;top:7.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1KCrmqxEJA9gFlKSNB2L0GVAhSz2pHt { width:20rem;height:3.875rem;top:14.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrZocJE0hITIKEDhcndthnaVeG8uEoQV { width:20rem;height:1.9375rem;top:19.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #micamQhpxFdIFz6enMJXFJmSa6UEGRlL { display:block; }#micamQhpxFdIFz6enMJXFJmSa6UEGRlL > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2H44WpQ1PkL0782TZHUViGoMdGQ346D { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r59DBM9B83ixNWGgOATPaOhME5ZhWldr { width:20rem;height:44.5625rem;top:25.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNLhfDT1SHdTqsFTVcPxgcTJDODgi0n2 { width:18.375rem;height:18.375rem;top:65.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5dvyh95wapXIFSFMBztSsH6OgUhbbve { width:7.4375rem;height:7.4375rem;top:74rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhT9aaTN3WadCc4FTRWGisi1A4dyI02I { width:6.8125rem;height:6.8125rem;top:68.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6MqpgIKDy6b9B50C2UdBJlLmF5nLlNh { width:20rem;height:20rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v { display:block; }#Z3TtTkrBp2ZIoPVKwqc3h2kLh9H99o6v > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxOUyu3SB1kGcpqbMaf3TutvJreiIXAf { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GehkdcsVxDU7syAVpIlH6u5Zf0U7nCup { width:19.9375rem;height:5.8125rem;top:15rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnEqQCK87TttyAkkcurGU7hSh2B1eEf5 { width:19.9375rem;height:7.75rem;top:31.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5x1RN2rK95OHQzieagriDtvgd4JFxkH { width:19.9375rem;height:7.75rem;top:53.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCbpRFc9h22NkTQNbQlzsVzfggq5mlGp { width:16.1875rem;height:16.1875rem;top:1.25rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Peoe7DMncRRsIcbFWxrSMZPZ1ZId2aTP { width:18.625rem;height:18.625rem;top:37.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0Cxpc6yOJLXiuxQcBuDkWebTcW7G0VF { width:20rem;height:20rem;top:15.75rem;left:0rem;display:block; }
 }