.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#252525;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#IgpH3WXDsmOXurQ0PuQNfIFogtFEoZyX { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.2750000953674rem;left:1.7734375rem;height:6.7363125rem;font-style:normal;display:block; }
#A7VdCdEkwSfqCpE0IUZU09GtUcukAm6c { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:1.7734375rem;height:14.3965rem;text-align:left;text-align-last:left;display:block; }
#Th3DqNvUf0WldLTJLbF4nMPXSGf5TdpS { background-color:#aad15f;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: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:17.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35rem;left:1.7734375rem;display:block; }
#sfrkEmEOVvTPJqLdW2avIwRUhQtZsXDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnfiucUSoxhG42GzD7tfOyMva1eX3P5S { position:absolute;display:block;z-index:15009;background-color:#ffe714;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.25rem;width:12.5rem;top:12.4375rem;left:1.7734375rem;display:block; }
#aULU5wM0bQeNX5E96F2UdXr3tlUOfrmL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:25.5625rem;top:5rem;left:33.238283157349rem;overflow:hidden;display:block; }
#fD413Glxg5406uFNlqCEKBMteLSeKB09 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.375rem;left:24.260938644409rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem #ffe714); }
#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container { background-color: transparent; background-image: none; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container > .video-iframe-container { display: none; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row > .video-iframe-container { display: none; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .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); }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container { border-width: 0; border-radius: 0; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#Lfoc0PglMIfPX9XPmE0T3yc2zoCioZfw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.3125rem 0.25rem 0.75rem rgba(0,0,0,0.5) ;height:26.6875rem;width:17.625rem;top:5.7500002384186rem;left:4.0257816314697rem;overflow:hidden;display:block; }
#QPMDLf6zqxXOBCUlFgEaF4COxukUiE7y { color:#252525;display:block;width:26.4375rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.1875rem;left:25.6875rem;height:3.36875rem;font-style:normal;display:block; }
#UFBvxATu2iMf62oai7dKQ0Zr02Fn4vEa { color:#252525;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.1874990463257rem;left:26.250001907349rem;height:1.1rem;font-style:normal;display:block; }
#KbPxLxGTtqfJmEppTKLpFP0FAU4TsVua { color:#000000;display:block;width:32.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:10.375rem;left:25.6875rem;height:20.7949125rem;text-align:left;text-align-last:left;display:block; }
#QH3QMMwfa7XQMOlB68XGt14JSry3HSP2 { position:absolute;display:block;z-index:14999;background-color:#aad15f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:1.9375rem;width:9.875rem;top:2.7687497138977rem;left:25.58749961853rem;display:block; }
#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container { background-color: transparent; background-image: none; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container > .video-iframe-container { display: none; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row > .video-iframe-container { display: none; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .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); }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container { border-width: 0; border-radius: 0; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#me4I5vTr43Ail4OJHVyF572kOkEmdAid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.3984375rem;left:7.58125rem; }
#KsVr01WdvzzO4TaxFNC1Tz5qUmSlzxm6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.3359375rem;left:27.21875rem; }
#X63vqI3K2iDZ0MdUKyeiUVae7oE62Rzq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.3984375rem;left:47.530467987061rem; }
#acRF711XsBDk2hFLKEyxTtS5ApcxBAQR { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8359375rem;left:0.84375rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#mTZa2SZJR4tddaURtuQ6GpGRwNyMpVgS { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8359375rem;left:20.5rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#A2PQgb9iCOzapeFFTl2ihWXFCxrXGA4r { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.8359375rem;left:40.436717987061rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container { background-color: transparent; background-image: none; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container > .video-iframe-container { display: none; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row > .video-iframe-container { display: none; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .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); }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container { border-width: 0; border-radius: 0; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:60rem;position:relative;display:block; }#F54twe3pwbcqErozK5kAqpXtLiIObzWk { color:#252525;display:block;width:38.875rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:1.5242195129394rem;height:2.6125rem;font-style:normal;display:block; }
#LBT6brlMotasUwXQWKZy0pLLK0LJx1Qn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.25rem;left:1.5625rem; }
#w8oZxDXxvavhmXa9n1lcNku0btzTMTtW { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:12.1875rem;left:6.9375rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#MAdndAQKEZ1p778WgzzG29rhsRnMT6rF { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:16.1875rem;left:6.9375rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#PQXaT5DcIio3FyAmEppv3OzIJ47Q8Qwx { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:24.75rem;left:6.875rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#DCLuna3mCemTvKS2o8ZcmMSVHoJ5ePWy { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:20.75rem;left:6.875rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#tMrr0MZsFOLSDh4JhhTv97a1vfvOCuhv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.8125rem;left:1.5rem; }
#W0GNSc3R9DN2ueB10HHsB6smsecg4aD3 { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:33.8125rem;left:6.875rem;height:3.19921875rem;text-align:left;text-align-last:left;display:block; }
#aPTmAOJIotSLToCuQ28KVX74wHnPhEKJ { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:29.8125rem;left:6.875rem;height:3.199225rem;text-align:left;text-align-last:left;display:block; }
#fAFfsQLP9fiVEE9ApoWQc0ktpdOQBCiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.875rem;left:1.5rem; }
#EauH650y5GJodixpw4vHn0NhdSyyT5eu { position:absolute;display:block;z-index:15008;background-color:#ffe714;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.25rem;width:20.6875rem;top:8.1500000953675rem;left:1.5242195129394rem;display:block; }
#ZVnsVIuNWngHbvT5BFw1udV1ixU2Tazv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:46.4375rem;left:9.4375rem; }
#g8P9k4TPucrppazRst8GpbKZKToCGOGE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:46.4375rem;left:26rem; }
#KdX90KimgHoJy3r9iHHyzMoNSKdzJ5p8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:46.4375rem;left:13.75rem; }
#LTrmK6F8zcplEJ21UBxviBDLWh4gLkVR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:46.4375rem;left:17.875rem; }
#Rqcg837WVdDsLgqvcWZFgBuZTTbSfkr6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:46.4375rem;left:21.9375rem; }
#kWUuqAuHdUkvTJRUqJROwZ4h6rwAiltr { color:#252525;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:46.6875rem;left:4rem;height:2.6125rem;font-style:normal;display:block; }
#m0cG6K5rzgbdzcVku4colbdAea4lUf3I { color:#252525;display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:41.3125rem;left:1.5242195129394rem;height:2.6125rem;font-style:normal;display:block; }
#n0Tau6Vmi8OMKCqT2K0qCw5nkFRenCc8 { color:#252525;display:block;width:31.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:50.8125rem;left:4rem;height:1.7875rem;font-style:normal;display:block; }
#RKHcDsmGUotbiCrZM7NeSfAMV6NP4Nmm { position:absolute;display:block;z-index:15004;background-color:#ffe714;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:5.5625rem;width:0.25rem;top:46.75rem;left:2.375rem;display:block; }
#PJ8oET0Za8oHdLkUxtMuVDr4pzAkH6Bq { position:absolute;display:block;z-index:15009;background-color:#ffe714;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.25rem;width:12.5rem;top:12.4375rem;left:1.7734375rem;display:none; }
#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#252525;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; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container { background-color: transparent; background-image: none; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container > .video-iframe-container { display: none; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row > .video-iframe-container { display: none; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .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); }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container { border-width: 0; border-radius: 0; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#wRQxTv4sOBcMziPOPevH9DpX8UrQXV87 { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:poppins;font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:3.0992218255997rem;left:4.140625rem;height:6.7363125rem;font-style:normal;display:block; }
#FRm42WugCEr9UOOQ18ueCmq8XKXCIHPo { position:absolute;display:block;z-index:15008;background-color:#ffe714;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.25rem;width:12.5rem;top:11.637499928474rem;left:4.140625rem;display:block; }
#l2CfDT0EuO5gx65TZzE4J9IXhtXOivEK { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:14.86171913147rem;left:4.140625rem;height:9.5976625rem;text-align:left;text-align-last:left;display:block; }
#Enk63hfNkN9n9IVeoOr489oennSEhnry { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #aad15f, #e2ffac);background-image: -moz-linear-gradient(146deg, #aad15f, #e2ffac);background-image: -ms-linear-gradient(146deg, #aad15f, #e2ffac);background-image: -o-linear-gradient(146deg, #aad15f, #e2ffac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad15f', endColorstr='#e2ffac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad15f', endColorstr='#e2ffac' );";background-image: linear-gradient(146deg, #aad15f, #e2ffac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:15.75rem;width:15.75rem;top:2.375rem;left:35.8125rem;display:block; }
#ObZSTgPtg1QX5etV93qV7PGSGIg3gxV6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:18.8125rem;top:6.23046875rem;left:39.000001907349rem;overflow:hidden;display:block; }
#akoyWigy0f9gi3ZOybTnLBBBAlV3l0iA { background-color:#ffe714;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: none;box-sizing:border-box;color:#252525;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14.55rem;height:3.425rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.587500378489rem;left:4.140625rem;display:block; }
#dru7Ls7yLBKNB1RBMXvifXRph3NLrDnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#aad15f;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; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container { background-color: transparent; background-image: none; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container > .video-iframe-container { display: none; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row > .video-iframe-container { display: none; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .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); }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container { border-width: 0; border-radius: 0; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#RxQUysmPUoztewXRECGkZx9PfQoCUdUJ { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.3984375rem;left:2.3125rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#nKdXdXRcuBOsEfUddC9JxKoHpWnEV8hd { color:#000000;display:block;width:55.375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.9624977111816rem;left:2.3125rem;height:1.05625rem;text-align:center;text-align-last:center;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) { #IgpH3WXDsmOXurQ0PuQNfIFogtFEoZyX { top:4.25rem;left:0rem;width:38.875rem;height:6.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VdCdEkwSfqCpE0IUZU09GtUcukAm6c { top:14.875rem;left:0rem;width:25.6875rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3DqNvUf0WldLTJLbF4nMPXSGf5TdpS { width:17.625rem;height:3.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfrkEmEOVvTPJqLdW2avIwRUhQtZsXDF { display:block; }
 }@media only screen and (max-width: 763px) { #ZnfiucUSoxhG42GzD7tfOyMva1eX3P5S { top:12.4375rem;left:0rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aULU5wM0bQeNX5E96F2UdXr3tlUOfrmL { top:5rem;left:22.1875rem;width:25.5625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD413Glxg5406uFNlqCEKBMteLSeKB09 { top:2.375rem;left:18.135938644409rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr { display:block; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfoc0PglMIfPX9XPmE0T3yc2zoCioZfw { top:5.75rem;left:0.96328163146975rem;width:17.625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPMDLf6zqxXOBCUlFgEaF4COxukUiE7y { top:5.1875rem;left:0rem;width:26.4375rem;height:3.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBvxATu2iMf62oai7dKQ0Zr02Fn4vEa { top:3.125rem;left:15.125rem;width:8.75rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbPxLxGTtqfJmEppTKLpFP0FAU4TsVua { top:10.375rem;left:0rem;width:32.375rem;height:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3QMMwfa7XQMOlB68XGt14JSry3HSP2 { top:2.75rem;left:14rem;width:9.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq { display:block; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me4I5vTr43Ail4OJHVyF572kOkEmdAid { top:2.375rem;left:5.51875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsVr01WdvzzO4TaxFNC1Tz5qUmSlzxm6 { top:2.3125rem;left:21.03125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X63vqI3K2iDZ0MdUKyeiUVae7oE62Rzq { top:2.375rem;left:37.217967987061rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRF711XsBDk2hFLKEyxTtS5ApcxBAQR { top:9.8125rem;left:0rem;width:18.3125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZa2SZJR4tddaURtuQ6GpGRwNyMpVgS { top:9.8125rem;left:12.75rem;width:19rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PQgb9iCOzapeFFTl2ihWXFCxrXGA4r { top:9.8125rem;left:28.5rem;width:19.125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI { display:block; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F54twe3pwbcqErozK5kAqpXtLiIObzWk { top:3.75rem;left:0rem;width:38.875rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT6brlMotasUwXQWKZy0pLLK0LJx1Qn { top:12.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8oZxDXxvavhmXa9n1lcNku0btzTMTtW { top:12.1875rem;left:0.8125rem;width:44.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdndAQKEZ1p778WgzzG29rhsRnMT6rF { top:16.1875rem;left:0.8125rem;width:44.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQXaT5DcIio3FyAmEppv3OzIJ47Q8Qwx { top:24.75rem;left:0.75rem;width:44.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLuna3mCemTvKS2o8ZcmMSVHoJ5ePWy { top:20.75rem;left:0.75rem;width:44.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrr0MZsFOLSDh4JhhTv97a1vfvOCuhv { top:20.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GNSc3R9DN2ueB10HHsB6smsecg4aD3 { top:33.8125rem;left:0.75rem;width:44.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTmAOJIotSLToCuQ28KVX74wHnPhEKJ { top:29.8125rem;left:0.75rem;width:44.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFfsQLP9fiVEE9ApoWQc0ktpdOQBCiW { top:29.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EauH650y5GJodixpw4vHn0NhdSyyT5eu { top:8.125rem;left:0rem;width:20.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVnsVIuNWngHbvT5BFw1udV1ixU2Tazv { top:46.4375rem;left:3.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8P9k4TPucrppazRst8GpbKZKToCGOGE { top:46.4375rem;left:19.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdX90KimgHoJy3r9iHHyzMoNSKdzJ5p8 { top:46.4375rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrmK6F8zcplEJ21UBxviBDLWh4gLkVR { top:46.4375rem;left:11.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqcg837WVdDsLgqvcWZFgBuZTTbSfkr6 { top:46.4375rem;left:15.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWUuqAuHdUkvTJRUqJROwZ4h6rwAiltr { top:46.6875rem;left:0rem;width:5.0625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0cG6K5rzgbdzcVku4colbdAea4lUf3I { top:41.3125rem;left:0rem;width:34.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Tau6Vmi8OMKCqT2K0qCw5nkFRenCc8 { top:50.8125rem;left:0rem;width:31.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHcDsmGUotbiCrZM7NeSfAMV6NP4Nmm { top:46.75rem;left:0rem;width:0.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8oET0Za8oHdLkUxtMuVDr4pzAkH6Bq { top:12.4375rem;left:0rem;width:12.5rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF { display:block; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRQxTv4sOBcMziPOPevH9DpX8UrQXV87 { top:3.0625rem;left:0rem;width:29.25rem;height:6.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRm42WugCEr9UOOQ18ueCmq8XKXCIHPo { top:11.625rem;left:0rem;width:12.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CfDT0EuO5gx65TZzE4J9IXhtXOivEK { top:14.8125rem;left:0rem;width:27.75rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enk63hfNkN9n9IVeoOr489oennSEhnry { top:2.375rem;left:29.6875rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZSTgPtg1QX5etV93qV7PGSGIg3gxV6 { top:6.1875rem;left:27.75rem;width:18.8125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoyWigy0f9gi3ZOybTnLBBBAlV3l0iA { width:14.5rem;height:3.375rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dru7Ls7yLBKNB1RBMXvifXRph3NLrDnD { display:block; }
 }@media only screen and (max-width: 763px) { #TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 { display:block; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxQUysmPUoztewXRECGkZx9PfQoCUdUJ { top:1.375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdXdXRcuBOsEfUddC9JxKoHpWnEV8hd { top:2.9375rem;left:0rem;width:47.75rem;height:1rem;font-size:0.8125rem;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:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgpH3WXDsmOXurQ0PuQNfIFogtFEoZyX { width:20rem;height:8.25rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VdCdEkwSfqCpE0IUZU09GtUcukAm6c { width:20rem;height:22.39455rem;top:14.275000572204rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th3DqNvUf0WldLTJLbF4nMPXSGf5TdpS { width:12.375rem;height:3.375rem;top:63.112499237063rem;left:3.8124998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfrkEmEOVvTPJqLdW2avIwRUhQtZsXDF { display:block; }
 }@media only screen and (max-width: 763px) { #ZnfiucUSoxhG42GzD7tfOyMva1eX3P5S { width:12.5rem;height:0.25rem;top:11.587500572204rem;left:0rem;background-color:#aad15f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aULU5wM0bQeNX5E96F2UdXr3tlUOfrmL { width:18.3125rem;height:21.5625rem;top:38.549999237061rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD413Glxg5406uFNlqCEKBMteLSeKB09 { display:flex;width:2.625rem;height:2.625rem;top:6.925000190735rem;left:7.4875005483625rem; }
 }@media only screen and (max-width: 763px) { #KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr { display:block; }#KqDxnJKOyvTgdxuUK5TXWHgNqdTd3msr > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfoc0PglMIfPX9XPmE0T3yc2zoCioZfw { width:17.625rem;height:26.6875rem;top:56.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPMDLf6zqxXOBCUlFgEaF4COxukUiE7y { width:20rem;height:2.2rem;top:7rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBvxATu2iMf62oai7dKQ0Zr02Fn4vEa { width:8.75rem;height:1.1rem;top:4.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbPxLxGTtqfJmEppTKLpFP0FAU4TsVua { width:20rem;height:41.58989375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH3QMMwfa7XQMOlB68XGt14JSry3HSP2 { width:9.875rem;height:1.9375rem;top:3.625rem;left:0rem;background-color:#ffe714;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq { display:block; }#I3CcDVc5m94LxpuBWGLbqMoUyepKDpxq > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me4I5vTr43Ail4OJHVyF572kOkEmdAid { display:flex;width:5.75rem;height:5.75rem;top:3.5625rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #KsVr01WdvzzO4TaxFNC1Tz5qUmSlzxm6 { display:flex;width:5.9375rem;height:5.9375rem;top:21.5625rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #X63vqI3K2iDZ0MdUKyeiUVae7oE62Rzq { display:flex;width:6.0625rem;height:6.0625rem;top:38.75rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #acRF711XsBDk2hFLKEyxTtS5ApcxBAQR { width:18.3125rem;height:6.49903125rem;top:10.625rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZa2SZJR4tddaURtuQ6GpGRwNyMpVgS { width:19rem;height:6.49903125rem;top:28.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2PQgb9iCOzapeFFTl2ihWXFCxrXGA4r { width:19.125rem;height:6.499025rem;top:46.0625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI { display:block; }#yL0cPiKrc8IbRywwZA7PiPkc8SBDAIKI > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F54twe3pwbcqErozK5kAqpXtLiIObzWk { width:20rem;height:4.3984375rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBT6brlMotasUwXQWKZy0pLLK0LJx1Qn { display:flex;width:2.6875rem;height:2.6875rem;top:11.275000095367rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w8oZxDXxvavhmXa9n1lcNku0btzTMTtW { width:15.75rem;height:9.597625rem;top:11.275000572204rem;left:4.2499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdndAQKEZ1p778WgzzG29rhsRnMT6rF { width:15.75rem;height:3.2rem;top:21.875rem;left:4.2499998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQXaT5DcIio3FyAmEppv3OzIJ47Q8Qwx { width:15.875rem;height:3.2rem;top:37.375rem;left:3.9999998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLuna3mCemTvKS2o8ZcmMSVHoJ5ePWy { width:15.875rem;height:7.9980625rem;top:28.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMrr0MZsFOLSDh4JhhTv97a1vfvOCuhv { display:flex;width:2.6875rem;height:2.6875rem;top:28.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W0GNSc3R9DN2ueB10HHsB6smsecg4aD3 { width:16.125rem;height:7.9980625rem;top:52.5rem;left:3.8749998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTmAOJIotSLToCuQ28KVX74wHnPhEKJ { width:15.9375rem;height:7.99804375rem;top:43.375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFfsQLP9fiVEE9ApoWQc0ktpdOQBCiW { display:flex;width:2.8125rem;height:2.8125rem;top:43.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EauH650y5GJodixpw4vHn0NhdSyyT5eu { width:0.125rem;height:0.125rem;top:7.5875005722044rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVnsVIuNWngHbvT5BFw1udV1ixU2Tazv { display:flex;width:2rem;height:2rem;top:66.1875rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #g8P9k4TPucrppazRst8GpbKZKToCGOGE { display:flex;width:2.125rem;height:2.125rem;top:66.125rem;left:14.9375rem; }
 }@media only screen and (max-width: 763px) { #KdX90KimgHoJy3r9iHHyzMoNSKdzJ5p8 { display:flex;width:2rem;height:2rem;top:66.1875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #LTrmK6F8zcplEJ21UBxviBDLWh4gLkVR { display:flex;width:2.125rem;height:2.125rem;top:66.125rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #Rqcg837WVdDsLgqvcWZFgBuZTTbSfkr6 { display:flex;width:2.0625rem;height:2.0625rem;top:66.125rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #kWUuqAuHdUkvTJRUqJROwZ4h6rwAiltr { width:5.0625rem;height:1.71875rem;top:66.3125rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0cG6K5rzgbdzcVku4colbdAea4lUf3I { width:20rem;height:1.65rem;top:63.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Tau6Vmi8OMKCqT2K0qCw5nkFRenCc8 { width:17.25rem;height:1.2375rem;top:68.625rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHcDsmGUotbiCrZM7NeSfAMV6NP4Nmm { width:0.25rem;height:3.375rem;top:66.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8oET0Za8oHdLkUxtMuVDr4pzAkH6Bq { width:12.5rem;height:0.25rem;top:8.3992195129394rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF { display:block; }#fgTH0tkmdUDs1ZrrldyFWUCe6bXfTKFF > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRQxTv4sOBcMziPOPevH9DpX8UrQXV87 { width:20rem;height:4.3984375rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRm42WugCEr9UOOQ18ueCmq8XKXCIHPo { width:12.5rem;height:0.25rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2CfDT0EuO5gx65TZzE4J9IXhtXOivEK { width:20rem;height:14.3964875rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enk63hfNkN9n9IVeoOr489oennSEhnry { width:13.0625rem;height:13.0625rem;top:28.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObZSTgPtg1QX5etV93qV7PGSGIg3gxV6 { width:15.5rem;height:23.4375rem;top:31.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akoyWigy0f9gi3ZOybTnLBBBAlV3l0iA { width:14.5rem;height:3.375rem;top:55rem;left:2.7500001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dru7Ls7yLBKNB1RBMXvifXRph3NLrDnD { display:block; }
 }@media only screen and (max-width: 763px) { #TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 { display:block; }#TsJCmJHhr3W5ew3d9iGpNVLVs1Dw9Ks6 > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxQUysmPUoztewXRECGkZx9PfQoCUdUJ { width:20rem;height:2.111325rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKdXdXRcuBOsEfUddC9JxKoHpWnEV8hd { width:20rem;height:1.3rem;top:4.6125rem;left:0rem;font-size:1rem;display:block; }
 }