.v-select[data-v-4b586062] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-4b586062],
.v-select [data-v-4b586062] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-4b586062 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-4b586062 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-4b586062],
.vs__fade-leave-active[data-v-4b586062] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-4b586062],
.vs__fade-leave-to[data-v-4b586062] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-4b586062],
.vs--disabled .vs__dropdown-toggle[data-v-4b586062],
.vs--disabled .vs__open-indicator[data-v-4b586062],
.vs--disabled .vs__search[data-v-4b586062],
.vs--disabled .vs__selected[data-v-4b586062] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-4b586062] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-4b586062] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-4b586062] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-4b586062] {
  text-align: right
}

.vs__dropdown-toggle[data-v-4b586062] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-4b586062] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-4b586062] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-4b586062] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-4b586062] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-4b586062] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-4b586062] {
  opacity: 0
}

.vs__clear[data-v-4b586062] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-4b586062] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-4b586062] {
  text-align: center
}

.vs__dropdown-option[data-v-4b586062] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-4b586062]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-4b586062] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-4b586062] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-4b586062]:hover {
  cursor: inherit
}

.vs__selected[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-4b586062] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-4b586062] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-4b586062] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-4b586062] {
  display: none
}

.vs__search[data-v-4b586062]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-4b586062]::-ms-clear,
.vs__search[data-v-4b586062]::-webkit-search-decoration,
.vs__search[data-v-4b586062]::-webkit-search-results-button,
.vs__search[data-v-4b586062]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-4b586062],
.vs__search[data-v-4b586062]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-4b586062]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-4b586062]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-4b586062]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-4b586062]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-4b586062]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-4b586062] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-4b586062]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-4b586062] {
  opacity: .2
}

.vs__spinner[data-v-4b586062] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-4b586062 1.1s linear infinite;
  animation: vSelectSpinner-data-v-4b586062 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-4b586062],
.vs__spinner[data-v-4b586062]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-4b586062] {
  opacity: 1
}

[data-v-4b586062] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-4b586062] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-4b586062],
html[data-v-4b586062] {
  font-size: 16px
}

.logo[data-v-4b586062] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-4b586062] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-4b586062],
.mobile-nav[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-4b586062] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-4b586062] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-4b586062] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-4b586062]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-4b586062] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-4b586062]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-4b586062]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-4b586062] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-4b586062] {
  text-align: left
}

.wrapper h1[data-v-4b586062] {
  padding-bottom: 16px
}

.wrapper h2[data-v-4b586062] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-4b586062] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-4b586062] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-4b586062] {
  text-align: center
}

.big-banner[data-v-4b586062] {
  max-width: 88vw
}

.big-banner img[data-v-4b586062] {
  max-width: 100%
}

.row[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-4b586062] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-4b586062] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-4b586062],
.intro[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-4b586062] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-4b586062],
.intro .text-wrapper h2[data-v-4b586062] {
  text-align: center
}

.intro h1[data-v-4b586062] {
  padding-bottom: 16px
}

.intro h2[data-v-4b586062] {
  font-weight: 300
}

.intro .background[data-v-4b586062] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-4b586062] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-4b586062] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-4b586062] {
  margin-top: 6.25em
}

footer .col[data-v-4b586062],
footer .row[data-v-4b586062] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-4b586062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-4b586062]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-4b586062] {
  padding-bottom: 1.313em
}

footer a[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-4b586062] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-4b586062] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-4b586062] {
    margin-top: 1em
  }

  footer .row .col[data-v-4b586062],
  footer .row[data-v-4b586062] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-4b586062] {
    font-size: 1.1em
  }

  footer a[data-v-4b586062] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-4b586062] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-4b586062] {
    height: 100vh !important
  }

  .intro .background[data-v-4b586062] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-4b586062] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-4b586062] {
    color: #000
  }

  .intro h1[data-v-4b586062] {
    font-size: 2.6em
  }

  .intro h2[data-v-4b586062] {
    font-size: .93em
  }

  .ready-banner[data-v-4b586062] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-4b586062] {
    font-size: 2.8em
  }

  .ready-banner[data-v-4b586062] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-4b586062],
  html[data-v-4b586062] {
    font-size: 14px
  }

  .banner-img[data-v-4b586062] {
    max-width: 50%
  }

  .banner[data-v-4b586062] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-4b586062] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-4b586062] {
    padding-right: 3em
  }

  .intro .background[data-v-4b586062] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-4b586062] {
    height: 100vh !important
  }

  .intro .background[data-v-4b586062] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-4b586062] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-4b586062] {
    width: 82vw;
    height: 85vh
  }
}

header[data-v-4b586062] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  background: #fff
}

.nav[data-v-4b586062] {
  font-family: Roboto;
  font-style: normal;
  font-weight: lighter
}

.nav-item[data-v-4b586062] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #5f6368
}

.nav-item .inner[data-v-4b586062] {
  color: #5f6368;
  padding: 7px 29px;
  border-radius: 1px
}

.nav-item[data-v-4b586062]:hover {
  border-bottom: none
}

.nav-item.router-link-exact-active[data-v-4b586062] {
  color: #1a73e8
}

.nav-item.router-link-exact-active .inner[data-v-4b586062] {
  font-weight: 500;
  color: #1a73e8
}

.dropdown-trigger[data-v-4b586062] {
  float: left;
  overflow: hidden
}

.dropdown[data-v-4b586062] {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  margin-top: 20px;
  margin-left: 23px
}

.dropdown-trigger:hover .dropdown[data-v-4b586062] {
  display: block
}

.nav-sub-item[data-v-4b586062] {
  position: relative;
  right: 34px;
  float: none;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: .025em;
  text-transform: none;
  color: #5f6368;
  padding: 16px 18px;
  padding-right: 64px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 200000;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nav-sub-item[data-v-4b586062]:hover {
  color: #000;
  background-color: #f1f1f1
}

.mobile-hamburger[data-v-4b586062] {
  display: none
}

@media screen and (max-width:1200px) {
  .mobile-hamburger[data-v-4b586062] {
    display: block
  }

  header .btn[data-v-4b586062],
  header .items[data-v-4b586062] {
    display: none
  }

  header[data-v-4b586062] {
    padding: 19px 40px
  }
}

@media screen and (max-width:700px) {
  header[data-v-4b586062] {
    background: #fff
  }
}

@media screen and (max-width:500px) {
  header[data-v-4b586062] {
    padding: .7em 1.5em
  }

  header .logo[data-v-4b586062] {
    font-size: 1.5em
  }
}

.v-select[data-v-31ed8824] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-31ed8824],
.v-select [data-v-31ed8824] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-31ed8824 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-31ed8824 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-31ed8824],
.vs__fade-leave-active[data-v-31ed8824] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-31ed8824],
.vs__fade-leave-to[data-v-31ed8824] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-31ed8824],
.vs--disabled .vs__dropdown-toggle[data-v-31ed8824],
.vs--disabled .vs__open-indicator[data-v-31ed8824],
.vs--disabled .vs__search[data-v-31ed8824],
.vs--disabled .vs__selected[data-v-31ed8824] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-31ed8824] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-31ed8824] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-31ed8824] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-31ed8824] {
  text-align: right
}

.vs__dropdown-toggle[data-v-31ed8824] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-31ed8824] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-31ed8824] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-31ed8824] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-31ed8824] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-31ed8824] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-31ed8824] {
  opacity: 0
}

.vs__clear[data-v-31ed8824] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-31ed8824] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-31ed8824] {
  text-align: center
}

.vs__dropdown-option[data-v-31ed8824] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-31ed8824]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-31ed8824] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-31ed8824] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-31ed8824]:hover {
  cursor: inherit
}

.vs__selected[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-31ed8824] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-31ed8824] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-31ed8824] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-31ed8824] {
  display: none
}

.vs__search[data-v-31ed8824]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-31ed8824]::-ms-clear,
.vs__search[data-v-31ed8824]::-webkit-search-decoration,
.vs__search[data-v-31ed8824]::-webkit-search-results-button,
.vs__search[data-v-31ed8824]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-31ed8824],
.vs__search[data-v-31ed8824]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-31ed8824]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-31ed8824]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-31ed8824]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-31ed8824]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-31ed8824]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-31ed8824] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-31ed8824]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-31ed8824] {
  opacity: .2
}

.vs__spinner[data-v-31ed8824] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-31ed8824 1.1s linear infinite;
  animation: vSelectSpinner-data-v-31ed8824 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-31ed8824],
.vs__spinner[data-v-31ed8824]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-31ed8824] {
  opacity: 1
}

[data-v-31ed8824] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-31ed8824] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-31ed8824],
html[data-v-31ed8824] {
  font-size: 16px
}

.logo[data-v-31ed8824] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-31ed8824] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-31ed8824],
.mobile-nav[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-31ed8824] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-31ed8824] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-31ed8824] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-31ed8824]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-31ed8824] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-31ed8824]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-31ed8824]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-31ed8824] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-31ed8824] {
  text-align: left
}

.wrapper h1[data-v-31ed8824] {
  padding-bottom: 16px
}

.wrapper h2[data-v-31ed8824] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-31ed8824] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-31ed8824] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-31ed8824] {
  text-align: center
}

.big-banner[data-v-31ed8824] {
  max-width: 88vw
}

.big-banner img[data-v-31ed8824] {
  max-width: 100%
}

.row[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-31ed8824] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-31ed8824] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-31ed8824],
.intro[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-31ed8824] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-31ed8824],
.intro .text-wrapper h2[data-v-31ed8824] {
  text-align: center
}

.intro h1[data-v-31ed8824] {
  padding-bottom: 16px
}

.intro h2[data-v-31ed8824] {
  font-weight: 300
}

.intro .background[data-v-31ed8824] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-31ed8824] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-31ed8824] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-31ed8824] {
  margin-top: 6.25em
}

footer .col[data-v-31ed8824],
footer .row[data-v-31ed8824] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-31ed8824] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-31ed8824]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-31ed8824] {
  padding-bottom: 1.313em
}

footer a[data-v-31ed8824] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-31ed8824] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-31ed8824] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-31ed8824] {
    margin-top: 1em
  }

  footer .row .col[data-v-31ed8824],
  footer .row[data-v-31ed8824] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-31ed8824] {
    font-size: 1.1em
  }

  footer a[data-v-31ed8824] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-31ed8824] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-31ed8824] {
    height: 100vh !important
  }

  .intro .background[data-v-31ed8824] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-31ed8824] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-31ed8824] {
    color: #000
  }

  .intro h1[data-v-31ed8824] {
    font-size: 2.6em
  }

  .intro h2[data-v-31ed8824] {
    font-size: .93em
  }

  .ready-banner[data-v-31ed8824] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-31ed8824] {
    font-size: 2.8em
  }

  .ready-banner[data-v-31ed8824] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-31ed8824],
  html[data-v-31ed8824] {
    font-size: 14px
  }

  .banner-img[data-v-31ed8824] {
    max-width: 50%
  }

  .banner[data-v-31ed8824] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-31ed8824] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-31ed8824] {
    padding-right: 3em
  }

  .intro .background[data-v-31ed8824] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-31ed8824] {
    height: 100vh !important
  }

  .intro .background[data-v-31ed8824] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-31ed8824] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-31ed8824] {
    width: 82vw;
    height: 85vh
  }
}

.alert {
  max-width: 400px;
  border-top: 5px solid transparent;
  border-radius: 5px;
  color: #fff;
  padding: 1em 1.8em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 3em
}

.alert.warning {
  border-top: 5px solid #b68b16;
  background: #e7bb41
}

.alert.warning h2 {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 500 !important
}

.alert.success {
  background-color: #44bba4 !important;
  border-top: 5px solid #44ddd1
}

.alert.success h2 {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 500 !important
}

.alert.danger {
  border-top: 5px solid #a30300;
  background: #ff3c38
}

.alert.danger h2 {
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 500 !important
}

.alert h4 {
  padding-top: .4em;
  text-transform: none !important;
  font-size: .86em;
  opacity: .6;
  color: #fff !important
}

.pro-enter-active,
.pro-leave-active,
.slidein-enter-active,
.slidein-leave-active {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important
}

.slidein-enter {
  opacity: 0;
  -webkit-transform: scale(.1);
  transform: scale(.1)
}

.pro-enter,
.pro-leave-to,
.slidein-leave-to {
  opacity: 0
}

@media only screen and (max-width:800px) {

  .slidein-enter-active,
  .slidein-leave-active {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important
  }

  .slidein-enter,
  .slidein-leave {
    opacity: 1
  }
}

