.measure {
  display: block !important;
  visibility: hidden !important;
}
.noscale {
  -ms-transform: scale(0) !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}
.nosize {
  height: auto !important;
  width: auto !important;
}
.notransition {
  transition-property: none !important;
}
::-moz-placeholder {
  opacity: 1;
}
html {
  height: 100%;
}
body,
div,
header,
nav,
section,
article,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label,
input,
select,
textarea,
button {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ol,
ul,
hr,
fieldset,
input,
select,
textarea,
button {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul,
fieldset,
legend,
input,
textarea,
button,
th,
td {
  padding: 0;
}
a,
input,
select,
textarea,
button,
[contenteditable],
[tabindex] {
  outline-width: 0;
}
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a img {
  border-width: 0;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
}
img,
video,
iframe {
  display: block;
}
fieldset,
iframe {
  border-width: 0;
}
input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea,
button {
  border-radius: 0;
  border-width: 0;
  color: inherit;
  font: inherit;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: transparent;
  display: block;
  width: 100%;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  -webkit-appearance: button;
  cursor: pointer;
  white-space: nowrap;
}
input[type="image"] {
  border-radius: 0;
}
button {
  background-color: transparent;
  border-width: 0;
}
table {
  border-collapse: collapse;
}
@charset 'UTF-8';
@font-face {
  font-family: 'roboto-regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/roboto/roboto-regular.woff') format('woff');
}
@font-face {
  font-family: 'roboto-light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/roboto/roboto-light.woff') format('woff');
}
@font-face {
  font-family: 'roboto-bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/roboto/roboto-bold.woff') format('woff');
}
@font-face {
  font-family: 'roboto-medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/roboto/roboto-medium.woff') format('woff');
}
.measure {
  display: block !important;
  visibility: hidden !important;
}
.noscale {
  -ms-transform: scale(0) !important;
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}
.nosize {
  height: auto !important;
  width: auto !important;
}
.notransition {
  transition-property: none !important;
}
.container,
.row,
.col,
.box,
[class^="box-"],
[class*=" box-"] {
  position: relative;
}
.container,
.row,
.col {
  display: -webkit-flex;
  display: flex;
}
.container,
.col {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.container > *,
.col > * {
  max-width: 100%;
}
.container > .row:first-child:last-child,
.col > .row:first-child:last-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.container {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  width: 100%;
}
.box:last-child,
[class^="box-"]:last-child,
[class*=" box-"]:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.clearfix {
  clear: both;
  display: none;
}
.hidden-xs {
  display: none !important;
}
.visible-xs {
  display: block !important;
}
.span-xs {
  padding: 0 !important;
}
.span-h-xs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.span-v-xs {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.row-xs-split {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row-xs-split > .col {
  width: auto;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
@media (min-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .span-sm {
    padding: 0 !important;
  }
  .span-h-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .span-v-sm {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .row-sm-split {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row-sm-split > .col {
    width: auto;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .span-md {
    padding: 0 !important;
  }
  .span-h-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .span-v-md {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .row-md-split {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row-md-split > .col {
    width: auto;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .span-lg {
    padding: 0 !important;
  }
  .span-h-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .span-v-lg {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .row-lg-split {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .row-lg-split > .col {
    width: auto;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 996px;
  }
}
body.disabled::after {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
#viewport {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.page {
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.page > * {
  max-width: 100%;
}
.page > * {
  width: 100%;
}
.page header,
.page section,
.page footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.page header > *,
.page section > *,
.page footer > * {
  max-width: 100%;
}
:empty,
:blank,
:-moz-only-whitespace {
  padding: 0 !important;
}
a.thumbnail,
.thumbnail a {
  display: block;
  overflow: hidden;
}
a.thumbnail:not([data-ratio]) img,
.thumbnail a:not([data-ratio]) img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .page header,
  .page section,
  .page footer {
    max-width: none !important;
  }
}
.menu-1:last-child,
.menu-2:last-child,
.menu-3:last-child,
.menu-4:last-child,
.menu-5:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.menu-1 ul,
.menu-2 ul,
.menu-3 ul,
.menu-4 ul,
.menu-5 ul {
  list-style-type: none;
}
.menu-1 ul li:last-child,
.menu-2 ul li:last-child,
.menu-3 ul li:last-child,
.menu-4 ul li:last-child,
.menu-5 ul li:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.menu-1 ul li a,
.menu-2 ul li a,
.menu-3 ul li a,
.menu-4 ul li a,
.menu-5 ul li a {
  display: block;
}
.menu-1 > ul > li:last-child > a:last-child,
.menu-2 > ul > li:last-child > a:last-child,
.menu-3 > ul > li:last-child > a:last-child,
.menu-4 > ul > li:last-child > a:last-child,
.menu-5 > ul > li:last-child > a:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.menu-1 > ul > li:last-child > ul > li:last-child > a:last-child,
.menu-2 > ul > li:last-child > ul > li:last-child > a:last-child,
.menu-3 > ul > li:last-child > ul > li:last-child > a:last-child,
.menu-4 > ul > li:last-child > ul > li:last-child > a:last-child,
.menu-5 > ul > li:last-child > ul > li:last-child > a:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.menu-3 > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.heading-1:last-child,
.heading-2:last-child,
.heading-3:last-child,
.heading-4:last-child,
.heading-5:last-child,
.heading-6:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.text-1:last-child,
.text-2:last-child,
.text-3:last-child,
.text-4:last-child,
.text-5:last-child,
.text-6:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.text-1 p,
.text-2 p,
.text-3 p,
.text-4 p,
.text-5 p,
.text-6 p,
.text-1 ul,
.text-2 ul,
.text-3 ul,
.text-4 ul,
.text-5 ul,
.text-6 ul,
.text-1 ol,
.text-2 ol,
.text-3 ol,
.text-4 ol,
.text-5 ol,
.text-6 ol,
.text-1 hr,
.text-2 hr,
.text-3 hr,
.text-4 hr,
.text-5 hr,
.text-6 hr {
  margin-bottom: 2em;
}
.text-1 p:last-child,
.text-2 p:last-child,
.text-3 p:last-child,
.text-4 p:last-child,
.text-5 p:last-child,
.text-6 p:last-child,
.text-1 ul:last-child,
.text-2 ul:last-child,
.text-3 ul:last-child,
.text-4 ul:last-child,
.text-5 ul:last-child,
.text-6 ul:last-child,
.text-1 ol:last-child,
.text-2 ol:last-child,
.text-3 ol:last-child,
.text-4 ol:last-child,
.text-5 ol:last-child,
.text-6 ol:last-child,
.text-1 hr:last-child,
.text-2 hr:last-child,
.text-3 hr:last-child,
.text-4 hr:last-child,
.text-5 hr:last-child,
.text-6 hr:last-child {
  margin-bottom: 0 !important;
}
.text-1 ul,
.text-2 ul,
.text-3 ul,
.text-4 ul,
.text-5 ul,
.text-6 ul {
  padding-left: 18px;
}
.text-1 ol,
.text-2 ol,
.text-3 ol,
.text-4 ol,
.text-5 ol,
.text-6 ol {
  padding-left: 20px;
}
.button-1,
.button-2,
.button-3,
.button-4,
.button-5,
.button-6 {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
div.button-1,
div.button-2,
div.button-3,
div.button-4,
div.button-5,
div.button-6 {
  cursor: default;
}
.button-1:last-child,
.button-2:last-child,
.button-3:last-child,
.button-4:last-child,
.button-5:last-child,
.button-6:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.control-1,
.control-2,
.control-3,
.control-4,
.control-5 {
  display: block;
}
.control-1:last-child,
.control-2:last-child,
.control-3:last-child,
.control-4:last-child,
.control-5:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.media-1,
.media-2,
.media-3,
.media-4,
.media-5 {
  display: block;
  overflow: hidden;
}
.media-1::after,
.media-2::after,
.media-3::after,
.media-4::after,
.media-5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.media-1,
.media-2,
.media-3,
.media-5 {
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.media-1:last-child,
.media-2:last-child,
.media-3:last-child,
.media-5:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.media-2.playing::after,
.media-3.playing::after,
.media-4.playing::after,
.media-2.playing img,
.media-3.playing img,
.media-4.playing img,
.media-2.playing .play,
.media-3.playing .play,
.media-4.playing .play {
  display: none;
}
.media-2.playing video,
.media-3.playing video,
.media-4.playing video,
.media-2.playing iframe,
.media-3.playing iframe,
.media-4.playing iframe {
  visibility: visible;
}
.media-2 video,
.media-3 video,
.media-4 video,
.media-2 iframe,
.media-3 iframe,
.media-4 iframe {
  background-color: #000000;
  visibility: hidden;
  width: 100%;
}
.media-2 iframe,
.media-3 iframe,
.media-4 iframe {
  left: 0;
  top: 0;
}
.media-2 .play,
.media-3 .play,
.media-4 .play {
  background-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 10;
}
.media-2 .play:before,
.media-3 .play:before,
.media-4 .play:before {
  border: solid transparent;
  border-left-color: #000000;
  border-width: 10px 20px;
  content: '';
  left: 17px;
  position: absolute;
  top: 15px;
}
.media-2:not([data-ratio])[data-position] img:first-child,
.media-3:not([data-ratio])[data-position] img:first-child {
  left: auto;
  top: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.media-2:not([data-ratio]):not([data-position]) img:not(:first-child),
.media-3:not([data-ratio]):not([data-position]) img:not(:first-child) {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-2:not([data-ratio]) img:first-child,
.media-3:not([data-ratio]) img:first-child {
  max-width: 100%;
}
.media-2:not([data-ratio]) img:not(:first-child),
.media-3:not([data-ratio]) img:not(:first-child) {
  position: absolute;
  width: 101%;
}
.media-1 img,
.media-5 img {
  max-height: 100%;
  max-width: 100%;
}
.media-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.media-4:not([data-position]) img {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a.media-4 + *,
.media-4.playing + * {
  pointer-events: none;
}
.media-4 video,
.media-4 iframe {
  height: 100%;
}
.media-4 img {
  position: absolute;
  width: 101%;
}
.map-1,
.map-2 {
  overflow: hidden;
  z-index: 10;
}
.map-1 > div,
.map-2 > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.map-1 .gm-style > div:not(:first-child):not([controlwidth]):not([dir]),
.map-2 .gm-style > div:not(:first-child):not([controlwidth]):not([dir]) {
  display: none;
}
.map-1 {
  position: relative;
}
.map-1:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.map-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.iframe-1:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.iframe-1 iframe {
  height: 100%;
  width: 100%;
}
.form-1 > div:last-child {
  margin-bottom: 0 !important;
}
.form-1 > div.field-0 {
  height: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.form-1 > div .select > input,
.form-1 > div .file > input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-1 > div .select > button,
.form-1 > div .file > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-1 > div .select.active:not(.top) > input {
  border-bottom-left-radius: 0 !important;
}
.form-1 > div .select.active:not(.top) > button {
  border-bottom-right-radius: 0 !important;
}
.form-1 > div .select.active:not(.top) > .options {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.form-1 > div .select.active.top > input {
  border-top-left-radius: 0 !important;
}
.form-1 > div .select.active.top > button {
  border-top-right-radius: 0 !important;
}
.form-1 > div .select.active.top > .options {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-1 > div .select > .options > .option {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
}
.form-1 > div .select > .options > .option:last-child {
  border-bottom-width: 0 !important;
}
.form-1 > div .radio:last-child,
.form-1 > div .checkbox:last-child {
  margin-right: 0 !important;
}
#viewport > .mobile-menu .menu-1 > ul > li > ul {
  height: auto !important;
  margin-left: 0 !important;
}
#viewport > .mobile-menu .menu-1 > ul > li > .spacer {
  display: none;
}
header .menu-1 > ul,
section .menu-1 > ul,
footer .menu-1 > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .menu-1 > ul a,
section .menu-1 > ul a,
footer .menu-1 > ul a {
  white-space: nowrap;
}
header .menu-1 > ul > li,
section .menu-1 > ul > li,
footer .menu-1 > ul > li {
  position: relative;
}
header .menu-1 > ul > li:not(:hover) > .spacer,
section .menu-1 > ul > li:not(:hover) > .spacer,
footer .menu-1 > ul > li:not(:hover) > .spacer {
  display: none;
}
header .menu-1 > ul > li:not(:hover) > ul:not(.measure),
section .menu-1 > ul > li:not(:hover) > ul:not(.measure),
footer .menu-1 > ul > li:not(:hover) > ul:not(.measure) {
  height: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
header .menu-1 > ul > li > ul,
section .menu-1 > ul > li > ul,
footer .menu-1 > ul > li > ul,
header .menu-1 > ul > li > .spacer,
section .menu-1 > ul > li > .spacer,
footer .menu-1 > ul > li > .spacer {
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 100;
}
header .menu-1 > ul > li > ul,
section .menu-1 > ul > li > ul,
footer .menu-1 > ul > li > ul {
  overflow: hidden;
}
header .menu-1 > ul > li > ul:not(.measure),
section .menu-1 > ul > li > ul:not(.measure),
footer .menu-1 > ul > li > ul:not(.measure) {
  transition: height 0.125s, padding-bottom 0.125s, padding-top 0.125s;
}
header > a[name],
section > a[name],
footer > a[name] {
  left: 0;
  position: absolute;
  top: 0;
}
a[target="popup"]:not(.loaded) {
  cursor: default;
  pointer-events: none;
}
.popup {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 110;
}
.popup:hover > .controls {
  opacity: 1;
}
.popup > .viewport {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
.popup > .viewport > img,
.popup > .viewport > video,
.popup > .viewport > .iframe {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup > .viewport > .iframe {
  width: 854px;
}
.popup > .viewport > .iframe > div {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}
.popup > .viewport > .iframe > div > iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.popup > .controls {
  opacity: 0;
  transition: opacity .5s;
}
.popup > .controls > .close,
.popup > .controls > .previous,
.popup > .controls > .next,
.popup > .controls > .counter {
  background-color: rgba(0, 0, 0, 0.75);
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 10;
}
.popup > .controls > .close:hover,
.popup > .controls > .previous:hover,
.popup > .controls > .next:hover,
.popup > .controls > .counter:hover {
  background-color: #000000;
}
.popup > .controls > .close {
  background-image: url('../icons/variants/iconmonstr/cross.ffffff.svg');
  right: 0;
  top: 0;
}
.popup > .controls > .previous {
  background-image: url('../icons/variants/iconmonstr/arrow-left.ffffff.svg');
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup > .controls > .next {
  background-image: url('../icons/variants/iconmonstr/arrow-right.ffffff.svg');
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup > .controls > .counter {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
body {
  color: #333333;
  font-family: 'roboto-regular';
  font-size: 14px;
  line-height: 200%;
}
.page {
  background-color: #ffffff;
}
.page section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.page footer {
  padding-bottom: 20px;
  padding-top: 20px;
}
.col {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.col .viewport {
  border-radius: 5px;
}
.col .thumbnails {
  border-radius: 5px;
}
.col.thumbnail a {
  border-radius: 5px;
}
.success {
  color: #009900;
}
.error {
  color: #cc0000;
}
.heading-1 {
  color: #ffffff;
  font-family: 'roboto-light';
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 20px;
  text-shadow: 0 0 20px #000000;
}
.heading-1.negative {
  color: #333333;
  text-shadow: 0 0 0 #000000;
}
.heading-2 {
  font-family: 'roboto-light';
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 20px;
}
.heading-2.negative {
  color: #ffffff;
}
.heading-3 {
  font-family: 'roboto-light';
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 20px;
}
.heading-3.negative {
  color: #ffffff;
}
.heading-4 {
  font-family: 'roboto-bold';
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 20px;
}
.heading-4.negative {
  color: #ffffff;
}
.heading-5 {
  color: #999999;
  font-size: 12px;
  line-height: 125%;
  margin-bottom: 20px;
}
.heading-5.negative {
  color: #ffffff;
}
.heading-6 {
  font-family: 'roboto-bold';
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
}
.heading-6.negative {
  color: #ffffff;
}
.text-1 {
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #000000;
}
.text-1.negative {
  color: #333333;
  text-shadow: 0 0 0 #000000;
}
.text-2 {
  color: #666666;
  margin-bottom: 28px;
}
.text-2.negative {
  color: #ffffff;
}
.text-3 {
  margin-bottom: 28px;
}
.text-3.negative {
  color: #ffffff;
}
.text-4 {
  color: #666666;
  margin-bottom: 28px;
}
.text-4.negative {
  color: #ffffff;
}
.text-5 {
  margin-bottom: 28px;
}
.text-5.negative {
  color: #ffffff;
}
.text-6 {
  color: #999999;
  margin-bottom: 28px;
}
.text-6.negative {
  color: #ffffff;
}
.button-1 {
  background-color: #43bfc7;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'roboto-medium';
  line-height: 100%;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: uppercase;
}
.button-1:hover {
  background-color: #3cacb3;
}
.button-2 {
  background-color: #3c4662;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'roboto-medium';
  line-height: 100%;
  margin-right: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: uppercase;
}
.button-2:hover {
  background-color: #363f58;
}
.button-3 {
  border-color: #333333;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-family: 'roboto-medium';
  line-height: 100%;
  margin-right: 6px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-transform: uppercase;
}
.button-3:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
.button-3.negative {
  border-color: #ffffff;
  color: #ffffff;
}
.button-3.negative:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.button-4 {
  border-color: #43bfc7;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: #43bfc7;
  font-family: 'roboto-medium';
  line-height: 100%;
  margin-right: 6px;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-transform: uppercase;
}
.button-4:hover {
  background-color: rgba(67, 191, 199, 0.05);
}
.button-4.negative {
  border-color: #ffffff;
  color: #ffffff;
}
.button-4.negative:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.button-5 {
  color: #43bfc7;
  margin-right: 6px;
  text-decoration: underline;
}
.button-5.negative {
  color: #ffffff;
}
.button-6 {
  margin-right: 6px;
  text-decoration: underline;
}
.button-6.negative {
  color: #ffffff;
}
.media-2 {
  border-radius: 5px;
  margin-bottom: 20px;
}
.media-3 {
  border-radius: 5px;
  margin-bottom: 20px;
}
.map-1 {
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-1 > div {
  margin-bottom: 10px;
}
.form-field-1 input {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form-field-1 input:-ms-input-placeholder {
  color: #999999;
}
.form-field-1 input::-moz-placeholder {
  color: #999999;
}
.form-field-1 input::-webkit-input-placeholder {
  color: #999999;
}
.form-field-2 textarea {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  height: 150px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-field-2 textarea:-ms-input-placeholder {
  color: #999999;
}
.form-field-2 textarea::-moz-placeholder {
  color: #999999;
}
.form-field-2 textarea::-webkit-input-placeholder {
  color: #999999;
}
.form-field-3 input {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form-field-3 input:-ms-input-placeholder {
  color: #999999;
}
.form-field-3 input::-moz-placeholder {
  color: #999999;
}
.form-field-3 input::-webkit-input-placeholder {
  color: #999999;
}
.form-field-3 button {
  background-color: #ffffff;
  background-image: url('../icons/variants/iconmonstr/arrow-down.999999.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  width: 40px;
}
.form-field-3 .options {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-field-3 .option {
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.form-field-3 .option:hover {
  background-color: rgba(51, 51, 51, 0.05);
}
.form-field-3 .option.active {
  background-color: rgba(51, 51, 51, 0.05);
}
.form-field-4 .radio {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #cccccc;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.form-field-4 .radio.active {
  background-image: url('../icons/iconmonstr/circle.svg');
}
.form-field-5 .checkbox {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.form-field-5 .checkbox.active {
  background-image: url('../icons/iconmonstr/check-mark.svg');
}
.form-field-6 input {
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  height: 40px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form-field-6 input:-ms-input-placeholder {
  color: #999999;
}
.form-field-6 input::-moz-placeholder {
  color: #999999;
}
.form-field-6 input::-webkit-input-placeholder {
  color: #999999;
}
.form-field-6 button {
  background-color: #ffffff;
  background-image: url('../icons/variants/iconmonstr/magnifier.999999.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #cccccc;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  width: 40px;
}
.separator-1 {
  background-color: #cccccc;
  height: 1px;
}
#block-39-698610 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url('../images/banner-top2.1920x1920.jpg');
  background-color: #6d2299;
}
#block-39-698610 .container {
  width: 100%;
}
#block-39-698610 .col {
  padding-bottom: 0px;
  padding-top: 0px;
  background-image: url('../images/banner-top.1920x1920.jpg');
  padding-left: 0px;
  padding-right: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#block-39-698610 .box {
  background-position: center center;
  background-color: transparent;
  max-width: 400px;
}
#block-39-698610 .media-2 {
  margin-bottom: 5px;
}
#block-12-698595 {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #333333;
}
#block-12-698595 .col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#block-38-698439 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#block-38-698439 .box-3 {
  background-repeat: no-repeat;
}
#block-38-698439 .box-2 {
  background-position: center center;
  background-repeat: no-repeat;
}
#block-38-698439 .box-1 {
  text-align: left;
  background-color: transparent;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
#block-38-698439 .button-5 {
  background-repeat: no-repeat;
  background-color: #ebebf0;
  background-position: center center;
  background-size: cover;
  padding-left: 100px;
  padding-right: 100px;
}
#block-38-698439 .col-2 {
  background-repeat: no-repeat;
}
#block-38-698439 .col-3 {
  background-repeat: no-repeat;
}
#block-38-698439 .col-4 {
  background-repeat: no-repeat;
  background-size: auto;
}
#block-38-698439 .col-1 {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  border-style: solid;
  background-color: transparent;
}
#block-38-698439 .container {
  width: 100%;
}
#block-38-698439 .heading-3 {
  background-repeat: no-repeat;
  background-color: #ebebf0;
  margin-bottom: 0px;
}
#block-38-698439 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698439 .text-2 {
  font-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 130%;
  margin-bottom: 0px;
}
#block-38-697990 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#block-38-697990 .container {
  width: 100%;
}
#block-38-697990 .col-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-697990 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-697990 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-697990 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0px;
}
#block-38-698335 {
  padding-bottom: 0px;
  padding-top: 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
#block-38-698335 .box-1 {
  text-align: left;
  background-color: transparent;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
#block-38-698335 .button-5 {
  background-repeat: no-repeat;
  background-color: #ebebf0;
  background-position: center center;
  background-size: cover;
  padding-left: 100px;
  padding-right: 100px;
}
#block-38-698335 .col-2 {
  background-repeat: no-repeat;
}
#block-38-698335 .col-3 {
  background-repeat: no-repeat;
}
#block-38-698335 .col-4 {
  background-repeat: no-repeat;
  background-size: auto;
}
#block-38-698335 .col-1 {
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  border-style: solid;
  background-color: transparent;
}
#block-38-698335 .container {
  width: 100%;
}
#block-38-698335 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698335 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698335 .text-2 {
  font-size: 14px;
  background-color: transparent;
  line-height: 130%;
  margin-bottom: 0px;
}
#block-38-698243 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698243 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698243 .container {
  width: 100%;
}
#block-38-698243 .box-2 {
  background-image: none;
}
#block-38-698243 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698243 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698243 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-697918 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-697918 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-697918 .container {
  width: 100%;
}
#block-38-697918 .box-2 {
  background-image: none;
}
#block-38-697918 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-697918 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-697918 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698663 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698663 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698663 .container {
  width: 100%;
}
#block-38-698663 .box-2 {
  background-image: none;
}
#block-38-698663 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698663 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698663 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698640 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698640 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698640 .container {
  width: 100%;
}
#block-38-698640 .box-2 {
  background-image: none;
}
#block-38-698640 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698640 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698640 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-697973 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-697973 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-697973 .container {
  width: 100%;
}
#block-38-697973 .box-2 {
  background-image: none;
}
#block-38-697973 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-697973 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-697973 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698617 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698617 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698617 .container {
  width: 100%;
}
#block-38-698617 .box-2 {
  background-image: none;
}
#block-38-698617 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698617 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698617 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698656 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698656 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698656 .container {
  width: 100%;
}
#block-38-698656 .box-2 {
  background-image: none;
}
#block-38-698656 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698656 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698656 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-701760 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-701760 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-701760 .container {
  width: 100%;
}
#block-38-701760 .box-2 {
  background-image: none;
}
#block-38-701760 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-701760 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-701760 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698653 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698653 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698653 .container {
  width: 100%;
}
#block-38-698653 .box-2 {
  background-image: none;
}
#block-38-698653 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698653 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698653 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698633 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698633 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698633 .container {
  width: 100%;
}
#block-38-698633 .box-2 {
  background-image: none;
}
#block-38-698633 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698633 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698633 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698644 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698644 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698644 .container {
  width: 100%;
}
#block-38-698644 .box-2 {
  background-image: none;
}
#block-38-698644 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698644 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698644 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-38-698574 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
#block-38-698574 .box-3 {
  background-repeat: no-repeat;
}
#block-38-698574 .box-2 {
  background-position: center center;
  background-repeat: no-repeat;
}
#block-38-698574 .box-1 {
  text-align: left;
  background-color: transparent;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
