.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,229,214;--color-primary-1:255,178,131;--color-primary-2:255,127,49;--color-primary-3:237,134,57;--color-primary-4:255,96,0;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:237,237,237;--color-secondary-3:142,142,142;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"roboto"; }@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:#fafafa;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { background-color: transparent; background-image: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { display: none; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .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); }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { border-width: 0; border-radius: 0; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#MbuwBOR5IL7S8VIuSO3exud15DkJLvtf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:15.5rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#qnsmsKGTQpRaoQZXqz7avfBU48Jb6X83 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.9375rem;top:1.03125rem;left:50.854166030884rem;overflow:hidden;display:block; }
#MzLfFKT4089Je8Fx7vhps6mrNz1nLDAm { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.5rem;top:0.90625rem;left:42.331380844116rem;overflow:hidden;display:block; }
#vnfwpogzIExTQS77bbazyULxQQEiwNPV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0.3125rem;left:46.604166030884rem;overflow:hidden;display:block; }
#lHDf9ggHlFO540a9PScQFZ9gtslxVOzI { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.75rem;top:1.5rem;left:55.250001907349rem;overflow:hidden;display:block; }
#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { background-color: transparent; background-image: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container > .video-iframe-container { display: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row > .video-iframe-container { display: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .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); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { border-width: 0; border-radius: 0; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#vIx1tf8wxX4x1klgOTwDSHTPVNa4xi3c { position:absolute;display:block;z-index:15058;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:7.875rem;width:9.1875rem;top:42.875rem;left:15.207681655884rem;overflow:hidden;display:none; }
#yHKaGuTKOp2ihTt2t88NgicPUKLQ8okl { position:absolute;display:block;z-index:15057;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:7.5rem;width:7.5rem;top:43.3125rem;left:47.437501907349rem;overflow:hidden;display:none; }
#xL9Qf8DxO1UIkmIxIhfryNGW4cyTTkJr { position:absolute;display:block;z-index:15059;height:31.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container { background-color: transparent; background-image: none; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container > .video-iframe-container { display: none; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row > .video-iframe-container { display: none; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .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); }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container { border-width: 0; border-radius: 0; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#K8Q0kMXnLk5dMOJTyyPqslwdaaF5VoyA { position:absolute;display:block;z-index:15003;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.8541669845581rem;left:57.000001907349rem;display:block; }
#NdlX83S0aDxLfnLQwFxoiiOI4LnUGD8N { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.5rem;left:2.625rem;height:3.6875rem;font-style:normal;display:block; }
#hFnrCEVT7wAQ9xg1PHMzp1EhLhCW2151 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:18.177734375rem;left:0rem;display:block; }
#ETbTLqFuXsFHSGlrnBz91OJusTWfTIlk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:5.375rem;left:2.6875rem;height:1.22540625rem;font-style:normal;display:block; }
#RFq0uBw5mlKAbUJhTMPND2DDR7qyNu4a { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.3125rem;left:2.625rem;height:1.22540625rem;font-style:normal;display:block; }
#wKfkRcbRRB9nR0b6tPyhahdBlSFAZMGg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs { 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:3.1875rem;left:0.4375rem; }
#HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#QLFy1o5M2E6N4ti5py29arlo63FPgb4O { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.375rem;left:0.625rem; }
#QLFy1o5M2E6N4ti5py29arlo63FPgb4O > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:9.3541669845581rem;left:57.500001907349rem; }
#sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:9.1666669845581rem;left:54.375001907349rem; }
#LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#Op1PW4DHvFGSC0fX8kCtqfV66X17cTot { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:9.2291669845581rem;left:51.437501907349rem; }
#Op1PW4DHvFGSC0fX8kCtqfV66X17cTot > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#D2AuSGbAJmQApnBi2Jcq9B9zID0Xp6nd { position:absolute;display:block;z-index:15034;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.1875rem;width:13.25rem;top:15.1640625rem;left:23.375001907349rem;overflow:hidden;display:block; }
#lW6XR0xLrIaDKWHdlpTzkxweaCCukC7V { color:rgba(var(--color-tertiary-4),0.66);display:block;width:24.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:19.12109375rem;left:17.530111312866rem;height:1.22540625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bB087G9BWxvqpSJd40D0TAd1yFDCwr6x { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6.912109375rem;left:52.000001907349rem;height:1.22540625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:7.625rem;left:0.375rem; }
#Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#wL16VZt0S18fytENWauN8MpVKnQvRzT9 { position:absolute;display:block;z-index:15004;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.8125rem;left:54.062501907349rem;display:block; }
#qDqk86un2VQ1TEcewmBzw2wklfE9bChE { position:absolute;display:block;z-index:15005;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.875rem;left:51.0625rem;display:block; }
#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:none; }#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk > .row .container { border-width: 0; border-radius: 0; }#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:none; }#mih1vzGeN6zT7zFbwsMvMThfMR12Gagi { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.5rem;left:2.625rem;height:3.6738375rem;font-style:normal;display:block; }
#uW1A8yQL5URG9x4iTgWx5inpy7NuSElP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:18.177734375rem;left:0rem;display:block; }
#OtO7CWAg7b79fUXyln1RzH21yJrCfoPV { color:rgba(var(--color-tertiary-4),1);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:5.375rem;left:2.6875rem;height:1.2246125rem;font-style:normal;display:block; }
#wCnQvdmllco9TTleO60kWh0HkMfQvotk { color:rgba(var(--color-tertiary-4),1);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:3.3125rem;left:2.625rem;height:1.2246125rem;font-style:normal;display:block; }
#aE2dMpSVSkWT1TTlLeIsHBoEn3nt8yn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.375rem;left:0.5rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr { 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:3.1875rem;left:0.4375rem; }
#OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.375rem;left:0.625rem; }
#qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:9.3125rem;left:51.562501907349rem; }
#NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:9.25rem;left:54.500001907349rem; }
#Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:9.1875rem;left:57.375001907349rem; }
#b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#LsfNyxoUNkCilfxQSTKTa7I34VvOytn8 { position:absolute;display:block;z-index:15034;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.1875rem;width:13.25rem;top:15.1640625rem;left:23.375001907349rem;overflow:hidden;display:block; }
#tLAcoKZfRfUK3VNaPMN2Db12akETWdRm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6.912109375rem;left:52.000001907349rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:7.625rem;left:0.375rem; }
#hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#s0iSmHVIOTATUEnxRQLn14eIL1OfgLeZ { position:absolute;display:block;z-index:15005;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.8125rem;left:57.000001907349rem;display:block; }
#PZfQABqDM9foSfUkfP9rkN3uImf78VW3 { position:absolute;display:block;z-index:15005;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.8125rem;left:57.000001907349rem;display:none; }
#EukUPW3ZGnJNpQByqSfOEqcsIaRofxQh { position:absolute;display:block;z-index:15005;background-color:#ea6d00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-secondary-4),0.05) ;height:2.375rem;width:2.375rem;top:8.8125rem;left:57.000001907349rem;display:none; }
#aTEisCkctQM1AtdQiQiy8zts09xscm5X { color:rgba(var(--color-tertiary-4),0.66);display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:19.121746063233rem;left:17.53125rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbuwBOR5IL7S8VIuSO3exud15DkJLvtf { top:1rem;left:0rem;width:15.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnsmsKGTQpRaoQZXqz7avfBU48Jb6X83 { top:1rem;left:43.8125rem;width:3.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLfFKT4089Je8Fx7vhps6mrNz1nLDAm { top:0.875rem;left:36.206380844116rem;width:3.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnfwpogzIExTQS77bbazyULxQQEiwNPV { top:0.3125rem;left:40.479166030884rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDf9ggHlFO540a9PScQFZ9gtslxVOzI { top:1.5rem;left:43rem;width:4.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf { display:block; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIx1tf8wxX4x1klgOTwDSHTPVNa4xi3c { top:42.875rem;left:9.0826816558837rem;width:9.1875rem;height:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yHKaGuTKOp2ihTt2t88NgicPUKLQ8okl { top:43.3125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xL9Qf8DxO1UIkmIxIhfryNGW4cyTTkJr { top:0rem;left:0rem;width:47.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 { display:block; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8Q0kMXnLk5dMOJTyyPqslwdaaF5VoyA { top:8.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdlX83S0aDxLfnLQwFxoiiOI4LnUGD8N { top:7.5rem;left:0rem;width:18.1875rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFnrCEVT7wAQ9xg1PHMzp1EhLhCW2151 { top:18.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbTLqFuXsFHSGlrnBz91OJusTWfTIlk { top:5.375rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFq0uBw5mlKAbUJhTMPND2DDR7qyNu4a { top:3.3125rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKfkRcbRRB9nR0b6tPyhahdBlSFAZMGg { top:1.375rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs { top:3.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #QLFy1o5M2E6N4ti5py29arlo63FPgb4O { top:5.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
#QLFy1o5M2E6N4ti5py29arlo63FPgb4O > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F { top:9.3125rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
#sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 { top:9.125rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Op1PW4DHvFGSC0fX8kCtqfV66X17cTot { top:9.1875rem;left:45.312501907349rem;width:1.625rem;height:1.625rem;display:block; }
#Op1PW4DHvFGSC0fX8kCtqfV66X17cTot > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #D2AuSGbAJmQApnBi2Jcq9B9zID0Xp6nd { top:15.125rem;left:17.250001907349rem;width:13.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW6XR0xLrIaDKWHdlpTzkxweaCCukC7V { top:19.0625rem;left:11.405111312866rem;width:24.875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB087G9BWxvqpSJd40D0TAd1yFDCwr6x { top:6.875rem;left:41.25rem;width:6.5rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai { top:7.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #wL16VZt0S18fytENWauN8MpVKnQvRzT9 { top:8.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDqk86un2VQ1TEcewmBzw2wklfE9bChE { top:8.875rem;left:44.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk { display:block; }#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mih1vzGeN6zT7zFbwsMvMThfMR12Gagi { top:7.5rem;left:0rem;width:24.75rem;height:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW1A8yQL5URG9x4iTgWx5inpy7NuSElP { top:18.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO7CWAg7b79fUXyln1RzH21yJrCfoPV { top:9.25rem;left:1.4375005960464rem;width:4.875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCnQvdmllco9TTleO60kWh0HkMfQvotk { top:3.3125rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE2dMpSVSkWT1TTlLeIsHBoEn3nt8yn8 { top:1.375rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr { top:3.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 { top:5.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
#qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW { top:9.3125rem;left:45.437501907349rem;width:1.375rem;height:1.375rem;display:block; }
#NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 { top:9.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
#Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w { top:9.1875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #LsfNyxoUNkCilfxQSTKTa7I34VvOytn8 { top:15.125rem;left:17.250001907349rem;width:13.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAcoKZfRfUK3VNaPMN2Db12akETWdRm { top:6.875rem;left:41.25rem;width:6.5rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL { top:7.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #s0iSmHVIOTATUEnxRQLn14eIL1OfgLeZ { top:8.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfQABqDM9foSfUkfP9rkN3uImf78VW3 { top:8.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EukUPW3ZGnJNpQByqSfOEqcsIaRofxQh { top:8.8125rem;left:45.375rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTEisCkctQM1AtdQiQiy8zts09xscm5X { top:19.0625rem;left:11.40625rem;width:24.9375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c { position:relative;z-index:auto;display:block; }#SzeCSzzGMpIwHfRuHgJnfsEyv7HW8J5c > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbuwBOR5IL7S8VIuSO3exud15DkJLvtf { width:6.8125rem;height:1.1875rem;top:0.560546875rem;left:0.31184899806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnsmsKGTQpRaoQZXqz7avfBU48Jb6X83 { width:1.9375rem;height:1.375rem;top:0.46651786565781rem;left:15.125000059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLfFKT4089Je8Fx7vhps6mrNz1nLDAm { width:1.5625rem;height:1.125rem;top:0.59151786565781rem;left:11.562500059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnfwpogzIExTQS77bbazyULxQQEiwNPV { width:1.6875rem;height:1.6875rem;top:0.3125rem;left:13.250000059604rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDf9ggHlFO540a9PScQFZ9gtslxVOzI { width:2.3125rem;height:0.875rem;top:0.71651786565781rem;left:17.312128126621rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf { background-color:rgba(250,250,250,0.94);background-image:none;display:block; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { background-color: transparent; background-image: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container > .video-iframe-container { display: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row > .video-iframe-container { display: none; }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .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); }#JzVE8xO67ODiVwXzy3KVvPVkqpfo5Clf > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIx1tf8wxX4x1klgOTwDSHTPVNa4xi3c { width:9.1875rem;height:7.875rem;top:25.5rem;left:12.35416662693rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #yHKaGuTKOp2ihTt2t88NgicPUKLQ8okl { width:7.5rem;height:7.5rem;top:25.9375rem;left:14.021486878395rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #xL9Qf8DxO1UIkmIxIhfryNGW4cyTTkJr { width:20rem;height:10.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 { display:none; }#i7GIQdi0ZM9aHG38zMvacOn5tPTRpVo5 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K8Q0kMXnLk5dMOJTyyPqslwdaaF5VoyA { width:3.0625rem;height:3.0625rem;top:19.062501907349rem;left:12.250000834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdlX83S0aDxLfnLQwFxoiiOI4LnUGD8N { width:13.6873125rem;height:6.5625rem;top:13.302408218384rem;left:5.7397459745407rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hFnrCEVT7wAQ9xg1PHMzp1EhLhCW2151 { width:18.75rem;height:0.0625rem;top:16.812339782715rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETbTLqFuXsFHSGlrnBz91OJusTWfTIlk { width:11.1246875rem;height:1.3125rem;top:11.356607437134rem;left:5.2490233182907rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFq0uBw5mlKAbUJhTMPND2DDR7qyNu4a { width:11.375rem;height:1.3125rem;top:9.25rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKfkRcbRRB9nR0b6tPyhahdBlSFAZMGg { width:12.3746875rem;height:1.2246125rem;top:6.1868476867676rem;left:3.8118489980697rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs { width:1.5625rem;height:1.5625rem;top:9.1875rem;left:3.5rem;display:block; }
#HFLWdHuvRUhgtpERkZcrXxvPpA61BhBs > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #QLFy1o5M2E6N4ti5py29arlo63FPgb4O { width:1.375rem;height:1.375rem;top:11.419269561767rem;left:5.4370115995407rem;display:block; }
#QLFy1o5M2E6N4ti5py29arlo63FPgb4O > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F { width:1.875rem;height:1.875rem;top:19.687501907349rem;left:12.812500834465rem;display:block; }
#sNJx3PsFhwwg7WEe04HFkhIbFZPq7T8F > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 { width:1.875rem;height:1.875rem;top:19.687501907349rem;left:9.062500834465rem;display:block; }
#LwgFbfVzFx3kTgehHgIIzaTpvaFH8XU3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Op1PW4DHvFGSC0fX8kCtqfV66X17cTot { width:2.1875rem;height:2.1875rem;top:19.500001907349rem;left:5.1250003576279rem;display:block; }
#Op1PW4DHvFGSC0fX8kCtqfV66X17cTot > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #D2AuSGbAJmQApnBi2Jcq9B9zID0Xp6nd { width:15.8748125rem;height:2.999675rem;top:1.1507148742676rem;left:2.0613607168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW6XR0xLrIaDKWHdlpTzkxweaCCukC7V { width:19.6875rem;height:2.09895625rem;top:22.88125038147rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bB087G9BWxvqpSJd40D0TAd1yFDCwr6x { width:6.4995625rem;height:1.04980625rem;top:25.180850585937rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai { display:flex;width:1.75rem;height:1.75rem;top:27.479840136719rem;left:9.125rem; }
#Lk9Ewe9GDCIJb0na3sfSebfnuNnwrPai > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #wL16VZt0S18fytENWauN8MpVKnQvRzT9 { width:2.375rem;height:2.375rem;top:30.479858398438rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDqk86un2VQ1TEcewmBzw2wklfE9bChE { width:2.375rem;height:2.375rem;top:34.104858398438rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk { position:relative;z-index:auto;display:block; }#K1emB9TzAEbsHrThDUhuTWAp40Kp9yDk > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mih1vzGeN6zT7zFbwsMvMThfMR12Gagi { width:13.686875rem;height:2.625rem;top:12.60498046875rem;left:3.1559244394303rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #uW1A8yQL5URG9x4iTgWx5inpy7NuSElP { width:20rem;height:0.0625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO7CWAg7b79fUXyln1RzH21yJrCfoPV { width:4.875rem;height:0.875rem;top:9.28125rem;left:7.5625005960462rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#201c1c;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #wCnQvdmllco9TTleO60kWh0HkMfQvotk { width:6.5625rem;height:0.875rem;top:6rem;left:6.7187501192094rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#201c1c;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #aE2dMpSVSkWT1TTlLeIsHBoEn3nt8yn8 { width:12.374375rem;height:1.04980625rem;top:1.8736982345581rem;left:3.8125001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#201c1c;display:block; }
 }@media only screen and (max-width: 763px) { #OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr { width:1.3125rem;height:1.3125rem;top:4.6666660308838rem;left:9.3437505960463rem;display:block; }
#OwN5Ti13GgO5TkKuAXwBhaP3ygwOOvPr > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 { width:1.25rem;height:1.25rem;top:7.79296875rem;left:9.3750005960463rem;display:block; }
#qp8T6qXftPZqs4VIkZw3vVrTzEEFptO8 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW { width:1.3125rem;height:1.3125rem;top:18.25rem;left:11.75rem;display:block; }
#NZbUcutwESQP2NIeiTfcfk8p4PRBsmEW > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 { width:1.625rem;height:1.625rem;top:18.0625rem;left:9.125rem;display:block; }
#Uq74TUEinKIyROT0i9vDfWW7dsiXCWv9 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w { width:1.5625rem;height:1.5625rem;top:18.0625rem;left:6.8125rem;display:block; }
#b6TAKIxcyqM4wBukLTAPDPeZQEFPTx8w > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LsfNyxoUNkCilfxQSTKTa7I34VvOytn8 { width:11.5rem;height:2.125rem;top:23.75rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLAcoKZfRfUK3VNaPMN2Db12akETWdRm { width:6.499375rem;height:0.875rem;top:16.5625rem;left:6.75rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL { display:flex;width:1.4375rem;height:1.4375rem;top:11.022134780884rem;left:9.3125005960463rem; }
#hgwNTRdUUW8HbWhy9hxNbQgcwRPlRHcL > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #s0iSmHVIOTATUEnxRQLn14eIL1OfgLeZ { width:1.875rem;height:1.875rem;top:17.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZfQABqDM9foSfUkfP9rkN3uImf78VW3 { width:1.875rem;height:1.875rem;top:17.9375rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #EukUPW3ZGnJNpQByqSfOEqcsIaRofxQh { width:1.875rem;height:1.875rem;top:17.9375rem;left:11.4375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #aTEisCkctQM1AtdQiQiy8zts09xscm5X { width:19.6875rem;height:0.875rem;top:27.937010765076rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--paragraphs-font-family);display:block; }
 }