.banner {
  margin: 2.75em 0 !important;
  padding: 2.25em 7.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.banner,
.banner.lColumn {
  -webkit-box-direction: normal
}

.banner.lColumn {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.banner.lColumn .wrapper {
  padding-left: 3.25em !important
}

.banner .wrapper {
  padding-left: 6.25em
}

.banner h2 {
  padding: 16px 0;
  margin: 0 !important
}

.banner .banner-img {
  max-width: 50%
}

.withBG {
  background: #f8f9fa
}

.textInLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.textInLeft .wrapper {
  padding-left: 0;
  padding-right: 6.25em
}

.textCenter,
.textCenter .wrapper {
  text-align: center !important
}

.textCenter .wrapper {
  padding-left: 0;
  padding-right: 0
}

@media screen and (min-width:1700px) {
  .banner {
    padding: 6.25em 17.125em
  }
}

@media screen and (min-width:2200px) {
  .banner {
    padding: 6.25em 30.125em
  }
}

@media screen and (min-width:2500px) {
  .banner {
    padding: 6.25em 20.125em
  }

  .banner-img {
    max-width: 70% !important
  }
}

@media screen and (max-width:700px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .banner .wrapper {
    padding: 2em 0 !important;
    padding-left: 0;
    padding-right: 0
  }

  .banner .banner-img {
    max-width: 100% !important
  }
}

.v-select[data-v-7cbf8d6c] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-7cbf8d6c],
.v-select [data-v-7cbf8d6c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-7cbf8d6c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-7cbf8d6c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-7cbf8d6c],
.vs__fade-leave-active[data-v-7cbf8d6c] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-7cbf8d6c],
.vs__fade-leave-to[data-v-7cbf8d6c] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-7cbf8d6c],
.vs--disabled .vs__dropdown-toggle[data-v-7cbf8d6c],
.vs--disabled .vs__open-indicator[data-v-7cbf8d6c],
.vs--disabled .vs__search[data-v-7cbf8d6c],
.vs--disabled .vs__selected[data-v-7cbf8d6c] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-7cbf8d6c] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-7cbf8d6c] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-7cbf8d6c] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-7cbf8d6c] {
  text-align: right
}

.vs__dropdown-toggle[data-v-7cbf8d6c] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-7cbf8d6c] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-7cbf8d6c] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-7cbf8d6c] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-7cbf8d6c] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-7cbf8d6c] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-7cbf8d6c] {
  opacity: 0
}

.vs__clear[data-v-7cbf8d6c] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-7cbf8d6c] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-7cbf8d6c] {
  text-align: center
}

.vs__dropdown-option[data-v-7cbf8d6c] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-7cbf8d6c]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-7cbf8d6c] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-7cbf8d6c] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-7cbf8d6c]:hover {
  cursor: inherit
}

.vs__selected[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-7cbf8d6c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-7cbf8d6c] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-7cbf8d6c] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-7cbf8d6c] {
  display: none
}

.vs__search[data-v-7cbf8d6c]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-7cbf8d6c]::-ms-clear,
.vs__search[data-v-7cbf8d6c]::-webkit-search-decoration,
.vs__search[data-v-7cbf8d6c]::-webkit-search-results-button,
.vs__search[data-v-7cbf8d6c]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-7cbf8d6c],
.vs__search[data-v-7cbf8d6c]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-7cbf8d6c]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-7cbf8d6c]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-7cbf8d6c]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-7cbf8d6c]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-7cbf8d6c]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-7cbf8d6c] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-7cbf8d6c]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-7cbf8d6c] {
  opacity: .2
}

.vs__spinner[data-v-7cbf8d6c] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-7cbf8d6c 1.1s linear infinite;
  animation: vSelectSpinner-data-v-7cbf8d6c 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-7cbf8d6c],
.vs__spinner[data-v-7cbf8d6c]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-7cbf8d6c] {
  opacity: 1
}

[data-v-7cbf8d6c] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-7cbf8d6c] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-7cbf8d6c],
html[data-v-7cbf8d6c] {
  font-size: 16px
}

.logo[data-v-7cbf8d6c] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-7cbf8d6c] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-7cbf8d6c],
.mobile-nav[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-7cbf8d6c] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-7cbf8d6c] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-7cbf8d6c] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-7cbf8d6c]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-7cbf8d6c] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-7cbf8d6c]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-7cbf8d6c]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-7cbf8d6c] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-7cbf8d6c] {
  text-align: left
}

.wrapper h1[data-v-7cbf8d6c] {
  padding-bottom: 16px
}

.wrapper h2[data-v-7cbf8d6c] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-7cbf8d6c] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-7cbf8d6c] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-7cbf8d6c] {
  text-align: center
}

.big-banner[data-v-7cbf8d6c] {
  max-width: 88vw
}

.big-banner img[data-v-7cbf8d6c] {
  max-width: 100%
}

.row[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-7cbf8d6c] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-7cbf8d6c] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  /* height: 100vh; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-7cbf8d6c],
.intro[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-7cbf8d6c] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-7cbf8d6c],
.intro .text-wrapper h2[data-v-7cbf8d6c] {
  text-align: center
}

.intro h1[data-v-7cbf8d6c] {
  padding-bottom: 16px
}

.intro h2[data-v-7cbf8d6c] {
  font-weight: 300
}

.intro .background[data-v-7cbf8d6c] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-7cbf8d6c] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-7cbf8d6c] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-7cbf8d6c] {
  margin-top: 6.25em
}

footer .col[data-v-7cbf8d6c],
footer .row[data-v-7cbf8d6c] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-7cbf8d6c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-7cbf8d6c]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-7cbf8d6c] {
  padding-bottom: 1.313em
}

footer a[data-v-7cbf8d6c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-7cbf8d6c] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-7cbf8d6c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-7cbf8d6c] {
    margin-top: 1em
  }

  footer .row .col[data-v-7cbf8d6c],
  footer .row[data-v-7cbf8d6c] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-7cbf8d6c] {
    font-size: 1.1em
  }

  footer a[data-v-7cbf8d6c] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-7cbf8d6c] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-7cbf8d6c] {
    /* height: 100vh !important */
  }

  .intro .background[data-v-7cbf8d6c] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-7cbf8d6c] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-7cbf8d6c] {
    color: #000
  }

  .intro h1[data-v-7cbf8d6c] {
    font-size: 2.6em
  }

  .intro h2[data-v-7cbf8d6c] {
    font-size: .93em
  }

  .ready-banner[data-v-7cbf8d6c] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-7cbf8d6c] {
    font-size: 2.8em
  }

  .ready-banner[data-v-7cbf8d6c] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-7cbf8d6c],
  html[data-v-7cbf8d6c] {
    font-size: 14px
  }

  .banner-img[data-v-7cbf8d6c] {
    max-width: 50%
  }

  .banner[data-v-7cbf8d6c] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-7cbf8d6c] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-7cbf8d6c] {
    padding-right: 3em
  }

  .intro .background[data-v-7cbf8d6c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-7cbf8d6c] {
    /* height: 100vh !important */
  }

  .intro .background[data-v-7cbf8d6c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-7cbf8d6c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-7cbf8d6c] {
    width: 82vw;
    height: 85vh
  }
}

.v-select[data-v-55ee8d76] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-55ee8d76],
.v-select [data-v-55ee8d76] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-55ee8d76 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-55ee8d76 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-55ee8d76],
.vs__fade-leave-active[data-v-55ee8d76] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-55ee8d76],
.vs__fade-leave-to[data-v-55ee8d76] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-55ee8d76],
.vs--disabled .vs__dropdown-toggle[data-v-55ee8d76],
.vs--disabled .vs__open-indicator[data-v-55ee8d76],
.vs--disabled .vs__search[data-v-55ee8d76],
.vs--disabled .vs__selected[data-v-55ee8d76] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-55ee8d76] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-55ee8d76] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-55ee8d76] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-55ee8d76] {
  text-align: right
}

.vs__dropdown-toggle[data-v-55ee8d76] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-55ee8d76] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-55ee8d76] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-55ee8d76] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-55ee8d76] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-55ee8d76] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-55ee8d76] {
  opacity: 0
}

.vs__clear[data-v-55ee8d76] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-55ee8d76] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-55ee8d76] {
  text-align: center
}

.vs__dropdown-option[data-v-55ee8d76] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-55ee8d76]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-55ee8d76] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-55ee8d76] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-55ee8d76]:hover {
  cursor: inherit
}

.vs__selected[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-55ee8d76] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-55ee8d76] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-55ee8d76] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-55ee8d76] {
  display: none
}

.vs__search[data-v-55ee8d76]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-55ee8d76]::-ms-clear,
.vs__search[data-v-55ee8d76]::-webkit-search-decoration,
.vs__search[data-v-55ee8d76]::-webkit-search-results-button,
.vs__search[data-v-55ee8d76]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-55ee8d76],
.vs__search[data-v-55ee8d76]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-55ee8d76]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-55ee8d76]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-55ee8d76]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-55ee8d76]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-55ee8d76]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-55ee8d76] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-55ee8d76]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-55ee8d76] {
  opacity: .2
}

.vs__spinner[data-v-55ee8d76] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-55ee8d76 1.1s linear infinite;
  animation: vSelectSpinner-data-v-55ee8d76 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-55ee8d76],
.vs__spinner[data-v-55ee8d76]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-55ee8d76] {
  opacity: 1
}

[data-v-55ee8d76] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-55ee8d76] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-55ee8d76],
html[data-v-55ee8d76] {
  font-size: 16px
}

.logo[data-v-55ee8d76] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-55ee8d76] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-55ee8d76],
.mobile-nav[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-55ee8d76] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-55ee8d76] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-55ee8d76] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-55ee8d76]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-55ee8d76] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-55ee8d76]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-55ee8d76]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-55ee8d76] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-55ee8d76] {
  text-align: left
}

.wrapper h1[data-v-55ee8d76] {
  padding-bottom: 16px
}

.wrapper h2[data-v-55ee8d76] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-55ee8d76] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-55ee8d76] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-55ee8d76] {
  text-align: center
}

.big-banner[data-v-55ee8d76] {
  max-width: 88vw
}

.big-banner img[data-v-55ee8d76] {
  max-width: 100%
}

.row[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-55ee8d76] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-55ee8d76] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-55ee8d76],
.intro[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-55ee8d76] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-55ee8d76],
.intro .text-wrapper h2[data-v-55ee8d76] {
  text-align: center
}

.intro h1[data-v-55ee8d76] {
  padding-bottom: 16px
}

.intro h2[data-v-55ee8d76] {
  font-weight: 300
}

.intro .background[data-v-55ee8d76] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-55ee8d76] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-55ee8d76] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-55ee8d76] {
  margin-top: 6.25em
}

footer .col[data-v-55ee8d76],
footer .row[data-v-55ee8d76] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-55ee8d76] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-55ee8d76]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-55ee8d76] {
  padding-bottom: 1.313em
}

footer a[data-v-55ee8d76] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-55ee8d76] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-55ee8d76] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-55ee8d76] {
    margin-top: 1em
  }

  footer .row .col[data-v-55ee8d76],
  footer .row[data-v-55ee8d76] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-55ee8d76] {
    font-size: 1.1em
  }

  footer a[data-v-55ee8d76] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-55ee8d76] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-55ee8d76] {
    height: 100vh !important
  }

  .intro .background[data-v-55ee8d76] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-55ee8d76] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-55ee8d76] {
    color: #000
  }

  .intro h1[data-v-55ee8d76] {
    font-size: 2.6em
  }

  .intro h2[data-v-55ee8d76] {
    font-size: .93em
  }

  .ready-banner[data-v-55ee8d76] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-55ee8d76] {
    font-size: 2.8em
  }

  .ready-banner[data-v-55ee8d76] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-55ee8d76],
  html[data-v-55ee8d76] {
    font-size: 14px
  }

  .banner-img[data-v-55ee8d76] {
    max-width: 50%
  }

  .banner[data-v-55ee8d76] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-55ee8d76] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-55ee8d76] {
    padding-right: 3em
  }

  .intro .background[data-v-55ee8d76] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-55ee8d76] {
    height: 100vh !important
  }

  .intro .background[data-v-55ee8d76] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-55ee8d76] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-55ee8d76] {
    width: 82vw;
    height: 85vh
  }
}

.timeline[data-v-55ee8d76] {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 150px
}

.timeline[data-v-55ee8d76]:after {
  content: "";
  position: absolute;
  width: 10px;
  background-color: #1a73e8;
  top: 0;
  bottom: 0;
  left: 30%;
  margin-left: -3px
}

.timeline .container[data-v-55ee8d76] {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%
}

.timeline .container[data-v-55ee8d76]:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 788px;
  background-color: #fff;
  border: 5px solid #1a73e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 15px;
  border-radius: 50%;
  z-index: 1
}

.timeline .container.first[data-v-55ee8d76] {
  width: 50%;
  bottom: 3em
}

.timeline .container.first[data-v-55ee8d76]:after {
  width: 30px;
  height: 30px;
  right: 64px;
  top: calc(3em - 1px);
  border: 10px solid #1a73e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.timeline .container.right[data-v-55ee8d76] {
  width: 70%
}

.timeline .container.right .content[data-v-55ee8d76] {
  position: relative;
  right: 130px
}

.timeline .container.left[data-v-55ee8d76] {
  width: 30%
}

.timeline .container.left .content[data-v-55ee8d76] {
  position: relative;
  top: 1em
}

.timeline .container h2[data-v-55ee8d76] {
  max-width: 450px !important;
  padding-top: 8px;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .025em;
  color: #5f6368
}

.left[data-v-55ee8d76] {
  left: 0
}

.right[data-v-55ee8d76] {
  left: 50%
}

.content[data-v-55ee8d76] {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px
}

.about-section[data-v-55ee8d76] {
  padding-top: 10.938em
}

.about-section .wrapper[data-v-55ee8d76] {
  text-align: center
}

@media screen and (max-width:800px) {
  .wrapper[data-v-55ee8d76] {
    padding: 2em
  }

  .timeline[data-v-55ee8d76] {
    margin: 0 auto;
    margin-top: 5em;
    margin-left: 40px
  }

  .left[data-v-55ee8d76],
  .right[data-v-55ee8d76] {
    left: 0
  }

  .timeline[data-v-55ee8d76] {
    max-width: 95vw
  }

  .timeline .left h1[data-v-55ee8d76] {
    margin-top: .5em
  }

  .timeline[data-v-55ee8d76]:after {
    left: 0
  }

  .timeline .container h2[data-v-55ee8d76] {
    max-width: none !important
  }

  .timeline .container[data-v-55ee8d76]:after {
    left: -8px
  }

  .timeline .first[data-v-55ee8d76]:after {
    position: absolute;
    left: -13px !important
  }

  .timeline .right[data-v-55ee8d76] {
    width: 80% !important
  }

  .timeline .right .content[data-v-55ee8d76] {
    right: 0 !important;
    margin-bottom: 2em
  }
}

.v-select {
  position: relative;
  font-family: inherit
}

.v-select,
.v-select * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__dropdown-toggle,
.vs__selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.vs__selected-options {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
  opacity: 0
}

.vs__clear {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options {
  text-align: center
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit
}

.vs__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected {
  display: none
}

.vs__search::-webkit-search-cancel-button {
  display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search::-webkit-input-placeholder {
  color: inherit
}

.vs__search::-moz-placeholder {
  color: inherit
}

.vs__search:-ms-input-placeholder {
  color: inherit
}

.vs__search::-ms-input-placeholder {
  color: inherit
}

.vs__search::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2
}

.vs__spinner {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner {
  opacity: 1
}

* {
  text-decoration: none
}

*,
input {
  outline: none;
  margin: 0
}

input {
  border: none;
  padding: 0
}

body,
html {
  font-size: 16px
}

.logo {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav,
.mobile-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items {
  padding-left: 2em
}

.mobile-nav .items a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini {
  font-size: 12px;
  padding-left: 2em
}

.btn {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn:hover {
  background: rgba(26, 115, 232, .2)
}

.btn.btn-secondary,
.btn:hover {
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1 {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2 {
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h2,
h3 {
  font-family: Roboto;
  font-style: normal
}

h3 {
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper {
  text-align: left
}

.wrapper h1 {
  padding-bottom: 16px
}

.wrapper h2 {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2 {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper {
  text-align: center
}

.big-banner {
  max-width: 88vw
}

.big-banner img {
  max-width: 100%
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision {
  padding-left: 2em;
  padding-right: 2em
}

.intro {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  /* height: 100vh; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro,
.intro .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1,
.intro .text-wrapper h2 {
  text-align: center
}

.intro h1 {
  padding-bottom: 16px
}

.intro h2 {
  font-weight: 300
}

.intro .background {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row {
  margin-top: 6.25em
}

footer .col,
footer .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col:first-child {
  padding-left: 5.438em
}

footer h3 {
  padding-bottom: 1.313em
}

footer a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner {
    padding: 6.875em 7.125em !important
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row {
    margin-top: 1em
  }

  footer .row,
  footer .row .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3 {
    font-size: 1.1em
  }

  footer a {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner {
    padding: 2.5em 2em !important
  }

  .intro,
  .intro .background {
    /* height: 100vh !important */
  }

  .intro .background {
    width: 100vw !important
  }

  .intro .text-wrapper {
    padding: 1em 3em
  }

  .intro .text-wrapper h1 {
    color: #000
  }

  .intro h1 {
    font-size: 2.6em
  }

  .intro h2 {
    font-size: .93em
  }

  .ready-banner {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1 {
    font-size: 2.8em
  }

  .ready-banner {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body,
  html {
    font-size: 14px
  }

  .banner-img {
    max-width: 50%
  }

  .banner {
    padding: 2.25em 4.125em
  }

  .banner .wrapper {
    padding-left: 3em
  }

  .textInLeft .wrapper {
    padding-right: 3em
  }

  .intro .background {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro {
   /* height: 100vh !important */
  }

  .intro .background {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background {
    width: 82vw;
    height: 85vh
  }
}

.vc-bg-indigo-600 {
  background-color: #1a73e8 !important
}

.vc-bg-gray-600 {
  background-color: #000 !important
}

.vc-text-gray-500 {
  color: #000 !important
}

.vc-day,
.vc-day-content {
  padding: 0 !important
}

.vc-day-content {
  position: relative !important;
  right: 1em !important
}

.vc-day-content,
.vc-day-highlight {
  padding: 100% 100% !important
}

.vc-highlight,
.vc-rounded-full {
  border-radius: 0 !important
}

.vc-highlight {
  width: 100% !important;
  height: 100% !important
}

.vc-highlights {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000
}

.vc-container {
  border: none !important
}

.missing-event {
  margin-top: 2em;
  padding: 15px 25px;
  background: #c2303b;
  border-radius: 5px;
  color: #fff
}

.calendar-enter-active,
.calendar-leave-active {
  -webkit-transition: opacity 1.1s;
  transition: opacity 1.1s
}

.calendar-enter,
.calendar-leave-to {
  opacity: 0
}

.iskc-timetable {
  padding-top: 10.938em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.iskc-timetable,
.iskc-timetable .row {
  max-width: 1100px
}

.event-wrapper {
  width: 450px;
  padding-left: 111px
}

.event-wrapper,
.event-wrapper h2 {
  max-width: 450px
}

.event-wrapper h2 b {
  text-transform: uppercase;
  color: #212121
}

.event-wrapper .further-details {
  margin-top: 26px
}

.event-wrapper .further-details h2 {
  padding: 2px 0
}

.event-wrapper .further-details .description {
  padding-top: 26px
}

.vc-container {
  --weeks-padding: 0px 0px 0px 0px
}

.vc-header {
  margin-bottom: 26px !important
}

.vc-title {
  font-family: Teko !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 3.75em !important;
  line-height: 83% !important;
  color: #212121 !important;
  text-transform: capitalize !important;
  line-height: 1 !important
}

.vc-arrows-container {
  padding-bottom: 80px;
  color: #212121 !important
}

.vc-arrows-container svg {
  height: 55px !important;
  fill: #212121 !important;
  color: #212121
}

.vc-border,
.vc-border-2,
.vc-border-3 {
  border: none
}

.vc-weekday {
  padding: 7px 27px !important;
  text-transform: capitalize;
  font-style: normal;
  color: #424242;
  font-family: Roboto;
  font-style: bolder;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: normal;
  -webkit-transition-duration: 0;
  transition-duration: 0
}

.hover\:vc-bg-gray-300 {
  background-color: transparent !important
}

.vc-weeks {
  --day-content-bg-color-hover: transparent;
  --day-content-dark-bg-color-hover: #222 !important;
  --day-content-bg-color-focus: transparent;
  --day-content-dark-bg-color-focus: #222 !important
}

.vc-weeks .vc-grid-cell {
  border-top: 3px solid #212121;
  border-left: 3px solid #212121;
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.vc-weeks .vc-grid-cell-row-7 {
  border-bottom: 3px solid #212121
}

.vc-weeks .vc-grid-cell-col-7 {
  border-right: 3px solid #212121
}

.vc-weeks .vc-day {
  padding: 14px 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121 !important
}

.vc-weeks .vc-day span {
  margin: 0 !important
}

.vc-day-content {
  -webkit-transition-duration: .27s;
  transition-duration: .27s
}

.vc-day-content:hover {
  color: #c4c4c4
}

.vc-day-content:focus {
  color: #c4c4c4;
  font-weight: 600
}

.vc-day {
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.vc-day:hover {
  color: #222 !important;
  -webkit-box-shadow: 0 0 0 .5px #ddd !important;
  box-shadow: 0 0 0 .5px #ddd !important
}

body,
html {
  offset: none;
  overflow-x: hidden
}

@media screen and (max-width:1100px) {
  .iskc-timetable .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw
  }

  .iskc-timetable .event-wrapper {
    padding-top: 4em;
    position: relative;
    right: 7.3em
  }
}

@media screen and (max-width:600px) {
  .iskc-timetable .event-wrapper {
    left: -3.8em
  }

  .iskc-timetable .vc-weekday {
    padding: 7px 20px !important
  }
}

@media screen and (max-width:450px) {
  .iskc-timetable .event-wrapper {
    left: -4em;
    width: 90vw
  }

  .iskc-timetable .vc-weekday {
    padding: 7px 13px !important
  }
}

@media screen and (max-width:380px) {
  .iskc-timetable .event-wrapper {
    left: -3em !important
  }

  .iskc-timetable .vc-weekday {
    padding: 7px 12px !important
  }
}

@media screen and (max-width:330px) {
  .iskc-timetable .event-wrapper {
    left: -4em !important
  }

  .iskc-timetable .vc-weekday {
    padding: 5px 9px !important
  }
}

.v-select[data-v-0aa59266] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-0aa59266],
.v-select [data-v-0aa59266] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-0aa59266 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-0aa59266 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-0aa59266],
.vs__fade-leave-active[data-v-0aa59266] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-0aa59266],
.vs__fade-leave-to[data-v-0aa59266] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-0aa59266],
.vs--disabled .vs__dropdown-toggle[data-v-0aa59266],
.vs--disabled .vs__open-indicator[data-v-0aa59266],
.vs--disabled .vs__search[data-v-0aa59266],
.vs--disabled .vs__selected[data-v-0aa59266] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-0aa59266] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-0aa59266] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-0aa59266] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-0aa59266] {
  text-align: right
}

.vs__dropdown-toggle[data-v-0aa59266] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-0aa59266] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-0aa59266] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-0aa59266] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-0aa59266] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-0aa59266] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-0aa59266] {
  opacity: 0
}

.vs__clear[data-v-0aa59266] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-0aa59266] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-0aa59266] {
  text-align: center
}

.vs__dropdown-option[data-v-0aa59266] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-0aa59266]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-0aa59266] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-0aa59266] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-0aa59266]:hover {
  cursor: inherit
}

.vs__selected[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-0aa59266] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-0aa59266] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-0aa59266] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-0aa59266] {
  display: none
}

.vs__search[data-v-0aa59266]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-0aa59266]::-ms-clear,
.vs__search[data-v-0aa59266]::-webkit-search-decoration,
.vs__search[data-v-0aa59266]::-webkit-search-results-button,
.vs__search[data-v-0aa59266]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-0aa59266],
.vs__search[data-v-0aa59266]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-0aa59266]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-0aa59266]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-0aa59266]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-0aa59266]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-0aa59266]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-0aa59266] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-0aa59266]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-0aa59266] {
  opacity: .2
}

.vs__spinner[data-v-0aa59266] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-0aa59266 1.1s linear infinite;
  animation: vSelectSpinner-data-v-0aa59266 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-0aa59266],
.vs__spinner[data-v-0aa59266]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-0aa59266] {
  opacity: 1
}

[data-v-0aa59266] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-0aa59266] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-0aa59266],
html[data-v-0aa59266] {
  font-size: 16px
}

.logo[data-v-0aa59266] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-0aa59266] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-0aa59266],
.mobile-nav[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-0aa59266] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-0aa59266] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-0aa59266] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-0aa59266]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-0aa59266] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-0aa59266]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-0aa59266]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-0aa59266] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-0aa59266] {
  text-align: left
}

.wrapper h1[data-v-0aa59266] {
  padding-bottom: 16px
}

.wrapper h2[data-v-0aa59266] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-0aa59266] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-0aa59266] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-0aa59266] {
  text-align: center
}

.big-banner[data-v-0aa59266] {
  max-width: 88vw
}

.big-banner img[data-v-0aa59266] {
  max-width: 100%
}

.row[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-0aa59266] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-0aa59266] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-0aa59266],
.intro[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-0aa59266] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-0aa59266],
.intro .text-wrapper h2[data-v-0aa59266] {
  text-align: center
}

.intro h1[data-v-0aa59266] {
  padding-bottom: 16px
}

.intro h2[data-v-0aa59266] {
  font-weight: 300
}

.intro .background[data-v-0aa59266] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-0aa59266] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-0aa59266] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-0aa59266] {
  margin-top: 6.25em
}

footer .col[data-v-0aa59266],
footer .row[data-v-0aa59266] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-0aa59266] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-0aa59266]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-0aa59266] {
  padding-bottom: 1.313em
}

footer a[data-v-0aa59266] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-0aa59266] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-0aa59266] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-0aa59266] {
    margin-top: 1em
  }

  footer .row .col[data-v-0aa59266],
  footer .row[data-v-0aa59266] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-0aa59266] {
    font-size: 1.1em
  }

  footer a[data-v-0aa59266] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-0aa59266] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-0aa59266] {
    height: 100vh !important
  }

  .intro .background[data-v-0aa59266] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-0aa59266] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-0aa59266] {
    color: #000
  }

  .intro h1[data-v-0aa59266] {
    font-size: 2.6em
  }

  .intro h2[data-v-0aa59266] {
    font-size: .93em
  }

  .ready-banner[data-v-0aa59266] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-0aa59266] {
    font-size: 2.8em
  }

  .ready-banner[data-v-0aa59266] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-0aa59266],
  html[data-v-0aa59266] {
    font-size: 14px
  }

  .banner-img[data-v-0aa59266] {
    max-width: 50%
  }

  .banner[data-v-0aa59266] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-0aa59266] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-0aa59266] {
    padding-right: 3em
  }

  .intro .background[data-v-0aa59266] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-0aa59266] {
    height: 100vh !important
  }

  .intro .background[data-v-0aa59266] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-0aa59266] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-0aa59266] {
    width: 82vw;
    height: 85vh
  }
}

.about-section[data-v-0aa59266] {
  padding-top: 10.938em
}

.questions[data-v-0aa59266] {
  padding-top: 100px;
  max-width: 1240px;
  margin: 0 auto
}

.faq[data-v-0aa59266] {
  padding: 30px 16px;
  border-bottom: 1px solid #dadce0
}

.faq h4[data-v-0aa59266] {
  padding: 8px 0
}

.faq h2[data-v-0aa59266] {
  max-width: 850px
}

@media screen and (max-width:400px) {
  .wrapper[data-v-0aa59266] {
    padding-left: 1em;
    padding-right: 1em
  }

  .questions[data-v-0aa59266] {
    max-width: 370px
  }

  .faq[data-v-0aa59266] {
    padding: 30px 20px
  }

  .faq h2[data-v-0aa59266] {
    max-width: 95%
  }
}

.v-select[data-v-7583d7f4] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-7583d7f4],
.v-select [data-v-7583d7f4] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-7583d7f4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-7583d7f4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-7583d7f4],
.vs__fade-leave-active[data-v-7583d7f4] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-7583d7f4],
.vs__fade-leave-to[data-v-7583d7f4] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-7583d7f4],
.vs--disabled .vs__dropdown-toggle[data-v-7583d7f4],
.vs--disabled .vs__open-indicator[data-v-7583d7f4],
.vs--disabled .vs__search[data-v-7583d7f4],
.vs--disabled .vs__selected[data-v-7583d7f4] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-7583d7f4] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-7583d7f4] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-7583d7f4] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-7583d7f4] {
  text-align: right
}

.vs__dropdown-toggle[data-v-7583d7f4] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-7583d7f4] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-7583d7f4] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-7583d7f4] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-7583d7f4] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-7583d7f4] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-7583d7f4] {
  opacity: 0
}

.vs__clear[data-v-7583d7f4] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-7583d7f4] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-7583d7f4] {
  text-align: center
}

.vs__dropdown-option[data-v-7583d7f4] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-7583d7f4]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-7583d7f4] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-7583d7f4] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-7583d7f4]:hover {
  cursor: inherit
}

.vs__selected[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-7583d7f4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-7583d7f4] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-7583d7f4] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-7583d7f4] {
  display: none
}

.vs__search[data-v-7583d7f4]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-7583d7f4]::-ms-clear,
.vs__search[data-v-7583d7f4]::-webkit-search-decoration,
.vs__search[data-v-7583d7f4]::-webkit-search-results-button,
.vs__search[data-v-7583d7f4]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-7583d7f4],
.vs__search[data-v-7583d7f4]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-7583d7f4]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-7583d7f4]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-7583d7f4]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-7583d7f4]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-7583d7f4]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-7583d7f4] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-7583d7f4]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-7583d7f4] {
  opacity: .2
}

.vs__spinner[data-v-7583d7f4] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-7583d7f4 1.1s linear infinite;
  animation: vSelectSpinner-data-v-7583d7f4 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-7583d7f4],
.vs__spinner[data-v-7583d7f4]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-7583d7f4] {
  opacity: 1
}

[data-v-7583d7f4] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-7583d7f4] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-7583d7f4],
html[data-v-7583d7f4] {
  font-size: 16px
}

.logo[data-v-7583d7f4] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-7583d7f4] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-7583d7f4],
.mobile-nav[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-7583d7f4] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-7583d7f4] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-7583d7f4] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-7583d7f4]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-7583d7f4] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-7583d7f4]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-7583d7f4]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-7583d7f4] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-7583d7f4] {
  text-align: left
}

.wrapper h1[data-v-7583d7f4] {
  padding-bottom: 16px
}

.wrapper h2[data-v-7583d7f4] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-7583d7f4] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-7583d7f4] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-7583d7f4] {
  text-align: center
}

.big-banner[data-v-7583d7f4] {
  max-width: 88vw
}

.big-banner img[data-v-7583d7f4] {
  max-width: 100%
}

.row[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-7583d7f4] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-7583d7f4] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-7583d7f4],
.intro[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-7583d7f4] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-7583d7f4],
.intro .text-wrapper h2[data-v-7583d7f4] {
  text-align: center
}

.intro h1[data-v-7583d7f4] {
  padding-bottom: 16px
}

.intro h2[data-v-7583d7f4] {
  font-weight: 300
}

.intro .background[data-v-7583d7f4] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-7583d7f4] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-7583d7f4] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-7583d7f4] {
  margin-top: 6.25em
}

footer .col[data-v-7583d7f4],
footer .row[data-v-7583d7f4] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-7583d7f4]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-7583d7f4] {
  padding-bottom: 1.313em
}

footer a[data-v-7583d7f4] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-7583d7f4] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-7583d7f4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-7583d7f4] {
    margin-top: 1em
  }

  footer .row .col[data-v-7583d7f4],
  footer .row[data-v-7583d7f4] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-7583d7f4] {
    font-size: 1.1em
  }

  footer a[data-v-7583d7f4] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-7583d7f4] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-7583d7f4] {
    height: 100vh !important
  }

  .intro .background[data-v-7583d7f4] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-7583d7f4] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-7583d7f4] {
    color: #000
  }

  .intro h1[data-v-7583d7f4] {
    font-size: 2.6em
  }

  .intro h2[data-v-7583d7f4] {
    font-size: .93em
  }

  .ready-banner[data-v-7583d7f4] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-7583d7f4] {
    font-size: 2.8em
  }

  .ready-banner[data-v-7583d7f4] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-7583d7f4],
  html[data-v-7583d7f4] {
    font-size: 14px
  }

  .banner-img[data-v-7583d7f4] {
    max-width: 50%
  }

  .banner[data-v-7583d7f4] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-7583d7f4] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-7583d7f4] {
    padding-right: 3em
  }

  .intro .background[data-v-7583d7f4] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-7583d7f4] {
    height: 100vh !important
  }

  .intro .background[data-v-7583d7f4] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-7583d7f4] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-7583d7f4] {
    width: 82vw;
    height: 85vh
  }
}

.main[data-v-7583d7f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10.9em;
  height: auto
}

.details[data-v-7583d7f4] {
  padding-left: 100px
}

.map[data-v-7583d7f4] {
  width: 736px;
  height: 350px
}

@media screen and (max-width:1200px) {
  .map[data-v-7583d7f4] {
    width: 50vw;
    height: 40vh
  }
}

@media screen and (max-width:850px) {
  .map[data-v-7583d7f4] {
    width: 100vw;
    height: 78vh;
    padding-bottom: 2em
  }

  .details[data-v-7583d7f4] {
    padding-left: 3em
  }

  .row[data-v-7583d7f4] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width:480px) {
  .map[data-v-7583d7f4] {
    width: 100vw;
    height: 60vh;
    padding-bottom: 3em
  }

  .details[data-v-7583d7f4] {
    padding-left: 3em
  }

  .row[data-v-7583d7f4] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.v-select[data-v-66e096fc] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-66e096fc],
.v-select [data-v-66e096fc] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-66e096fc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-66e096fc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-66e096fc],
.vs__fade-leave-active[data-v-66e096fc] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-66e096fc],
.vs__fade-leave-to[data-v-66e096fc] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-66e096fc],
.vs--disabled .vs__dropdown-toggle[data-v-66e096fc],
.vs--disabled .vs__open-indicator[data-v-66e096fc],
.vs--disabled .vs__search[data-v-66e096fc],
.vs--disabled .vs__selected[data-v-66e096fc] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-66e096fc] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-66e096fc] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-66e096fc] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-66e096fc] {
  text-align: right
}

.vs__dropdown-toggle[data-v-66e096fc] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-66e096fc] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-66e096fc] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-66e096fc] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-66e096fc] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-66e096fc] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-66e096fc] {
  opacity: 0
}

.vs__clear[data-v-66e096fc] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-66e096fc] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-66e096fc] {
  text-align: center
}

.vs__dropdown-option[data-v-66e096fc] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-66e096fc]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-66e096fc] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-66e096fc] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-66e096fc]:hover {
  cursor: inherit
}

.vs__selected[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-66e096fc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-66e096fc] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-66e096fc] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-66e096fc] {
  display: none
}

.vs__search[data-v-66e096fc]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-66e096fc]::-ms-clear,
.vs__search[data-v-66e096fc]::-webkit-search-decoration,
.vs__search[data-v-66e096fc]::-webkit-search-results-button,
.vs__search[data-v-66e096fc]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-66e096fc],
.vs__search[data-v-66e096fc]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-66e096fc]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-66e096fc]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-66e096fc]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-66e096fc]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-66e096fc]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-66e096fc] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-66e096fc]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-66e096fc] {
  opacity: .2
}

.vs__spinner[data-v-66e096fc] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-66e096fc 1.1s linear infinite;
  animation: vSelectSpinner-data-v-66e096fc 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-66e096fc],
.vs__spinner[data-v-66e096fc]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-66e096fc] {
  opacity: 1
}

[data-v-66e096fc] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-66e096fc] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-66e096fc],
html[data-v-66e096fc] {
  font-size: 16px
}

.logo[data-v-66e096fc] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-66e096fc] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-66e096fc],
.mobile-nav[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-66e096fc] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-66e096fc] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-66e096fc] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-66e096fc]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-66e096fc] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-66e096fc]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-66e096fc]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-66e096fc] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-66e096fc] {
  text-align: left
}

.wrapper h1[data-v-66e096fc] {
  padding-bottom: 16px
}

.wrapper h2[data-v-66e096fc] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-66e096fc] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-66e096fc] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-66e096fc] {
  text-align: center
}

.big-banner[data-v-66e096fc] {
  max-width: 88vw
}

.big-banner img[data-v-66e096fc] {
  max-width: 100%
}

.row[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-66e096fc] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-66e096fc] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-66e096fc],
.intro[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-66e096fc] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-66e096fc],
.intro .text-wrapper h2[data-v-66e096fc] {
  text-align: center
}

.intro h1[data-v-66e096fc] {
  padding-bottom: 16px
}

.intro h2[data-v-66e096fc] {
  font-weight: 300
}

.intro .background[data-v-66e096fc] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-66e096fc] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-66e096fc] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-66e096fc] {
  margin-top: 6.25em
}

footer .col[data-v-66e096fc],
footer .row[data-v-66e096fc] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-66e096fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-66e096fc]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-66e096fc] {
  padding-bottom: 1.313em
}

footer a[data-v-66e096fc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-66e096fc] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-66e096fc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-66e096fc] {
    margin-top: 1em
  }

  footer .row .col[data-v-66e096fc],
  footer .row[data-v-66e096fc] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-66e096fc] {
    font-size: 1.1em
  }

  footer a[data-v-66e096fc] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-66e096fc] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-66e096fc] {
    height: 100vh !important
  }

  .intro .background[data-v-66e096fc] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-66e096fc] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-66e096fc] {
    color: #000
  }

  .intro h1[data-v-66e096fc] {
    font-size: 2.6em
  }

  .intro h2[data-v-66e096fc] {
    font-size: .93em
  }

  .ready-banner[data-v-66e096fc] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-66e096fc] {
    font-size: 2.8em
  }

  .ready-banner[data-v-66e096fc] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-66e096fc],
  html[data-v-66e096fc] {
    font-size: 14px
  }

  .banner-img[data-v-66e096fc] {
    max-width: 50%
  }

  .banner[data-v-66e096fc] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-66e096fc] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-66e096fc] {
    padding-right: 3em
  }

  .intro .background[data-v-66e096fc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-66e096fc] {
    height: 100vh !important
  }

  .intro .background[data-v-66e096fc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-66e096fc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-66e096fc] {
    width: 82vw;
    height: 85vh
  }
}

.vision[data-v-66e096fc] {
  text-align: center;
  padding-top: 10.938em;
  padding-bottom: 100px
}

.big-banner[data-v-66e096fc],
.row[data-v-66e096fc] {
  max-width: 1280px;
  margin: 0 auto
}

.big-banner[data-v-66e096fc] {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.big-banner .wrapper[data-v-66e096fc] {
  padding-top: 40px
}

.column-banner[data-v-66e096fc] {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 80px
}

.column-banner[data-v-66e096fc]:last-child {
  padding-right: 0
}

.column-banner img[data-v-66e096fc] {
  max-width: 100%
}

.column-banner .wrapper[data-v-66e096fc] {
  padding-top: 40px
}

.column-banner .wrapper h2[data-v-66e096fc] {
  padding-top: 0;
  padding-bottom: 32px
}

@media screen and (max-width:1400px) {
  row[data-v-66e096fc] {
    max-width: 1300px
  }
}

@media screen and (max-width:1300px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc],
  .row[data-v-66e096fc] {
    max-width: 1000px
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 500px
  }
}

@media screen and (max-width:1100px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc] {
    max-width: 800px
  }

  .row[data-v-66e096fc] {
    max-width: 700px
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 400px
  }
}

@media screen and (max-width:900px) {
  .row[data-v-66e096fc] {
    max-width: 700px
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 350px
  }
}

@media screen and (max-width:850px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc] {
    max-width: 600px
  }

  .row[data-v-66e096fc] {
    max-width: 700px
  }

  .column-banner[data-v-66e096fc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 100%
  }
}

@media screen and (max-width:650px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc],
  .row[data-v-66e096fc] {
    max-width: 500px
  }

  .column-banner[data-v-66e096fc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 100%
  }
}

@media screen and (max-width:510px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc],
  .row[data-v-66e096fc] {
    max-width: 400px
  }

  .column-banner[data-v-66e096fc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 100%
  }
}

@media screen and (max-width:435px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc],
  .row[data-v-66e096fc] {
    max-width: 320px
  }

  .column-banner[data-v-66e096fc] {
    padding: 0 0;
    padding-bottom: 4em
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 100%
  }
}

@media screen and (max-width:320px) {

  .big-banner[data-v-66e096fc],
  .big-banner img[data-v-66e096fc],
  .row[data-v-66e096fc] {
    max-width: 200px
  }

  .column-banner[data-v-66e096fc] {
    padding: 0 0;
    padding-bottom: 2em
  }

  .column-banner img[data-v-66e096fc] {
    max-width: 100%
  }
}

.v-select[data-v-122b55ff] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-122b55ff],
.v-select [data-v-122b55ff] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-122b55ff {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-122b55ff {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-122b55ff],
.vs__fade-leave-active[data-v-122b55ff] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-122b55ff],
.vs__fade-leave-to[data-v-122b55ff] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-122b55ff],
.vs--disabled .vs__dropdown-toggle[data-v-122b55ff],
.vs--disabled .vs__open-indicator[data-v-122b55ff],
.vs--disabled .vs__search[data-v-122b55ff],
.vs--disabled .vs__selected[data-v-122b55ff] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-122b55ff] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-122b55ff] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-122b55ff] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-122b55ff] {
  text-align: right
}

.vs__dropdown-toggle[data-v-122b55ff] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-122b55ff] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-122b55ff] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-122b55ff] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-122b55ff] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-122b55ff] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-122b55ff] {
  opacity: 0
}

.vs__clear[data-v-122b55ff] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-122b55ff] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-122b55ff] {
  text-align: center
}

.vs__dropdown-option[data-v-122b55ff] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-122b55ff]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-122b55ff] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-122b55ff] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-122b55ff]:hover {
  cursor: inherit
}

.vs__selected[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-122b55ff] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-122b55ff] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-122b55ff] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-122b55ff] {
  display: none
}

.vs__search[data-v-122b55ff]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-122b55ff]::-ms-clear,
.vs__search[data-v-122b55ff]::-webkit-search-decoration,
.vs__search[data-v-122b55ff]::-webkit-search-results-button,
.vs__search[data-v-122b55ff]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-122b55ff],
.vs__search[data-v-122b55ff]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-122b55ff]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-122b55ff]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-122b55ff]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-122b55ff]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-122b55ff]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-122b55ff] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-122b55ff]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-122b55ff] {
  opacity: .2
}

.vs__spinner[data-v-122b55ff] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-122b55ff 1.1s linear infinite;
  animation: vSelectSpinner-data-v-122b55ff 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-122b55ff],
.vs__spinner[data-v-122b55ff]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-122b55ff] {
  opacity: 1
}

[data-v-122b55ff] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-122b55ff] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-122b55ff],
html[data-v-122b55ff] {
  font-size: 16px
}

.logo[data-v-122b55ff] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-122b55ff] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-122b55ff],
.mobile-nav[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-122b55ff] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-122b55ff] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-122b55ff] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-122b55ff]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-122b55ff] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-122b55ff]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-122b55ff]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-122b55ff] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-122b55ff] {
  text-align: left
}

.wrapper h1[data-v-122b55ff] {
  padding-bottom: 16px
}

.wrapper h2[data-v-122b55ff] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-122b55ff] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-122b55ff] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-122b55ff] {
  text-align: center
}

.big-banner[data-v-122b55ff] {
  max-width: 88vw
}

.big-banner img[data-v-122b55ff] {
  max-width: 100%
}

.row[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-122b55ff] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-122b55ff] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-122b55ff],
.intro[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-122b55ff] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-122b55ff],
.intro .text-wrapper h2[data-v-122b55ff] {
  text-align: center
}

.intro h1[data-v-122b55ff] {
  padding-bottom: 16px
}

.intro h2[data-v-122b55ff] {
  font-weight: 300
}

.intro .background[data-v-122b55ff] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-122b55ff] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-122b55ff] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-122b55ff] {
  margin-top: 6.25em
}

footer .col[data-v-122b55ff],
footer .row[data-v-122b55ff] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-122b55ff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-122b55ff]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-122b55ff] {
  padding-bottom: 1.313em
}

footer a[data-v-122b55ff] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-122b55ff] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-122b55ff] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-122b55ff] {
    margin-top: 1em
  }

  footer .row .col[data-v-122b55ff],
  footer .row[data-v-122b55ff] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-122b55ff] {
    font-size: 1.1em
  }

  footer a[data-v-122b55ff] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-122b55ff] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-122b55ff] {
    height: 100vh !important
  }

  .intro .background[data-v-122b55ff] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-122b55ff] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-122b55ff] {
    color: #000
  }

  .intro h1[data-v-122b55ff] {
    font-size: 2.6em
  }

  .intro h2[data-v-122b55ff] {
    font-size: .93em
  }

  .ready-banner[data-v-122b55ff] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-122b55ff] {
    font-size: 2.8em
  }

  .ready-banner[data-v-122b55ff] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-122b55ff],
  html[data-v-122b55ff] {
    font-size: 14px
  }

  .banner-img[data-v-122b55ff] {
    max-width: 50%
  }

  .banner[data-v-122b55ff] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-122b55ff] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-122b55ff] {
    padding-right: 3em
  }

  .intro .background[data-v-122b55ff] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-122b55ff] {
    height: 100vh !important
  }

  .intro .background[data-v-122b55ff] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-122b55ff] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-122b55ff] {
    width: 82vw;
    height: 85vh
  }
}

.vision[data-v-122b55ff] {
  text-align: center;
  padding-top: 10.938em;
  padding-bottom: 100px
}

.big-banner[data-v-122b55ff],
.row[data-v-122b55ff] {
  max-width: 1280px;
  margin: 0 auto
}

.big-banner[data-v-122b55ff] {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.big-banner .wrapper[data-v-122b55ff] {
  padding-top: 40px
}

.column-banner[data-v-122b55ff] {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 80px
}

.column-banner[data-v-122b55ff]:last-child {
  padding-right: 0
}

.column-banner .wrapper[data-v-122b55ff] {
  padding-top: 40px
}

.column-banner .wrapper h2[data-v-122b55ff] {
  padding-top: 0;
  padding-bottom: 32px
}

@media screen and (max-width:1300px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff],
  .row[data-v-122b55ff] {
    max-width: 1000px
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 500px
  }
}

@media screen and (max-width:1100px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff] {
    max-width: 800px
  }

  .row[data-v-122b55ff] {
    max-width: 700px
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 400px
  }
}

@media screen and (max-width:900px) {
  .row[data-v-122b55ff] {
    max-width: 700px
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 350px
  }
}

@media screen and (max-width:850px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff] {
    max-width: 600px
  }

  .row[data-v-122b55ff] {
    max-width: 700px
  }

  .column-banner[data-v-122b55ff] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 100%
  }
}

@media screen and (max-width:650px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff],
  .row[data-v-122b55ff] {
    max-width: 500px
  }

  .column-banner[data-v-122b55ff] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 100%
  }
}

@media screen and (max-width:510px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff],
  .row[data-v-122b55ff] {
    max-width: 400px
  }

  .column-banner[data-v-122b55ff] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 100%
  }
}

@media screen and (max-width:435px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff],
  .row[data-v-122b55ff] {
    max-width: 320px
  }

  .column-banner[data-v-122b55ff] {
    padding: 0 0;
    padding-bottom: 4em
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 100%
  }
}

@media screen and (max-width:320px) {

  .big-banner[data-v-122b55ff],
  .big-banner img[data-v-122b55ff],
  .row[data-v-122b55ff] {
    max-width: 200px
  }

  .column-banner[data-v-122b55ff] {
    padding: 0 0;
    padding-bottom: 2em
  }

  .column-banner img[data-v-122b55ff] {
    max-width: 100%
  }
}

.v-select[data-v-25a979b5] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-25a979b5],
.v-select [data-v-25a979b5] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-25a979b5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-25a979b5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-25a979b5],
.vs__fade-leave-active[data-v-25a979b5] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-25a979b5],
.vs__fade-leave-to[data-v-25a979b5] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-25a979b5],
.vs--disabled .vs__dropdown-toggle[data-v-25a979b5],
.vs--disabled .vs__open-indicator[data-v-25a979b5],
.vs--disabled .vs__search[data-v-25a979b5],
.vs--disabled .vs__selected[data-v-25a979b5] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-25a979b5] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-25a979b5] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-25a979b5] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-25a979b5] {
  text-align: right
}

.vs__dropdown-toggle[data-v-25a979b5] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-25a979b5] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-25a979b5] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-25a979b5] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-25a979b5] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-25a979b5] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-25a979b5] {
  opacity: 0
}

.vs__clear[data-v-25a979b5] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-25a979b5] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-25a979b5] {
  text-align: center
}

.vs__dropdown-option[data-v-25a979b5] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-25a979b5]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-25a979b5] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-25a979b5] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-25a979b5]:hover {
  cursor: inherit
}

.vs__selected[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-25a979b5] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-25a979b5] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-25a979b5] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-25a979b5] {
  display: none
}

.vs__search[data-v-25a979b5]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-25a979b5]::-ms-clear,
.vs__search[data-v-25a979b5]::-webkit-search-decoration,
.vs__search[data-v-25a979b5]::-webkit-search-results-button,
.vs__search[data-v-25a979b5]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-25a979b5],
.vs__search[data-v-25a979b5]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-25a979b5]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-25a979b5]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-25a979b5]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-25a979b5]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-25a979b5]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-25a979b5] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-25a979b5]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-25a979b5] {
  opacity: .2
}

.vs__spinner[data-v-25a979b5] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-25a979b5 1.1s linear infinite;
  animation: vSelectSpinner-data-v-25a979b5 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-25a979b5],
.vs__spinner[data-v-25a979b5]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-25a979b5] {
  opacity: 1
}

[data-v-25a979b5] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-25a979b5] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-25a979b5],
html[data-v-25a979b5] {
  font-size: 16px
}

.logo[data-v-25a979b5] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-25a979b5] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-25a979b5],
.mobile-nav[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-25a979b5] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-25a979b5] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-25a979b5] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-25a979b5]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-25a979b5] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-25a979b5]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-25a979b5]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-25a979b5] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-25a979b5] {
  text-align: left
}

.wrapper h1[data-v-25a979b5] {
  padding-bottom: 16px
}

.wrapper h2[data-v-25a979b5] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-25a979b5] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-25a979b5] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-25a979b5] {
  text-align: center
}

.big-banner[data-v-25a979b5] {
  max-width: 88vw
}

.big-banner img[data-v-25a979b5] {
  max-width: 100%
}

.row[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-25a979b5] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-25a979b5] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-25a979b5],
.intro[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-25a979b5] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-25a979b5],
.intro .text-wrapper h2[data-v-25a979b5] {
  text-align: center
}

.intro h1[data-v-25a979b5] {
  padding-bottom: 16px
}

.intro h2[data-v-25a979b5] {
  font-weight: 300
}

.intro .background[data-v-25a979b5] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-25a979b5] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-25a979b5] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-25a979b5] {
  margin-top: 6.25em
}

footer .col[data-v-25a979b5],
footer .row[data-v-25a979b5] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-25a979b5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-25a979b5]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-25a979b5] {
  padding-bottom: 1.313em
}

footer a[data-v-25a979b5] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-25a979b5] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-25a979b5] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-25a979b5] {
    margin-top: 1em
  }

  footer .row .col[data-v-25a979b5],
  footer .row[data-v-25a979b5] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-25a979b5] {
    font-size: 1.1em
  }

  footer a[data-v-25a979b5] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-25a979b5] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-25a979b5] {
    height: 100vh !important
  }

  .intro .background[data-v-25a979b5] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-25a979b5] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-25a979b5] {
    color: #000
  }

  .intro h1[data-v-25a979b5] {
    font-size: 2.6em
  }

  .intro h2[data-v-25a979b5] {
    font-size: .93em
  }

  .ready-banner[data-v-25a979b5] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-25a979b5] {
    font-size: 2.8em
  }

  .ready-banner[data-v-25a979b5] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-25a979b5],
  html[data-v-25a979b5] {
    font-size: 14px
  }

  .banner-img[data-v-25a979b5] {
    max-width: 50%
  }

  .banner[data-v-25a979b5] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-25a979b5] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-25a979b5] {
    padding-right: 3em
  }

  .intro .background[data-v-25a979b5] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-25a979b5] {
    height: 100vh !important
  }

  .intro .background[data-v-25a979b5] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-25a979b5] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-25a979b5] {
    width: 82vw;
    height: 85vh
  }
}

.vision[data-v-25a979b5] {
  text-align: center;
  padding-top: 10.938em;
  padding-bottom: 100px
}

.big-banner[data-v-25a979b5],
.row[data-v-25a979b5] {
  max-width: 1280px;
  margin: 0 auto
}

.big-banner[data-v-25a979b5] {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.big-banner .wrapper[data-v-25a979b5] {
  padding-top: 40px
}

.big-banner .wrapper h2[data-v-25a979b5] {
  margin-left: 0 !important
}

.column-banner[data-v-25a979b5] {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 80px
}

.column-banner[data-v-25a979b5]:last-child {
  padding-right: 0
}

.column-banner .wrapper[data-v-25a979b5] {
  padding-top: 40px
}

.column-banner .wrapper h2[data-v-25a979b5] {
  padding-top: 0;
  padding-bottom: 32px
}

@media screen and (max-width:1300px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5],
  .row[data-v-25a979b5] {
    max-width: 1000px
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 500px
  }
}

@media screen and (max-width:1100px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5] {
    max-width: 800px
  }

  .row[data-v-25a979b5] {
    max-width: 700px
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 400px
  }
}

@media screen and (max-width:900px) {
  .row[data-v-25a979b5] {
    max-width: 700px
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 350px
  }
}

@media screen and (max-width:850px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5] {
    max-width: 600px
  }

  .row[data-v-25a979b5] {
    max-width: 700px
  }

  .column-banner[data-v-25a979b5] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 100%
  }
}

@media screen and (max-width:650px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5],
  .row[data-v-25a979b5] {
    max-width: 500px
  }

  .column-banner[data-v-25a979b5] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 100%
  }
}

@media screen and (max-width:510px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5],
  .row[data-v-25a979b5] {
    max-width: 400px
  }

  .column-banner[data-v-25a979b5] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 100%
  }
}

@media screen and (max-width:435px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5],
  .row[data-v-25a979b5] {
    max-width: 320px
  }

  .column-banner[data-v-25a979b5] {
    padding: 0 0;
    padding-bottom: 4em
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 100%
  }
}

@media screen and (max-width:320px) {

  .big-banner[data-v-25a979b5],
  .big-banner img[data-v-25a979b5],
  .row[data-v-25a979b5] {
    max-width: 200px
  }

  .column-banner[data-v-25a979b5] {
    padding: 0 0;
    padding-bottom: 2em
  }

  .column-banner img[data-v-25a979b5] {
    max-width: 100%
  }
}

.v-select[data-v-c6f47c06] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-c6f47c06],
.v-select [data-v-c6f47c06] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-c6f47c06 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-c6f47c06 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-c6f47c06],
.vs__fade-leave-active[data-v-c6f47c06] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-c6f47c06],
.vs__fade-leave-to[data-v-c6f47c06] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-c6f47c06],
.vs--disabled .vs__dropdown-toggle[data-v-c6f47c06],
.vs--disabled .vs__open-indicator[data-v-c6f47c06],
.vs--disabled .vs__search[data-v-c6f47c06],
.vs--disabled .vs__selected[data-v-c6f47c06] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-c6f47c06] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-c6f47c06] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-c6f47c06] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-c6f47c06] {
  text-align: right
}

.vs__dropdown-toggle[data-v-c6f47c06] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-c6f47c06] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-c6f47c06] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-c6f47c06] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-c6f47c06] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-c6f47c06] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-c6f47c06] {
  opacity: 0
}

.vs__clear[data-v-c6f47c06] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-c6f47c06] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-c6f47c06] {
  text-align: center
}

.vs__dropdown-option[data-v-c6f47c06] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-c6f47c06]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-c6f47c06] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-c6f47c06] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-c6f47c06]:hover {
  cursor: inherit
}

.vs__selected[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-c6f47c06] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-c6f47c06] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-c6f47c06] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-c6f47c06] {
  display: none
}

.vs__search[data-v-c6f47c06]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-c6f47c06]::-ms-clear,
.vs__search[data-v-c6f47c06]::-webkit-search-decoration,
.vs__search[data-v-c6f47c06]::-webkit-search-results-button,
.vs__search[data-v-c6f47c06]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-c6f47c06],
.vs__search[data-v-c6f47c06]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-c6f47c06]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-c6f47c06]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-c6f47c06]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-c6f47c06]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-c6f47c06]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-c6f47c06] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-c6f47c06]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-c6f47c06] {
  opacity: .2
}

.vs__spinner[data-v-c6f47c06] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-c6f47c06 1.1s linear infinite;
  animation: vSelectSpinner-data-v-c6f47c06 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-c6f47c06],
.vs__spinner[data-v-c6f47c06]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-c6f47c06] {
  opacity: 1
}

[data-v-c6f47c06] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-c6f47c06] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-c6f47c06],
html[data-v-c6f47c06] {
  font-size: 16px
}

.logo[data-v-c6f47c06] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-c6f47c06] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-c6f47c06],
.mobile-nav[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-c6f47c06] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-c6f47c06] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-c6f47c06] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-c6f47c06]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-c6f47c06] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-c6f47c06]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-c6f47c06]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-c6f47c06] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-c6f47c06] {
  text-align: left
}

.wrapper h1[data-v-c6f47c06] {
  padding-bottom: 16px
}

.wrapper h2[data-v-c6f47c06] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-c6f47c06] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-c6f47c06] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-c6f47c06] {
  text-align: center
}

.big-banner[data-v-c6f47c06] {
  max-width: 88vw
}

.big-banner img[data-v-c6f47c06] {
  max-width: 100%
}

.row[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-c6f47c06] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-c6f47c06] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-c6f47c06],
.intro[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-c6f47c06] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-c6f47c06],
.intro .text-wrapper h2[data-v-c6f47c06] {
  text-align: center
}

.intro h1[data-v-c6f47c06] {
  padding-bottom: 16px
}

.intro h2[data-v-c6f47c06] {
  font-weight: 300
}

.intro .background[data-v-c6f47c06] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-c6f47c06] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-c6f47c06] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-c6f47c06] {
  margin-top: 6.25em
}

footer .col[data-v-c6f47c06],
footer .row[data-v-c6f47c06] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-c6f47c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-c6f47c06]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-c6f47c06] {
  padding-bottom: 1.313em
}

footer a[data-v-c6f47c06] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-c6f47c06] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-c6f47c06] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-c6f47c06] {
    margin-top: 1em
  }

  footer .row .col[data-v-c6f47c06],
  footer .row[data-v-c6f47c06] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-c6f47c06] {
    font-size: 1.1em
  }

  footer a[data-v-c6f47c06] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-c6f47c06] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-c6f47c06] {
    height: 100vh !important
  }

  .intro .background[data-v-c6f47c06] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-c6f47c06] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-c6f47c06] {
    color: #000
  }

  .intro h1[data-v-c6f47c06] {
    font-size: 2.6em
  }

  .intro h2[data-v-c6f47c06] {
    font-size: .93em
  }

  .ready-banner[data-v-c6f47c06] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-c6f47c06] {
    font-size: 2.8em
  }

  .ready-banner[data-v-c6f47c06] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-c6f47c06],
  html[data-v-c6f47c06] {
    font-size: 14px
  }

  .banner-img[data-v-c6f47c06] {
    max-width: 50%
  }

  .banner[data-v-c6f47c06] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-c6f47c06] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-c6f47c06] {
    padding-right: 3em
  }

  .intro .background[data-v-c6f47c06] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-c6f47c06] {
    height: 100vh !important
  }

  .intro .background[data-v-c6f47c06] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-c6f47c06] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-c6f47c06] {
    width: 82vw;
    height: 85vh
  }
}

.vision[data-v-c6f47c06] {
  text-align: center;
  padding-top: 10.938em;
  padding-bottom: 100px
}

.big-banner[data-v-c6f47c06],
.row[data-v-c6f47c06] {
  max-width: 1280px;
  margin: 0 auto
}

.big-banner[data-v-c6f47c06] {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.big-banner .wrapper[data-v-c6f47c06] {
  padding-top: 40px
}

.column-banner[data-v-c6f47c06] {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 80px
}

.column-banner[data-v-c6f47c06]:last-child {
  padding-right: 0
}

.column-banner .wrapper[data-v-c6f47c06] {
  padding-top: 40px
}

.column-banner .wrapper h2[data-v-c6f47c06] {
  padding-top: 0;
  padding-bottom: 32px
}

@media screen and (max-width:1300px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06],
  .row[data-v-c6f47c06] {
    max-width: 1000px
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 500px
  }
}

@media screen and (max-width:1100px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06] {
    max-width: 800px
  }

  .row[data-v-c6f47c06] {
    max-width: 700px
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 400px
  }
}

@media screen and (max-width:900px) {
  .row[data-v-c6f47c06] {
    max-width: 700px
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 350px
  }
}

@media screen and (max-width:850px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06] {
    max-width: 600px
  }

  .row[data-v-c6f47c06] {
    max-width: 700px
  }

  .column-banner[data-v-c6f47c06] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 100%
  }
}

@media screen and (max-width:650px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06],
  .row[data-v-c6f47c06] {
    max-width: 500px
  }

  .column-banner[data-v-c6f47c06] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 100%
  }
}

@media screen and (max-width:510px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06],
  .row[data-v-c6f47c06] {
    max-width: 400px
  }

  .column-banner[data-v-c6f47c06] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 100%
  }
}

@media screen and (max-width:435px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06],
  .row[data-v-c6f47c06] {
    max-width: 320px
  }

  .column-banner[data-v-c6f47c06] {
    padding: 0 0;
    padding-bottom: 4em
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 100%
  }
}

@media screen and (max-width:320px) {

  .big-banner[data-v-c6f47c06],
  .big-banner img[data-v-c6f47c06],
  .row[data-v-c6f47c06] {
    max-width: 200px
  }

  .column-banner[data-v-c6f47c06] {
    padding: 0 0;
    padding-bottom: 2em
  }

  .column-banner img[data-v-c6f47c06] {
    max-width: 100%
  }
}

.v-select[data-v-6ef5f2cc] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-6ef5f2cc],
.v-select [data-v-6ef5f2cc] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-6ef5f2cc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-6ef5f2cc {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-6ef5f2cc],
.vs__fade-leave-active[data-v-6ef5f2cc] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-6ef5f2cc],
.vs__fade-leave-to[data-v-6ef5f2cc] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-6ef5f2cc],
.vs--disabled .vs__dropdown-toggle[data-v-6ef5f2cc],
.vs--disabled .vs__open-indicator[data-v-6ef5f2cc],
.vs--disabled .vs__search[data-v-6ef5f2cc],
.vs--disabled .vs__selected[data-v-6ef5f2cc] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-6ef5f2cc] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-6ef5f2cc] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-6ef5f2cc] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-6ef5f2cc] {
  text-align: right
}

.vs__dropdown-toggle[data-v-6ef5f2cc] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-6ef5f2cc] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-6ef5f2cc] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-6ef5f2cc] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-6ef5f2cc] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-6ef5f2cc] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-6ef5f2cc] {
  opacity: 0
}

.vs__clear[data-v-6ef5f2cc] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-6ef5f2cc] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-6ef5f2cc] {
  text-align: center
}

.vs__dropdown-option[data-v-6ef5f2cc] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-6ef5f2cc]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-6ef5f2cc] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-6ef5f2cc] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-6ef5f2cc]:hover {
  cursor: inherit
}

.vs__selected[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-6ef5f2cc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-6ef5f2cc] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-6ef5f2cc] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-6ef5f2cc] {
  display: none
}

.vs__search[data-v-6ef5f2cc]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-6ef5f2cc]::-ms-clear,
.vs__search[data-v-6ef5f2cc]::-webkit-search-decoration,
.vs__search[data-v-6ef5f2cc]::-webkit-search-results-button,
.vs__search[data-v-6ef5f2cc]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-6ef5f2cc],
.vs__search[data-v-6ef5f2cc]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-6ef5f2cc]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-6ef5f2cc]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-6ef5f2cc]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-6ef5f2cc]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-6ef5f2cc]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-6ef5f2cc] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-6ef5f2cc]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-6ef5f2cc] {
  opacity: .2
}

.vs__spinner[data-v-6ef5f2cc] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-6ef5f2cc 1.1s linear infinite;
  animation: vSelectSpinner-data-v-6ef5f2cc 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-6ef5f2cc],
.vs__spinner[data-v-6ef5f2cc]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-6ef5f2cc] {
  opacity: 1
}

[data-v-6ef5f2cc] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-6ef5f2cc] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-6ef5f2cc],
html[data-v-6ef5f2cc] {
  font-size: 16px
}

.logo[data-v-6ef5f2cc] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-6ef5f2cc] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-6ef5f2cc],
.mobile-nav[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-6ef5f2cc] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-6ef5f2cc] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-6ef5f2cc] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-6ef5f2cc]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-6ef5f2cc] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-6ef5f2cc]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-6ef5f2cc]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-6ef5f2cc] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-6ef5f2cc] {
  text-align: left
}

.wrapper h1[data-v-6ef5f2cc] {
  padding-bottom: 16px
}

.wrapper h2[data-v-6ef5f2cc] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-6ef5f2cc] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-6ef5f2cc] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-6ef5f2cc] {
  text-align: center
}

.big-banner[data-v-6ef5f2cc] {
  max-width: 88vw
}

.big-banner img[data-v-6ef5f2cc] {
  max-width: 100%
}

.row[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-6ef5f2cc] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-6ef5f2cc] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-6ef5f2cc],
.intro[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-6ef5f2cc] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-6ef5f2cc],
.intro .text-wrapper h2[data-v-6ef5f2cc] {
  text-align: center
}

.intro h1[data-v-6ef5f2cc] {
  padding-bottom: 16px
}

.intro h2[data-v-6ef5f2cc] {
  font-weight: 300
}

.intro .background[data-v-6ef5f2cc] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-6ef5f2cc] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-6ef5f2cc] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-6ef5f2cc] {
  margin-top: 6.25em
}

footer .col[data-v-6ef5f2cc],
footer .row[data-v-6ef5f2cc] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-6ef5f2cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-6ef5f2cc]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-6ef5f2cc] {
  padding-bottom: 1.313em
}

footer a[data-v-6ef5f2cc] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-6ef5f2cc] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-6ef5f2cc] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-6ef5f2cc] {
    margin-top: 1em
  }

  footer .row .col[data-v-6ef5f2cc],
  footer .row[data-v-6ef5f2cc] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-6ef5f2cc] {
    font-size: 1.1em
  }

  footer a[data-v-6ef5f2cc] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-6ef5f2cc] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-6ef5f2cc] {
    height: 100vh !important
  }

  .intro .background[data-v-6ef5f2cc] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-6ef5f2cc] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-6ef5f2cc] {
    color: #000
  }

  .intro h1[data-v-6ef5f2cc] {
    font-size: 2.6em
  }

  .intro h2[data-v-6ef5f2cc] {
    font-size: .93em
  }

  .ready-banner[data-v-6ef5f2cc] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-6ef5f2cc] {
    font-size: 2.8em
  }

  .ready-banner[data-v-6ef5f2cc] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-6ef5f2cc],
  html[data-v-6ef5f2cc] {
    font-size: 14px
  }

  .banner-img[data-v-6ef5f2cc] {
    max-width: 50%
  }

  .banner[data-v-6ef5f2cc] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-6ef5f2cc] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-6ef5f2cc] {
    padding-right: 3em
  }

  .intro .background[data-v-6ef5f2cc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-6ef5f2cc] {
    height: 100vh !important
  }

  .intro .background[data-v-6ef5f2cc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-6ef5f2cc] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-6ef5f2cc] {
    width: 82vw;
    height: 85vh
  }
}

.vision[data-v-6ef5f2cc] {
  text-align: center;
  padding-top: 10.938em;
  padding-bottom: 100px
}

.big-banner[data-v-6ef5f2cc],
.row[data-v-6ef5f2cc] {
  max-width: 1280px;
  margin: 0 auto
}

.big-banner[data-v-6ef5f2cc] {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.big-banner .wrapper[data-v-6ef5f2cc] {
  padding-top: 40px
}

.column-banner[data-v-6ef5f2cc] {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 80px
}

.column-banner[data-v-6ef5f2cc]:last-child {
  padding-right: 0
}

.column-banner .wrapper[data-v-6ef5f2cc] {
  padding-top: 40px
}

.column-banner .wrapper h2[data-v-6ef5f2cc] {
  padding-top: 0;
  padding-bottom: 32px
}

@media screen and (max-width:1300px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc],
  .row[data-v-6ef5f2cc] {
    max-width: 1000px
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 500px
  }
}

@media screen and (max-width:1100px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc] {
    max-width: 800px
  }

  .row[data-v-6ef5f2cc] {
    max-width: 700px
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 400px
  }
}

@media screen and (max-width:900px) {
  .row[data-v-6ef5f2cc] {
    max-width: 700px
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 350px
  }
}

@media screen and (max-width:850px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc] {
    max-width: 600px
  }

  .row[data-v-6ef5f2cc] {
    max-width: 700px
  }

  .column-banner[data-v-6ef5f2cc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 100%
  }
}

@media screen and (max-width:650px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc],
  .row[data-v-6ef5f2cc] {
    max-width: 500px
  }

  .column-banner[data-v-6ef5f2cc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 100%
  }
}

@media screen and (max-width:510px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc],
  .row[data-v-6ef5f2cc] {
    max-width: 400px
  }

  .column-banner[data-v-6ef5f2cc] {
    padding: 0 0;
    padding-bottom: 6em
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 100%
  }
}

@media screen and (max-width:435px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc],
  .row[data-v-6ef5f2cc] {
    max-width: 320px
  }

  .column-banner[data-v-6ef5f2cc] {
    padding: 0 0;
    padding-bottom: 4em
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 100%
  }
}

@media screen and (max-width:320px) {

  .big-banner[data-v-6ef5f2cc],
  .big-banner img[data-v-6ef5f2cc],
  .row[data-v-6ef5f2cc] {
    max-width: 200px
  }

  .column-banner[data-v-6ef5f2cc] {
    padding: 0 0;
    padding-bottom: 2em
  }

  .column-banner img[data-v-6ef5f2cc] {
    max-width: 100%
  }
}

.v-select[data-v-df35470c] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-df35470c],
.v-select [data-v-df35470c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-df35470c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-df35470c {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-df35470c],
.vs__fade-leave-active[data-v-df35470c] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-df35470c],
.vs__fade-leave-to[data-v-df35470c] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-df35470c],
.vs--disabled .vs__dropdown-toggle[data-v-df35470c],
.vs--disabled .vs__open-indicator[data-v-df35470c],
.vs--disabled .vs__search[data-v-df35470c],
.vs--disabled .vs__selected[data-v-df35470c] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-df35470c] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-df35470c] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-df35470c] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-df35470c] {
  text-align: right
}

.vs__dropdown-toggle[data-v-df35470c] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-df35470c] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-df35470c] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-df35470c] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-df35470c] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-df35470c] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-df35470c] {
  opacity: 0
}

.vs__clear[data-v-df35470c] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-df35470c] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-df35470c] {
  text-align: center
}

.vs__dropdown-option[data-v-df35470c] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-df35470c]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-df35470c] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-df35470c] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-df35470c]:hover {
  cursor: inherit
}

.vs__selected[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-df35470c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-df35470c] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-df35470c] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-df35470c] {
  display: none
}

.vs__search[data-v-df35470c]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-df35470c]::-ms-clear,
.vs__search[data-v-df35470c]::-webkit-search-decoration,
.vs__search[data-v-df35470c]::-webkit-search-results-button,
.vs__search[data-v-df35470c]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-df35470c],
.vs__search[data-v-df35470c]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-df35470c]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-df35470c]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-df35470c]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-df35470c]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-df35470c]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-df35470c] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-df35470c]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-df35470c] {
  opacity: .2
}

.vs__spinner[data-v-df35470c] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-df35470c 1.1s linear infinite;
  animation: vSelectSpinner-data-v-df35470c 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-df35470c],
.vs__spinner[data-v-df35470c]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-df35470c] {
  opacity: 1
}

[data-v-df35470c] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-df35470c] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-df35470c],
html[data-v-df35470c] {
  font-size: 16px
}

.logo[data-v-df35470c] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-df35470c] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-df35470c],
.mobile-nav[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-df35470c] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-df35470c] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-df35470c] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-df35470c]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-df35470c] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-df35470c]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-df35470c]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-df35470c] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-df35470c] {
  text-align: left
}

.wrapper h1[data-v-df35470c] {
  padding-bottom: 16px
}

.wrapper h2[data-v-df35470c] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-df35470c] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-df35470c] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-df35470c] {
  text-align: center
}

.big-banner[data-v-df35470c] {
  max-width: 88vw
}

.big-banner img[data-v-df35470c] {
  max-width: 100%
}

.row[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-df35470c] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-df35470c] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-df35470c],
.intro[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-df35470c] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-df35470c],
.intro .text-wrapper h2[data-v-df35470c] {
  text-align: center
}

.intro h1[data-v-df35470c] {
  padding-bottom: 16px
}

.intro h2[data-v-df35470c] {
  font-weight: 300
}

.intro .background[data-v-df35470c] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-df35470c] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-df35470c] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-df35470c] {
  margin-top: 6.25em
}

footer .col[data-v-df35470c],
footer .row[data-v-df35470c] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-df35470c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-df35470c]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-df35470c] {
  padding-bottom: 1.313em
}

footer a[data-v-df35470c] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-df35470c] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-df35470c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-df35470c] {
    margin-top: 1em
  }

  footer .row .col[data-v-df35470c],
  footer .row[data-v-df35470c] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-df35470c] {
    font-size: 1.1em
  }

  footer a[data-v-df35470c] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-df35470c] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-df35470c] {
    height: 100vh !important
  }

  .intro .background[data-v-df35470c] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-df35470c] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-df35470c] {
    color: #000
  }

  .intro h1[data-v-df35470c] {
    font-size: 2.6em
  }

  .intro h2[data-v-df35470c] {
    font-size: .93em
  }

  .ready-banner[data-v-df35470c] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-df35470c] {
    font-size: 2.8em
  }

  .ready-banner[data-v-df35470c] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-df35470c],
  html[data-v-df35470c] {
    font-size: 14px
  }

  .banner-img[data-v-df35470c] {
    max-width: 50%
  }

  .banner[data-v-df35470c] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-df35470c] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-df35470c] {
    padding-right: 3em
  }

  .intro .background[data-v-df35470c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-df35470c] {
    height: 100vh !important
  }

  .intro .background[data-v-df35470c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-df35470c] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-df35470c] {
    width: 82vw;
    height: 85vh
  }
}

.casestudy[data-v-df35470c] {
  padding-top: 10.938em
}

.row[data-v-df35470c] {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1280px;
  margin: 0 auto
}

.row .wrapper[data-v-df35470c]:nth-child(odd) {
  padding-right: 80px
}

.row .wrapper[data-v-df35470c]:nth-child(2n) {
  padding-left: 80px
}

.row .wrapper h2[data-v-df35470c] {
  padding: 8px 0
}

.images[data-v-df35470c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
  padding-top: 30px
}

.gallery-img[data-v-df35470c] {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 150px;
  padding: 0 15px
}

.currentImage[data-v-df35470c] {
  width: 750px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

@media screen and (max-width:1300px) {
  .row[data-v-df35470c] {
    max-width: 1060px
  }

  .currentImage[data-v-df35470c] {
    width: 500px;
    height: 333.33333px
  }

  .gallery-img[data-v-df35470c] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 100px;
    padding: 0 10px
  }
}

@media screen and (max-width:1100px) {
  .row[data-v-df35470c] {
    max-width: 960px
  }

  .row .wrapper[data-v-df35470c] {
    padding-left: 2em;
    padding-right: 2em
  }
}

@media screen and (max-width:900px) {
  .row[data-v-df35470c] {
    max-width: 700px
  }
}

@media screen and (max-width:850px) {
  .row[data-v-df35470c] {
    max-width: 700px
  }

  .row .wrapper[data-v-df35470c] {
    max-width: 500px;
    padding-top: 4em;
    padding-left: 0;
    padding-right: 0
  }
}

@media screen and (max-width:650px) {
  .row[data-v-df35470c] {
    max-width: 500px
  }

  .casestudy[data-v-df35470c] {
    padding-left: 2em;
    padding-right: 2em
  }
}

@media screen and (max-width:510px) {
  .row[data-v-df35470c] {
    max-width: 400px
  }

  .currentImage[data-v-df35470c] {
    width: 375px;
    height: 250px
  }

  .gallery-img[data-v-df35470c] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 73px;
    padding: 0 4px
  }

  .row .wrapper[data-v-df35470c] {
    max-width: 375px
  }
}

@media screen and (max-width:435px) {
  .row[data-v-df35470c] {
    max-width: 320px
  }

  .currentImage[data-v-df35470c] {
    width: 333.33333px;
    height: 238.09524px
  }

  .gallery-img[data-v-df35470c] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 65px;
    height: 40px;
    padding: 0 8px
  }

  .row .wrapper[data-v-df35470c] {
    max-width: 375px
  }
}

@media screen and (max-width:320px) {
  .row[data-v-df35470c] {
    max-width: 270px
  }

  .currentImage[data-v-df35470c] {
    width: 280px;
    height: 200px
  }

  .gallery-img[data-v-df35470c] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 65px;
    height: 40px;
    padding: 0 2px
  }

  .row .wrapper[data-v-df35470c] {
    max-width: 375px
  }
}

[data-v-ea6284f2] {
  text-decoration: none;
  outline: none;
  margin: 0
}

input[data-v-ea6284f2] {
  outline: none;
  border: none;
  padding: 0;
  margin: 0
}

body[data-v-ea6284f2],
html[data-v-ea6284f2] {
  font-size: 16px
}

.logo[data-v-ea6284f2] {
  font-family: Archivo;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #000
}

.mobile-nav[data-v-ea6284f2] {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 100
}

