.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { background-color: transparent; background-image: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container > .video-iframe-container { display: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container { display: none; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .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); }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { border-width: 0; border-radius: 0; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row > .video-iframe-container {  }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:38.4375rem;top:3.9062502384186rem;left:36.562501907349rem;overflow:hidden;display:block; }
#BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { color:#353535;display:block;width:37.625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:6.03515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { background-color:#aa3030;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:39.84375rem;left:6.6875002384187rem;display:block; }
#GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { color:#353535;display:block;width:23.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:33.5rem;left:7.0312502384187rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JNq9C4zAotlwFzX3bMETexxupCoauRO1 { color:#353535;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.5rem;left:10.718750238419rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#AKF9gUWOJMMK5QuGVSD4Rk0rN3eHKcph { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:11.0625rem;top:1.9371092319489rem;left:13.185935974121rem;overflow:hidden;display:block; }
#c0HrWw5EuCRdonA0QWcFOsBJbciPz2d3 { color:#aa3030;display:block;width:34.374625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.9988279342651rem;left:1.5621109008789rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lw3m5MZznEGStmuiJ6cKbAkO257uGX61 { position:absolute;display:block;z-index:100012;height:11.25rem;width:20rem;top:20.5625rem;left:8.7500002384187rem;display:block; }
#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BL1Ev8fs/kurs_program_tlo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x.adaptive-delivery-prevent-bg, #iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x.lazyload, #iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x.lazyloading { background-image: none; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container { background-color: transparent; background-image: none; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container > .video-iframe-container { display: none; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row > .video-iframe-container { display: none; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .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); }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container { border-width: 0; border-radius: 0; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row > .video-iframe-container {  }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container { font-size:0.875rem;font-family:arial;height:65.625rem;width:75rem;position:relative;display:block; }#TF4Qy79WwZGvzBIdlUlH4we2KoLfx7kS { color:#2c3241;display:block;width:60.3125rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:8rem;left:9.3125rem;height:57.08984375rem;text-align:left;text-align-last:left;display:block; }
#H12NopVdbizIoxfiVKTdcZk1mcCBxLrF { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:7.3125rem;left:5.3125rem;display:block; }
#pAPVP7MR3AVnbB4wOeTGzPCxahmPV9mh { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:10.5rem;left:5.3125rem;display:block; }
#m5rPAMsJu8oDrqPesuVL1aAT3w21zxH2 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:13.8125rem;left:5.3125rem;display:block; }
#edxmT5HqC4cKPrQGEAMCVUM5ZziTXepb { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:16.8125rem;left:5.3125rem;display:block; }
#PieyhllTCHdO34AwzIf2PIgXBfEHiAVy { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:20rem;left:5.3125rem;display:block; }
#nVmsa4KaeS1XT0VphpRBQTF6xqITrakB { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:23.125rem;left:5.3125rem;display:block; }
#OCRSny2fiV6rmD978ME1mT0R6NCLOLEi { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:25.9375rem;left:5.3125rem;display:block; }
#xk3yT8JoLbXnswFTUUQZdOx84TTwTv4a { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:29.25rem;left:5.3125rem;display:block; }
#beXVo96OErLTVeb0OmX3oFp7UstX3Cgd { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:32.25rem;left:5.3125rem;display:block; }
#dqevVQskT8rFA5yxyumwLO2bO1Cuyp68 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:35.1875rem;left:5.3125rem;display:block; }
#QqJxnvzCw5NMUHh9q56mnKaykoK07KAA { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:38.5625rem;left:5.3125rem;display:block; }
#miazi7N4Bkt9gVhVPAHDTCyyThq9q5yR { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:41.1875rem;left:5.3125rem;display:block; }
#xJieSlTnPRGmIzvcF2pmxrLvfk7yfWHh { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:44.4375rem;left:5.3125rem;display:block; }
#ZH73oble4KdxqDARQTMqe9fxDWo1dpiB { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100040;top:56.625rem;left:5.3125rem;display:block; }
#trTtTrdz2LFTPu151Sm5p9sEMdV2BdAe { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:59.75rem;left:5.3125rem;display:block; }
#vkhmFWsTnfu1noQ0GXqOkyRV6hHniEv4 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:62.6875rem;left:5.3125rem;display:block; }
#N39QH1wQZ93mDZ0wBCZsOhqp4yRV2KHq { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:53.625rem;left:5.3125rem;display:block; }
#lgQ6SurITOWH9MxMUJd9yaHOwMOVtgCC { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:50.5rem;left:5.3125rem;display:block; }
#eIvPIqWnkL8u0ETp97WNXaDXWEIv87Ty { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:47.25rem;left:5.375rem;display:block; }
#FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { color:#aa3030;display:block;width:59.874625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:3.183198928833rem;left:9.310546875rem;height:3.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tWWx06FmiyMQNEf4vweQeV9073igFDBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a31919;background-image:none;position:relative;display:block; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container { background-color: transparent; background-image: none; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container > .video-iframe-container { display: none; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row > .video-iframe-container { display: none; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .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); }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container { border-width: 0; border-radius: 0; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row > .video-iframe-container {  }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#oyhNyA6ZLH1Uw1Xt8bLPAa9EiIIN4yJ5 { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:1.6249980926514rem;left:7.5312519073488rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container { background-color: transparent; background-image: none; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container > .video-iframe-container { display: none; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row > .video-iframe-container { display: none; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .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); }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container { border-width: 0; border-radius: 0; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row > .video-iframe-container {  }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#WAZe9ufXbSWS8l15BDHuUgLVzk1P2ivF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.9375rem;width:38.4375rem;top:3.9062502384186rem;left:36.562501907349rem;overflow:hidden;display:block; }
#lZmP4ezQ5Q6fbaV9d2CVbMwU6VFJLTWT { color:#aa3030;display:block;width:34.375rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLtFq5cHfJqA3xJk0pl3CCTvgZ2hfRJX { color:#353535;display:block;width:37.625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:6.03515625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJsteTWlTFNrOd22A8P5PoCPKBmEDwK2 { background-color:#aa3030;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.375rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:4.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:39.84375rem;left:6.6875002384187rem;display:block; }
#cTdW9Qn1E0p55ObpNQeE3X3BKpECH8Ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rJOzrKI9202cbog05FJi3FGaMFg0rQof { color:#353535;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:36.75rem;left:10.718750238419rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#wtmUHbwHm0308A8tNDwhkwLTI90quVse { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:11.0625rem;top:1.7496109008789rem;left:13.185935974121rem;overflow:hidden;display:block; }
#UrgB75Za3x65P4nuTU81w1BbKryKdVcN { position:absolute;display:block;z-index:100013;height:11.25rem;width:20rem;top:19.875rem;left:8.7500002384187rem;display:block; }
#ufVTXpEps2fgyo4vUgUpOLSkkCOzoXNf { color:#353535;display:block;width:23.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:33.5rem;left:7.03125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { top:3.875rem;left:0rem;width:38.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { top:13.25rem;left:0rem;width:37.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { width:24.125rem;height:4.25rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block; }
 }@media only screen and (max-width: 763px) { #J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { top:33.5rem;left:0.21875rem;width:23.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNq9C4zAotlwFzX3bMETexxupCoauRO1 { top:36.5rem;left:3.9062502384186rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKF9gUWOJMMK5QuGVSD4Rk0rN3eHKcph { top:1.875rem;left:6.3734359741213rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0HrWw5EuCRdonA0QWcFOsBJbciPz2d3 { width:34.3125rem;height:5.5rem;top:5.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3m5MZznEGStmuiJ6cKbAkO257uGX61 { top:20.5625rem;left:1.9375002384186rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x { display:block; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4Qy79WwZGvzBIdlUlH4we2KoLfx7kS { top:8rem;left:0rem;width:47.75rem;height:55.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H12NopVdbizIoxfiVKTdcZk1mcCBxLrF { top:7.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAPVP7MR3AVnbB4wOeTGzPCxahmPV9mh { top:10.5rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5rPAMsJu8oDrqPesuVL1aAT3w21zxH2 { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edxmT5HqC4cKPrQGEAMCVUM5ZziTXepb { top:16.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PieyhllTCHdO34AwzIf2PIgXBfEHiAVy { top:20rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVmsa4KaeS1XT0VphpRBQTF6xqITrakB { top:23.125rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRSny2fiV6rmD978ME1mT0R6NCLOLEi { top:25.9375rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3yT8JoLbXnswFTUUQZdOx84TTwTv4a { top:29.25rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beXVo96OErLTVeb0OmX3oFp7UstX3Cgd { top:32.25rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqevVQskT8rFA5yxyumwLO2bO1Cuyp68 { top:35.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJxnvzCw5NMUHh9q56mnKaykoK07KAA { top:38.5625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miazi7N4Bkt9gVhVPAHDTCyyThq9q5yR { top:41.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJieSlTnPRGmIzvcF2pmxrLvfk7yfWHh { top:44.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH73oble4KdxqDARQTMqe9fxDWo1dpiB { top:56.625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTtTrdz2LFTPu151Sm5p9sEMdV2BdAe { top:59.75rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhmFWsTnfu1noQ0GXqOkyRV6hHniEv4 { top:62.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39QH1wQZ93mDZ0wBCZsOhqp4yRV2KHq { top:53.625rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQ6SurITOWH9MxMUJd9yaHOwMOVtgCC { top:50.5rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIvPIqWnkL8u0ETp97WNXaDXWEIv87Ty { top:47.25rem;left:0rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { top:3.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWWx06FmiyMQNEf4vweQeV9073igFDBr { display:block; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyhNyA6ZLH1Uw1Xt8bLPAa9EiIIN4yJ5 { top:1.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 { display:block; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAZe9ufXbSWS8l15BDHuUgLVzk1P2ivF { top:3.875rem;left:0rem;width:38.4375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZmP4ezQ5Q6fbaV9d2CVbMwU6VFJLTWT { width:34.375rem;height:5.5625rem;top:5.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtFq5cHfJqA3xJk0pl3CCTvgZ2hfRJX { top:13.25rem;left:0rem;width:37.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJsteTWlTFNrOd22A8P5PoCPKBmEDwK2 { width:24.125rem;height:4.25rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdW9Qn1E0p55ObpNQeE3X3BKpECH8Ox { display:block; }
 }@media only screen and (max-width: 763px) { #rJOzrKI9202cbog05FJi3FGaMFg0rQof { top:36.75rem;left:3.9062502384186rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtmUHbwHm0308A8tNDwhkwLTI90quVse { top:1.6875rem;left:6.3734359741213rem;width:11.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrgB75Za3x65P4nuTU81w1BbKryKdVcN { top:19.875rem;left:1.9375002384186rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVTXpEps2fgyo4vUgUpOLSkkCOzoXNf { top:33.5rem;left:0.21875rem;width:23.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ { display:block; }#PyUcfKr2tOBsTyVnDrJderPr2N3T10fQ > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkDSZPUCLUaUwaLooONApnk7F7ur0Ww { width:20rem;height:18.7198125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrLwCbttprl7nwQrQrSiUiOAJoFbd861 { width:19.9991875rem;height:4.89844375rem;top:10.624217987061rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UIfQZGX8KQxAeXvzal8GxadlTsEq5CBO { width:19rem;height:4.25rem;top:58.625001907349rem;left:0.50000005960464rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK2es8QGlNLC4Gdq50MFfO5VTearcbtZ { display:block; }
 }@media only screen and (max-width: 763px) { #J5tf2dgbPiZnsKLPHfMQLVzuVHwRaqK1 { width:20rem;height:2.03125rem;top:53.375001907349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNq9C4zAotlwFzX3bMETexxupCoauRO1 { width:16.0625rem;height:1.625rem;top:55.875001907349rem;left:1.9687500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKF9gUWOJMMK5QuGVSD4Rk0rN3eHKcph { width:9.375rem;height:2.8125rem;top:1.1238280534744rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0HrWw5EuCRdonA0QWcFOsBJbciPz2d3 { width:19.9991875rem;height:3.8984375rem;top:5.2476519586052rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3m5MZznEGStmuiJ6cKbAkO257uGX61 { width:20rem;height:11.25rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x { display:block; }#iygZAGua0SEyMbwSIK8SA5dnVkkTUu8x > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF4Qy79WwZGvzBIdlUlH4we2KoLfx7kS { width:17.499625rem;height:74.08893125rem;top:5.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H12NopVdbizIoxfiVKTdcZk1mcCBxLrF { width:1.875rem;height:1.875rem;top:5.25rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAPVP7MR3AVnbB4wOeTGzPCxahmPV9mh { width:1.875rem;height:1.875rem;top:8.5625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5rPAMsJu8oDrqPesuVL1aAT3w21zxH2 { width:1.875rem;height:1.875rem;top:12.4375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edxmT5HqC4cKPrQGEAMCVUM5ZziTXepb { width:1.875rem;height:1.875rem;top:16.0625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PieyhllTCHdO34AwzIf2PIgXBfEHiAVy { width:1.875rem;height:1.875rem;top:20rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVmsa4KaeS1XT0VphpRBQTF6xqITrakB { width:1.875rem;height:1.875rem;top:24.125rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCRSny2fiV6rmD978ME1mT0R6NCLOLEi { width:1.875rem;height:1.875rem;top:28.6875rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3yT8JoLbXnswFTUUQZdOx84TTwTv4a { width:1.875rem;height:1.875rem;top:75.625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beXVo96OErLTVeb0OmX3oFp7UstX3Cgd { width:1.875rem;height:1.875rem;top:33.3125rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqevVQskT8rFA5yxyumwLO2bO1Cuyp68 { width:1.875rem;height:1.875rem;top:37.6875rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqJxnvzCw5NMUHh9q56mnKaykoK07KAA { width:1.875rem;height:1.875rem;top:40.8125rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miazi7N4Bkt9gVhVPAHDTCyyThq9q5yR { width:1.875rem;height:1.875rem;top:43.875rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJieSlTnPRGmIzvcF2pmxrLvfk7yfWHh { width:1.875rem;height:1.875rem;top:47.75rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH73oble4KdxqDARQTMqe9fxDWo1dpiB { width:1.875rem;height:1.875rem;top:64.8125rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trTtTrdz2LFTPu151Sm5p9sEMdV2BdAe { width:1.875rem;height:1.875rem;top:69.25rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkhmFWsTnfu1noQ0GXqOkyRV6hHniEv4 { width:1.875rem;height:1.875rem;top:72.375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N39QH1wQZ93mDZ0wBCZsOhqp4yRV2KHq { width:1.875rem;height:1.875rem;top:60.4375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQ6SurITOWH9MxMUJd9yaHOwMOVtgCC { width:1.875rem;height:1.875rem;top:56.5625rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIvPIqWnkL8u0ETp97WNXaDXWEIv87Ty { width:1.875rem;height:1.875rem;top:52.375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FML0blDQsrhV7u4xQVr2GgHRCuOcubGF { width:19.9991875rem;height:3.5rem;top:0.93632793426512rem;left:0.0011718869209289rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWWx06FmiyMQNEf4vweQeV9073igFDBr { display:block; }#tWWx06FmiyMQNEf4vweQeV9073igFDBr > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oyhNyA6ZLH1Uw1Xt8bLPAa9EiIIN4yJ5 { width:20rem;height:1.75rem;top:0.69583511352537rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 { display:block; }#mVxIz2vhKwf7R7CeN7SPkDSEKFRzi6T4 > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAZe9ufXbSWS8l15BDHuUgLVzk1P2ivF { width:19.9991875rem;height:18.7195rem;top:19.075775146484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZmP4ezQ5Q6fbaV9d2CVbMwU6VFJLTWT { width:20rem;height:3.8984375rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtFq5cHfJqA3xJk0pl3CCTvgZ2hfRJX { width:19.9991875rem;height:4.89844375rem;top:11.374219894409rem;left:0rem;font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qJsteTWlTFNrOd22A8P5PoCPKBmEDwK2 { width:19rem;height:4.25rem;top:57.25rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdW9Qn1E0p55ObpNQeE3X3BKpECH8Ox { display:block; }
 }@media only screen and (max-width: 763px) { #rJOzrKI9202cbog05FJi3FGaMFg0rQof { width:16.0625rem;height:1.625rem;top:54.4375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtmUHbwHm0308A8tNDwhkwLTI90quVse { width:9.375rem;height:2.8125rem;top:1.5000147819519rem;left:5.3097653687rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrgB75Za3x65P4nuTU81w1BbKryKdVcN { width:20rem;height:11.25rem;top:39.669272422791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufVTXpEps2fgyo4vUgUpOLSkkCOzoXNf { width:20rem;height:2.03125rem;top:52.46875rem;left:0rem;font-size:1.5625rem;display:block; }
 }