html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html,
input,
textarea,
select,
option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  width: 100%;
}
html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
  padding-bottom: 0 !important;
  background-color: #12202b;
}
img {
  max-width: 100%;
}
.baseline,
body {
  background-image: linear-gradient(to bottom, #e9e9e9 0, rgba(255,255,255,0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 8px;
  background-position: left 0px;
}
.wrapper {
  margin: 0 auto;
  max-width: 90%;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
  zoom: 1;
}
.col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col.center {
  float: none;
  clear: both;
}
.col.false {
  height: 8px;
}
.wrapper {
  padding: 0 10px;
}
.xs-1 {
  width: 25%;
}
.xs-2 {
  width: 50%;
}
.xs-3 {
  width: 75%;
}
.xs-4 {
  width: 100%;
}
.col {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  .m-0 {
    width: 0%;
  }
  .m-1 {
    width: 8.333333333333334%;
  }
  .m-2 {
    width: 16.666666666666668%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.333333333333336%;
  }
  .m-5 {
    width: 41.66666666666667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.333333333333336%;
  }
  .m-8 {
    width: 66.66666666666667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333333333334%;
  }
  .m-11 {
    width: 91.66666666666667%;
  }
  .m-12 {
    width: 100%;
  }
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 10px;
  }
  .l-0 {
    width: 0%;
  }
  .l-1 {
    width: 8.333333333333334%;
  }
  .l-2 {
    width: 16.666666666666668%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.333333333333336%;
  }
  .l-5 {
    width: 41.66666666666667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.333333333333336%;
  }
  .l-8 {
    width: 66.66666666666667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333333333334%;
  }
  .l-11 {
    width: 91.66666666666667%;
  }
  .l-12 {
    width: 100%;
  }
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html,
body {
  font-family: 'flexo', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-family: 'freight-big-pro', serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 3.647rem;
  line-height: 4.706rem;
  margin: 16px 0;
  padding: 3px 0 5px;
}
h2,
.h2 {
  font-family: 'freight-big-pro', serif;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 4.706rem;
  line-height: 4.706rem;
  margin: 16px 0;
  padding: 3px 0 5px;
}
h3,
.h3 {
  font-family: 'flexobold', sans-serif;
  color: #85c4ff;
  font-weight: 700;
  letter-spacing: 2.2px;
  font-size: 0.882rem;
  line-height: 0.882rem;
  margin: 16px 0;
  padding: 5px 0 3px;
}
h4,
.h4 {
  font-family: 'flexoitalic';
  color: #85c4ff;
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 2.471rem;
  line-height: 3.294rem;
  margin: 16px 0;
  padding: 2px 0 6px;
}
h5,
.h5 {
  font-family: 'freight-big-pro', serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.824rem;
  line-height: 1.412rem;
  margin: 16px 0;
  padding: 7px 0 1px;
}
h6,
.h6 {
  font-family: 'freight-big-pro', serif;
  font-weight: 700;
  font-size: 1.706rem;
  line-height: 2.824rem;
  margin: 16px 0;
  padding: 4px 0;
}
p,
a,
li,
.text {
  margin: 16px 0;
  padding: 2px 0 6px;
}
.text--big,
.text--big p,
.text--big a,
.text--big li,
.content blockquote {
  font-family: 'freight-big-pro', serif;
  font-weight: 700;
  font-size: 1.412rem;
  line-height: 2.353rem;
  padding: 4px 0 4px;
}
.text--small,
.text--small p,
.text--small a,
.text--small li {
  font-size: 0.824rem;
  line-height: 1.412rem;
}
a {
  text-decoration: none;
  color: #85c4ff;
  outline: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
li.custom-li {
  position: relative;
  list-style: none;
}
li.custom-li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -19px;
  top: 10px;
  background: #12202b;
  border-radius: 50%;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }
  .text-justify-m {
    text-align: justify;
  }
  .text-left-m {
    text-align: left;
  }
  .text-right-m {
    text-align: right;
  }
  .center-m {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .text-center-l {
    text-align: center;
  }
  .text-justify-l {
    text-align: justify;
  }
  .text-left-l {
    text-align: left;
  }
  .text-right-l {
    text-align: right;
  }
  .center-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.none {
  float: none;
}
.both {
  clear: both;
}
@media screen and (min-width: 768px) {
  .left-m {
    float: left;
  }
  .right-m {
    float: right;
  }
  .none-m {
    float: none;
  }
  .both-m {
    clear: both;
  }
}
@media screen and (min-width: 1024px) {
  .left-l {
    float: left;
  }
  .right-l {
    float: right;
  }
  .none-l {
    float: none;
  }
  .both-l {
    clear: both;
  }
}
.v-middle {
  vertical-align: middle;
}
.v-baseline {
  vertical-align: baseline;
}
.v-sub {
  vertical-align: sub;
}
.v-super {
  vertical-align: super;
}
.v-top {
  vertical-align: top;
}
.v-text-top {
  vertical-align: text-top;
}
.v-bottom {
  vertical-align: bottom;
}
.v-text-bottom {
  vertical-align: text-bottom;
}
.all-w p,
.all-w h1,
.all-w h2,
.all-w h3,
.all-w h4,
.all-w h5,
.all-w h6,
.all-w li,
.all-w a,
.all-w i {
  color: #fff;
}
.c-w {
  color: #fff !important;
}
.ch-w:hover {
  color: #fff !important;
}
.bg-w {
  background-color: #fff !important;
}
.bgh-w:hover {
  background-color: #fff !important;
}
.c-b {
  color: #000 !important;
}
.ch-b:hover {
  color: #000 !important;
}
.bg-b {
  background-color: #000 !important;
}
.bgh-b:hover {
  background-color: #000 !important;
}
.c-m {
  color: #85c4ff !important;
}
.ch-m:hover {
  color: #85c4ff !important;
}
.bg-m {
  background-color: #85c4ff !important;
}
.bgh-m:hover {
  background-color: #85c4ff !important;
}
.c-s {
  color: #12202b !important;
}
.ch-s:hover {
  color: #12202b !important;
}
.bg-s {
  background-color: #12202b !important;
}
.bgh-s:hover {
  background-color: #12202b !important;
}
.c-success {
  color: #008000 !important;
}
.ch-success:hover {
  color: #008000 !important;
}
.bg-success {
  background-color: #008000 !important;
}
.bgh-success:hover {
  background-color: #008000 !important;
}
.c-error {
  color: #f00 !important;
}
.ch-error:hover {
  color: #f00 !important;
}
.bg-error {
  background-color: #f00 !important;
}
.bgh-error:hover {
  background-color: #f00 !important;
}
.c-notification {
  color: #ff0 !important;
}
.ch-notification:hover {
  color: #ff0 !important;
}
.bg-notification {
  background-color: #ff0 !important;
}
.bgh-notification:hover {
  background-color: #ff0 !important;
}
.c-1 {
  color: #fff !important;
}
.ch-1:hover {
  color: #fff !important;
}
.bg-1 {
  background-color: #fff !important;
}
.bgh-1:hover {
  background-color: #fff !important;
}
.c-2,
.content > p {
  color: #12202b !important;
}
.ch-2:hover {
  color: #12202b !important;
}
.bg-2 {
  background-color: #12202b !important;
}
.bgh-2:hover {
  background-color: #12202b !important;
}
.c-3 {
  color: #85c4ff !important;
}
.ch-3:hover {
  color: #85c4ff !important;
}
.bg-3 {
  background-color: #85c4ff !important;
}
.bgh-3:hover {
  background-color: #85c4ff !important;
}
.d-table {
  display: table !important;
}
.d-cell {
  display: table-cell !important;
}
.d-block {
  display: block !important;
}
.d-inblock {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
@media screen and (min-width: 768px) {
  .d-table-m {
    display: table !important;
  }
  .d-cell-m {
    display: table-cell !important;
  }
  .d-block-m {
    display: block !important;
  }
  .d-inblock-m {
    display: inline-block !important;
  }
  .d-inline-m {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-table-l {
    display: table !important;
  }
  .d-cell-l {
    display: table-cell !important;
  }
  .d-block-l {
    display: block !important;
  }
  .d-inblock-l {
    display: inline-block !important;
  }
  .d-inline-l {
    display: inline !important;
  }
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
@media screen and (min-width: 768px) {
  .p-absolute-m {
    position: absolute !important;
  }
  .p-relative-m {
    position: relative !important;
  }
  .p-fixed-m {
    position: fixed !important;
  }
  .p-static-m {
    position: static !important;
  }
}
@media screen and (min-width: 1024px) {
  .p-absolute-l {
    position: absolute !important;
  }
  .p-relative-l {
    position: relative !important;
  }
  .p-fixed-l {
    position: fixed !important;
  }
  .p-static-l {
    position: static !important;
  }
}
.mh-auto {
  margin-right: auto;
  margin-left: auto;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.ph-0 {
  padding-right: 0px;
  padding-left: 0px;
}
.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pa-0 {
  padding: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mh-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ma-0 {
  margin: 0px;
}
.pl-4 {
  padding-left: 4px;
}
.pr-4 {
  padding-right: 4px;
}
.pt-4 {
  padding-top: 4px;
}
.pb-4 {
  padding-bottom: 4px;
}
.ph-4 {
  padding-right: 4px;
  padding-left: 4px;
}
.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pa-4 {
  padding: 4px;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mh-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.mv-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ma-4 {
  margin: 4px;
}
.pl-8 {
  padding-left: 8px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.ph-8 {
  padding-right: 8px;
  padding-left: 8px;
}
.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pa-8 {
  padding: 8px;
}
.ml-8 {
  margin-left: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mh-8 {
  margin-right: 8px;
  margin-left: 8px;
}
.mv-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ma-8 {
  margin: 8px;
}
.pl-16 {
  padding-left: 16px;
}
.pr-16 {
  padding-right: 16px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.ph-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pa-16 {
  padding: 16px;
}
.ml-16 {
  margin-left: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mh-16 {
  margin-right: 16px;
  margin-left: 16px;
}
.mv-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ma-16 {
  margin: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.pt-24 {
  padding-top: 24px;
}
.pb-24 {
  padding-bottom: 24px;
}
.ph-24 {
  padding-right: 24px;
  padding-left: 24px;
}
.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pa-24 {
  padding: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mh-24 {
  margin-right: 24px;
  margin-left: 24px;
}
.mv-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ma-24 {
  margin: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pr-32 {
  padding-right: 32px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-32 {
  padding-bottom: 32px;
}
.ph-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pa-32 {
  padding: 32px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-32 {
  margin-right: 32px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mh-32 {
  margin-right: 32px;
  margin-left: 32px;
}
.mv-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.ma-32 {
  margin: 32px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.ph-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.pv-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pa-40 {
  padding: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mh-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mv-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ma-40 {
  margin: 40px;
}
.pl-48 {
  padding-left: 48px;
}
.pr-48 {
  padding-right: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.pb-48 {
  padding-bottom: 48px;
}
.ph-48 {
  padding-right: 48px;
  padding-left: 48px;
}
.pv-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pa-48 {
  padding: 48px;
}
.ml-48 {
  margin-left: 48px;
}
.mr-48 {
  margin-right: 48px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mh-48 {
  margin-right: 48px;
  margin-left: 48px;
}
.mv-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.ma-48 {
  margin: 48px;
}
.pl-56 {
  padding-left: 56px;
}
.pr-56 {
  padding-right: 56px;
}
.pt-56 {
  padding-top: 56px;
}
.pb-56 {
  padding-bottom: 56px;
}
.ph-56 {
  padding-right: 56px;
  padding-left: 56px;
}
.pv-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.pa-56 {
  padding: 56px;
}
.ml-56 {
  margin-left: 56px;
}
.mr-56 {
  margin-right: 56px;
}
.mt-56 {
  margin-top: 56px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mh-56 {
  margin-right: 56px;
  margin-left: 56px;
}
.mv-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.ma-56 {
  margin: 56px;
}
.pl-64 {
  padding-left: 64px;
}
.pr-64 {
  padding-right: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-64 {
  padding-bottom: 64px;
}
.ph-64 {
  padding-right: 64px;
  padding-left: 64px;
}
.pv-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pa-64 {
  padding: 64px;
}
.ml-64 {
  margin-left: 64px;
}
.mr-64 {
  margin-right: 64px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mh-64 {
  margin-right: 64px;
  margin-left: 64px;
}
.mv-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.ma-64 {
  margin: 64px;
}
.pl-72 {
  padding-left: 72px;
}
.pr-72 {
  padding-right: 72px;
}
.pt-72 {
  padding-top: 72px;
}
.pb-72 {
  padding-bottom: 72px;
}
.ph-72 {
  padding-right: 72px;
  padding-left: 72px;
}
.pv-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pa-72 {
  padding: 72px;
}
.ml-72 {
  margin-left: 72px;
}
.mr-72 {
  margin-right: 72px;
}
.mt-72 {
  margin-top: 72px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mh-72 {
  margin-right: 72px;
  margin-left: 72px;
}
.mv-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.ma-72 {
  margin: 72px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.ph-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.pv-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pa-80 {
  padding: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mh-80 {
  margin-right: 80px;
  margin-left: 80px;
}
.mv-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ma-80 {
  margin: 80px;
}
.pl-152 {
  padding-left: 152px;
}
.pr-152 {
  padding-right: 152px;
}
.pt-152 {
  padding-top: 152px;
}
.pb-152 {
  padding-bottom: 152px;
}
.ph-152 {
  padding-right: 152px;
  padding-left: 152px;
}
.pv-152 {
  padding-top: 152px;
  padding-bottom: 152px;
}
.pa-152 {
  padding: 152px;
}
.ml-152 {
  margin-left: 152px;
}
.mr-152 {
  margin-right: 152px;
}
.mt-152 {
  margin-top: 152px;
}
.mb-152 {
  margin-bottom: 152px;
}
.mh-152 {
  margin-right: 152px;
  margin-left: 152px;
}
.mv-152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.ma-152 {
  margin: 152px;
}
@media screen and (min-width: 480px) {
  .pl-s-0 {
    padding-left: 0px;
  }
  .pr-s-0 {
    padding-right: 0px;
  }
  .pt-s-0 {
    padding-top: 0px;
  }
  .pb-s-0 {
    padding-bottom: 0px;
  }
  .ph-s-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-s-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-s-0 {
    padding: 0px;
  }
  .ml-s-0 {
    margin-left: 0px;
  }
  .mr-s-0 {
    margin-right: 0px;
  }
  .mt-s-0 {
    margin-top: 0px;
  }
  .mb-s-0 {
    margin-bottom: 0px;
  }
  .mh-s-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-s-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-s-0 {
    margin: 0px;
  }
  .pl-s-4 {
    padding-left: 4px;
  }
  .pr-s-4 {
    padding-right: 4px;
  }
  .pt-s-4 {
    padding-top: 4px;
  }
  .pb-s-4 {
    padding-bottom: 4px;
  }
  .ph-s-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-s-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-s-4 {
    padding: 4px;
  }
  .ml-s-4 {
    margin-left: 4px;
  }
  .mr-s-4 {
    margin-right: 4px;
  }
  .mt-s-4 {
    margin-top: 4px;
  }
  .mb-s-4 {
    margin-bottom: 4px;
  }
  .mh-s-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-s-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-s-4 {
    margin: 4px;
  }
  .pl-s-8 {
    padding-left: 8px;
  }
  .pr-s-8 {
    padding-right: 8px;
  }
  .pt-s-8 {
    padding-top: 8px;
  }
  .pb-s-8 {
    padding-bottom: 8px;
  }
  .ph-s-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-s-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-s-8 {
    padding: 8px;
  }
  .ml-s-8 {
    margin-left: 8px;
  }
  .mr-s-8 {
    margin-right: 8px;
  }
  .mt-s-8 {
    margin-top: 8px;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mh-s-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-s-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-s-8 {
    margin: 8px;
  }
  .pl-s-16 {
    padding-left: 16px;
  }
  .pr-s-16 {
    padding-right: 16px;
  }
  .pt-s-16 {
    padding-top: 16px;
  }
  .pb-s-16 {
    padding-bottom: 16px;
  }
  .ph-s-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-s-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-s-16 {
    padding: 16px;
  }
  .ml-s-16 {
    margin-left: 16px;
  }
  .mr-s-16 {
    margin-right: 16px;
  }
  .mt-s-16 {
    margin-top: 16px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mh-s-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-s-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-s-16 {
    margin: 16px;
  }
  .pl-s-24 {
    padding-left: 24px;
  }
  .pr-s-24 {
    padding-right: 24px;
  }
  .pt-s-24 {
    padding-top: 24px;
  }
  .pb-s-24 {
    padding-bottom: 24px;
  }
  .ph-s-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-s-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-s-24 {
    padding: 24px;
  }
  .ml-s-24 {
    margin-left: 24px;
  }
  .mr-s-24 {
    margin-right: 24px;
  }
  .mt-s-24 {
    margin-top: 24px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mh-s-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-s-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-s-24 {
    margin: 24px;
  }
  .pl-s-32 {
    padding-left: 32px;
  }
  .pr-s-32 {
    padding-right: 32px;
  }
  .pt-s-32 {
    padding-top: 32px;
  }
  .pb-s-32 {
    padding-bottom: 32px;
  }
  .ph-s-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-s-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-s-32 {
    padding: 32px;
  }
  .ml-s-32 {
    margin-left: 32px;
  }
  .mr-s-32 {
    margin-right: 32px;
  }
  .mt-s-32 {
    margin-top: 32px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mh-s-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-s-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-s-32 {
    margin: 32px;
  }
  .pl-s-40 {
    padding-left: 40px;
  }
  .pr-s-40 {
    padding-right: 40px;
  }
  .pt-s-40 {
    padding-top: 40px;
  }
  .pb-s-40 {
    padding-bottom: 40px;
  }
  .ph-s-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-s-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-s-40 {
    padding: 40px;
  }
  .ml-s-40 {
    margin-left: 40px;
  }
  .mr-s-40 {
    margin-right: 40px;
  }
  .mt-s-40 {
    margin-top: 40px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mh-s-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-s-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-s-40 {
    margin: 40px;
  }
  .pl-s-48 {
    padding-left: 48px;
  }
  .pr-s-48 {
    padding-right: 48px;
  }
  .pt-s-48 {
    padding-top: 48px;
  }
  .pb-s-48 {
    padding-bottom: 48px;
  }
  .ph-s-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-s-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-s-48 {
    padding: 48px;
  }
  .ml-s-48 {
    margin-left: 48px;
  }
  .mr-s-48 {
    margin-right: 48px;
  }
  .mt-s-48 {
    margin-top: 48px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mh-s-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-s-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-s-48 {
    margin: 48px;
  }
  .pl-s-56 {
    padding-left: 56px;
  }
  .pr-s-56 {
    padding-right: 56px;
  }
  .pt-s-56 {
    padding-top: 56px;
  }
  .pb-s-56 {
    padding-bottom: 56px;
  }
  .ph-s-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-s-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-s-56 {
    padding: 56px;
  }
  .ml-s-56 {
    margin-left: 56px;
  }
  .mr-s-56 {
    margin-right: 56px;
  }
  .mt-s-56 {
    margin-top: 56px;
  }
  .mb-s-56 {
    margin-bottom: 56px;
  }
  .mh-s-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-s-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-s-56 {
    margin: 56px;
  }
  .pl-s-64 {
    padding-left: 64px;
  }
  .pr-s-64 {
    padding-right: 64px;
  }
  .pt-s-64 {
    padding-top: 64px;
  }
  .pb-s-64 {
    padding-bottom: 64px;
  }
  .ph-s-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-s-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-s-64 {
    padding: 64px;
  }
  .ml-s-64 {
    margin-left: 64px;
  }
  .mr-s-64 {
    margin-right: 64px;
  }
  .mt-s-64 {
    margin-top: 64px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mh-s-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-s-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-s-64 {
    margin: 64px;
  }
  .pl-s-72 {
    padding-left: 72px;
  }
  .pr-s-72 {
    padding-right: 72px;
  }
  .pt-s-72 {
    padding-top: 72px;
  }
  .pb-s-72 {
    padding-bottom: 72px;
  }
  .ph-s-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-s-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-s-72 {
    padding: 72px;
  }
  .ml-s-72 {
    margin-left: 72px;
  }
  .mr-s-72 {
    margin-right: 72px;
  }
  .mt-s-72 {
    margin-top: 72px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mh-s-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-s-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-s-72 {
    margin: 72px;
  }
  .pl-s-80 {
    padding-left: 80px;
  }
  .pr-s-80 {
    padding-right: 80px;
  }
  .pt-s-80 {
    padding-top: 80px;
  }
  .pb-s-80 {
    padding-bottom: 80px;
  }
  .ph-s-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-s-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-s-80 {
    padding: 80px;
  }
  .ml-s-80 {
    margin-left: 80px;
  }
  .mr-s-80 {
    margin-right: 80px;
  }
  .mt-s-80 {
    margin-top: 80px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mh-s-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-s-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-s-80 {
    margin: 80px;
  }
  .pl-s-152 {
    padding-left: 152px;
  }
  .pr-s-152 {
    padding-right: 152px;
  }
  .pt-s-152 {
    padding-top: 152px;
  }
  .pb-s-152 {
    padding-bottom: 152px;
  }
  .ph-s-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .pv-s-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pa-s-152 {
    padding: 152px;
  }
  .ml-s-152 {
    margin-left: 152px;
  }
  .mr-s-152 {
    margin-right: 152px;
  }
  .mt-s-152 {
    margin-top: 152px;
  }
  .mb-s-152 {
    margin-bottom: 152px;
  }
  .mh-s-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .mv-s-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .ma-s-152 {
    margin: 152px;
  }
}
@media screen and (min-width: 768px) {
  .pl-m-0 {
    padding-left: 0px;
  }
  .pr-m-0 {
    padding-right: 0px;
  }
  .pt-m-0 {
    padding-top: 0px;
  }
  .pb-m-0 {
    padding-bottom: 0px;
  }
  .ph-m-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-m-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-m-0 {
    padding: 0px;
  }
  .ml-m-0 {
    margin-left: 0px;
  }
  .mr-m-0 {
    margin-right: 0px;
  }
  .mt-m-0 {
    margin-top: 0px;
  }
  .mb-m-0 {
    margin-bottom: 0px;
  }
  .mh-m-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-m-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-m-0 {
    margin: 0px;
  }
  .pl-m-4 {
    padding-left: 4px;
  }
  .pr-m-4 {
    padding-right: 4px;
  }
  .pt-m-4 {
    padding-top: 4px;
  }
  .pb-m-4 {
    padding-bottom: 4px;
  }
  .ph-m-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-m-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-m-4 {
    padding: 4px;
  }
  .ml-m-4 {
    margin-left: 4px;
  }
  .mr-m-4 {
    margin-right: 4px;
  }
  .mt-m-4 {
    margin-top: 4px;
  }
  .mb-m-4 {
    margin-bottom: 4px;
  }
  .mh-m-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-m-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-m-4 {
    margin: 4px;
  }
  .pl-m-8 {
    padding-left: 8px;
  }
  .pr-m-8 {
    padding-right: 8px;
  }
  .pt-m-8 {
    padding-top: 8px;
  }
  .pb-m-8 {
    padding-bottom: 8px;
  }
  .ph-m-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-m-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-m-8 {
    padding: 8px;
  }
  .ml-m-8 {
    margin-left: 8px;
  }
  .mr-m-8 {
    margin-right: 8px;
  }
  .mt-m-8 {
    margin-top: 8px;
  }
  .mb-m-8 {
    margin-bottom: 8px;
  }
  .mh-m-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-m-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-m-8 {
    margin: 8px;
  }
  .pl-m-16 {
    padding-left: 16px;
  }
  .pr-m-16 {
    padding-right: 16px;
  }
  .pt-m-16 {
    padding-top: 16px;
  }
  .pb-m-16 {
    padding-bottom: 16px;
  }
  .ph-m-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-m-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-m-16 {
    padding: 16px;
  }
  .ml-m-16 {
    margin-left: 16px;
  }
  .mr-m-16 {
    margin-right: 16px;
  }
  .mt-m-16 {
    margin-top: 16px;
  }
  .mb-m-16 {
    margin-bottom: 16px;
  }
  .mh-m-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-m-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-m-16 {
    margin: 16px;
  }
  .pl-m-24 {
    padding-left: 24px;
  }
  .pr-m-24 {
    padding-right: 24px;
  }
  .pt-m-24 {
    padding-top: 24px;
  }
  .pb-m-24 {
    padding-bottom: 24px;
  }
  .ph-m-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-m-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-m-24 {
    padding: 24px;
  }
  .ml-m-24 {
    margin-left: 24px;
  }
  .mr-m-24 {
    margin-right: 24px;
  }
  .mt-m-24 {
    margin-top: 24px;
  }
  .mb-m-24 {
    margin-bottom: 24px;
  }
  .mh-m-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-m-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-m-24 {
    margin: 24px;
  }
  .pl-m-32 {
    padding-left: 32px;
  }
  .pr-m-32 {
    padding-right: 32px;
  }
  .pt-m-32 {
    padding-top: 32px;
  }
  .pb-m-32 {
    padding-bottom: 32px;
  }
  .ph-m-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-m-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-m-32 {
    padding: 32px;
  }
  .ml-m-32 {
    margin-left: 32px;
  }
  .mr-m-32 {
    margin-right: 32px;
  }
  .mt-m-32 {
    margin-top: 32px;
  }
  .mb-m-32 {
    margin-bottom: 32px;
  }
  .mh-m-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-m-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-m-32 {
    margin: 32px;
  }
  .pl-m-40 {
    padding-left: 40px;
  }
  .pr-m-40 {
    padding-right: 40px;
  }
  .pt-m-40 {
    padding-top: 40px;
  }
  .pb-m-40 {
    padding-bottom: 40px;
  }
  .ph-m-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-m-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-m-40 {
    padding: 40px;
  }
  .ml-m-40 {
    margin-left: 40px;
  }
  .mr-m-40 {
    margin-right: 40px;
  }
  .mt-m-40 {
    margin-top: 40px;
  }
  .mb-m-40 {
    margin-bottom: 40px;
  }
  .mh-m-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-m-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-m-40 {
    margin: 40px;
  }
  .pl-m-48 {
    padding-left: 48px;
  }
  .pr-m-48 {
    padding-right: 48px;
  }
  .pt-m-48 {
    padding-top: 48px;
  }
  .pb-m-48 {
    padding-bottom: 48px;
  }
  .ph-m-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-m-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-m-48 {
    padding: 48px;
  }
  .ml-m-48 {
    margin-left: 48px;
  }
  .mr-m-48 {
    margin-right: 48px;
  }
  .mt-m-48 {
    margin-top: 48px;
  }
  .mb-m-48 {
    margin-bottom: 48px;
  }
  .mh-m-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-m-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-m-48 {
    margin: 48px;
  }
  .pl-m-56 {
    padding-left: 56px;
  }
  .pr-m-56 {
    padding-right: 56px;
  }
  .pt-m-56 {
    padding-top: 56px;
  }
  .pb-m-56 {
    padding-bottom: 56px;
  }
  .ph-m-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-m-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-m-56 {
    padding: 56px;
  }
  .ml-m-56 {
    margin-left: 56px;
  }
  .mr-m-56 {
    margin-right: 56px;
  }
  .mt-m-56 {
    margin-top: 56px;
  }
  .mb-m-56 {
    margin-bottom: 56px;
  }
  .mh-m-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-m-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-m-56 {
    margin: 56px;
  }
  .pl-m-64 {
    padding-left: 64px;
  }
  .pr-m-64 {
    padding-right: 64px;
  }
  .pt-m-64 {
    padding-top: 64px;
  }
  .pb-m-64 {
    padding-bottom: 64px;
  }
  .ph-m-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-m-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-m-64 {
    padding: 64px;
  }
  .ml-m-64 {
    margin-left: 64px;
  }
  .mr-m-64 {
    margin-right: 64px;
  }
  .mt-m-64 {
    margin-top: 64px;
  }
  .mb-m-64 {
    margin-bottom: 64px;
  }
  .mh-m-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-m-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-m-64 {
    margin: 64px;
  }
  .pl-m-72 {
    padding-left: 72px;
  }
  .pr-m-72 {
    padding-right: 72px;
  }
  .pt-m-72 {
    padding-top: 72px;
  }
  .pb-m-72 {
    padding-bottom: 72px;
  }
  .ph-m-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-m-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-m-72 {
    padding: 72px;
  }
  .ml-m-72 {
    margin-left: 72px;
  }
  .mr-m-72 {
    margin-right: 72px;
  }
  .mt-m-72 {
    margin-top: 72px;
  }
  .mb-m-72 {
    margin-bottom: 72px;
  }
  .mh-m-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-m-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-m-72 {
    margin: 72px;
  }
  .pl-m-80 {
    padding-left: 80px;
  }
  .pr-m-80 {
    padding-right: 80px;
  }
  .pt-m-80 {
    padding-top: 80px;
  }
  .pb-m-80 {
    padding-bottom: 80px;
  }
  .ph-m-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-m-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-m-80 {
    padding: 80px;
  }
  .ml-m-80 {
    margin-left: 80px;
  }
  .mr-m-80 {
    margin-right: 80px;
  }
  .mt-m-80 {
    margin-top: 80px;
  }
  .mb-m-80 {
    margin-bottom: 80px;
  }
  .mh-m-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-m-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-m-80 {
    margin: 80px;
  }
  .pl-m-152 {
    padding-left: 152px;
  }
  .pr-m-152 {
    padding-right: 152px;
  }
  .pt-m-152 {
    padding-top: 152px;
  }
  .pb-m-152 {
    padding-bottom: 152px;
  }
  .ph-m-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .pv-m-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pa-m-152 {
    padding: 152px;
  }
  .ml-m-152 {
    margin-left: 152px;
  }
  .mr-m-152 {
    margin-right: 152px;
  }
  .mt-m-152 {
    margin-top: 152px;
  }
  .mb-m-152 {
    margin-bottom: 152px;
  }
  .mh-m-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .mv-m-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .ma-m-152 {
    margin: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .pl-l-0 {
    padding-left: 0px;
  }
  .pr-l-0 {
    padding-right: 0px;
  }
  .pt-l-0 {
    padding-top: 0px;
  }
  .pb-l-0 {
    padding-bottom: 0px;
  }
  .ph-l-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-l-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-l-0 {
    padding: 0px;
  }
  .ml-l-0 {
    margin-left: 0px;
  }
  .mr-l-0 {
    margin-right: 0px;
  }
  .mt-l-0 {
    margin-top: 0px;
  }
  .mb-l-0 {
    margin-bottom: 0px;
  }
  .mh-l-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-l-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-l-0 {
    margin: 0px;
  }
  .pl-l-4 {
    padding-left: 4px;
  }
  .pr-l-4 {
    padding-right: 4px;
  }
  .pt-l-4 {
    padding-top: 4px;
  }
  .pb-l-4 {
    padding-bottom: 4px;
  }
  .ph-l-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-l-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-l-4 {
    padding: 4px;
  }
  .ml-l-4 {
    margin-left: 4px;
  }
  .mr-l-4 {
    margin-right: 4px;
  }
  .mt-l-4 {
    margin-top: 4px;
  }
  .mb-l-4 {
    margin-bottom: 4px;
  }
  .mh-l-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-l-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-l-4 {
    margin: 4px;
  }
  .pl-l-8 {
    padding-left: 8px;
  }
  .pr-l-8 {
    padding-right: 8px;
  }
  .pt-l-8 {
    padding-top: 8px;
  }
  .pb-l-8 {
    padding-bottom: 8px;
  }
  .ph-l-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-l-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-l-8 {
    padding: 8px;
  }
  .ml-l-8 {
    margin-left: 8px;
  }
  .mr-l-8 {
    margin-right: 8px;
  }
  .mt-l-8 {
    margin-top: 8px;
  }
  .mb-l-8 {
    margin-bottom: 8px;
  }
  .mh-l-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-l-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-l-8 {
    margin: 8px;
  }
  .pl-l-16 {
    padding-left: 16px;
  }
  .pr-l-16 {
    padding-right: 16px;
  }
  .pt-l-16 {
    padding-top: 16px;
  }
  .pb-l-16 {
    padding-bottom: 16px;
  }
  .ph-l-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-l-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-l-16 {
    padding: 16px;
  }
  .ml-l-16 {
    margin-left: 16px;
  }
  .mr-l-16 {
    margin-right: 16px;
  }
  .mt-l-16 {
    margin-top: 16px;
  }
  .mb-l-16 {
    margin-bottom: 16px;
  }
  .mh-l-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-l-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-l-16 {
    margin: 16px;
  }
  .pl-l-24 {
    padding-left: 24px;
  }
  .pr-l-24 {
    padding-right: 24px;
  }
  .pt-l-24 {
    padding-top: 24px;
  }
  .pb-l-24 {
    padding-bottom: 24px;
  }
  .ph-l-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-l-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-l-24 {
    padding: 24px;
  }
  .ml-l-24 {
    margin-left: 24px;
  }
  .mr-l-24 {
    margin-right: 24px;
  }
  .mt-l-24 {
    margin-top: 24px;
  }
  .mb-l-24 {
    margin-bottom: 24px;
  }
  .mh-l-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-l-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-l-24 {
    margin: 24px;
  }
  .pl-l-32 {
    padding-left: 32px;
  }
  .pr-l-32 {
    padding-right: 32px;
  }
  .pt-l-32 {
    padding-top: 32px;
  }
  .pb-l-32 {
    padding-bottom: 32px;
  }
  .ph-l-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-l-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-l-32 {
    padding: 32px;
  }
  .ml-l-32 {
    margin-left: 32px;
  }
  .mr-l-32 {
    margin-right: 32px;
  }
  .mt-l-32 {
    margin-top: 32px;
  }
  .mb-l-32 {
    margin-bottom: 32px;
  }
  .mh-l-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-l-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-l-32 {
    margin: 32px;
  }
  .pl-l-40 {
    padding-left: 40px;
  }
  .pr-l-40 {
    padding-right: 40px;
  }
  .pt-l-40 {
    padding-top: 40px;
  }
  .pb-l-40 {
    padding-bottom: 40px;
  }
  .ph-l-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-l-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-l-40 {
    padding: 40px;
  }
  .ml-l-40 {
    margin-left: 40px;
  }
  .mr-l-40 {
    margin-right: 40px;
  }
  .mt-l-40 {
    margin-top: 40px;
  }
  .mb-l-40 {
    margin-bottom: 40px;
  }
  .mh-l-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-l-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-l-40 {
    margin: 40px;
  }
  .pl-l-48 {
    padding-left: 48px;
  }
  .pr-l-48 {
    padding-right: 48px;
  }
  .pt-l-48 {
    padding-top: 48px;
  }
  .pb-l-48 {
    padding-bottom: 48px;
  }
  .ph-l-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-l-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-l-48 {
    padding: 48px;
  }
  .ml-l-48 {
    margin-left: 48px;
  }
  .mr-l-48 {
    margin-right: 48px;
  }
  .mt-l-48 {
    margin-top: 48px;
  }
  .mb-l-48 {
    margin-bottom: 48px;
  }
  .mh-l-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-l-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-l-48 {
    margin: 48px;
  }
  .pl-l-56 {
    padding-left: 56px;
  }
  .pr-l-56 {
    padding-right: 56px;
  }
  .pt-l-56 {
    padding-top: 56px;
  }
  .pb-l-56 {
    padding-bottom: 56px;
  }
  .ph-l-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-l-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-l-56 {
    padding: 56px;
  }
  .ml-l-56 {
    margin-left: 56px;
  }
  .mr-l-56 {
    margin-right: 56px;
  }
  .mt-l-56 {
    margin-top: 56px;
  }
  .mb-l-56 {
    margin-bottom: 56px;
  }
  .mh-l-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-l-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-l-56 {
    margin: 56px;
  }
  .pl-l-64 {
    padding-left: 64px;
  }
  .pr-l-64 {
    padding-right: 64px;
  }
  .pt-l-64 {
    padding-top: 64px;
  }
  .pb-l-64 {
    padding-bottom: 64px;
  }
  .ph-l-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-l-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-l-64 {
    padding: 64px;
  }
  .ml-l-64 {
    margin-left: 64px;
  }
  .mr-l-64 {
    margin-right: 64px;
  }
  .mt-l-64 {
    margin-top: 64px;
  }
  .mb-l-64 {
    margin-bottom: 64px;
  }
  .mh-l-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-l-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-l-64 {
    margin: 64px;
  }
  .pl-l-72 {
    padding-left: 72px;
  }
  .pr-l-72 {
    padding-right: 72px;
  }
  .pt-l-72 {
    padding-top: 72px;
  }
  .pb-l-72 {
    padding-bottom: 72px;
  }
  .ph-l-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-l-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-l-72 {
    padding: 72px;
  }
  .ml-l-72 {
    margin-left: 72px;
  }
  .mr-l-72 {
    margin-right: 72px;
  }
  .mt-l-72 {
    margin-top: 72px;
  }
  .mb-l-72 {
    margin-bottom: 72px;
  }
  .mh-l-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-l-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-l-72 {
    margin: 72px;
  }
  .pl-l-80 {
    padding-left: 80px;
  }
  .pr-l-80 {
    padding-right: 80px;
  }
  .pt-l-80 {
    padding-top: 80px;
  }
  .pb-l-80 {
    padding-bottom: 80px;
  }
  .ph-l-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-l-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-l-80 {
    padding: 80px;
  }
  .ml-l-80 {
    margin-left: 80px;
  }
  .mr-l-80 {
    margin-right: 80px;
  }
  .mt-l-80 {
    margin-top: 80px;
  }
  .mb-l-80 {
    margin-bottom: 80px;
  }
  .mh-l-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-l-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-l-80 {
    margin: 80px;
  }
  .pl-l-152 {
    padding-left: 152px;
  }
  .pr-l-152 {
    padding-right: 152px;
  }
  .pt-l-152 {
    padding-top: 152px;
  }
  .pb-l-152 {
    padding-bottom: 152px;
  }
  .ph-l-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .pv-l-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pa-l-152 {
    padding: 152px;
  }
  .ml-l-152 {
    margin-left: 152px;
  }
  .mr-l-152 {
    margin-right: 152px;
  }
  .mt-l-152 {
    margin-top: 152px;
  }
  .mb-l-152 {
    margin-bottom: 152px;
  }
  .mh-l-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .mv-l-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .ma-l-152 {
    margin: 152px;
  }
}
@media screen and (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .ph-xl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xl-0 {
    padding: 0px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mh-xl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xl-0 {
    margin: 0px;
  }
  .pl-xl-4 {
    padding-left: 4px;
  }
  .pr-xl-4 {
    padding-right: 4px;
  }
  .pt-xl-4 {
    padding-top: 4px;
  }
  .pb-xl-4 {
    padding-bottom: 4px;
  }
  .ph-xl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xl-4 {
    padding: 4px;
  }
  .ml-xl-4 {
    margin-left: 4px;
  }
  .mr-xl-4 {
    margin-right: 4px;
  }
  .mt-xl-4 {
    margin-top: 4px;
  }
  .mb-xl-4 {
    margin-bottom: 4px;
  }
  .mh-xl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xl-4 {
    margin: 4px;
  }
  .pl-xl-8 {
    padding-left: 8px;
  }
  .pr-xl-8 {
    padding-right: 8px;
  }
  .pt-xl-8 {
    padding-top: 8px;
  }
  .pb-xl-8 {
    padding-bottom: 8px;
  }
  .ph-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xl-8 {
    padding: 8px;
  }
  .ml-xl-8 {
    margin-left: 8px;
  }
  .mr-xl-8 {
    margin-right: 8px;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mh-xl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xl-8 {
    margin: 8px;
  }
  .pl-xl-16 {
    padding-left: 16px;
  }
  .pr-xl-16 {
    padding-right: 16px;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .pb-xl-16 {
    padding-bottom: 16px;
  }
  .ph-xl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xl-16 {
    padding: 16px;
  }
  .ml-xl-16 {
    margin-left: 16px;
  }
  .mr-xl-16 {
    margin-right: 16px;
  }
  .mt-xl-16 {
    margin-top: 16px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mh-xl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xl-16 {
    margin: 16px;
  }
  .pl-xl-24 {
    padding-left: 24px;
  }
  .pr-xl-24 {
    padding-right: 24px;
  }
  .pt-xl-24 {
    padding-top: 24px;
  }
  .pb-xl-24 {
    padding-bottom: 24px;
  }
  .ph-xl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xl-24 {
    padding: 24px;
  }
  .ml-xl-24 {
    margin-left: 24px;
  }
  .mr-xl-24 {
    margin-right: 24px;
  }
  .mt-xl-24 {
    margin-top: 24px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mh-xl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xl-24 {
    margin: 24px;
  }
  .pl-xl-32 {
    padding-left: 32px;
  }
  .pr-xl-32 {
    padding-right: 32px;
  }
  .pt-xl-32 {
    padding-top: 32px;
  }
  .pb-xl-32 {
    padding-bottom: 32px;
  }
  .ph-xl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xl-32 {
    padding: 32px;
  }
  .ml-xl-32 {
    margin-left: 32px;
  }
  .mr-xl-32 {
    margin-right: 32px;
  }
  .mt-xl-32 {
    margin-top: 32px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mh-xl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xl-32 {
    margin: 32px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .ph-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xl-40 {
    padding: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mh-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xl-40 {
    margin: 40px;
  }
  .pl-xl-48 {
    padding-left: 48px;
  }
  .pr-xl-48 {
    padding-right: 48px;
  }
  .pt-xl-48 {
    padding-top: 48px;
  }
  .pb-xl-48 {
    padding-bottom: 48px;
  }
  .ph-xl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xl-48 {
    padding: 48px;
  }
  .ml-xl-48 {
    margin-left: 48px;
  }
  .mr-xl-48 {
    margin-right: 48px;
  }
  .mt-xl-48 {
    margin-top: 48px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mh-xl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xl-48 {
    margin: 48px;
  }
  .pl-xl-56 {
    padding-left: 56px;
  }
  .pr-xl-56 {
    padding-right: 56px;
  }
  .pt-xl-56 {
    padding-top: 56px;
  }
  .pb-xl-56 {
    padding-bottom: 56px;
  }
  .ph-xl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xl-56 {
    padding: 56px;
  }
  .ml-xl-56 {
    margin-left: 56px;
  }
  .mr-xl-56 {
    margin-right: 56px;
  }
  .mt-xl-56 {
    margin-top: 56px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mh-xl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xl-56 {
    margin: 56px;
  }
  .pl-xl-64 {
    padding-left: 64px;
  }
  .pr-xl-64 {
    padding-right: 64px;
  }
  .pt-xl-64 {
    padding-top: 64px;
  }
  .pb-xl-64 {
    padding-bottom: 64px;
  }
  .ph-xl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xl-64 {
    padding: 64px;
  }
  .ml-xl-64 {
    margin-left: 64px;
  }
  .mr-xl-64 {
    margin-right: 64px;
  }
  .mt-xl-64 {
    margin-top: 64px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mh-xl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xl-64 {
    margin: 64px;
  }
  .pl-xl-72 {
    padding-left: 72px;
  }
  .pr-xl-72 {
    padding-right: 72px;
  }
  .pt-xl-72 {
    padding-top: 72px;
  }
  .pb-xl-72 {
    padding-bottom: 72px;
  }
  .ph-xl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xl-72 {
    padding: 72px;
  }
  .ml-xl-72 {
    margin-left: 72px;
  }
  .mr-xl-72 {
    margin-right: 72px;
  }
  .mt-xl-72 {
    margin-top: 72px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mh-xl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xl-72 {
    margin: 72px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .ph-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xl-80 {
    padding: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mh-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xl-80 {
    margin: 80px;
  }
  .pl-xl-152 {
    padding-left: 152px;
  }
  .pr-xl-152 {
    padding-right: 152px;
  }
  .pt-xl-152 {
    padding-top: 152px;
  }
  .pb-xl-152 {
    padding-bottom: 152px;
  }
  .ph-xl-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .pv-xl-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pa-xl-152 {
    padding: 152px;
  }
  .ml-xl-152 {
    margin-left: 152px;
  }
  .mr-xl-152 {
    margin-right: 152px;
  }
  .mt-xl-152 {
    margin-top: 152px;
  }
  .mb-xl-152 {
    margin-bottom: 152px;
  }
  .mh-xl-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .mv-xl-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .ma-xl-152 {
    margin: 152px;
  }
}
@media screen and (min-width: 1550px) {
  .pl-xxl-0 {
    padding-left: 0px;
  }
  .pr-xxl-0 {
    padding-right: 0px;
  }
  .pt-xxl-0 {
    padding-top: 0px;
  }
  .pb-xxl-0 {
    padding-bottom: 0px;
  }
  .ph-xxl-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pv-xxl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pa-xxl-0 {
    padding: 0px;
  }
  .ml-xxl-0 {
    margin-left: 0px;
  }
  .mr-xxl-0 {
    margin-right: 0px;
  }
  .mt-xxl-0 {
    margin-top: 0px;
  }
  .mb-xxl-0 {
    margin-bottom: 0px;
  }
  .mh-xxl-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .mv-xxl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ma-xxl-0 {
    margin: 0px;
  }
  .pl-xxl-4 {
    padding-left: 4px;
  }
  .pr-xxl-4 {
    padding-right: 4px;
  }
  .pt-xxl-4 {
    padding-top: 4px;
  }
  .pb-xxl-4 {
    padding-bottom: 4px;
  }
  .ph-xxl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .pv-xxl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pa-xxl-4 {
    padding: 4px;
  }
  .ml-xxl-4 {
    margin-left: 4px;
  }
  .mr-xxl-4 {
    margin-right: 4px;
  }
  .mt-xxl-4 {
    margin-top: 4px;
  }
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
  .mh-xxl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mv-xxl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ma-xxl-4 {
    margin: 4px;
  }
  .pl-xxl-8 {
    padding-left: 8px;
  }
  .pr-xxl-8 {
    padding-right: 8px;
  }
  .pt-xxl-8 {
    padding-top: 8px;
  }
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
  .ph-xxl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .pv-xxl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pa-xxl-8 {
    padding: 8px;
  }
  .ml-xxl-8 {
    margin-left: 8px;
  }
  .mr-xxl-8 {
    margin-right: 8px;
  }
  .mt-xxl-8 {
    margin-top: 8px;
  }
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
  .mh-xxl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .mv-xxl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .ma-xxl-8 {
    margin: 8px;
  }
  .pl-xxl-16 {
    padding-left: 16px;
  }
  .pr-xxl-16 {
    padding-right: 16px;
  }
  .pt-xxl-16 {
    padding-top: 16px;
  }
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
  .ph-xxl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pv-xxl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pa-xxl-16 {
    padding: 16px;
  }
  .ml-xxl-16 {
    margin-left: 16px;
  }
  .mr-xxl-16 {
    margin-right: 16px;
  }
  .mt-xxl-16 {
    margin-top: 16px;
  }
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
  .mh-xxl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .mv-xxl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ma-xxl-16 {
    margin: 16px;
  }
  .pl-xxl-24 {
    padding-left: 24px;
  }
  .pr-xxl-24 {
    padding-right: 24px;
  }
  .pt-xxl-24 {
    padding-top: 24px;
  }
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
  .ph-xxl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .pv-xxl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pa-xxl-24 {
    padding: 24px;
  }
  .ml-xxl-24 {
    margin-left: 24px;
  }
  .mr-xxl-24 {
    margin-right: 24px;
  }
  .mt-xxl-24 {
    margin-top: 24px;
  }
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
  .mh-xxl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .mv-xxl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .ma-xxl-24 {
    margin: 24px;
  }
  .pl-xxl-32 {
    padding-left: 32px;
  }
  .pr-xxl-32 {
    padding-right: 32px;
  }
  .pt-xxl-32 {
    padding-top: 32px;
  }
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
  .ph-xxl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .pv-xxl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pa-xxl-32 {
    padding: 32px;
  }
  .ml-xxl-32 {
    margin-left: 32px;
  }
  .mr-xxl-32 {
    margin-right: 32px;
  }
  .mt-xxl-32 {
    margin-top: 32px;
  }
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
  .mh-xxl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .mv-xxl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .ma-xxl-32 {
    margin: 32px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .pt-xxl-40 {
    padding-top: 40px;
  }
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
  .ph-xxl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .pv-xxl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pa-xxl-40 {
    padding: 40px;
  }
  .ml-xxl-40 {
    margin-left: 40px;
  }
  .mr-xxl-40 {
    margin-right: 40px;
  }
  .mt-xxl-40 {
    margin-top: 40px;
  }
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
  .mh-xxl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .mv-xxl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ma-xxl-40 {
    margin: 40px;
  }
  .pl-xxl-48 {
    padding-left: 48px;
  }
  .pr-xxl-48 {
    padding-right: 48px;
  }
  .pt-xxl-48 {
    padding-top: 48px;
  }
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
  .ph-xxl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .pv-xxl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pa-xxl-48 {
    padding: 48px;
  }
  .ml-xxl-48 {
    margin-left: 48px;
  }
  .mr-xxl-48 {
    margin-right: 48px;
  }
  .mt-xxl-48 {
    margin-top: 48px;
  }
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
  .mh-xxl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .mv-xxl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .ma-xxl-48 {
    margin: 48px;
  }
  .pl-xxl-56 {
    padding-left: 56px;
  }
  .pr-xxl-56 {
    padding-right: 56px;
  }
  .pt-xxl-56 {
    padding-top: 56px;
  }
  .pb-xxl-56 {
    padding-bottom: 56px;
  }
  .ph-xxl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .pv-xxl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pa-xxl-56 {
    padding: 56px;
  }
  .ml-xxl-56 {
    margin-left: 56px;
  }
  .mr-xxl-56 {
    margin-right: 56px;
  }
  .mt-xxl-56 {
    margin-top: 56px;
  }
  .mb-xxl-56 {
    margin-bottom: 56px;
  }
  .mh-xxl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .mv-xxl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .ma-xxl-56 {
    margin: 56px;
  }
  .pl-xxl-64 {
    padding-left: 64px;
  }
  .pr-xxl-64 {
    padding-right: 64px;
  }
  .pt-xxl-64 {
    padding-top: 64px;
  }
  .pb-xxl-64 {
    padding-bottom: 64px;
  }
  .ph-xxl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .pv-xxl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pa-xxl-64 {
    padding: 64px;
  }
  .ml-xxl-64 {
    margin-left: 64px;
  }
  .mr-xxl-64 {
    margin-right: 64px;
  }
  .mt-xxl-64 {
    margin-top: 64px;
  }
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
  .mh-xxl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .mv-xxl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .ma-xxl-64 {
    margin: 64px;
  }
  .pl-xxl-72 {
    padding-left: 72px;
  }
  .pr-xxl-72 {
    padding-right: 72px;
  }
  .pt-xxl-72 {
    padding-top: 72px;
  }
  .pb-xxl-72 {
    padding-bottom: 72px;
  }
  .ph-xxl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .pv-xxl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pa-xxl-72 {
    padding: 72px;
  }
  .ml-xxl-72 {
    margin-left: 72px;
  }
  .mr-xxl-72 {
    margin-right: 72px;
  }
  .mt-xxl-72 {
    margin-top: 72px;
  }
  .mb-xxl-72 {
    margin-bottom: 72px;
  }
  .mh-xxl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .mv-xxl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .ma-xxl-72 {
    margin: 72px;
  }
  .pl-xxl-80 {
    padding-left: 80px;
  }
  .pr-xxl-80 {
    padding-right: 80px;
  }
  .pt-xxl-80 {
    padding-top: 80px;
  }
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
  .ph-xxl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .pv-xxl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pa-xxl-80 {
    padding: 80px;
  }
  .ml-xxl-80 {
    margin-left: 80px;
  }
  .mr-xxl-80 {
    margin-right: 80px;
  }
  .mt-xxl-80 {
    margin-top: 80px;
  }
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
  .mh-xxl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .mv-xxl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .ma-xxl-80 {
    margin: 80px;
  }
  .pl-xxl-152 {
    padding-left: 152px;
  }
  .pr-xxl-152 {
    padding-right: 152px;
  }
  .pt-xxl-152 {
    padding-top: 152px;
  }
  .pb-xxl-152 {
    padding-bottom: 152px;
  }
  .ph-xxl-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .pv-xxl-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pa-xxl-152 {
    padding: 152px;
  }
  .ml-xxl-152 {
    margin-left: 152px;
  }
  .mr-xxl-152 {
    margin-right: 152px;
  }
  .mt-xxl-152 {
    margin-top: 152px;
  }
  .mb-xxl-152 {
    margin-bottom: 152px;
  }
  .mh-xxl-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .mv-xxl-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .ma-xxl-152 {
    margin: 152px;
  }
}
.br-1 {
  border-radius: 1px;
}
.br-2 {
  border-radius: 2px;
}
.br-3 {
  border-radius: 3px;
}
.br-4 {
  border-radius: 4px;
}
.br-5 {
  border-radius: 5px;
}
.br-8 {
  border-radius: 8px;
}
.br-10 {
  border-radius: 10px;
}
.bg {
  background-size: cover;
  background-position: center center;
}
.bg--contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg--left {
  background-position-x: left;
}
.bg--right {
  background-position-x: right;
}
.bg--top {
  background-position-y: top;
}
.bg--bottom {
  background-position-y: bottom;
}
.c-pointer {
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
}
.c-default {
  cursor: hand;
  cursor: pointer;
}
.c-not-allowed {
  cursor: hand;
  cursor: pointer;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.no-anim {
  -webkit-transition: none !important;
  transition: none !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  zoom: 1;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
::-moz-selection {
  background: #85c4ff /* WebKit/Blink Browsers */;
  color: #fff;
}
::selection {
  background: #85c4ff /* WebKit/Blink Browsers */;
  color: #fff;
}
::-moz-selection {
  background: #85c4ff /* Gecko Browsers */;
  color: #fff;
}
.button {
  display: inline-block;
  position: relative;
  cursor: hand;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-family: 'freight-big-pro', serif;
  font-size: 0.824rem;
  line-height: 1.412rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  padding: 19px 32px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button:hover,
.button__container--is-hover:hover .button {
  background-color: #fff;
  color: #fff;
}
.button:active,
.button__container--is-active:active .button {
  backgroun-color: #fff;
  color: #fff;
}
.button--inverted {
  color: #fff;
  border: solid 1px #fff;
}
.button--inverted:hover {
  background-color: #fff;
  color: #fff;
}
.button--inverted:active {
  background-color: #fff;
  color: #fff;
}
.pagination {
  text-align: center;
  display: inline-block;
  padding: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.pagination li a,
.pagination li span {
  font-family: 'freight-big-pro', serif;
  color: gris1;
  font-size: s15;
  line-height: s24;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12em;
  margin: 16px 0;
  padding: 5px 0 3px;
  margin: 0 2px;
  padding-left: 4px;
  color: ;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination li a:hover,
.pagination li span:hover {
  color: gris1;
}
.pagination li.active a,
.pagination li.active span {
  font-weight: bold;
  color: gris1;
}
.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: rgba(192,39,54,0.8);
  text-align: center;
  color: #fff;
  font-size: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.totop.show {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.totop i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25% /* 16:9 */;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-input {
  font-family: ;
  font-weight: ;
  font-size: ;
  line-height: ;
  background-color: transparent;
  color: #fff;
  border: 1px solid;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 60px 10px 16px;
  margin: 8px 0;
  width: 100%;
}
.custom-input--select {
  background-image: url("/assets/img/select.svg");
  border-radius: 3px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-input--select option[value=""][disabled] {
  display: none;
}
.custom-input--icon-left {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: 24px 50%;
  padding-left: 72px;
}
.custom-input--icon-right {
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-position: calc(100% - 24px) 50%;
  padding-right: 72px;
}
.custom-checkbox__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
}
.custom-checkbox__new {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border: 2px solid;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-checkbox__text {
  display: inline-block;
  width: 80%;
  width: calc(100% - 35px);
}
.custom-checkbox__input:checked + label .custom-checkbox__new {
  background: #85c4ff;
  border-width: 0;
}
.custom-checkbox__input:checked + label .custom-checkbox__new:after {
  content: "";
  width: 2px;
  height: 6px;
  position: absolute;
  top: 9.5px;
  left: 4.5px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
.custom-checkbox__input:checked + label .custom-checkbox__new:before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 3.2px;
  left: 11px;
  background: #fff;
  border-radius: 0;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-radio__input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
.custom-radio__new {
  width: 20px;
  height: 20px;
  margin: 6px 10px 0 0;
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  float: left;
}
.custom-radio__text {
  display: inline-block;
  padding: 0;
  float: left;
  width: 100%;
  padding-right: 12px;
}
.custom-radio__input + label {
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
}
.custom-radio__input:disabled + label p {
  color: gris4;
}
.custom-radio__input:checked + label .custom-radio__new {
  background-color: #85c4ff;
  background-image: url("/assets/img/marcado.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-color: transparent;
}
.custom-file__label {
  width: 0%;
  min-width: 100%;
  height: 52px;
  line-height: 52px !important;
  cursor: hand;
  cursor: pointer;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: sans-serif;
  text-align: right;
  margin: 8px 0;
}
.custom-file__label:before {
  content: attr(data-file);
  width: 70%;
  width: calc(100% - 200px);
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: inherit;
  padding: 0 20px;
  border-radius: 3px;
  background-color: ;
  color: #12202b;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.custom-file__label:after {
  display: inline-block;
  position: relative;
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
  z-index: 9;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 42px;
  color: #37d9b6;
  background-color: transparent;
  border: solid 3px #37d9b6;
  content: attr(data-text);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  height: inherit;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-family: 'freight-big-pro', serif;
  font-size: 1.059rem;
}
.custom-file__label[title]:not([title=""]):before {
  content: attr(title);
  color: gris7;
}
.custom-file__input {
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #12202b;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
}
:-moz-placeholder {
  color: #12202b;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
::-moz-placeholder {
  color: #12202b;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
:-ms-input-placeholder {
  color: #12202b;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
}
.custom-input--light::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
}
.custom-input--light:-moz-placeholder {
  color: #fff;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light::-moz-placeholder {
  color: #fff;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.custom-input--light:-ms-input-placeholder {
  color: #fff;
  font-size: 0.824rem;
  font-weight: 400;
  font-family: 'flexo', sans-serif;
}
.hamburger {
  padding: 21px 4px;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  -webkit-transition-property: opacity, filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: 4px/-2;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 34px;
  height: 4px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger__inner:after {
  bottom: -9px;
}
.hamburger__inner:before {
  top: -9px;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__box {
  width: 34px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.hamburger--spin .hamburger__inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger__inner:before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger__inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.hamburger--is-active .hamburger__inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.hamburger--is-active .hamburger__inner:before {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.hamburger--is-active .hamburger__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: hand;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel.owl-grab {
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: hand;
  cursor: pointer;
  cursor: hand;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.accordion__content {
  display: none;
}
.accordion__title {
  width: 90%;
  width: calc(100% - 32px);
}
.accordion--is-open .accordion__arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@font-face {
  font-family: 'flexobold';
  src: url("/fonts/flexo-bold-webfont.eot");
  src: url("/fonts/flexo-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-bold-webfont.woff2") format('woff2'), url("/fonts/flexo-bold-webfont.woff") format('woff'), url("/fonts/flexo-bold-webfont.ttf") format('truetype'), url("/fonts/flexo-bold-webfont.svg#flexobold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexolight';
  src: url("/fonts/flexo-light-webfont.eot");
  src: url("/fonts/flexo-light-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-light-webfont.woff2") format('woff2'), url("/fonts/flexo-light-webfont.woff") format('woff'), url("/fonts/flexo-light-webfont.ttf") format('truetype'), url("/fonts/flexo-light-webfont.svg#flexolight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexomedium';
  src: url("/fonts/flexo-medium-webfont.eot");
  src: url("/fonts/flexo-medium-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-medium-webfont.woff2") format('woff2'), url("/fonts/flexo-medium-webfont.woff") format('woff'), url("/fonts/flexo-medium-webfont.ttf") format('truetype'), url("/fonts/flexo-medium-webfont.svg#flexomedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexoregular';
  src: url("/fonts/flexo-regular-webfont.eot");
  src: url("/fonts/flexo-regular-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-regular-webfont.woff2") format('woff2'), url("/fonts/flexo-regular-webfont.woff") format('woff'), url("/fonts/flexo-regular-webfont.ttf") format('truetype'), url("/fonts/flexo-regular-webfont.svg#flexoregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexobold_italic';
  src: url("/fonts/flexo-boldit-webfont.eot");
  src: url("/fonts/flexo-boldit-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-boldit-webfont.woff2") format('woff2'), url("/fonts/flexo-boldit-webfont.woff") format('woff'), url("/fonts/flexo-boldit-webfont.ttf") format('truetype'), url("/fonts/flexo-boldit-webfont.svg#flexobold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexoitalic';
  src: url("/fonts/flexo-it-webfont.eot");
  src: url("/fonts/flexo-it-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-it-webfont.woff2") format('woff2'), url("/fonts/flexo-it-webfont.woff") format('woff'), url("/fonts/flexo-it-webfont.ttf") format('truetype'), url("/fonts/flexo-it-webfont.svg#flexoitalic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexolight_italic';
  src: url("/fonts/flexo-lightit-webfont.eot");
  src: url("/fonts/flexo-lightit-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-lightit-webfont.woff2") format('woff2'), url("/fonts/flexo-lightit-webfont.woff") format('woff'), url("/fonts/flexo-lightit-webfont.ttf") format('truetype'), url("/fonts/flexo-lightit-webfont.svg#flexolight_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'flexomedium_italic';
  src: url("/fonts/flexo-mediumit-webfont.eot");
  src: url("/fonts/flexo-mediumit-webfont.eot?#iefix") format('embedded-opentype'), url("/fonts/flexo-mediumit-webfont.woff2") format('woff2'), url("/fonts/flexo-mediumit-webfont.woff") format('woff'), url("/fonts/flexo-mediumit-webfont.ttf") format('truetype'), url("/fonts/flexo-mediumit-webfont.svg#flexomedium_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
.header__brand {
  margin-top: 17px;
  margin-bottom: 17px;
}
.page-template-default .header,
.error404 .header {
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .page-child .header {
    margin-bottom: 56px;
  }
}
.full-area {
  width: 100%;
  height: 100%;
}
.full-height {
  height: 100%;
}
.pmv-0 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.no-margin p,
.no-margin li {
  margin-top: 0;
  margin-bottom: 0;
}
.no-list {
  list-style: none;
}
.content h3,
.content h4 {
  text-transform: uppercase;
}
.content h4 {
  margin-top: 32px;
}
.content blockquote {
  position: relative;
  margin: 32px 0;
  padding: 0 0 0 32px;
}
.content blockquote:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #85c4ff;
  border-radius: 50%;
}
.content li {
  padding-left: 1.2em;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #12202b;
}
.content li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #85c4ff;
  border-radius: 50%;
  margin-left: -1.2em;
  position: absolute;
  margin-top: 0.8em;
}
.content li li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content li li:before {
  background: #12202b;
}
.content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content div.wpcf7-response-output {
  margin: 36px 0 0;
}
.content--list li {
  padding-left: 1.2em;
}
.content--list li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #85c4ff;
  border-radius: 50%;
  margin-left: -1.2em;
  position: absolute;
  margin-top: 0.8em;
}
.content--list li li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content--list li li:before {
  background: #12202b;
}
.content--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .content--reduced > p,
  .content--reduced li,
  .content--reduced .custom-input,
  .content--reduced div.wpcf7-response-output {
    width: 87%;
  }
  .content--reduced img {
    max-width: 87%;
  }
}
.social__icon path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.social__icon:hover path {
  fill: #85c4ff;
}
.button--success {
  background-color: #1ed66e;
  border-color: #1ed66e;
  color: #fff;
  pointer-events: none;
}
.wpcf7-form .button--success,
.wpcf7-form.sent .wpcf7-submit {
  display: none;
}
.wpcf7-form.sent .wpcf7-mail-sent-ok {
  display: none !important;
}
.wpcf7-form.sent .button--success {
  display: inline-block;
}
p {
  font-size: 21px;
}
.home__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.home__view {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
body {
  background: #12202b;
}
.pt-139 {
  padding-top: 139px;
}
.row:after {
  display: block;
  clear: both;
  content: "";
}
.row:before {
  display: block;
  clear: both;
  content: "";
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-161 {
  margin-bottom: 161px;
}
.mb-259 {
  margin-bottom: 259px;
}
.max-width-500 {
  max-width: 500px;
}
.time {
  font-size: 1.647rem;
  font-family: 'flexobold';
  padding: 83px 45px;
}
.tit-soldato {
  display: inline-block;
  position: relative;
}
header {
  width: 100%;
  height: 64px;
  background: #fff;
  position: fixed;
  z-index: 9;
}
header .logo {
  padding: 13px 40px;
  float: left;
}
header .col {
  padding-left: 0px;
  padding-right: 0px;
}
.js-streaming-right {
  -webkit-box-shadow: 4px 10px 43px -2px rgba(0,0,0,0.82);
  -webkit-box-shadow: 4px 10px 43px -2px rgba(0,0,0,0.82);
  box-shadow: 4px 10px 43px -2px rgba(0,0,0,0.82);
}
.linea-fondo {
  position: relative;
  height: 0%;
  -webkit-transition: height 3s ease-in;
  transition: height 3s ease-in;
}
.linea-fondo-altura {
  height: 100%;
}
.linea-fondo:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #fff;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.linea-fondo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.bloque-lineas-fondo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  pointer-events: none;
}
.col-c-header {
  font-family: 'flexo', sans-serif;
  letter-spacing: 2.2px;
  font-size: 0.8824rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;
  display: table;
  height: 64px;
}
.col-c-header span {
  display: table-cell;
  vertical-align: middle;
}
.col-r-header {
  line-height: 64px;
}
.btn-donar {
  width: 236px;
  height: 64px;
  font-family: 'flexobold', sans-serif;
  letter-spacing: 2.2px;
  background-color: #85c4ff;
  text-align: center;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: hand;
  cursor: pointer;
}
.btn-donar:hover {
  background-color: #5e97cc;
}
.img-absolute-r {
  position: absolute;
  right: 0px;
}
.img-absolute-l {
  position: absolute;
  left: 0px;
}
.pa-fundacion {
  padding-bottom: 53.6%;
}
.pa-ilsoldato-1 {
  padding-bottom: 48.7%;
}
.pa-salvarvidas {
  padding-bottom: 54.5%;
}
.pa-fundacion-la-beneficiencia {
  padding-bottom: 44.4%;
}
.pa-fundacion-labeneficiencia {
  padding-bottom: 56.3%;
}
h3 {
  text-transform: uppercase;
}
.bloque-patrocinadores {
  background-color: #85c4ff;
  height: 100%;
  position: absolute;
  left: -10%;
  text-align: center;
  padding: 40px 0px;
}
.bloque-patrocinadores img {
  padding: 10px 40px;
  max-width: 300px;
}
.bloque-colaboradores {
  background-color: #85c4ff;
  height: 100%;
  position: absolute;
  right: -10%;
  text-align: center;
  padding: 40px 0px;
}
.bloque-colaboradores img {
  padding: 20px 40px;
  max-width: 300px;
}
.pa-colaboradores {
  padding-bottom: 35.5%;
}
.pa-patrocinadores {
  padding-bottom: 35.5%;
}
.intro--full {
  width: 100%;
  height: 100%;
}
.intro--height {
  height: 100%;
}
.intro--h-full {
  height: 100vh;
}
.div-absolute-right {
  right: 0px;
  position: absolute;
  height: 100%;
}
.div-absolute-left {
  left: 0px;
  position: absolute;
  height: 100%;
}
.div-absolute-instituciones {
  top: 25px;
  right: -198px;
  position: absolute;
  text-align: right;
}
.div-absolute-patrocinadores {
  top: 25px;
  left: -198px;
  position: absolute;
  text-align: left;
}
.owl-stage-outer .owl-item {
  float: left;
}
.circle-time {
  width: 198px;
  height: 198px;
  border-radius: 100px;
  background: #85c4ff;
}
.expansion1 {
  position: absolute;
  width: 198px;
  height: 198px;
  top: 99px;
  left: 99px;
  border-radius: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: expansion 6s infinite;
  -webkit-animation: expansion 6s infinite;
  animation: expansion 6s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.expansion2 {
  position: absolute;
  width: 198px;
  height: 198px;
  top: 99px;
  left: 99px;
  border-radius: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: expansion 6s infinite;
  -webkit-animation: expansion 6s infinite;
  animation: expansion 6s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.expansion3 {
  position: absolute;
  width: 198px;
  height: 198px;
  top: 99px;
  left: 99px;
  border-radius: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: expansion 6s infinite;
  -webkit-animation: expansion 6s infinite;
  animation: expansion 6s infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.labene {
  margin-top: -40px;
}
.btn {
  font-family: 'flexobold';
  padding: 20px 26px;
  background: #85c4ff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: hand;
  cursor: pointer;
  font-size: 0.8824rem;
  letter-spacing: 2.2px;
  -webkit-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #5e97cc;
}
.btn a {
  color: #fff;
}
.text-vidas {
  font-size: 1.235rem;
  line-height: 2.118rem;
  font-family: 'flexoregular';
}
.text-soldato {
  font-size: 1.765rem;
  line-height: 2.824rem;
  font-family: 'flexoregular';
}
.text-ilsoldato p {
  font-family: 'flexoregular';
  font-size: 1.235rem;
  line-height: 2.118rem;
}
.btn:after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: -15px;
  right: -15px;
  border: 3px solid #85c4ff;
  z-index: -1;
}
.btn:hover:after {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.title-date {
  font-size: 4.706rem;
  line-height: 5.882rem;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
  position: relative;
}
.h2-80 {
  font-size: 4.706rem;
  line-height: 6rem;
}
.owl-nav {
  position: absolute;
  right: -40px;
  top: -125px;
}
.artist-name {
  font-family: 'freight-big-pro', serif;
  position: absolute;
  bottom: 90px;
  right: -48px;
  font-size: 3.412rem;
  line-height: 4.118rem;
  max-width: 260px;
}
.slide {
  position: relative;
}
.owl-prev,
.owl-next {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding: 18px 20px;
  border-radius: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 #000;
  box-shadow: 0 10px 20px 0 #000;
  margin: 0px 40px;
  cursor: hand;
  cursor: pointer;
}
.streaming {
  padding-top: 22.8%;
  padding-left: 51.3%;
  position: absolute;
  z-index: 5;
}
h2 .h2_streaming {
  display: inline-block;
}
.btn-donar a {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding-right: 30px;
  font-family: 'flexobold', sans-serif;
  letter-spacing: 2.2px;
  font-size: 0.8824rem;
}
.btn-donar .flecha {
  position: absolute;
  right: 0px;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.btn-donar:hover .flecha {
  right: -20px;
}
.js-bloque_instrumento {
  padding-left: 40px;
}
.animate-opacity {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 3s ease-in;
  transition: 3s ease-in;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.popup-left img {
  display: none;
}
.title-artistas {
  margin-bottom: 56px;
}
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(0,0,0,0.75);
}
.popup-inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #12202b;
}
.popup-inner .popup-right {
  overflow-x: hidden;
  overflow-y: inherit;
  max-height: 100vh;
  float: right;
  width: 50%;
  padding: 20px 80px;
}
.popup-inner .popup-left {
  float: left;
  width: 50%;
  height: 100%;
  position: absolute;
}
.popup-inner .p-left-1 {
  background: url("/images/artists/maria-jose-big.jpg") no-repeat center center;
  background-size: cover;
}
.popup-inner .p-left-2 {
  background: url("/images/artists/ramon-tebar-big.jpg") no-repeat center center;
  background-size: cover;
}
.popup-inner .p-left-3 {
  background: url("/images/artists/angel-luis-big.jpg") no-repeat center center;
  background-size: cover;
}
.popup p {
  font-family: 'flexoregular';
  font-size: 1.235rem;
}
.bloque_instrumento {
  padding-top: 80px;
  margin-top: -80px;
}
.popup-close {
  width: 64px;
  height: 64px;
  display: inline-block;
  position: absolute;
  padding: 18px 0px;
  margin: 0px;
  top: 55px;
  left: 0px;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #fff;
  text-align: center;
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #12202b;
  text-decoration: none;
}
.slide a {
  color: #fff;
}
.linea {
  width: 140px;
  height: 2px;
  position: absolute;
  top: 50px;
  left: -163px;
}
.linea:before {
  width: 0%;
  height: 2px;
  background-color: #85c4ff;
  content: "";
  clear: both;
  display: block;
  -webkit-transition: width 0.8s ease-in;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.animate_linea.linea:before {
  width: 100%;
}
.animate_linea.linea_la-bene:before {
  width: 100%;
}
.animate_linea.linea-soldato:before {
  width: 100%;
}
.linea_la-bene {
  width: 140px;
  height: 2px;
  position: absolute;
  top: 50px;
  right: -163px;
}
.linea_la-bene:before {
  width: 0%;
  height: 2px;
  background-color: #85c4ff;
  content: "";
  clear: both;
  display: block;
  -webkit-transition: width 0.8s ease-in;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.animate_linea.linea_la-bene:before {
  width: 100%;
}
.linea_bene {
  width: 140px;
  height: 2px;
  position: absolute;
  top: 59px;
  left: -163px;
}
.linea_bene:before {
  width: 0%;
  height: 2px;
  background-color: #85c4ff;
  content: "";
  clear: both;
  display: block;
  -webkit-transition: width 0.8s ease-in;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.animate_linea.linea_bene:before {
  width: 100%;
}
.linea_tiempo {
  width: 140px;
  height: 2px;
  position: absolute;
  top: 98px;
  left: -198px;
}
.linea_tiempo:before {
  width: 0%;
  height: 2px;
  background-color: #85c4ff;
  content: "";
  clear: both;
  display: block;
  -webkit-transition: width 0.8s ease-in;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.animate_linea.linea_tiempo:before {
  width: 100%;
}
.js-streaming-left h2 {
  position: relative;
  font-size: 3.412rem;
  line-height: 4.118rem;
}
.linea-soldato {
  width: 140px;
  height: 2px;
  position: absolute;
  top: 50px;
  right: -163px;
}
.linea-soldato:before {
  width: 0%;
  height: 2px;
  background-color: #85c4ff;
  content: "";
  clear: both;
  display: block;
  -webkit-transition: width 0.8s ease-in;
  -webkit-transition: width 0.8s ease-in;
  transition: width 0.8s ease-in;
}
.img-instru {
  margin-top: -100px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40%, 0);
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .home__video {
    width: 100%;
    height: auto;
  }
}
.home__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 100%;
}
.home__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(30,214,110,0.95);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__link--bottom {
  width: 100%;
  height: auto;
}
.home__anchor:hover .home__link:before {
  width: 115%;
}
.home__anchor:hover .home__link--bottom:before {
  width: 100%;
  height: 115%;
}
@media screen and (min-width: 1024px) {
  .home__link {
    width: 40%;
  }
  .home__link--bottom {
    width: 100%;
    height: auto;
  }
}
.home__arrow {
  position: absolute;
  top: 25%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(0);
  transform: translate(50%, -50%) rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.home__arrow--bottom {
  right: 50px;
}
@media screen and (min-width: 1024px) {
  .home__arrow {
    top: 50%;
  }
}
.home__anchor:hover .home__arrow {
  -webkit-transform: translate(50%, -50%) rotate(360deg);
  transform: translate(50%, -50%) rotate(360deg);
}
.home__text {
  margin: 16px 24px;
}
.home__text--bottom {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .home__text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 32px;
  }
  .home__text--bottom {
    width: 75%;
    position: relative;
  }
}
.home__featured:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 90%;
  display: block;
  background: #85c4ff;
}
@media screen and (min-width: 768px) {
  .home__featured:before {
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .home__featured:before {
    height: 80%;
    top: 10%;
  }
}
@media (max-width: 1204px) {
  html,
  body {
    font-size: 15px;
  }
  .btn-donar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 13px;
  }
  .col-l-header {
    text-align: center;
  }
  .col-l-header img {
    float: none;
  }
  header .logo {
    padding: 10px;
    padding-bottom: 0px;
  }
  .div-absolute-right {
    position: relative;
  }
  .div-absolute-left {
    position: relative;
  }
  .owl-nav {
    top: -205px;
  }
  .img-absolute-l {
    position: relative;
  }
  .img-absolute-r {
    position: relative;
    margin-bottom: 48px;
  }
  .pa-fundacion-labeneficiencia {
    padding-bottom: 0px;
  }
  .pa-fundacion-la-beneficiencia {
    padding-bottom: 0px;
  }
  .pa-salvarvidas {
    padding-bottom: 0px;
  }
  .pa-ilsoldato-1 {
    padding-bottom: 0px;
  }
  .pa-fundacion {
    padding-bottom: 0px;
  }
  .espacio-m {
    padding-top: 100px;
  }
  .bloque-colaboradores {
    position: relative;
    right: 0px;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 48px;
  }
  .div-absolute-instituciones {
    position: relative;
    right: 0px;
    text-align: center;
  }
  .pa-colaboradores {
    padding-bottom: 0px;
  }
  .bloque-patrocinadores {
    position: absolute;
    left: 0px;
  }
  .pa-patrocinadores {
    padding-bottom: 0px;
  }
  .div-absolute-patrocinadores {
    position: relative;
    left: 0px;
    text-align: center;
  }
  .bloque-patrocinadores {
    position: relative;
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 48px;
  }
  .popup-left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .popup-inner .popup-left {
    float: none;
    width: 100%;
    position: relative;
  }
  .popup-inner .popup-right {
    float: none;
    width: 100%;
  }
  section .img-instru {
    position: absolute !important;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }
  .streaming {
    top: 253px;
    right: 260px;
  }
  .labene {
    margin-top: 0px;
  }
  .mb-centro {
    margin-bottom: 80px;
  }
  .animate_linea {
    display: none;
  }
  h4 {
    padding: 30px 0 6px;
  }
  .text-ilsoldato {
    margin-bottom: 46px;
  }
  .js-salvar-vidas-left {
    margin-bottom: 48px;
  }
  .js-labeneficiencia-left {
    margin-bottom: 48px;
  }
  .sec_colaboradores {
    display: grid;
  }
  .sec_patrocinadores {
    display: grid;
  }
  .circle-time {
    width: 140px;
    height: 140px;
  }
  .expansion1 {
    width: 140px;
    height: 140px;
    top: 70px;
    left: 70px;
  }
  .expansion2 {
    width: 140px;
    height: 140px;
    top: 70px;
    left: 70px;
  }
  .expansion3 {
    width: 140px;
    height: 140px;
    top: 70px;
    left: 70px;
  }
  .time {
    padding: 54px 25px;
  }
  .col-c-header {
    line-height: 1.6rem;
  }
@-webkit-keyframes expansion {
    0% {
      width: 50px;
      height: 50px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    10% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0.6);
      width: 100px;
      height: 100px;
    }
    15% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0.2);
      width: 200px;
      height: 200px;
    }
    30% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0);
      width: 200px;
      height: 200px;
    }
    60% {
      width: 200px;
      height: 200px;
      background-color: rgba(133,196,255,0);
    }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      width: 0px;
      height: 0px;
      background-color: rgba(133,196,255,0);
    }
}
@keyframes expansion {
    0% {
      width: 50px;
      height: 50px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }
    10% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0.6);
      width: 100px;
      height: 100px;
    }
    15% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0.2);
      width: 200px;
      height: 200px;
    }
    30% {
      opacity: 1;
      -ms-filter: none;
      -webkit-filter: none;
              filter: none;
      background-color: rgba(133,196,255,0);
      width: 200px;
      height: 200px;
    }
    60% {
      width: 200px;
      height: 200px;
      background-color: rgba(133,196,255,0);
    }
    100% {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      width: 0px;
      height: 0px;
      background-color: rgba(133,196,255,0);
    }
}
}
@media (max-width: 450px) {
  html,
  body {
    font-size: 11px;
  }
  h2 {
    font-size: 3.529rem;
  }
  header {
    position: relative;
  }
  .title-date {
    font-size: 3.529rem;
  }
  .owl-nav {
    top: 0px;
    right: 0px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .owl-prev,
  .owl-next {
    margin: 0px 20px;
  }
  .bene-fecha {
    margin-bottom: 48px;
  }
  .popup-inner .popup-left {
    height: 50%;
  }
  .popup-inner .popup-right {
    max-height: 50%;
  }
}
@-webkit-keyframes expansion {
  0% {
    width: 50px;
    height: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0.6);
    width: 150px;
    height: 150px;
  }
  15% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0.2);
    width: 350px;
    height: 350px;
  }
  30% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0);
    width: 350px;
    height: 350px;
  }
  60% {
    width: 350px;
    height: 350px;
    background-color: rgba(133,196,255,0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 0px;
    height: 0px;
    background-color: rgba(133,196,255,0);
  }
}
@keyframes expansion {
  0% {
    width: 50px;
    height: 50px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  10% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0.6);
    width: 150px;
    height: 150px;
  }
  15% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0.2);
    width: 350px;
    height: 350px;
  }
  30% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    background-color: rgba(133,196,255,0);
    width: 350px;
    height: 350px;
  }
  60% {
    width: 350px;
    height: 350px;
    background-color: rgba(133,196,255,0);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 0px;
    height: 0px;
    background-color: rgba(133,196,255,0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40%, 0);
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40%, 0);
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.container {
  background-color: #fff;
}
body header,
body footer,
body .container {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.body--loaded header,
.body--loaded footer,
.body--loaded .container {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
}
.body--leave header,
.body--leave footer,
.body--leave .container,
.body--leave .modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.loader {
  z-index: -10 !important;
  pointer-events: none;
}
.body--loaded .loader.modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.body--leave .loader.modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: none;
  transition: none;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #85c4ff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.media__item--medium {
  height: 280px;
}
.media__item--smaller {
  height: 200px;
}
.media__item--small {
  height: 340px;
}
.media__item--bordered {
  border: solid 1px;
}
.media__item--escudo {
  height: 100px;
  width: auto;
}
.media__picture--small {
  max-width: 80%;
  max-height: 72px;
}
.media__title {
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.media__item--hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #85c4ff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: url(/fonts/arrow-down.svg?230b33ff66ebab9864cd7a4628f8c7dc);
  background-repeat: no-repeat;
  background-position: center center;
}
.media__link:hover .media__title {
  color: #85c4ff;
}
.media__link:hover .media__item--hover:before {
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
}
@media screen and (min-width: 1024px) {
  .media__item--medium {
    height: 440px;
  }
}
.modal {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -10;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.modal--full-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 48px 24px;
  background: rgba(255,255,255,0.98);
}
@media screen and (min-width: 1024px) {
  .modal--full-page {
    padding: 48px 120px 60px;
  }
}
.modal--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.98);
}
.modal--scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal.modal--is-open {
  z-index: 9999;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
}
.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
}
.modal__close svg {
  width: 16px;
}
.modal__close path {
  fill: #85c4ff;
}
.modal__container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal__popup {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
  }
}
.main-nav__anchor {
  color: #fff;
}
.main-nav__anchor:hover,
.main-nav__anchor--is-active {
  color: #85c4ff;
}
.main-nav__anchor--white {
  color: #fff;
}
.main-nav__anchor--white:hover {
  color: #fff;
}
.main-nav__anchor--is-active {
  color: #85c4ff;
}
.main-nav__item:hover .main-nav__submenu {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
}
.main-nav__submenu {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
.admin-bar .main-nav__submenu {
  top: 104px;
}
.main-nav__item--is-active .main-nav__submenu {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
  z-index: 8;
}
.main-nav__subitem {
  position: relative;
  float: left;
}
.main-nav__subitem--is-active:after {
  border-bottom-color: #fff;
  content: '';
  width: 50%;
  max-width: 200px;
  border-bottom: 4px solid #fff;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-nav__item--has-1 .main-nav__subitem {
  width: 100%;
}
.main-nav__item--has-2 .main-nav__subitem {
  width: 50%;
}
.main-nav__item--has-3 .main-nav__subitem {
  width: 33.333333333333336%;
}
.main-nav__item--has-4 .main-nav__subitem {
  width: 25%;
}
.main-nav__item--has-5 .main-nav__subitem {
  width: 20%;
}
.menu ul {
  padding: 0px;
}
.menu li {
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
  margin: 23px 0px;
}
.menu li a {
  color: #12202b;
}
.menu li a:hover {
  color: #85c4ff;
}
.btn_menu {
  display: none;
}
.main-nav--is-fixed .main-nav__item--is-active .main-nav__submenu {
  position: fixed;
  top: 0;
}
.admin-bar .main-nav--is-fixed .main-nav__item--is-active .main-nav__submenu {
  top: 32px;
}
.responsive-nav {
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.admin-bar .responsive-nav {
  top: 120px;
}
.responsive-nav--is-open {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1380px) {
  .menu {
    position: relative;
    display: none;
  }
  .menu ul {
    position: absolute;
    padding: 0px 20px;
    background: #fff;
    top: 0px;
    left: 50%;
    margin-left: -114px;
  }
  .menu li {
    display: block;
  }
  .btn_menu {
    display: inline-block;
    margin: 17px auto;
    cursor: hand;
    cursor: pointer;
  }
  .btn_menu span {
    width: 40px;
    height: 4px;
    margin-bottom: 5px;
    background-color: #12202b;
    display: block;
  }
}
@media (max-width: 766px) {
  .menu ul {
    position: absolute;
    padding: 0px 20px;
    background: #fff;
    top: 64px;
    left: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
.separator--title {
  width: 26px;
  height: 4px;
  background-color: #85c4ff;
}
.separator--horizontal {
  width: 100%;
  height: 6px;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
.slide__item--banner {
  height: 520px;
}
.slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(255,255,255,0.6);
}
.timeline {
  border-left: 8px solid #f0f4f5;
}
.timeline__item {
  position: relative;
  margin-left: 24px;
}
.timeline__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -48px;
  width: 8px;
  height: 8px;
  background-color: #85c4ff;
  border-radius: 50%;
  border: 16px solid #fff;
}
.timeline__item--with-pretitle:before {
  top: 40px;
}
.hide {
  display: none !important;
}
.o-hidden {
  overflow: hidden;
}
.o-visible {
  overflow: visible !important;
}
.o-scroll {
  overflow: scroll !important;
}
.oh-hidden {
  overflow-x: hidden;
}
.oh-visible {
  overflow-x: visible;
}
.oh-scroll {
  overflow-x: scroll;
}
.ov-hidden {
  overflow-y: hidden;
}
.ov-visible {
  overflow-y: visible;
}
.ov-scroll {
  overflow-y: scroll;
}
.only-xs,
.only-xs-block {
  display: block;
}
.only-xs-inline {
  display: inline;
}
.only-xs-inblock {
  display: inline-block;
}
.only-xs-table {
  display: table;
}
.only-xs-cell {
  display: table-cell;
}
.not-xs,
.not-xs-block,
.not-xs-inline,
.not-xs-inblock,
.not-xs-table,
.not-xs-cell {
  display: none;
}
.from-m,
.from-m-block,
.from-m-inline,
.from-m-inblock,
.from-m-table,
.from-m-cell,
.only-m,
.only-m-block,
.only-m-inline,
.only-m-inblock,
.only-m-table,
.only-m-cell {
  display: none;
}
.from-l,
.from-l-block,
.from-l-inline,
.from-l-inblock,
.from-l-table,
.from-l-cell,
.only-l,
.only-l-block,
.only-l-inline,
.only-l-inblock,
.only-l-table,
.only-l-cell {
  display: none;
}
@media screen and (min-width: 768px) {
  .only-m,
  .only-m-block,
  .from-m,
  .from-m-block {
    display: block;
  }
  .only-m-inline,
  .from-m-inline {
    display: inline;
  }
  .only-m-inblock,
  .from-m-inblock {
    display: inline-block;
  }
  .only-m-table,
  .from-m-table {
    display: table;
  }
  .only-m-cell,
  .from-m-cell {
    display: table-cell;
  }
  .not-m,
  .not-m-block,
  .not-m-inline,
  .not-m-inblock,
  .not-m-table,
  .not-m-cell {
    display: none;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  .only-l,
  .only-l-block,
  .from-l,
  .from-l-block {
    display: block;
  }
  .only-l-inline,
  .from-l-inline {
    display: inline;
  }
  .only-l-inblock,
  .from-l-inblock {
    display: inline-block;
  }
  .only-l-table,
  .from-l-table {
    display: table;
  }
  .only-l-cell,
  .from-l-cell {
    display: table-cell;
  }
  .not-l,
  .not-l-block,
  .not-l-inline,
  .not-l-inblock,
  .not-l-table,
  .not-l-cell {
    display: none;
  }
  .only-m,
  .only-m-block,
  .only-m-inline,
  .only-m-inblock,
  .only-m-table,
  .only-m-cell,
  .to-m,
  .to-m-block,
  .to-m-inline,
  .to-m-inblock,
  .to-m-table,
  .to-m-cell {
    display: none;
  }
  .not-m,
  .not-m-block {
    display: block;
  }
  .not-m-inline {
    display: inline;
  }
  .not-m-inblock {
    display: inline-block;
  }
  .not-m-table {
    display: table;
  }
  .not-m-cell {
    display: table-cell;
  }
  .only-xs,
  .only-xs-block,
  .only-xs-inline,
  .only-xs-inblock,
  .only-xs-table,
  .only-xs-cell {
    display: none;
  }
  .not-xs,
  .not-xs-block {
    display: block;
  }
  .not-xs-inline {
    display: inline;
  }
  .not-xs-inblock {
    display: inline-block;
  }
  .not-xs-table {
    display: table;
  }
  .not-xs-cell {
    display: table-cell;
  }
}
