.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c42ee3d8-a6a8-43c3-acfd-444e11230dd4/liciekopia_cropped.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:50.5625rem;width:60rem;position:relative;display:block; }#eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:georgia;font-size:2.3125rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:29.3125rem;left:13.437501907349rem;height:6.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLUKJpkH4E158VDxIcBS09wK8fqMXKUN { position:absolute;display:block;z-index:100000;background-color:rgba(45,45,45,0.7);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;height:35rem;width:60rem;top:12.3125rem;left:0rem;display:block; }
#ZuCmvkN4AJqL7Xshe5Xs82iEIEfaMqkR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.0625rem;top:2.6875002384186rem;left:0rem;overflow:hidden;display:block; }
#NJiAosTGnCFEptpGmqOV7GBQFQly5ice { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:17.375rem;top:14.337500572204rem;left:12rem;overflow:hidden;display:block; }
#nVo0IAFRN1MRVIWuv43rMMfOsoi6cxht { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.25rem;top:18.743750572204rem;left:30.000001907349rem;overflow:hidden;display:block; }
#EeF9EGCno7uZ3TNHvimSLX4LZLHXN2qz { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:28.16250038147rem;left:30.000001907349rem;height:8.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibRRrX7FNdo84TlNEl6BoF4EVwineN0i { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:13.375rem;top:2.6875rem;left:46.624998092651rem;overflow:hidden;display:block; }
#t3w4T0XJavUa1NJTA49i8f3Svp63GGQp { background-color:#faa21b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:41.8125rem;left:21.250001907349rem;display:block; }
#idEOLdTclskXNXVydEtiBylLiSPtO54v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr { position:relative;display:block; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr { background-color: transparent; background-image: none; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container > .video-iframe-container { display: none; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row > .video-iframe-container { display: none; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .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); }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr { border-width: 0; border-radius: 0; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container > .video-iframe-container {  }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#rk4Mh8Pr3NJwb5EZ8V8yn1hfxwtQ0ANJ { color:#f1a83b;display:block;width:59.0625rem;position:absolute;font-family:lato;font-size:4.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4156246185302rem;left:0rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container { background-color: transparent; background-image: none; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container > .video-iframe-container { display: none; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row > .video-iframe-container { display: none; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .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); }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container { border-width: 0; border-radius: 0; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row > .video-iframe-container {  }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:60rem;position:relative;display:block; }#TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:1.1572875976562rem;left:0.8125rem;height:22.05rem;font-style:normal;display:block; }
#gnZHDwzolPbTdDl71GnKxmwcg5EJ8VlZ { color:#2d2d2d;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100005;line-height:1.7;letter-spacing:0;top:25.057031154633rem;left:0.84375rem;height:28.9rem;font-style:normal;display:block; }
#SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:3.0625rem;left:44.312498092651rem;height:1.3rem;display:block; }
#WBzVZSQ81SJc8TKX7W3fQpbbG02g7M3O { position:absolute;display:block;z-index:100027;background-color:#19472e;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;height:0.125rem;width:12.5625rem;top:8.1822919845581rem;left:44.281248092651rem;display:block; }
#BipbfrpcGr8kHxxzB9TlX6bX2aTxgTvQ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:13.25rem;top:1.1572914123535rem;left:31.081251144409rem;overflow:hidden;display:block; }
#GG4rwvmknFbpHTpdQywJWKqWRFI495K1 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:13.25rem;top:10.65625rem;left:31.112501144409rem;overflow:hidden;display:block; }
#xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:12.49374961853rem;left:44.312498092651rem;height:2.6rem;display:block; }
#UMAtrfw4d0VWlLwC0znuIwmsyXsfyv5o { position:absolute;display:block;z-index:100028;background-color:#19472e;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;height:0.125rem;width:12.5625rem;top:18.418750762939rem;left:44.281248092651rem;display:block; }
#WQxHRx4Wk6J3iO3Dq683UWGnKeBESSOP { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:12.625rem;top:20.863540649414rem;left:31.393751144409rem;overflow:hidden;display:block; }
#JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:23.432292938233rem;left:44.312498092651rem;height:2.6rem;display:block; }
#kbdVRM2eXAlh2afATmeX5tzkGgPDtXrq { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:12.375rem;top:31.125rem;left:31.956251144409rem;overflow:hidden;display:block; }
#Hi0b1KTTqnlgPm4i5khwRNsuNuit63Gc { position:absolute;display:block;z-index:100029;background-color:#19472e;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;height:0.125rem;width:12.5625rem;top:28.851042747498rem;left:44.281248092651rem;display:block; }
#ypAnEEeJAEWuao5T6irRS3UGmvXGzb7R { position:absolute;display:block;z-index:100030;background-color:#19472e;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;height:0.125rem;width:12.5625rem;top:38.557291984558rem;left:44.281248092651rem;display:block; }
#f8550V5zcJpmzmsCn7w0llFwd2TZNJEm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:32.619791984558rem;left:44.312498092651rem;height:2.6rem;display:block; }
#LFP7ZwlQbS65opTF1Dux1aMpJuWbsyGC { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:12.125rem;top:41.107291221619rem;left:32.237501144409rem;overflow:hidden;display:block; }
#DFgx16F2CeUP29O9Qux4wzH0kTo6914o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:43.001040458679rem;left:44.312498092651rem;height:3.9rem;display:block; }
#gPqF1aXRwCVR9HTJCiH0ltR1lGaHacPy { position:absolute;display:block;z-index:100030;background-color:#19472e;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;height:0.125rem;width:12.5625rem;top:38.557291984558rem;left:44.281248092651rem;display:none; }
#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi { position:relative;display:block; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi { background-color: transparent; background-image: none; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container > .video-iframe-container { display: none; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row > .video-iframe-container { display: none; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .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); }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi { border-width: 0; border-radius: 0; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container > .video-iframe-container {  }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#KaTQL6oPdE4io9tG6KXAN2dQ5BThTs2P { color:#8a1c41;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:4.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.4109371006489rem;left:30.625001907349rem;height:5.60625rem;text-align:center;text-align-last:center;display:block; }
#VssX9zacUyaI46ZIzZQamAg2hiwalfgb { position:relative;display:block; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb { background-color: transparent; background-image: none; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container > .video-iframe-container { display: none; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row > .video-iframe-container { display: none; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .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); }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb { border-width: 0; border-radius: 0; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container > .video-iframe-container {  }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#GN3VsPJCqSeWenTRVmUQg23ruK5KF0Hf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:10.3125rem;top:1.03125rem;left:0.8125rem;overflow:hidden;display:block; }
#kPMxrdq22r4fJ7OuadXET1BtRWs9nmtk { color:#2d2d2d;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tMpWaz2ZRt2tuSzCf6AGQS0hZsKiBleL { position:absolute;display:block;z-index:100016;background-color:#4d8b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:12.75rem;left:1.4375rem;display:block; }
#xkTZlkb8Q2k2pyhkVmQ5OOigQXVUNPI8 { color:#2d2d2d;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.4375rem;height:7.3125rem;font-style:normal;display:block; }
#cMTyFPisW7XuJciHGqczklGcomC85miU { box-sizing:content-box;color:#4d8b91;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:21.5rem;left:0.8125rem;display:block; }
#L8qfGcmfDXNmk0IQcLU7NJAbA54spFv9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:9.125rem;top:1.03125rem;left:31.375001907349rem;overflow:hidden;display:block; }
#So3KSGJDG6oabGz2KEhBfmNlTbrtcP0l { color:#2d2d2d;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.656251907349rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMGT9ghph7oTkvhg9TP6Rc7dKcyGuDt4 { position:absolute;display:block;z-index:100021;background-color:#4d8b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:12.78125rem;left:31.687501907349rem;display:block; }
#QL6tCBHU9HrnCtAlNZfHbDF87lW9ZG27 { color:#2d2d2d;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:14.1875rem;left:31.718751907349rem;height:7.3125rem;font-style:normal;display:block; }
#s7oVLh6mZN8zi7wy1IqFZPlxnsuGRwWS { box-sizing:content-box;color:#4d8b91;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:21.5rem;left:31.031251907349rem;display:block; }
#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh { position:relative;display:block; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh { background-color: transparent; background-image: none; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container > .video-iframe-container { display: none; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row > .video-iframe-container { display: none; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .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); }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh { border-width: 0; border-radius: 0; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container > .video-iframe-container {  }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#X3o56GU2UrslegnNRGokOdRR8DS7ziD0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:9.3125rem;top:1.03125rem;left:0.8125rem;overflow:hidden;display:block; }
#Tl7qTOsL2vlACP1nvUTpsZeFTNeFJJXd { color:#2d2d2d;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXhLPzyd9nrGgdl8V6qB3XvTdUnfzlpI { position:absolute;display:block;z-index:100016;background-color:#4d8b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:12.75rem;left:1.4375rem;display:block; }
#U11tyiDlJcbxWil8RdZSxRZddPKF0Fzz { color:#2d2d2d;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:14.1875rem;left:1.4375rem;height:6.09375rem;font-style:normal;display:block; }
#Ru7G6rQiZ1PvU9ItFKlbwkGTGU5BgH4S { box-sizing:content-box;color:#4d8b91;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:21.5rem;left:0.8125rem;display:block; }
#bMJV1xPdNfTsTGPT7chHG4WIitNm2Ic5 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:10.0625rem;top:1.03125rem;left:31.375001907349rem;overflow:hidden;display:block; }
#cTSRV9UC7mirsawyPswtFr8w7hgaky2O { color:#2d2d2d;display:block;width:20.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.656251907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTn6H9mRQnh5XithiQy2M8tRaQVZ8N58 { position:absolute;display:block;z-index:100021;background-color:#4d8b91;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:12.78125rem;left:31.687501907349rem;display:block; }
#IsML8OWI6A9PedIw9U7WHs7i6Xrg3Thq { color:#2d2d2d;display:block;width:22.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:14.1875rem;left:31.718751907349rem;height:6.09375rem;font-style:normal;display:block; }
#gNkzzBiaxc320xDk9FVWrs2SHFDQxuwE { box-sizing:content-box;color:#4d8b91;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:21.5rem;left:31.031251907349rem;display:block; }
#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { background-color: transparent; background-image: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container { display: none; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .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); }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { border-width: 0; border-radius: 0; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row > .video-iframe-container {  }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:8.1875rem;top:1.7281246185302rem;left:1.125rem;overflow:hidden;display:block; }
#vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.2468757629394rem;left:45.874998092651rem;height:3.9rem;display:block; }
#dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { color:#000000;display:block;width:40.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.0239582061769rem;left:1.125rem;height:4.875rem;display:block; }
#C0MyTgwLzR5hvRhhEbiosqz611I20k0l { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.8989582061769rem;left:54.562498092651rem;display:block; }
#cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:7.8989582061769rem;left:49.999998092651rem;display:block; }
#WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:7.8989582061769rem;left:45.874998092651rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { width:17.1875rem;height:6.4375rem;top:29.3125rem;left:7.3125019073488rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLUKJpkH4E158VDxIcBS09wK8fqMXKUN { width:47.75rem;height:35rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuCmvkN4AJqL7Xshe5Xs82iEIEfaMqkR { top:2.6875rem;left:0rem;width:12.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJiAosTGnCFEptpGmqOV7GBQFQly5ice { top:14.3125rem;left:5.875rem;width:17.375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVo0IAFRN1MRVIWuv43rMMfOsoi6cxht { top:18.6875rem;left:23.875001907349rem;width:18.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeF9EGCno7uZ3TNHvimSLX4LZLHXN2qz { width:29.3125rem;height:8.375rem;top:28.125rem;left:18.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibRRrX7FNdo84TlNEl6BoF4EVwineN0i { top:2.6875rem;left:34.375rem;width:13.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3w4T0XJavUa1NJTA49i8f3Svp63GGQp { width:17.5rem;height:3.4375rem;top:41.8125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #idEOLdTclskXNXVydEtiBylLiSPtO54v { display:block; }
 }@media only screen and (max-width: 763px) { #HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr { display:block; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rk4Mh8Pr3NJwb5EZ8V8yn1hfxwtQ0ANJ { top:2.375rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE { display:block; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:28.6875rem;height:22rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnZHDwzolPbTdDl71GnKxmwcg5EJ8VlZ { width:28.625rem;height:28.875rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { top:3.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBzVZSQ81SJc8TKX7W3fQpbbG02g7M3O { top:8.125rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BipbfrpcGr8kHxxzB9TlX6bX2aTxgTvQ { top:1.125rem;left:24.956251144409rem;width:13.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG4rwvmknFbpHTpdQywJWKqWRFI495K1 { top:10.625rem;left:24.987501144409rem;width:13.25rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { top:12.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMAtrfw4d0VWlLwC0znuIwmsyXsfyv5o { top:18.375rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQxHRx4Wk6J3iO3Dq683UWGnKeBESSOP { top:20.8125rem;left:25.268751144409rem;width:12.625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { top:23.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbdVRM2eXAlh2afATmeX5tzkGgPDtXrq { top:31.125rem;left:25.831251144409rem;width:12.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0b1KTTqnlgPm4i5khwRNsuNuit63Gc { top:28.8125rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAnEEeJAEWuao5T6irRS3UGmvXGzb7R { top:38.5rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8550V5zcJpmzmsCn7w0llFwd2TZNJEm { top:32.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFP7ZwlQbS65opTF1Dux1aMpJuWbsyGC { top:41.0625rem;left:26.112501144409rem;width:12.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgx16F2CeUP29O9Qux4wzH0kTo6914o { top:43rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqF1aXRwCVR9HTJCiH0ltR1lGaHacPy { top:38.5rem;left:35.1875rem;width:12.5625rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi { display:block; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaTQL6oPdE4io9tG6KXAN2dQ5BThTs2P { top:4.375rem;left:18.375rem;width:29.375rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssX9zacUyaI46ZIzZQamAg2hiwalfgb { display:block; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN3VsPJCqSeWenTRVmUQg23ruK5KF0Hf { top:1rem;left:0rem;width:10.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMxrdq22r4fJ7OuadXET1BtRWs9nmtk { top:10.25rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMpWaz2ZRt2tuSzCf6AGQS0hZsKiBleL { top:12.75rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTZlkb8Q2k2pyhkVmQ5OOigQXVUNPI8 { top:14.1875rem;left:0rem;width:22.875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTyFPisW7XuJciHGqczklGcomC85miU { top:21.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qfGcmfDXNmk0IQcLU7NJAbA54spFv9 { top:1rem;left:23.875rem;width:9.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #So3KSGJDG6oabGz2KEhBfmNlTbrtcP0l { top:10.25rem;left:23.875rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMGT9ghph7oTkvhg9TP6Rc7dKcyGuDt4 { top:12.75rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6tCBHU9HrnCtAlNZfHbDF87lW9ZG27 { top:14.1875rem;left:23.875rem;width:22.875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oVLh6mZN8zi7wy1IqFZPlxnsuGRwWS { top:21.5rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh { display:block; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3o56GU2UrslegnNRGokOdRR8DS7ziD0 { top:1rem;left:0rem;width:9.3125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7qTOsL2vlACP1nvUTpsZeFTNeFJJXd { top:10.25rem;left:0rem;width:20.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhLPzyd9nrGgdl8V6qB3XvTdUnfzlpI { top:12.75rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U11tyiDlJcbxWil8RdZSxRZddPKF0Fzz { top:14.1875rem;left:0rem;width:22.875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru7G6rQiZ1PvU9ItFKlbwkGTGU5BgH4S { top:21.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJV1xPdNfTsTGPT7chHG4WIitNm2Ic5 { top:1rem;left:23.875rem;width:10.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSRV9UC7mirsawyPswtFr8w7hgaky2O { top:10.25rem;left:23.875rem;width:20.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTn6H9mRQnh5XithiQy2M8tRaQVZ8N58 { top:12.75rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsML8OWI6A9PedIw9U7WHs7i6Xrg3Thq { top:14.1875rem;left:23.875rem;width:22.875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNkzzBiaxc320xDk9FVWrs2SHFDQxuwE { top:21.5rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { top:1.6875rem;left:0rem;width:8.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { top:1.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { top:7rem;left:0rem;width:40.25rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0MyTgwLzR5hvRhhEbiosqz611I20k0l { top:7.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { top:7.875rem;left:43.874998092651rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { top:7.875rem;left:39.749998092651rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#060292;background-image:url("https://images.assets-landingi.com/uc/9351af4c-308f-4cbf-bf8e-207cef1a3d4c/grafikidziaw20kopia.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTAhOKduXL9rRWwFTIJR4TzAsNHckyTO { width:18.375rem;height:2.45rem;top:15.337500572204rem;left:0.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLUKJpkH4E158VDxIcBS09wK8fqMXKUN { width:20rem;height:30.9375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuCmvkN4AJqL7Xshe5Xs82iEIEfaMqkR { width:12.0625rem;height:4.4375rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJiAosTGnCFEptpGmqOV7GBQFQly5ice { width:10.9375rem;height:9.0625rem;top:17.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVo0IAFRN1MRVIWuv43rMMfOsoi6cxht { width:9.625rem;height:2.875rem;top:20.88125038147rem;left:10.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeF9EGCno7uZ3TNHvimSLX4LZLHXN2qz { width:20rem;height:10.5rem;top:26.16250038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibRRrX7FNdo84TlNEl6BoF4EVwineN0i { width:13.375rem;height:5.125rem;top:6.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3w4T0XJavUa1NJTA49i8f3Svp63GGQp { width:17.5rem;height:3.4375rem;top:39.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idEOLdTclskXNXVydEtiBylLiSPtO54v { display:block; }
 }@media only screen and (max-width: 763px) { #HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr { display:block; }#HNqAy4LxBfwoHu8XvSf4uVwlXtFULPFr > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rk4Mh8Pr3NJwb5EZ8V8yn1hfxwtQ0ANJ { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE { display:block; }#U1ddMKe4Ta5oa5tiqzOcfU8TpFG8MVxE > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOslM2JpLQnPiJMWC9pyPQW3xTWcpOFh { width:20rem;height:23.8rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnZHDwzolPbTdDl71GnKxmwcg5EJ8VlZ { width:20rem;height:29.75rem;top:25.811723709106rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwAIOTpSkUxXhsQlJ0lE9w5D9exl7zFt { width:9.8125rem;height:2.6rem;top:63.125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBzVZSQ81SJc8TKX7W3fQpbbG02g7M3O { width:12.5625rem;height:0.125rem;top:66.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BipbfrpcGr8kHxxzB9TlX6bX2aTxgTvQ { width:6.9375rem;height:4.375rem;top:57.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG4rwvmknFbpHTpdQywJWKqWRFI495K1 { width:6.6875rem;height:4.1875rem;top:68.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCNUfiHIVIFNRRHslnEsWZV0I0IGiyTT { width:9.125rem;height:2.6rem;top:73.75rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMAtrfw4d0VWlLwC0znuIwmsyXsfyv5o { width:12.5625rem;height:0.125rem;top:77.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQxHRx4Wk6J3iO3Dq683UWGnKeBESSOP { width:6.25rem;height:3.9375rem;top:78.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxfqJNN5wnbbhK9RQvxGX3nqT0yEABVr { width:9.5rem;height:2.6rem;top:84rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbdVRM2eXAlh2afATmeX5tzkGgPDtXrq { width:6.25rem;height:4.0625rem;top:89.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi0b1KTTqnlgPm4i5khwRNsuNuit63Gc { width:12.5625rem;height:0.125rem;top:87.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAnEEeJAEWuao5T6irRS3UGmvXGzb7R { width:12.5625rem;height:0.125rem;top:98.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8550V5zcJpmzmsCn7w0llFwd2TZNJEm { width:9.25rem;height:2.6rem;top:94.5625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFP7ZwlQbS65opTF1Dux1aMpJuWbsyGC { width:6.25rem;height:3.9375rem;top:99.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFgx16F2CeUP29O9Qux4wzH0kTo6914o { width:11.8125rem;height:3.9rem;top:104.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPqF1aXRwCVR9HTJCiH0ltR1lGaHacPy { width:12.5625rem;height:0.125rem;top:98.375rem;left:3.6875rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi { display:block; }#sRmCViUKgs8ZO3SOLRWua8PAWazlFkpi > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaTQL6oPdE4io9tG6KXAN2dQ5BThTs2P { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssX9zacUyaI46ZIzZQamAg2hiwalfgb { display:block; }#VssX9zacUyaI46ZIzZQamAg2hiwalfgb > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GN3VsPJCqSeWenTRVmUQg23ruK5KF0Hf { width:10.3125rem;height:8.625rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMxrdq22r4fJ7OuadXET1BtRWs9nmtk { width:15.8125rem;height:3.25rem;top:11.374218940735rem;left:2.5000001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMpWaz2ZRt2tuSzCf6AGQS0hZsKiBleL { width:8.25rem;height:0.375rem;top:15.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTZlkb8Q2k2pyhkVmQ5OOigQXVUNPI8 { width:19.125rem;height:6.825rem;top:17.25rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMTyFPisW7XuJciHGqczklGcomC85miU { width:3.125rem;height:3.125rem;top:24.074999809265rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qfGcmfDXNmk0IQcLU7NJAbA54spFv9 { width:9.125rem;height:8.75rem;top:29.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So3KSGJDG6oabGz2KEhBfmNlTbrtcP0l { width:20rem;height:1.625rem;top:39.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMGT9ghph7oTkvhg9TP6Rc7dKcyGuDt4 { width:8.25rem;height:0.375rem;top:42.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6tCBHU9HrnCtAlNZfHbDF87lW9ZG27 { width:20rem;height:6.825rem;top:44.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s7oVLh6mZN8zi7wy1IqFZPlxnsuGRwWS { width:3.125rem;height:3.125rem;top:50.875rem;left:8.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh { display:block; }#RMvHnQuzg69MPdU2vIzXNpxE0bklgNzh > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X3o56GU2UrslegnNRGokOdRR8DS7ziD0 { width:9.3125rem;height:8.625rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7qTOsL2vlACP1nvUTpsZeFTNeFJJXd { width:15.8125rem;height:1.625rem;top:11.125rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXhLPzyd9nrGgdl8V6qB3XvTdUnfzlpI { width:8.25rem;height:0.375rem;top:14rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U11tyiDlJcbxWil8RdZSxRZddPKF0Fzz { width:19.125rem;height:5.6875rem;top:15.625rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ru7G6rQiZ1PvU9ItFKlbwkGTGU5BgH4S { width:3.125rem;height:3.125rem;top:22.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJV1xPdNfTsTGPT7chHG4WIitNm2Ic5 { width:10.0625rem;height:8.8125rem;top:26.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTSRV9UC7mirsawyPswtFr8w7hgaky2O { width:20rem;height:3.25rem;top:37rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTn6H9mRQnh5XithiQy2M8tRaQVZ8N58 { width:8.25rem;height:0.375rem;top:41.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsML8OWI6A9PedIw9U7WHs7i6Xrg3Thq { width:20rem;height:5.6875rem;top:43.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNkzzBiaxc320xDk9FVWrs2SHFDQxuwE { width:3.125rem;height:3.125rem;top:49.5625rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz { display:block; }#cOK7hfN8qEctuRmEBkQwZGLd7J0Is5Hz > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0DmbvzrkDbNSxOrWQyQdTtabe7Z75nS { width:8.1875rem;height:2.9375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE4LcuUZzHNBTtDOLn759BrrarTOLCH0 { width:12.5rem;height:3.4125rem;top:5.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDdRx2mlmMUwgbLwlmaAId9kwibT8ifA { width:19rem;height:9.1rem;top:10.1rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0MyTgwLzR5hvRhhEbiosqz611I20k0l { width:3.125rem;height:3.125rem;top:29.2rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSZBt7h5NB8W2J46Eko6MKhMvvRiSofp { width:3.125rem;height:3.125rem;top:24.825rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP0fRKs3q1SaHdlFUr7sFOBtcNDrfWqb { width:3.125rem;height:3.125rem;top:20.45rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }