@charset "UTF-8";
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://use.typekit.net/cjf4jnh.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, group,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

html {
    scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

h1 {
  font-size: 70px;
  margin: 0;
}

h2 {
  font-size: 35px;
  margin: 0;
}

h3 {
  font-size: 24px;
  margin: 0;
}

h4 {
  font-size: 18px;
  margin: 0;
}

h5 {
  font-size: 16px;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ul {
  margin: 0;
  list-style: none;
}

blockquote {
  padding: 10px 20px;
  margin: 17px 0;
  border-left: 5px solid #dee5e7;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  max-width: 100%;
  width:100%;
  font-family: Montserrat;
  white-space: nowrap;
  text-transform: uppercase;
}

thead th {
	font-weight:800;
}

body {
  background-color: #e1ebfc;
  color: #000;
  font-family: Montserrat, sans-serif;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}



/*---------------------- menu bar -----------------------*/




.fa-bars {
  font-size: 30px;
  cursor: pointer;
  color: #f32f39;
}

.fa-plus {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
}

.fa-times {
  font-size: 1.7rem;
  margin-top: 2px;
  cursor: pointer;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

.fa-facebook-f {
  font-size: 1.5rem;
  color: #fff;
}

.fa-facebook-square {
  font-size: 1.5rem;
  color: #fff;
}

.fa-instagram {
  font-size: 1.5rem;
  color: #fff;
}

.fa-instagram-square {
  font-size: 1.5rem;
  color: #fff;
}

.fa-linkedin {
  font-size: 1.5rem;
  color: #fff;
}

.fa-linkedin-in {
  font-size: 1.5rem;
  color: #fff;
}

.fa-twitter {
  font-size: 1.5rem;
  color: #fff;
}

.fa-twitter-square {
  font-size: 1.5rem;
  color: #fff;
}

.fa-youtube {
  font-size: 1.5rem;
  color: #fff;
}

.fab:hover {
  color: #f6be46;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1111;
  width: 100%;
  display: block;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-menu img {
  width: 190px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-mobile {
  display: none;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-nav a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  position: relative;
  letter-spacing: 4px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-nav a:last-child {
  padding: 15px 0px 15px 20px;
}

.header-btn {
  background-color: #f32f39;
  color: #fff!important;
  padding: 15px 20px !important;
}

.header-btn:hover {
  background-color: #000;
  color: #fff;
}

.header-nav a:hover {
  color: #f32f39;
}

#home .home,
#about .about,
#events .events,
#team .team,
#partners .partners,
#donate .donate {
  color: #f32f39;
}

.header-scroll {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-scroll img {
  width: 120px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.header-scroll + .main-container-scroll {
  margin-top: 92px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  box-sizing: border-box;
}

hr.black-full {
  width:100%;
  margin-left: 0;
  border: 1px solid #000;
}

hr.red-about {
  width:97.5%;
  margin: 0;
  border: 5px solid #f32f39;
}

hr.white {
  width:150px;
  margin-left: 0;
  border: 2px solid #fff;
}

hr.white-full {
  width:100%;
  margin-left: 0;
  border: 1px solid #fff;
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  height: 0;
  width: 100%;
  opacity: 0;
  position: fixed;
  z-index: 1111;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: -0.2s, 0s;
  -moz-transition-delay: -0.2s, 0s;
  -o-transition-delay: -0.2s, 0s;
  transition-delay: -0.2s, 0s;
  transition-property: height, opacity;
}

.mobile-menu a {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  font-weight: 500;
  color: #f32f39;
  padding: 15px 0;
  text-transform: uppercase;
}

.mobile-menu .closebtn {
  position: absolute;
  top: 20px;
}

.mobile-menu a.closebtn {
  padding: 0;
}

/*---------------------- /menu bar -----------------------*/

.accordion {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat;
  color: #f32f39;
  cursor: pointer;
  width: 100%;
  font-size: inherit;
  text-align: left;
  line-height:1.5;
  margin-left: 25px;
  padding-right: 30px;
  border: 0;
  transition: 0.4s;
  position:relative;
}

.accordion:before {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.accordion.active:before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.b-a {
  border: 3px solid;
}

.b-b {
  border-bottom: 3px solid;
}

.b-l {
  border-left: 3px solid;
}

.b-r {
  border-right: 3px solid;
}

.b-t {
  border-top: 3px solid;
}

.b-a-thick {
  border: 5px solid;
}

.b-b-thick {
  border-bottom: 5px solid;
}

.b-l-thick {
  border-left: 5px solid;
}

.b-r-thick {
  border-right: 5px solid;
}

.b-t-thick {
  border-top: 5px solid;
}

.b-a-thin {
  border: 1px solid;
}

.b-b-thin {
  border-bottom: 1px solid;
}

.b-l-thin {
  border-left: 1px solid;
}

.b-r-thin {
  border-right: 1px solid;
}

.b-t-thin {
  border-top: 1px solid;
}

.b-black {
  border-color: #000;
}

.b-red {
  border-color: #f32f39;
}

.b-gray {
  border-color: #707070;
}

.b-white {
  border-color: #fff;
}

.b-radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #202020;
}

.bg-red {
  background-color: #f32f39;
}

.bg-white {
  background-color: #fff;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 11;
  pointer-events: none;
}

.box-shadow {
  box-shadow: 15px 1px 20px rgba(0, 0, 0, 0.3);
}

.btn-black {
  background-color: #000;
  border: 1px solid #000 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-black:hover {
  background-color: #f32f39;
  border: 1px solid #f32f39 !important;
  color: #fff;
}

.btn-red {
  background-color: #f32f39;
  border: 1px solid #f32f39 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-red:hover {
  background-color: #000;
  border: 1px solid #000 !important;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff !important;
  display: inline-block;
  color: #000;
  width: fit-content;
  text-align: center;
  padding: 8px 20px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-white:hover {
  background-color: #f32f39;
  border: 1px solid #f32f39 !important;
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #f32f39 !important;
  display: inline-block;
  color: #f32f39;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-outline:hover {
  background-color: #f32f39;
  color: #fff;
}

.btn-outline-white {
  font-family:commuters-sans;
  background-color: transparent;
  border: 1px solid #fff !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  padding: 8px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #fff;
}

.btn-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn-rounded-red {
  background-color: #f32f39;
  border: 1px solid #f32f39!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-rounded-red:hover {
  background-color: #fff;
  color: #f32f39;
}

.clear {
  clear: both;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cover-bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.cover-top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.cover-top-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.cover-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.cover-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.cover-object {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  position: relative;
}

.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.contain-left {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.contain-right {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fit-content {
  width: fit-content;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-first {
  align-items: first baseline;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-block {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-center-items {
  justify-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-end {
  justify-content: flex-end;
}

.flex-flow-wrap {
  flex-flow: wrap;
}

.flex-inline {
  display: inline-flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-space-a {
  justify-content: space-around;
}

.flex-space-b {
  justify-content: space-between;
}

.flex-space-e {
  justify-content: space-evenly;
}

.flex-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap:nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}



/*---------------------- flowplayer -----------------------*/



.header-video-container .flowplayer {
  z-index: -1;
}

.header-video-container .fp-ui {
  display: none !important;
}

.is-starting .fp-header .fp-duration {
  display: none !important;
}

.is-small .fp-play {
  width: 5em !important;
  height: 5em !important;
}

.is-tiny .fp-play {
  width: 5em !important;
  height: 5em !important;
}

.is-small.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch {
  transform: scale(1) !important;
}

.is-tiny.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch {
  transform: scale(1) !important;
}



/*---------------------- forms -----------------------*/



.form-subscribe {
  max-width: 800px;
  margin: 0 auto;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  padding: 11px 20px;
  border: 1px solid #ffeded;
  border-right: 0;
  box-sizing: border-box;
}

.form-contact input[type='text'],
.form-contact input[type='email'],
.form-contact input[type='tel'],
.form-contact input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  margin: 5px 0 30px;
  padding: 7px 15px;
  border: 1px solid #ffeded;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  grid-area: select;
  border: 1px solid #000;
  border-radius: 0;
  padding: 6px 15px;
  margin: 0;
  color: #000;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
  box-sizing: border-box;
  outline: none;
}

.form-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/images/dropdown_arrow_dark.png);
  background-repeat: no-repeat;
  background-position: 95%;
  grid-area: select;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 6px 15px;
  margin: 0;
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
  box-sizing: border-box;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:invalid,
select option[value=''] {
  color: #777;
}

option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1d1d1d !important;
}

textarea {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  line-height: 2;
  color: #fff;
  padding: 10px 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ffeded;
  margin: 10px 0 20px;
  box-sizing: border-box;
}

input[type='submit'] {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

input[type='submit'].btn-red {
  background-color: #f32f39;
  border: 1px solid #f32f39 !important;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 13px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].btn-red:hover {
  background-color: #000;
  border: 1px solid #000 !important;
}

input[type='submit'].btn-rounded-red {
  background-color: #f32f39;
  border: 1px solid #f32f39!important;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: fit-content;
  text-align: center;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].btn-rounded-red:hover {
  background-color: #fff;
  color: #f32f39;
}

input[type='submit'].footer-btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f32f39;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  background-image: url(/images/arrow_rt_red.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 58px;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

input[type='submit'].footer-btn:hover {
  background-color: #f32f39;
  background-image: url(/images/arrow_rt_white.png);
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-right: 20px;
  color: #000;
  width: 25px;
  height: 25px;
  border: 0.15em solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type='checkbox']::before {
  content: ' ';
  width: 20px;
  height: 20px;
  transform: scale(0);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #000;
  -webkit-transition: 120ms all ease-in-out;
  transition: 120ms all ease-in-out;
}

input[type='checkbox']:checked::before {
  transform: scale(1);
}

input[type='checkbox']:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

input:focus {
  outline: none;
}

::placeholder {
  color: #fff;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #fff;
  font-weight: 500;
}

::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  color: #56b0d2;
  background: #56b0d2;
}

::-webkit-inner-spin-button {
  display: none;
}



/*---------------------- /form -----------------------*/





.header-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 0 20px;
}

.hidden {
  overflow: hidden;
}

.hide {
    display: none;
}

.image-color {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.image-color:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.image-zoom {
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

img.image-zoom {
  display: block;
}

.image-zoom:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.inline {
  display: inline-block;
}

.list {
  display: inline-block;
  margin-top: 20px;
}

.list li {
  padding: 15px 0;
}

.list-bullets {
  display: inline-block;
  margin: 20px 0 0 20px;
  position: relative;
}

.list-bullets li {
  padding: 5px 0;
}

.list-bullets li::before {
  content: '•';
  font-size: 1.2em;
  line-height: 1em;
  position: absolute;
  margin: 2px 0 0 -21px;
}

ol.list-numbered {
  list-style-type: none;
  counter-reset: li;
}

.list-numbered {
  margin-top: 20px;
}

.list-numbered li {
  display: flex;
  align-items: center;
  counter-increment: li;
  list-style-type: none;
  padding: 20px 0;
  border: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.list-numbered li::before {
  content: counter(li);
  color: #000;
  display: inline-block;
  margin-right: 1em;
  text-align: center;
  direction: rtl;
  font-size: 1.2rem;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}

.m-left {
  margin-left: 0 !important;
  margin-right: auto;
}

.m-right {
  margin-right: 0 !important;
  margin-left: auto;
}

.m-a-xs {
  margin: 5px;
}

.m-a-sm {
  margin: 11px;
}

.m-a-md {
  margin: 15px;
}

.m-a-lg {
  margin: 20px;
}

.m-a-xl {
  margin: 30px;
}

.m-a-xxl {
  margin: 50px;
}

.m-a-none {
  margin: 0 !important;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 11px;
}

.m-b-md {
  margin-bottom: 15px;
}

.m-b-lg {
  margin-bottom: 20px;
}

.m-b-xl {
  margin-bottom: 30px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-xxxl {
  margin-bottom: 100px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 11px;
}

.m-l-md {
  margin-left: 15px;
}

.m-l-lg {
  margin-left: 20px;
}

.m-l-xl {
  margin-left: 30px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-xxxl {
  margin-left: 100px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-l-n-xxxl {
  margin-left: -100px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 11px;
}

.m-r-md {
  margin-right: 15px;
}

.m-r-lg {
  margin-right: 20px;
}

.m-r-xl {
  margin-right: 30px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-xxxl {
  margin-right: 100px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 11px;
}

.m-t-md {
  margin-top: 15px;
}

.m-t-lg {
  margin-top: 20px;
}

.m-t-xl {
  margin-top: 30px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 100px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-n-xs {
  margin-top: -3px;
}

.m-t-n-sm {
  margin-top: -11px;
}

.m-t-n-md {
  margin-top: -15px;
}

.m-t-n-lg {
  margin-top: -20px;
}

.m-t-n-xl {
  margin-top: -30px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-t-n-xxxl {
  margin-top: -100px;
}

.main-container {
  width: 100%;
  min-height: 100%;
}



/*------------------ modal popup ------------------*/



.modal {
  display: none;
  position: fixed;
  z-index: 111;
  padding-top: 35vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: auto;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.modal-close {
  color: #f32f39;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.modal-close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.modal-loading {
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}
.modal-content-loading {
  position: fixed;
  color: #fff;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 35%;
  left: calc(50% - 50px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*------------------ /modal popup ------------------*/



.mobile-show {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-table-show {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.overlay-black {
  position: absolute;
  background-color:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
  left: 0;
}

.p-a-xs {
  padding: 5px;
}

.p-a-sm {
  padding: 11px;
}

.p-a-md {
  padding: 15px;
}

.p-a-lg {
  padding: 20px;
}

.p-a-xl {
  padding: 30px;
}

.p-a-xxl {
  padding: 50px;
}

.p-a-xxxl {
  padding: 100px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 11px;
}

.p-b-md {
  padding-bottom: 15px;
}

.p-b-lg {
  padding-bottom: 20px;
}

.p-b-xl {
  padding-bottom: 30px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-b-xxxl {
  padding-bottom: 100px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 11px;
}

.p-l-md {
  padding-left: 15px;
}

.p-l-lg {
  padding-left: 20px;
}

.p-l-xl {
  padding-left: 30px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-l-xxxl {
  padding-left: 100px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 11px;
}

.p-r-md {
  padding-right: 15px;
}

.p-r-lg {
  padding-right: 20px;
}

.p-r-xl {
  padding-right: 30px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-r-xxxl {
  padding-right: 100px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 11px;
}

.p-t-md {
  padding-top: 15px;
}

.p-t-lg {
  padding-top: 20px;
}

.p-t-xl {
  padding-top: 30px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-xxxl {
  padding-top: 100px;
}

.p-h-sm {
  padding-left: 11px;
  padding-right: 11px;
}

.p-h-md {
  padding-left: 15px;
  padding-right: 15px;
}

.p-h-lg {
  padding-left: 20px;
  padding-right: 20px;
}

.p-h-xl {
  padding-left: 30px;
  padding-right: 30px;
}

.p-h-xxl {
  padding-left: 50px;
  padding-right: 50px;
}

.p-h-xxxl {
  padding-left: 100px;
  padding-right: 100px;
}

.p-v-sm {
  padding-top: 11px;
  padding-bottom: 11px;
}

.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-v-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-v-xxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-v-xxxl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-a-none {
  padding: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-h-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.play-overlay {
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  z-index: 111;
  top: 20px;
  right: 20px;
}

.pointer {
  cursor: pointer;
}



/*------------------ popup ------------------*/



.popup {
  display: none;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.popup-content {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-close {
  color: #000;
  position: absolute;
  right: 6px;
  top: 3px;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}


/*------------------ /popup ------------------*/


.pos-abs {
  position: absolute;
}

.pos-abs-center {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:111;
}

.pos-rel {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.sr-only {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}



/*---------------------- tabs -----------------------*/



.tab {
    overflow: hidden;
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
    gap: 25px;
}

.tab button {
    background-color: #fff;
    color: #000;
    font-family: Montserrat;
    border: 1px solid #000;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tab button:hover {
    background-color: #000;
    color: #fff;
}

.tab button.active {
    background-color: #f32f39;
    color: #fff;
}

.tabcontent {
    display: none;
}



/*---------------------- /tabs -----------------------*/



.text-black {
  color: #000;
}

.text-red {
  color: #f32f39;
}

.text-gray {
  color: #707070;
}

.text-white {
  color: #fff;
}

.text-block {
  max-width: 500px;
}

.text-block2 {
  max-width: 300px;
}

.text-bold {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-hover:hover {
  color: #f32f39;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.text-italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-medium {
  font-weight: 700;
}

.text-right {
  text-align: right;
}

.text-shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.65);
}

.text-small {
  font-size: 80%;
}

.text-spacing {
  letter-spacing: 5px;
}

.text-thin {
  font-weight: 100;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 80px 40px;
}

.wrapper-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 80px 40px;
}

.wrapper-sm-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-xs {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 80px 40px;
}

.underline {
  text-decoration: underline;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-100 {
  height: 100vh !important;
}


/*---------------------- video js -----------------------*/


.video-ad.video-js .vjs-play-control {
  display: none;
}

.video-ad.vjs-has-started .vjs-control-bar {
  justify-content: flex-end;
}

.video-ad.video-js .vjs-progress-control {
  display: none;
}

.video-ad.video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}

#vid1 .vjs-progress-control,
#vid1 .vjs-remaining-time,
#vid1 .vjs-time-control {
  display: none !important;
}

#vid2 .vjs-progress-control,
#vid2 .vjs-remaining-time,
#vid2 .vjs-time-control,
#vid2 .vjs-play-control {
  display: none !important;
}

#vid2 .vjs-tech {
  pointer-events: none;
}


/*---------------------- /video js -----------------------*/


.video-container {
  padding-left: 255px;
}

.video-container video {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 11;
  height: 75vh;
}

.video-dimensions {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-dimensions iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_player {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	background: #000;
	max-width: 100%;
}

#video_container {
	position: relative;
	width:81%;
	box-sizing: border-box;
}


#video_container video {
	position: absolute;
	display: block;
	width: 97%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

#video_player figcaption {
	display: flex;
	flex-direction: column;
	width: 19%;
	box-sizing: border-box;
}

#video_player figcaption a {
	padding: 5px;
	display: flex;
	opacity: .3;
	transition: 1s opacity;
	box-sizing: border-box;
}

#video_player figcaption a img {
	width: 100%;
}

#video_player figcaption a.currentvid,
#video_player figcaption a:hover,
#video_player figcaption a:focus {
	opacity: 1;
}

.video-wrapper {
  padding: 30px 10px;
  max-width: 1600px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.width-10 {
  width: 10%;
  box-sizing: border-box;
}

.width-14 {
  width: calc(100% / 7);
  box-sizing: border-box;
}

.width-16 {
  width: calc(100% / 6);
  box-sizing: border-box;
}

.width-20 {
  width: 20%;
  box-sizing: border-box;
}

.width-25 {
  width: 25%;
  box-sizing: border-box;
}

.width-33 {
  width: 33.333%;
  box-sizing: border-box;
}

.width-50 {
  width: 50%;
  box-sizing: border-box;
}

.width-66 {
  width: 66.666%;
  box-sizing: border-box;
}

.width-75 {
  width: 75%;
  box-sizing: border-box;
}

.width-80 {
  width: 80%;
  box-sizing: border-box;
}

.width-90 {
  width: 90%;
  box-sizing: border-box;
}

.width-100 {
  width: 100%;
  box-sizing: border-box;
}

.z-11 {
  z-index: 11;
}



/*---------------------- footer -----------------------*/



.footer-container {
  width: 100%;
  position: relative;
  font-size: 12px;
  background-color: #e1ebfc;
  border-top:3px solid #f32f39;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  width: 350px;
}

.footer-nav a {
  position: relative;
  font-size:12px;
  color:#000;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-social {
    text-align:right;
}

.footer-social a {
    padding:0 5px;
}

.footer-wrapper {
  max-width: 1300px;
  padding: 50px 40px;
  margin: 0 auto;
}

img.logo-footer {
  width: 225px;
}



@media only screen and (min-width: 1050px) {
  .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  .b-cancel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .b-l-thin {
    border-left-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 30px;
  }

    .btn-rounded-red {
      font-size: 16px;
      padding: 10px 30px;
    }

  .fa-plus {
    right: 20px;
    bottom: 56%;
  }

  .flex-center-mobile {
    justify-content: center;
  }

  .flex-align-start-mobile {
    align-items: flex-start;
  }

  .flex-start-mobile {
    justify-content: flex-start;
  }

  .flex-wrap-mobile {
    flex-wrap: wrap;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-nav a {
    padding: 10px 0;
  }

  .footer-social {
    text-align:left;
  }

  .footer-wrapper {
    padding: 40px 30px;
  }

  .header {
    height: 500px;
  }

  .header-mobile {
    display: flex;
    align-items: center;
  }

  .header-container {
    margin-top:72px;
  }

  .header-nav {
    display: none;
  }

  .header-slider-container {
    margin-top:84px;
  }

  .header-wrapper {
    padding: 10px 30px;
  }

  input[type='text'],
  input[type='email'] {
    border-right: 1px solid #ffeded;
  }

  .list-numbered {
    margin-left: 30px;
  }

  .logo-header img {
    width: 125px;
  }

  .m-cancel {
    margin: 0 !important;
  }

  .m-h-cancel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-t-mobile {
    margin-top: 30px;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-menu .closebtn {
    right: 35px;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-show-flex {
    display: flex !important;
  }

  .nav-menu {
    padding-left: 50px;
  }

  .p-cancel {
    padding: 0 !important;
  }

  .p-t-cancel {
    padding-top: 0 !important;
  }

  .p-h-cancel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-v-cancel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-v-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .play-button {
    width: 60px;
    top: 44%;
  }

  .play-button-hover {
    width: 60px;
    top: 44%;
  }

  .pull-cancel {
    float: none;
  }
    
    .tab button {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .tabcontent {
        font-size: 15px;
    }
    
    .tabcontent h3 {
        font-size: 22px;
    }
    
    .tabcontent h4 {
        font-size: 16px;
    }

  .text-block {
    max-width: 100%;
  }

  .text-center-mobile {
    text-align: center;
  }

  .text-left-mobile {
    text-align: left;
  }

  .text-right-mobile {
    text-align: right;
  }

  .text-large-mobile {
    font-size: 5em;
  }

  .text-vertical {
    writing-mode: lr;
    transform: none;
  }
    
  .theme-btn {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .wrapper {
    padding: 50px 30px;
  }

  .wrapper-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-sm {
    padding: 50px 30px;
  }

  .wrapper-sm-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vh-cancel {
    height: initial !important;
  }

  .video-container {
    padding-left: 0px;
  }
	
	#video_player figcaption {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#video_player video {
		display: table-row;
	}
	
	#video_container {
		width: 100%;
		padding-top: 56.25%;
	}
	
	#video_player figcaption a {
		display: inline-block;
		width: 50%;
	}

  .video-wrapper {
    padding: 0 50px;
  }

  .width-20 {
    width: 100%;
  }

  .width-25 {
    width: 100%;
  }

  #partners .width-25 {
    width: 50%;
  }

  .footer-social .width-50 {
    width: 50%;
  }

  .nowrap .width-50 {
    width: 50%;
  }
	
  .width-33 {
    width: 100%;
  }

  .width-50 {
    width: 100%;
  }

  .width-66 {
    width: 100%;
  }

  .footer-social .width-66 {
    width: 66.67%;
  }

  .footer-social .width-33 {
    width: 33.33%;
  }

  .width-75 {
    width: 100%;
  }

  .width-80 {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {


    
  .btn-white {
    padding: 4px 15px;
  }

  .mobile-table-hide {
    display: none !important;
  }

  .mobile-table-show {
    display: block !important;
  }
}



@media only screen and (max-width: 640px) {
    
    
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
  }

  body {
    font-size: 14px;
    }

    .btn-rounded-red {
      font-size: 14px;
      letter-spacing: 2px;
      padding: 7px 20px;
    }

    .header {
    height: 400px;
    }

    .height-container {
        height:500px;
    }
	
	#video_player figcaption h4 {
		font-size: 10px;
	}

    .wrapper {
    padding: 50px 20px;
    }
}



@media only screen and (max-width: 479px) {
	
	
	
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 15px;
  }

  body {
    font-size: 14px;
  }
    
    .tab {
        gap: 10px;
    }
    
    .tab button {
        font-size: 14px;
        padding: 5px 9px;
    }
    
    .tabcontent {
        font-size: 10px;
    }
    
    .tabcontent h3 {
        font-size: 15px;
    }
    
    .tabcontent h4 {
        font-size: 11px;
    }
}