.mobile-nav .items[data-v-ea6284f2],
.mobile-nav[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mobile-nav .items[data-v-ea6284f2] {
  padding-left: 2em
}

.mobile-nav .items a[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding: .67em;
  line-height: 20px;
  text-align: left !important;
  letter-spacing: .025em;
  color: #5f6368
}

.mobile-nav .items a.mini[data-v-ea6284f2] {
  font-size: 12px;
  padding-left: 2em
}

.btn[data-v-ea6284f2] {
  padding: 10px 23px;
  background: #1a73e8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  font-family: Roboto;
  font-style: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition-duration: .37s;
  transition-duration: .37s;
  color: #fff
}

.btn[data-v-ea6284f2]:hover {
  background: rgba(26, 115, 232, .2);
  color: #1a73e8;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn.btn-secondary[data-v-ea6284f2] {
  padding: 10px 52px;
  background: transparent;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1a73e8;
  -webkit-transition-duration: .37s;
  transition-duration: .37s
}

.btn.btn-secondary[data-v-ea6284f2]:hover {
  border: 2px solid rgba(26, 115, 232, .01);
  background: rgba(26, 115, 232, .2)
}

.hyperlink[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1a73e8;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.hyperlink[data-v-ea6284f2]:hover {
  padding: 5px 9px;
  border-radius: 4px;
  background: rgba(26, 115, 232, .2)
}

h1[data-v-ea6284f2] {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75em;
  line-height: 83%;
  color: #212121
}

h2[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

h3[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: .875em;
  line-height: 1em;
  color: #424242
}

h4[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #212121
}

.wrapper[data-v-ea6284f2] {
  text-align: left
}

.wrapper h1[data-v-ea6284f2] {
  padding-bottom: 16px
}

.wrapper h2[data-v-ea6284f2] {
  max-width: 42.5em;
  margin: 0 auto
}

.ready-banner[data-v-ea6284f2] {
  background: #f8f9fa;
  padding: 7.875em 22.125em;
  text-align: center !important;
  margin: 2.75em 0 !important;
  margin-bottom: 0 !important
}

.ready-banner .wrapper h2[data-v-ea6284f2] {
  padding: 1em;
  padding-bottom: 2em
}

.ready-banner .wrapper[data-v-ea6284f2] {
  text-align: center
}

.big-banner[data-v-ea6284f2] {
  max-width: 88vw
}

.big-banner img[data-v-ea6284f2] {
  max-width: 100%
}

.row[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vision[data-v-ea6284f2] {
  padding-left: 2em;
  padding-right: 2em
}

.intro[data-v-ea6284f2] {
  padding-top: 10.938em;
  padding-bottom: 3em;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.intro .text-wrapper[data-v-ea6284f2],
.intro[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .text-wrapper[data-v-ea6284f2] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 680px;
  margin-bottom: 6.25em
}

.intro .text-wrapper h1[data-v-ea6284f2],
.intro .text-wrapper h2[data-v-ea6284f2] {
  text-align: center
}

.intro h1[data-v-ea6284f2] {
  padding-bottom: 16px
}

.intro h2[data-v-ea6284f2] {
  font-weight: 300
}

.intro .background[data-v-ea6284f2] {
  width: 88vw;
  height: 36.25em;
  background-repeat: no-repeat;
  background-size: cover
}

footer[data-v-ea6284f2] {
  padding-top: 6.25em;
  padding-bottom: 7.875em
}

footer hr[data-v-ea6284f2] {
  outline: none !important;
  border: none;
  width: 86vw;
  margin: 0 auto;
  border-top: 1px solid #c4c4c4
}

footer .row[data-v-ea6284f2] {
  margin-top: 6.25em
}

footer .col[data-v-ea6284f2],
footer .row[data-v-ea6284f2] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

footer .col[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 5.438em
}

footer .col[data-v-ea6284f2]:first-child {
  padding-left: 5.438em
}

footer h3[data-v-ea6284f2] {
  padding-bottom: 1.313em
}

footer a[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: .875em;
  line-height: 1em;
  color: #5f6368;
  padding-top: .5em
}

@media screen and (max-width:850px) {
  .ready-banner[data-v-ea6284f2] {
    padding: 6.875em 7.125em !important
  }

  .row[data-v-ea6284f2] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  footer .row[data-v-ea6284f2] {
    margin-top: 1em
  }

  footer .row .col[data-v-ea6284f2],
  footer .row[data-v-ea6284f2] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.438em 0
  }

  footer h3[data-v-ea6284f2] {
    font-size: 1.1em
  }

  footer a[data-v-ea6284f2] {
    font-size: 1em;
    padding: .3em 0
  }
}

@media screen and (max-width:700px) {
  .banner[data-v-ea6284f2] {
    padding: 2.5em 2em !important
  }

  .intro[data-v-ea6284f2] {
    height: 100vh !important
  }

  .intro .background[data-v-ea6284f2] {
    width: 100vw !important;
    height: 100vh !important
  }

  .intro .text-wrapper[data-v-ea6284f2] {
    padding: 1em 3em
  }

  .intro .text-wrapper h1[data-v-ea6284f2] {
    color: #000
  }

  .intro h1[data-v-ea6284f2] {
    font-size: 2.6em
  }

  .intro h2[data-v-ea6284f2] {
    font-size: .93em
  }

  .ready-banner[data-v-ea6284f2] {
    padding: 4em 2em !important
  }
}

@media screen and (max-width:1000px) {
  h1[data-v-ea6284f2] {
    font-size: 2.8em
  }

  .ready-banner[data-v-ea6284f2] {
    padding: 7.875em 15.125em
  }
}

@media screen and (max-width:1300px) {

  body[data-v-ea6284f2],
  html[data-v-ea6284f2] {
    font-size: 14px
  }

  .banner-img[data-v-ea6284f2] {
    max-width: 50%
  }

  .banner[data-v-ea6284f2] {
    padding: 2.25em 4.125em
  }

  .banner .wrapper[data-v-ea6284f2] {
    padding-left: 3em
  }

  .textInLeft .wrapper[data-v-ea6284f2] {
    padding-right: 3em
  }

  .intro .background[data-v-ea6284f2] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1500px) {
  .intro[data-v-ea6284f2] {
    height: 100vh !important
  }

  .intro .background[data-v-ea6284f2] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:1900px) {
  .intro .background[data-v-ea6284f2] {
    width: 76vw;
    height: 80vh
  }
}

@media screen and (min-width:2500px) {
  .intro .background[data-v-ea6284f2] {
    width: 82vw;
    height: 85vh
  }
}

.v-select[data-v-ea6284f2] {
  position: relative;
  font-family: inherit
}

.v-select[data-v-ea6284f2],
.v-select [data-v-ea6284f2] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner-data-v-ea6284f2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes vSelectSpinner-data-v-ea6284f2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.vs__fade-enter-active[data-v-ea6284f2],
.vs__fade-leave-active[data-v-ea6284f2] {
  pointer-events: none;
  -webkit-transition: opacity .15s cubic-bezier(1, .5, .8, 1);
  transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter[data-v-ea6284f2],
.vs__fade-leave-to[data-v-ea6284f2] {
  opacity: 0
}

.vs--disabled .vs__clear[data-v-ea6284f2],
.vs--disabled .vs__dropdown-toggle[data-v-ea6284f2],
.vs--disabled .vs__open-indicator[data-v-ea6284f2],
.vs--disabled .vs__search[data-v-ea6284f2],
.vs--disabled .vs__selected[data-v-ea6284f2] {
  cursor: not-allowed;
  background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions[data-v-ea6284f2] {
  padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear[data-v-ea6284f2] {
  margin-left: 6px;
  margin-right: 0
}

.v-select[dir=rtl] .vs__deselect[data-v-ea6284f2] {
  margin-left: 0;
  margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu[data-v-ea6284f2] {
  text-align: right
}

.vs__dropdown-toggle[data-v-ea6284f2] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  white-space: normal
}

.vs__selected-options[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative
}

.vs__actions[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle[data-v-ea6284f2] {
  cursor: text
}

.vs--unsearchable .vs__dropdown-toggle[data-v-ea6284f2] {
  cursor: pointer
}

.vs--open .vs__dropdown-toggle[data-v-ea6284f2] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.vs__open-indicator[data-v-ea6284f2] {
  fill: rgba(60, 60, 60, .5);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855);
  transition: transform .15s cubic-bezier(1, -.115, .975, .855), -webkit-transform .15s cubic-bezier(1, -.115, .975, .855);
  -webkit-transition-timing-function: cubic-bezier(1, -.115, .975, .855);
  transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator[data-v-ea6284f2] {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator[data-v-ea6284f2] {
  opacity: 0
}

.vs__clear[data-v-ea6284f2] {
  fill: rgba(60, 60, 60, .5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px
}

.vs__dropdown-menu[data-v-ea6284f2] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
  border: 1px solid rgba(60, 60, 60, .26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff
}

.vs__no-options[data-v-ea6284f2] {
  text-align: center
}

.vs__dropdown-option[data-v-ea6284f2] {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap
}

.vs__dropdown-option[data-v-ea6284f2]:hover {
  cursor: pointer
}

.vs__dropdown-option--highlight[data-v-ea6284f2] {
  background: #5897fb;
  color: #fff
}

.vs__dropdown-option--disabled[data-v-ea6284f2] {
  background: inherit;
  color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled[data-v-ea6284f2]:hover {
  cursor: inherit
}

.vs__selected[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, .26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0 2px;
  padding: 0 .25em;
  z-index: 0
}

.vs__deselect[data-v-ea6284f2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, .5);
  text-shadow: 0 1px 0 #fff
}

.vs--single .vs__selected[data-v-ea6284f2] {
  background-color: transparent;
  border-color: transparent
}

.vs--single.vs--open .vs__selected[data-v-ea6284f2] {
  position: absolute;
  opacity: .4
}

.vs--single.vs--searching .vs__selected[data-v-ea6284f2] {
  display: none
}

.vs__search[data-v-ea6284f2]::-webkit-search-cancel-button {
  display: none
}

.vs__search[data-v-ea6284f2]::-ms-clear,
.vs__search[data-v-ea6284f2]::-webkit-search-decoration,
.vs__search[data-v-ea6284f2]::-webkit-search-results-button,
.vs__search[data-v-ea6284f2]::-webkit-search-results-decoration {
  display: none
}

.vs__search[data-v-ea6284f2],
.vs__search[data-v-ea6284f2]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1
}

.vs__search[data-v-ea6284f2]::-webkit-input-placeholder {
  color: inherit
}

.vs__search[data-v-ea6284f2]::-moz-placeholder {
  color: inherit
}

.vs__search[data-v-ea6284f2]:-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-ea6284f2]::-ms-input-placeholder {
  color: inherit
}

.vs__search[data-v-ea6284f2]::placeholder {
  color: inherit
}

.vs--unsearchable .vs__search[data-v-ea6284f2] {
  opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search[data-v-ea6284f2]:hover {
  cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search[data-v-ea6284f2] {
  opacity: .2
}

.vs__spinner[data-v-ea6284f2] {
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: .9em solid hsla(0, 0%, 39.2%, .1);
  border-right: .9em solid hsla(0, 0%, 39.2%, .1);
  border-bottom: .9em solid hsla(0, 0%, 39.2%, .1);
  border-left: .9em solid rgba(60, 60, 60, .45);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner-data-v-ea6284f2 1.1s linear infinite;
  animation: vSelectSpinner-data-v-ea6284f2 1.1s linear infinite;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.vs__spinner[data-v-ea6284f2],
.vs__spinner[data-v-ea6284f2]:after {
  border-radius: 50%;
  width: 5em;
  height: 5em
}

.vs--loading .vs__spinner[data-v-ea6284f2] {
  opacity: 1
}

.failure[data-v-ea6284f2],
.success[data-v-ea6284f2] {
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 30px
}

.success[data-v-ea6284f2] {
  background: rgba(26, 115, 232, .22);
  color: #1a73e8
}

.err[data-v-ea6284f2] {
  color: red;
  margin-left: -16px;
  position: relative;
  top: 0;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 12px
}

.dropdown[data-v-ea6284f2],
.dropdown__content[data-v-ea6284f2],
.dropdown__items[data-v-ea6284f2] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.dropdown[data-v-ea6284f2] {
  width: 100%;
  padding: 15px 16px;
  padding-bottom: 0
}

.dropdown__content[data-v-ea6284f2] {
  border: 1.5px solid #c4c4c4;
  border-radius: 4px;
  margin: 12.5px 0;
  padding: 15px 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.dropdown__content.active[data-v-ea6284f2] {
  border: 1.5px solid #1a73e8
}

.dropdown__content span[data-v-ea6284f2] {
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .025em;
  color: rgba(0, 0, 0, .6);
  font-weight: 400
}

.dropdown__content span.bolded[data-v-ea6284f2] {
  font-weight: 500;
  color: #222 !important
}

.dropdown__items[data-v-ea6284f2] {
  width: 90%;
  position: relative;
  top: -22px;
  border-radius: 4px;
  left: -16px;
  padding: 12px 0;
  background: #fff;
  border: 1.5px solid #ddd;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 125%;
  letter-spacing: .025em;
  color: #5f6368
}

.dropdown__items .dropdown__item[data-v-ea6284f2] {
  width: 100%;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 7px 29px;
  border-radius: 1px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.dropdown__items .dropdown__item[data-v-ea6284f2]:hover {
  background: #f1f1f1
}

.form[data-v-ea6284f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto
}

.form .btn[data-v-ea6284f2] {
  margin: 12.5px 0
}

.form .input[data-v-ea6284f2] {
  border: 1.5px solid #c4c4c4;
  border-radius: 4px;
  margin: 12.5px 0;
  padding: 15px 16px;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .025em;
  color: #000;
  font-weight: 400;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.form .input[data-v-ea6284f2]::-webkit-input-placeholder {
  font-weight: 400
}

.form .input[data-v-ea6284f2]::-moz-placeholder {
  font-weight: 400
}

.form .input[data-v-ea6284f2]:-ms-input-placeholder {
  font-weight: 400
}

.form .input[data-v-ea6284f2]::-ms-input-placeholder {
  font-weight: 400
}

.form .input[data-v-ea6284f2]::placeholder {
  font-weight: 400
}

.form .input[data-v-ea6284f2]:focus {
  border: 1.5px solid #1a73e8
}

.vision[data-v-ea6284f2] {
  padding-top: 10.938em;
  padding-bottom: 100px
}

@media screen and (max-width:600px) {
  .form[data-v-ea6284f2] {
    max-width: 100%;
    padding: 2em 4em
  }

  .input[data-v-ea6284f2] {
    font-size: 14px !important
  }
}