#block-38-698574 .button-5 {
  background-repeat: no-repeat;
  background-color: #ebebf0;
  background-position: center center;
  background-size: cover;
  padding-left: 100px;
  padding-right: 100px;
}
#block-38-698574 .col-2 {
  background-repeat: no-repeat;
}
#block-38-698574 .col-3 {
  background-repeat: no-repeat;
}
#block-38-698574 .col-4 {
  background-repeat: no-repeat;
  background-size: auto;
}
#block-38-698574 .col-1 {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  border-style: solid;
  background-color: transparent;
}
#block-38-698574 .container {
  width: 100%;
}
#block-38-698574 .heading-3 {
  background-repeat: no-repeat;
  background-color: #ebebf0;
  margin-bottom: 0px;
}
#block-38-698574 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698574 .text-2 {
  font-size: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 130%;
  margin-bottom: 0px;
}
#block-38-698586 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#block-38-698586 .col-1 {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
#block-38-698586 .container {
  width: 100%;
}
#block-38-698586 .box-2 {
  background-image: none;
}
#block-38-698586 .heading-3 {
  background-color: #ebebf0;
  margin-bottom: 5px;
}
#block-38-698586 .media-2 {
  margin-bottom: 0px;
  border-radius: 0px;
}
#block-38-698586 .text-2 {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#block-12-698593 {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #333333;
}
#block-12-698593 .col {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#block-12-698587 {
  background-color: #3c4662;
}
#block-12-698587 .text-6.negative {
  line-height: 130%;
}
