.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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#rVbB3gXZwyRS88aDlfDmGLKvqRqvo9zZ { color:#ff256d;display:block;width:37.3125rem;position:absolute;font-family:arial;font-size:4.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.28125rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#ybJMPUArH1txhBDlSrk7B5AXP4PLWWOw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:29.75rem;top:8.5625rem;left:30.25rem;overflow:hidden;display:block; }
#MW4GkotGG4gnNs21qONWXEAeTg1aVlSr { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:14.5625rem;top:2.9375rem;left:1.28125rem;overflow:hidden;display:block; }
#cCufz0pFq18usG5gFkwEX4TZz5mncmZk { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6201171875rem;left:1.28125rem;height:10.3984375rem;text-align:left;text-align-last:left;display:block; }
#TixdhcSMbm7yRCg6kQ3WGvn6w1PH1IuV { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.03125rem;left:1.28125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#TmbkBlKb2EIqqF0unMSuivotxnT7VpHx { color:#000000;display:block;width:20.75rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.9375rem;left:1.3125rem;height:1.70605625rem;display:block; }
#eaSFLdqBu2TOLTwf7Aw6hozwDhC59Mwg { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.625rem;left:1.3125rem;height:1.70605625rem;display:block; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:31.3310546875rem;left:1.28125rem;z-index:15001; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RpPdcBkUgCffDr9s8XExnFpwWzv3eECu { display:flex;position:relative;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #T7kiDM5N37yWwTLngy8E5CPS0I90iAxx { width:auto; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #v1ntuqIkDxNS9MZmVFN9fkPV0ewwGDUU {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #McWgMWakeHzWfc4Tir0Lq3VFok38UKRa { display:flex;position:relative;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #B1G97HI1T9NJycukLWNIbfFVLw4hALOW {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #ZUa9nkvDNwSRWiQ6oMCkzOkovP2X1bwg {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #HpdTqHUZTpZJMMT3hi32e848eqwtSs5A { display:flex;position:relative;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #LQpPag8pKtUymnUxCTRLqU5FCfOdCtZo {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #D1aJTHHata7hH72Ewyf3dBwywmzHnprZ {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #pTJT9X8oAhrW1TVOVLGzX0FPLCfo9kXo { display:flex;position:relative;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RKfyPfnrGwxeJES3XT6lGgbfNn2PxH15 {  }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #P6TvOOGWyBwyFhbLue8tA6yISHtlTLGZ {  }
#CXG5WZMLRLxLW3rtgKpDDfZAppbMTTFA { z-index:15003;top:37.6435546875rem;left:1.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X3zkscrDMz6W6ZhS4tPsRVpV6o1xpKGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, #ff0056, #3300e5);background-image: -moz-linear-gradient(165deg, #ff0056, #3300e5);background-image: -ms-linear-gradient(165deg, #ff0056, #3300e5);background-image: -o-linear-gradient(165deg, #ff0056, #3300e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0056', endColorstr='#3300e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0056', endColorstr='#3300e5' );";background-image: linear-gradient(165deg, #ff0056, #3300e5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container { background-color: transparent; background-image: none; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container > .video-iframe-container { display: none; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row > .video-iframe-container { display: none; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .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); }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container { border-width: 0; border-radius: 0; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#yfKc3Wuzuac6I0DW7JIvHfGSlN21x62T { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:"marck script";font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.375rem;left:1.4375rem;height:6.125rem;text-align:center;text-align-last:center;display:block; }
#R5vv6a931ypNF7gg9PKbgt4LpPHtaApu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:14.375rem;top:11.375rem;left:35.31005859375rem;overflow:hidden;display:block; }
#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O { 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; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container { background-color: transparent; background-image: none; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container > .video-iframe-container { display: none; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row > .video-iframe-container { display: none; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .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); }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container { border-width: 0; border-radius: 0; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#pRHBu20xWZSZMsE5B4Xw4CRGD7oT4d1h { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWXFbAgMRBJQBTToi5it670TQkTpEv5T { color:#a0a0a0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3anS5i1HeJBvV9L13QTV1Ezu49NLhRP { position:absolute;display:block;z-index:15000;background-color:#f3525a;background-image:none;background-position:top left !important;background-repeat: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:38.375rem;width:18.9375rem;top:13.375rem;left:0rem;display:block; }
#CkM4aTfLM7FpVy3XnWKR6FVxtof8BBRf { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.8125rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:24.8125rem;left:1.0625rem;height:24.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh li:before{  }
#Oc7unqldb21U6fXfTCowsoO7TaOcnggA { position:absolute;display:block;z-index:15004;background-color:#9541ab;background-image:none;background-position:top left !important;background-repeat: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:38.4375rem;width:18.9375rem;top:13.375rem;left:20.5625rem;display:block; }
#Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.1875rem;left:21.5625rem;height:24.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 li:before{  }
#I36TGAsLKdNTfXPzoxn2KLTf1dDIE6Af { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKbKZEHqD6EiAMOqoNEkSieFIS2PT19C { position:absolute;display:block;z-index:15008;background-color:#4f6bce;background-image:none;background-position:top left !important;background-repeat: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:38.4375rem;width:18.9375rem;top:13.375rem;left:41.0625rem;display:block; }
#eMSonbUt7l77KZgQ3O7lHdiFyv84r1te { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:25.1875rem;left:42.0625rem;height:21.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eMSonbUt7l77KZgQ3O7lHdiFyv84r1te li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eMSonbUt7l77KZgQ3O7lHdiFyv84r1te li:before{  }
#xq5i8FW3gIktGuASDfw5tS5noW95FlpA { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.8125rem;left:42.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcrBwha5TqF0N5HXb9oTdam1STt2nAIy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.625rem;left:48.4375rem; }
#ihvLFPHxaqTmENZQVDnJTJPIWNGvTiD3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.9375rem;left:28.1875rem; }
#afRDHVDTiIsJldsNqDIf6EZOurIXHfpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.875rem;left:7.5rem; }
#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi { position:relative;display:block; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi { background-color: transparent; background-image: none; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container > .video-iframe-container { display: none; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row > .video-iframe-container { display: none; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .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); }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi { border-width: 0; border-radius: 0; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IEgNNB83nRhU9oxZQfelhIJtBCrZofsX { position:absolute;display:block;z-index:15000;height:22.8125rem;width:18.25rem;top:9.21875rem;left:9.4375rem;display:block; }
#bvLRPuiqDa9WZfXoccyPB8xEzidGAV7B { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.78125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8z80RD4m3AHUOoH1PBpol9rgRmrfFHu { position:absolute;display:block;z-index:15009;height:22.3125rem;width:18.25rem;top:9.46875rem;left:32.0625rem;display:block; }
#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, #ff0056, #3300e5);background-image: -moz-linear-gradient(165deg, #ff0056, #3300e5);background-image: -ms-linear-gradient(165deg, #ff0056, #3300e5);background-image: -o-linear-gradient(165deg, #ff0056, #3300e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0056', endColorstr='#3300e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0056', endColorstr='#3300e5' );";background-image: linear-gradient(165deg, #ff0056, #3300e5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container { background-color: transparent; background-image: none; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container > .video-iframe-container { display: none; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row > .video-iframe-container { display: none; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .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); }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container { border-width: 0; border-radius: 0; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#TTRANU0EM56MxOgIeNBCObAc3pebcinZ { color:#ffffff;display:block;width:55.75rem;position:absolute;font-family:arial;font-size:3.0625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:3.71875rem;left:2.125rem;height:9.1875rem;text-align:center;text-align-last:center;display:block; }
#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 { 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; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container { background-color: transparent; background-image: none; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container > .video-iframe-container { display: none; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row > .video-iframe-container { display: none; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .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); }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container { border-width: 0; border-radius: 0; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#AuQlVo55I7TGkV6ufXsrhiM5VJNk2wmB { background-color:#2c56a3;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.125rem;left:39rem;display:block; }
#wE5TVDTZyyauOEyONtlh4cRfnDQsGiTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXcT2EODlztlCSEgy0IF1b8g2HvK30cH { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:10.5625rem;top:14.6875rem;left:42.875rem;overflow:hidden;display:block; }
#gEao428952zbHJRzxcSkcIMQGfXS8XWJ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:24.5rem;left:39rem;height:3.89941875rem;text-align:center;text-align-last:center;display:block; }
#bUdMGtipgP5d5AJI8oDvLa3qXmmqEtwA { display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.2;top:11.625rem;left:40.3125rem;background-color:transparent;background-image:none;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#cHNyvUuQ4VA7XiZJGlFKGSrpMcKRdnJD { color:#3f2003;display:block;width:32.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#SNnSohxCQTuesRcw0glVoiKsDM0lxgXP { color:#3f2003;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.1875rem;left:3.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vu6LbPnEq8Ti4KHWFKkAgK2QSFKKIdqR { color:#3f2003;display:block;width:32.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sygr73fQg9xVTRUi3Sks1MMh44pDkEyr { color:#3f2003;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.8125rem;left:3.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#VDm8W4TPxQ4OdArTTCTqAOLr5rwyT5UZ { color:#3f2003;display:block;width:23.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15rem;left:3.6875rem;height:18.5176375rem;font-style:normal;display:block; }
#w5FDP7EyE8KOSUZ8uDseTobg81DZKAyn { display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.2;top:2rem;left:3.6875rem;background-color:transparent;background-image:none;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 { 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; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container { background-color: transparent; background-image: none; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container > .video-iframe-container { display: none; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row > .video-iframe-container { display: none; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .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); }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container { border-width: 0; border-radius: 0; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;position:relative;display:block; }#SIk9xpmVncMUTBOTqwvKcBRQgBI4lrMD { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0.9375rem;height:1.29980625rem;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) { #rVbB3gXZwyRS88aDlfDmGLKvqRqvo9zZ { top:5.25rem;left:0rem;width:37.3125rem;height:5.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybJMPUArH1txhBDlSrk7B5AXP4PLWWOw { top:8.5625rem;left:18rem;width:29.75rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW4GkotGG4gnNs21qONWXEAeTg1aVlSr { top:2.9375rem;left:0rem;width:14.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCufz0pFq18usG5gFkwEX4TZz5mncmZk { top:15.5625rem;left:0rem;width:32.1875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixdhcSMbm7yRCg6kQ3WGvn6w1PH1IuV { top:11rem;left:0rem;width:31.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbkBlKb2EIqqF0unMSuivotxnT7VpHx { top:27.9375rem;left:0rem;width:20.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaSFLdqBu2TOLTwf7Aw6hozwDhC59Mwg { top:29.625rem;left:0rem;width:24.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F { display:flex;width:18rem;height:5.0625rem;top:1.8125rem;left:28.125rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RpPdcBkUgCffDr9s8XExnFpwWzv3eECu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #T7kiDM5N37yWwTLngy8E5CPS0I90iAxx {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #v1ntuqIkDxNS9MZmVFN9fkPV0ewwGDUU {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #McWgMWakeHzWfc4Tir0Lq3VFok38UKRa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #B1G97HI1T9NJycukLWNIbfFVLw4hALOW {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #ZUa9nkvDNwSRWiQ6oMCkzOkovP2X1bwg {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #HpdTqHUZTpZJMMT3hi32e848eqwtSs5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #LQpPag8pKtUymnUxCTRLqU5FCfOdCtZo {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #D1aJTHHata7hH72Ewyf3dBwywmzHnprZ {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #pTJT9X8oAhrW1TVOVLGzX0FPLCfo9kXo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RKfyPfnrGwxeJES3XT6lGgbfNn2PxH15 {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #P6TvOOGWyBwyFhbLue8tA6yISHtlTLGZ {  }
 }@media only screen and (max-width: 763px) { #CXG5WZMLRLxLW3rtgKpDDfZAppbMTTFA { top:37.625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3zkscrDMz6W6ZhS4tPsRVpV6o1xpKGg { display:block; }
 }@media only screen and (max-width: 763px) { #kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 { display:block; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfKc3Wuzuac6I0DW7JIvHfGSlN21x62T { top:4.375rem;left:0rem;width:47.75rem;height:6.125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5vv6a931ypNF7gg9PKbgt4LpPHtaApu { top:11.375rem;left:29.18505859375rem;width:14.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O { display:block; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRHBu20xWZSZMsE5B4Xw4CRGD7oT4d1h { width:47.75rem;height:3.625rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXFbAgMRBJQBTToi5it670TQkTpEv5T { width:47.75rem;height:1.4375rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3anS5i1HeJBvV9L13QTV1Ezu49NLhRP { width:18.9375rem;height:38.375rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkM4aTfLM7FpVy3XnWKR6FVxtof8BBRf { width:16.875rem;height:2rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh { width:16.875rem;height:24.625rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }#WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh li:before{  }
 }@media only screen and (max-width: 763px) { #Oc7unqldb21U6fXfTCowsoO7TaOcnggA { width:18.9375rem;height:38.4375rem;top:13.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 { width:16.875rem;height:24.625rem;top:25.1875rem;left:15.4375rem;font-size:1rem;display:block; }#Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 li:before{  }
 }@media only screen and (max-width: 763px) { #I36TGAsLKdNTfXPzoxn2KLTf1dDIE6Af { width:16.875rem;height:2rem;top:20.8125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbKZEHqD6EiAMOqoNEkSieFIS2PT19C { width:18.9375rem;height:38.4375rem;top:13.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSonbUt7l77KZgQ3O7lHdiFyv84r1te { width:16.875rem;height:21.625rem;top:25.1875rem;left:30.875rem;font-size:1rem;display:block; }#eMSonbUt7l77KZgQ3O7lHdiFyv84r1te li:before{  }
 }@media only screen and (max-width: 763px) { #xq5i8FW3gIktGuASDfw5tS5noW95FlpA { width:16.875rem;height:2rem;top:20.8125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcrBwha5TqF0N5HXb9oTdam1STt2nAIy { top:16.625rem;left:42.3125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihvLFPHxaqTmENZQVDnJTJPIWNGvTiD3 { top:16.9375rem;left:22.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRDHVDTiIsJldsNqDIf6EZOurIXHfpT { top:16.875rem;left:1.375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi { display:block; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEgNNB83nRhU9oxZQfelhIJtBCrZofsX { top:9.1875rem;left:3.3125rem;width:18.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvLRPuiqDa9WZfXoccyPB8xEzidGAV7B { width:47.75rem;height:3.625rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8z80RD4m3AHUOoH1PBpol9rgRmrfFHu { top:9.4375rem;left:25.9375rem;width:18.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 { display:block; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTRANU0EM56MxOgIeNBCObAc3pebcinZ { top:3.6875rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 { display:block; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuQlVo55I7TGkV6ufXsrhiM5VJNk2wmB { width:18.25rem;height:3.4375rem;top:29.125rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE5TVDTZyyauOEyONtlh4cRfnDQsGiTo { display:block; }
 }@media only screen and (max-width: 763px) { #pXcT2EODlztlCSEgy0IF1b8g2HvK30cH { top:14.6875rem;left:36.75rem;width:10.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEao428952zbHJRzxcSkcIMQGfXS8XWJ { top:24.5rem;left:30.4375rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUdMGtipgP5d5AJI8oDvLa3qXmmqEtwA { background-color:transparent;background-image:none;width:47.875rem;height:2.8125rem;top:2.0625rem;left:-0.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHNyvUuQ4VA7XiZJGlFKGSrpMcKRdnJD { top:6.5rem;left:0rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnSohxCQTuesRcw0glVoiKsDM0lxgXP { top:5.1875rem;left:0rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vu6LbPnEq8Ti4KHWFKkAgK2QSFKKIdqR { top:10.3125rem;left:0rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sygr73fQg9xVTRUi3Sks1MMh44pDkEyr { top:11.8125rem;left:0rem;width:30.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDm8W4TPxQ4OdArTTCTqAOLr5rwyT5UZ { top:15rem;left:0rem;width:23.375rem;height:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5FDP7EyE8KOSUZ8uDseTobg81DZKAyn { background-color:transparent;background-image:none;width:47.875rem;height:2.8125rem;top:2.0625rem;left:-0.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 { display:block; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIk9xpmVncMUTBOTqwvKcBRQgBI4lrMD { top:0.6875rem;left:0rem;width:16rem;height:1.25rem;font-size:1rem;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:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVbB3gXZwyRS88aDlfDmGLKvqRqvo9zZ { width:20rem;height:3.33105625rem;top:4.6875rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybJMPUArH1txhBDlSrk7B5AXP4PLWWOw { width:20rem;height:23.672875rem;top:45.32666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW4GkotGG4gnNs21qONWXEAeTg1aVlSr { width:14.5625rem;height:1.3125rem;top:2.27880859375rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCufz0pFq18usG5gFkwEX4TZz5mncmZk { width:20rem;height:15.597625rem;top:11.64111328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TixdhcSMbm7yRCg6kQ3WGvn6w1PH1IuV { width:20rem;height:2.5996125rem;top:8rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmbkBlKb2EIqqF0unMSuivotxnT7VpHx { width:20rem;height:1.70605625rem;top:28.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaSFLdqBu2TOLTwf7Aw6hozwDhC59Mwg { width:20rem;height:1.70605625rem;top:30.1435546875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-number { padding-top:0.410625rem;padding-right:0.364375rem;padding-bottom:0.410625rem;padding-left:0.364375rem;width:2.18625rem;min-width:2.18625rem;height:2.20875rem;font-size:1.64375rem;line-height:35.34px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.915rem;height:0.873125rem;font-size:0.61625rem;line-height:13.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F { display:flex;width:15.6875rem;height:4.16rem;top:33rem;left:1.947265625rem;padding-top:0.51375rem;padding-right:0.520625rem;padding-bottom:0.51375rem;padding-left:0.520625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RpPdcBkUgCffDr9s8XExnFpwWzv3eECu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #T7kiDM5N37yWwTLngy8E5CPS0I90iAxx {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #v1ntuqIkDxNS9MZmVFN9fkPV0ewwGDUU {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #McWgMWakeHzWfc4Tir0Lq3VFok38UKRa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #B1G97HI1T9NJycukLWNIbfFVLw4hALOW {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #ZUa9nkvDNwSRWiQ6oMCkzOkovP2X1bwg {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #HpdTqHUZTpZJMMT3hi32e848eqwtSs5A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #LQpPag8pKtUymnUxCTRLqU5FCfOdCtZo {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #D1aJTHHata7hH72Ewyf3dBwywmzHnprZ {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #pTJT9X8oAhrW1TVOVLGzX0FPLCfo9kXo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #RKfyPfnrGwxeJES3XT6lGgbfNn2PxH15 {  }
 }@media only screen and (max-width: 763px) { #tQZ9M5vNhsmeEhW3Ivphv050XQLuhU4F #P6TvOOGWyBwyFhbLue8tA6yISHtlTLGZ {  }
 }@media only screen and (max-width: 763px) { #CXG5WZMLRLxLW3rtgKpDDfZAppbMTTFA { top:39.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3zkscrDMz6W6ZhS4tPsRVpV6o1xpKGg { display:block; }
 }@media only screen and (max-width: 763px) { #kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 { display:block; }#kzeK9kFmEi9gFQp5XdqvZI6DodeaJ3F7 > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfKc3Wuzuac6I0DW7JIvHfGSlN21x62T { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5vv6a931ypNF7gg9PKbgt4LpPHtaApu { width:7.375rem;height:1.8125rem;top:9.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O { display:block; }#Xe9hbJNp6WGgbq91rGVgbaiQTueKPM6O > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRHBu20xWZSZMsE5B4Xw4CRGD7oT4d1h { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWXFbAgMRBJQBTToi5it670TQkTpEv5T { width:20rem;height:1.05615rem;top:5.15576171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3anS5i1HeJBvV9L13QTV1Ezu49NLhRP { width:18.9375rem;height:36.5rem;top:7.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkM4aTfLM7FpVy3XnWKR6FVxtof8BBRf { width:16.25rem;height:1.29980625rem;top:10.224609375rem;left:2.4990234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh { width:16.25rem;height:29.125rem;top:13.4375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }#WwLh6OTZkywCH5uDGR4v75ME4Pu8mPDh li:before{  }
 }@media only screen and (max-width: 763px) { #Oc7unqldb21U6fXfTCowsoO7TaOcnggA { width:18.9375rem;height:41.9375rem;top:42.5625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 { width:16.25rem;height:27.625rem;top:54.3740234375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }#Gr9TLkBHSQX306bdg47IZHGzTGzxc5O3 li:before{  }
 }@media only screen and (max-width: 763px) { #I36TGAsLKdNTfXPzoxn2KLTf1dDIE6Af { width:16.25rem;height:1.29980625rem;top:50.75rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKbKZEHqD6EiAMOqoNEkSieFIS2PT19C { width:18.9375rem;height:31rem;top:86.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSonbUt7l77KZgQ3O7lHdiFyv84r1te { width:16.25rem;height:21.625rem;top:93.5615234375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }#eMSonbUt7l77KZgQ3O7lHdiFyv84r1te li:before{  }
 }@media only screen and (max-width: 763px) { #xq5i8FW3gIktGuASDfw5tS5noW95FlpA { width:20rem;height:1.29980625rem;top:89.66259765625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcrBwha5TqF0N5HXb9oTdam1STt2nAIy { display:flex;width:4.25rem;height:4.25rem;top:88.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ihvLFPHxaqTmENZQVDnJTJPIWNGvTiD3 { display:flex;width:3.6875rem;height:3.6875rem;top:49.5126953125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #afRDHVDTiIsJldsNqDIf6EZOurIXHfpT { display:flex;width:4rem;height:4rem;top:8.875rem;left:1.8740234375rem; }
 }@media only screen and (max-width: 763px) { #X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi { display:block; }#X1bgKTW3VDOtv2QVH3480xbD1MTRZBEi > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEgNNB83nRhU9oxZQfelhIJtBCrZofsX { width:18.25rem;height:22.8125rem;top:7.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvLRPuiqDa9WZfXoccyPB8xEzidGAV7B { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8z80RD4m3AHUOoH1PBpol9rgRmrfFHu { width:18.25rem;height:22.3125rem;top:31.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 { display:block; }#K4eKV2BOo33vDHdqlAWT1RWRx6xXTMo8 > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTRANU0EM56MxOgIeNBCObAc3pebcinZ { width:20rem;height:8rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 { display:block; }#EyX5Qw18EHq1PUtD7SHK8NADzvxucve4 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuQlVo55I7TGkV6ufXsrhiM5VJNk2wmB { width:18.25rem;height:3.4375rem;top:65.125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE5TVDTZyyauOEyONtlh4cRfnDQsGiTo { display:block; }
 }@media only screen and (max-width: 763px) { #pXcT2EODlztlCSEgy0IF1b8g2HvK30cH { width:15.1875rem;height:13.25rem;top:47.0625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEao428952zbHJRzxcSkcIMQGfXS8XWJ { width:17.3125rem;height:3.89941875rem;top:61.2880859375rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUdMGtipgP5d5AJI8oDvLa3qXmmqEtwA { left:2.1875rem;background-color:transparent;background-image:none;width:15.625rem;top:44.25rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHNyvUuQ4VA7XiZJGlFKGSrpMcKRdnJD { width:18.1875rem;height:5.19921875rem;top:6.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNnSohxCQTuesRcw0glVoiKsDM0lxgXP { width:15.375rem;height:1.29980625rem;top:5.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vu6LbPnEq8Ti4KHWFKkAgK2QSFKKIdqR { width:15.375rem;height:2.5996125rem;top:13.875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sygr73fQg9xVTRUi3Sks1MMh44pDkEyr { width:14.5rem;height:5.19921875rem;top:16.5rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDm8W4TPxQ4OdArTTCTqAOLr5rwyT5UZ { width:16.3125rem;height:18.5176375rem;top:22.5625rem;left:1.84375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5FDP7EyE8KOSUZ8uDseTobg81DZKAyn { left:2.1875rem;background-color:transparent;background-image:none;width:15.625rem;top:2.05859375rem;height:2.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 { display:block; }#R2h8qB0GcogVzeIXFhM8SGqeCzTDSMw3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIk9xpmVncMUTBOTqwvKcBRQgBI4lrMD { width:16rem;height:1.29980625rem;top:1.25rem;left:2rem;font-size:1rem;display:block; }
 }