.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,231,239;--color-primary-1:236,175,201;--color-primary-2:217,94,146;--color-primary-3:109,47,73;--color-primary-4:33,14,22;--color-secondary-0:250,234,228;--color-secondary-1:239,187,165;--color-secondary-2:222,118,74;--color-secondary-3:111,59,37;--color-secondary-4:33,18,11;--color-tertiary-0:255,255,255;--color-tertiary-1:254,247,206;--color-tertiary-2:251,229,91;--color-tertiary-3:126,115,46;--color-tertiary-4:25,23,9;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv { border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { background-color: transparent; background-image: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container > .video-iframe-container { display: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row > .video-iframe-container { display: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .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); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { border-width: 0; border-radius: 0; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { font-size:0.875rem;font-family:arial;height:4.670833125rem;width:75rem;position:relative;display:block; }#TQSxnvMkJL8qo8Ne8vn7TmRbl4QqLGWD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.1875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#E4OW5PfA8i2TNp0o4EGmoCM8GzsQeGmD { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.4375rem;left:26.25rem;display:block; }
#IdsMTQPc6H077pJZmbSU0nyRTlEPS6Hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#li6xePDERRJL3lNtihWNRBImPBvZ4ohu { background-color:rgba(var(--color-primary-2),1);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: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.96875rem;left:49.25rem;display:block; }
#ZGhy8wCTO4gGk7rUHrwVTEB6v3BmTdvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLaATrT6RB4ZPONU9ldS67uhmoZGhBKq { background-color:rgba(var(--color-secondary-2),1);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: 0rem 0rem 1.25rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.96875rem;left:62.4375rem;display:block; }
#VkapVqkhHr4rrV9hX9PUKiuIettiQmLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKDst2AsbNPk7oeaKZF3tpF4ku5dHcEe { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.4375rem;left:33.75rem;display:block; }
#wwQxKlkRmxpmxUPvFmqsz6pi694rWfv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsasIAVX9NrTWIO9bDAs1atXWEQwqCrV { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.4375rem;left:41.25rem;display:block; }
#C5dpaRbZZ9LGXuKO1u7GsxGkDegK0mRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u5I2WDhiCunvdCrAM5ca1lqHNmE67ky6 { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4375rem;left:18.8125rem;display:block; }
#JqAsngMNR98yMVstxlTmv9aIFrAgpeZh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i { border-bottom:0;border-left:0;border-right:0;border-top: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; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container { background-color: transparent; background-image: none; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container > .video-iframe-container { display: none; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row > .video-iframe-container { display: none; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .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); }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container { border-width: 0; border-radius: 0; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container { font-size:0.875rem;font-family:arial;height:77.625rem;width:75rem;position:relative;display:block; }#SHtpHaWgUeJytPTTWTUTbs0NTdiJXwwV { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.625rem;left:38.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#pxri0Pmzhh2grw2W5Dt0RGUVVcC6KMUw { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:17.5625rem;left:38.0625rem;height:6.75rem;color:#333333;display:block; }
#UOPQkwKuVRTyBDdyTFLRNiduR5bacPNK { display:block;width:75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#TsRO3ZSaSq850HXoI8u0KI8TyTqyiayS { display:block;width:53.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:10.84375rem;height:1.625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#bN2rBHWdWh2XTErawHgt90NX4QA78maI { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:33.75rem;left:38.0625rem;height:8.4375rem;color:#333333;display:block; }
#XeWfCF7rHDGv1NG30l9vw0OWvPSP49Kb { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:27.375rem;left:38.0625rem;height:3.375rem;color:#333333;display:block; }
#pWTBrsqaWUwgl6ktMlaDTl2lZT70vkHH { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:48.392578125rem;left:38.0625rem;height:8.4375rem;color:#333333;display:block; }
#Fcovp55zzx0vaScgPDgbCzIECQnKcB7l { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:30.9375rem;top:11.125rem;left:3.759765625rem;overflow:hidden;display:block; }
#dld7dxkl4c6NUNKh9Kh4kvGxReAXUNCF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:33.0625rem;top:42.455078125rem;left:2.697265625rem;overflow:hidden;display:block; }
#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB { border-top:0.3125rem solid #000000;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; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container { background-color: transparent; background-image: none; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container > .video-iframe-container { display: none; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row > .video-iframe-container { display: none; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .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); }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container { border-width: 0; border-radius: 0; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;position:relative;display:block; }#GDKtw6Tr0GMghhPwoCSIGhfIJJFUvo5q { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.9666671752931rem;left:7.5rem;height:2.375rem;font-style:normal;display:block; }
#DMbSF1q1PzCGT14bchLXROO2xAVeAnZg { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.5rem;left:34.4375rem;height:2.375rem;font-style:normal;display:block; }
#HAlTzux9tXGda0uTcfrkyeWGy1aRl9xQ { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:34.4375rem;height:1.1875rem;font-style:normal;display:block; }
#TpRa1gpKuPcV4vXzEkETRKbTLvNIfII2 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:6.625rem;left:34.5rem;height:1.1875rem;font-style:normal;display:block; }
#ilD2Aco0biTMxx2qTuiPdto9RrD7TCZV { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.375rem;font-style:normal;display:block; }
#TNBEqigBxM1bSVLDGUbBZuGGnCsEJEAu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.5rem;left:32.5rem; }
#LULZg5RDbAJM2cbrfPR7f58zI0yxE4T9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:9rem;left:32.5rem; }
#ONpetsxR7TgLIMHvtZXAUQkFqCB2ORA8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.5rem;left:32.5rem; }
#IdpgSwTALWhaw9dzToQqSTZLJHkrPeUQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:12.1875rem;top:4.0625rem;left:7.5rem;overflow:hidden;display:block; }
#vk8uvqZGsrIqG64iSOucDXvvaR6vv2Vy { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:3.875rem;left:51.25rem;height:1.375rem;font-style:normal;display:block; }
#RCvsIT4NZsy6eT1lMFf63x6ut7gX7RPu { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:6.25rem;left:51.25rem;display:block; }
#Hw7MBVauQ2CWxHcwlyeFgOoXHl1HRNzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFi3ttbnoMSS4TDhcSC3G1niHAMsFOhE { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:8.9375rem;left:51.25rem;display:block; }
#gTxo1gePNElPbqSnJoWKHGbssUQ4san8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNLIH60qziEAfENT7QN9c84n31rTeR2k { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:11.5625rem;left:51.25rem;display:block; }
#EwymprNundaGvRPeiJvM66ABuRILkgDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xz7uvZqMs9MxLzSbs69PCoJNQWVGQDbs { color:#000000;display:block;width:46.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.5625rem;left:7.5rem;height:1.1875rem;font-style:normal;display:block; }
#b2JEfRGX3QeTs0E1683zDdRuDtM3WOFa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.5rem;width:11.3125rem;top:6.8125rem;left:60.687496185302rem;overflow:hidden;display:block; }
#uQzTbwWEP7uXv2EFIgug9SRCxZsqnzEh { background-color:rgba(0,0,0,0);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: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:#3c3833;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.3125rem;text-decoration:none;z-index:15021;text-align:left;text-align-last:left;top:14.0625rem;left:51.25rem;display:block; }
#r7UXfeAADFoCNA8KBXH7TTna4pE0up0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv { display:block; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQSxnvMkJL8qo8Ne8vn7TmRbl4QqLGWD { width:12.1875rem;height:2.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OW5PfA8i2TNp0o4EGmoCM8GzsQeGmD { width:7.5rem;height:1.5rem;top:1.4375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdsMTQPc6H077pJZmbSU0nyRTlEPS6Hm { display:block; }
 }@media only screen and (max-width: 763px) { #li6xePDERRJL3lNtihWNRBImPBvZ4ohu { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGhy8wCTO4gGk7rUHrwVTEB6v3BmTdvg { display:block; }
 }@media only screen and (max-width: 763px) { #GLaATrT6RB4ZPONU9ldS67uhmoZGhBKq { width:12.5625rem;height:2.4375rem;top:0.9375rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkapVqkhHr4rrV9hX9PUKiuIettiQmLn { display:block; }
 }@media only screen and (max-width: 763px) { #sKDst2AsbNPk7oeaKZF3tpF4ku5dHcEe { width:7.5rem;height:1.5rem;top:1.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwQxKlkRmxpmxUPvFmqsz6pi694rWfv5 { display:block; }
 }@media only screen and (max-width: 763px) { #AsasIAVX9NrTWIO9bDAs1atXWEQwqCrV { width:7.5rem;height:1.5rem;top:1.4375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dpaRbZZ9LGXuKO1u7GsxGkDegK0mRa { display:block; }
 }@media only screen and (max-width: 763px) { #u5I2WDhiCunvdCrAM5ca1lqHNmE67ky6 { width:7.5rem;height:1.5rem;top:1.4375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAsngMNR98yMVstxlTmv9aIFrAgpeZh { display:block; }
 }@media only screen and (max-width: 763px) { #EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i { display:block; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHtpHaWgUeJytPTTWTUTbs0NTdiJXwwV { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxri0Pmzhh2grw2W5Dt0RGUVVcC6KMUw { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPQkwKuVRTyBDdyTFLRNiduR5bacPNK { width:47.75rem;height:;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsRO3ZSaSq850HXoI8u0KI8TyTqyiayS { width:47.75rem;height:1.625rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2rBHWdWh2XTErawHgt90NX4QA78maI { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWfCF7rHDGv1NG30l9vw0OWvPSP49Kb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTBrsqaWUwgl6ktMlaDTl2lZT70vkHH { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcovp55zzx0vaScgPDgbCzIECQnKcB7l { top:11.125rem;left:0rem;width:30.9375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dld7dxkl4c6NUNKh9Kh4kvGxReAXUNCF { top:42.4375rem;left:0rem;width:33.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB { display:block; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDKtw6Tr0GMghhPwoCSIGhfIJJFUvo5q { top:7.9375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMbSF1q1PzCGT14bchLXROO2xAVeAnZg { top:11.5rem;left:20.8125rem;width:10.0625rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlTzux9tXGda0uTcfrkyeWGy1aRl9xQ { top:9.125rem;left:20.8125rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpRa1gpKuPcV4vXzEkETRKbTLvNIfII2 { top:6.625rem;left:20.874999046326rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilD2Aco0biTMxx2qTuiPdto9RrD7TCZV { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBEqigBxM1bSVLDGUbBZuGGnCsEJEAu { top:6.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULZg5RDbAJM2cbrfPR7f58zI0yxE4T9 { top:9rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONpetsxR7TgLIMHvtZXAUQkFqCB2ORA8 { top:11.5rem;left:18.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdpgSwTALWhaw9dzToQqSTZLJHkrPeUQ { width:12.1875rem;height:2.75rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8uvqZGsrIqG64iSOucDXvvaR6vv2Vy { top:3.875rem;left:35.9375rem;width:11.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCvsIT4NZsy6eT1lMFf63x6ut7gX7RPu { width:7.5rem;height:1.5rem;top:6.25rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw7MBVauQ2CWxHcwlyeFgOoXHl1HRNzq { display:block; }
 }@media only screen and (max-width: 763px) { #IFi3ttbnoMSS4TDhcSC3G1niHAMsFOhE { width:7.0625rem;height:1.3125rem;top:8.9375rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxo1gePNElPbqSnJoWKHGbssUQ4san8 { display:block; }
 }@media only screen and (max-width: 763px) { #zNLIH60qziEAfENT7QN9c84n31rTeR2k { width:7.0625rem;height:1.3125rem;top:11.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwymprNundaGvRPeiJvM66ABuRILkgDu { display:block; }
 }@media only screen and (max-width: 763px) { #xz7uvZqMs9MxLzSbs69PCoJNQWVGQDbs { top:17.5625rem;left:0rem;width:46.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2JEfRGX3QeTs0E1683zDdRuDtM3WOFa { top:6.8125rem;left:36.4375rem;width:11.3125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQzTbwWEP7uXv2EFIgug9SRCxZsqnzEh { width:7.0625rem;height:1.3125rem;top:14.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UXfeAADFoCNA8KBXH7TTna4pE0up0e { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { background-color: transparent; background-image: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container > .video-iframe-container { display: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row > .video-iframe-container { display: none; }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .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); }#PuF6yn5nkrcrOfOBqX1lrUwGmXCcUwJv > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQSxnvMkJL8qo8Ne8vn7TmRbl4QqLGWD { width:6rem;height:1.25rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OW5PfA8i2TNp0o4EGmoCM8GzsQeGmD { width:7.5rem;height:1.5rem;top:6.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdsMTQPc6H077pJZmbSU0nyRTlEPS6Hm { display:block; }
 }@media only screen and (max-width: 763px) { #li6xePDERRJL3lNtihWNRBImPBvZ4ohu { width:12.5625rem;height:2.4375rem;top:14.75rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGhy8wCTO4gGk7rUHrwVTEB6v3BmTdvg { display:block; }
 }@media only screen and (max-width: 763px) { #GLaATrT6RB4ZPONU9ldS67uhmoZGhBKq { width:12.5625rem;height:2.4375rem;top:18.4375rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkapVqkhHr4rrV9hX9PUKiuIettiQmLn { display:block; }
 }@media only screen and (max-width: 763px) { #sKDst2AsbNPk7oeaKZF3tpF4ku5dHcEe { width:7.5rem;height:1.5rem;top:9.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwQxKlkRmxpmxUPvFmqsz6pi694rWfv5 { display:block; }
 }@media only screen and (max-width: 763px) { #AsasIAVX9NrTWIO9bDAs1atXWEQwqCrV { width:7.5rem;height:1.5rem;top:12rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dpaRbZZ9LGXuKO1u7GsxGkDegK0mRa { display:block; }
 }@media only screen and (max-width: 763px) { #u5I2WDhiCunvdCrAM5ca1lqHNmE67ky6 { width:7.5rem;height:1.5rem;top:3.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAsngMNR98yMVstxlTmv9aIFrAgpeZh { display:block; }
 }@media only screen and (max-width: 763px) { #EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i { display:block; }#EoIr1RRwTibIVFRgKIzwmLTMMxga6T3i > .row .container { width:20rem;height:185.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHtpHaWgUeJytPTTWTUTbs0NTdiJXwwV { width:18.75rem;height:3.875rem;top:72.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxri0Pmzhh2grw2W5Dt0RGUVVcC6KMUw { width:18.75rem;height:6.875rem;top:77.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOPQkwKuVRTyBDdyTFLRNiduR5bacPNK { width:18.75rem;height:2.375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TsRO3ZSaSq850HXoI8u0KI8TyTqyiayS { width:17.25rem;height:6.5rem;top:4.875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN2rBHWdWh2XTErawHgt90NX4QA78maI { width:20rem;height:8.25rem;top:128.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWfCF7rHDGv1NG30l9vw0OWvPSP49Kb { width:20rem;height:0;top:156.55366161616rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTBrsqaWUwgl6ktMlaDTl2lZT70vkHH { width:20rem;height:0;top:174.33792437609rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcovp55zzx0vaScgPDgbCzIECQnKcB7l { width:20rem;height:17.616161616162rem;top:137.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dld7dxkl4c6NUNKh9Kh4kvGxReAXUNCF { width:20rem;height:11.909262759924rem;top:161.17866161616rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB { display:block; }#S1TWe50ZqIXHMLATeGJzE7cy27ZF4VsB > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDKtw6Tr0GMghhPwoCSIGhfIJJFUvo5q { width:14.625rem;height:2.375rem;top:3.5rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMbSF1q1PzCGT14bchLXROO2xAVeAnZg { width:7.3125rem;height:2.75rem;top:20.8125rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAlTzux9tXGda0uTcfrkyeWGy1aRl9xQ { width:8rem;height:1.375rem;top:15.375rem;left:6rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpRa1gpKuPcV4vXzEkETRKbTLvNIfII2 { width:11.375rem;height:1.375rem;top:9.9375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilD2Aco0biTMxx2qTuiPdto9RrD7TCZV { width:20rem;height:1rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNBEqigBxM1bSVLDGUbBZuGGnCsEJEAu { width:1.5625rem;height:1.5625rem;top:7.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LULZg5RDbAJM2cbrfPR7f58zI0yxE4T9 { width:1.5625rem;height:1.5625rem;top:12.5625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONpetsxR7TgLIMHvtZXAUQkFqCB2ORA8 { width:1.5625rem;height:1.5625rem;top:18rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdpgSwTALWhaw9dzToQqSTZLJHkrPeUQ { width:12.1875rem;height:2.75rem;top:28.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk8uvqZGsrIqG64iSOucDXvvaR6vv2Vy { width:11.8125rem;height:1rem;top:32.8125rem;left:4.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCvsIT4NZsy6eT1lMFf63x6ut7gX7RPu { width:7.5rem;height:1.5rem;top:35.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw7MBVauQ2CWxHcwlyeFgOoXHl1HRNzq { display:block; }
 }@media only screen and (max-width: 763px) { #IFi3ttbnoMSS4TDhcSC3G1niHAMsFOhE { width:7.0625rem;height:1.3125rem;top:37.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTxo1gePNElPbqSnJoWKHGbssUQ4san8 { display:block; }
 }@media only screen and (max-width: 763px) { #zNLIH60qziEAfENT7QN9c84n31rTeR2k { width:7.0625rem;height:1.3125rem;top:40.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwymprNundaGvRPeiJvM66ABuRILkgDu { display:block; }
 }@media only screen and (max-width: 763px) { #xz7uvZqMs9MxLzSbs69PCoJNQWVGQDbs { width:20rem;height:3.5625rem;top:42.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2JEfRGX3QeTs0E1683zDdRuDtM3WOFa { width:11.3125rem;height:6.5rem;top:47.75rem;left:4.3125rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #uQzTbwWEP7uXv2EFIgug9SRCxZsqnzEh { width:7.0625rem;height:1.3125rem;top:55.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UXfeAADFoCNA8KBXH7TTna4pE0up0e { display:block; }
 }