button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html, p, h1, h2, h3, b {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px; }

h1 {
  margin: 0; }

p {
  font-size: 18px;
  margin-bottom: 20px; }

h1, h2, h3, .bold {
  font-weight: 700; }

a {
  color: #16D3AF; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

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

.wrapper {
  text-align: center; }
  .wrapper > * {
    width: 100%; }
  .wrapper .inner {
    width: 90%;
    margin: auto;
    padding: 20px 0;
    max-width: 1400px; }

.header {
  height: 200px;
  background-image: url("../img/header.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover; }

.title {
  background-color: #F7A33E;
  width: 100%; }
  .title h1 {
    color: white;
    font-size: 28px; }

h2 {
  margin: auto;
  margin-bottom: 0.75em; }

.green {
  background-color: #16D3AF;
  color: white; }
  .green b {
    color: black;
    font-size: 14px; }

.angels {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 0.75em; }

.angel {
  padding: 4px; }
  .angel p {
    margin: 0; }
  .angel .bold {
    color: black; }

.driver-wrapper {
  width: 100%; }

.drivers-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.drivers {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 0.75em; }

.driver {
  padding: 10px;
  line-height: 24px;
  width: 30%; }
  .driver .driver-img {
    margin: auto; }
    .driver .driver-img img {
      width: 70px; }
  .driver p {
    font-size: 20px; }
  .driver .bold {
    color: #16D3AF;
    margin-bottom: 6px;
    font-size: 22px; }

.gray h2 {
  color: #16D3AF; }

.white h2 {
  font-size: 28px; }

.white h2, .white h3 {
  color: #16D3AF; }

.white h3 {
  font-size: 20px; }

.white .inner > p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.gray {
  background-color: #EFEFEF; }

.boxes {
  margin: 20px 0; }

.box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 1em; }
  .box p {
    margin: 0; }

.box-left {
  width: 65%;
  max-width: 300px; }

.box-right {
  width: 30%; }

.card {
  font-weight: 700;
  width: 100%; }
  .card .card-top {
    background-color: #16D3AF;
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 4px 8px; }
  .card .card-bot {
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 4px 8px; }

.t-head, .t-top {
  background-color: #16D3AF;
  color: white;
  margin-top: 2px;
  margin-bottom: 2px; }
  .t-head h2, .t-top h2 {
    margin: auto; }

.t-head {
  position: relative;
  margin-bottom: 4px;
  border-radius: 10px 10px 0 0; }
  .t-head h2 {
    color: white; }

.button {
  position: absolute;
  background-color: white;
  width: 20px;
  height: 20px;
  color: #16D3AF;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 15px; }
  .button img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1; }

.open img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.table {
  margin-bottom: 20px; }

.col-3 .t-head {
  height: 40px; }
  .col-3 .t-head h2 {
    font-size: 20px; }

.col-3 .t-bot {
  font-size: 15px; }

.col-3 .t-col1, .col-3 .t-col2 {
  text-align: left;
  margin: 2px;
  padding: 6px; }

.col-3 .t-col1 {
  width: 40%;
  margin-left: 0;
  font-weight: 700; }

.col-3 .t-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 60%;
  background-color: #EDEDED;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .col-3 .t-col2 .bold {
    width: 25%; }

.col-3 .t-row1 .t-col1 {
  background-image: -webkit-linear-gradient(left, #FCB94C, #FFD68D);
  background-image: linear-gradient(to right, #FCB94C, #FFD68D); }

.col-3 .t-row2 .t-col1 {
  background-image: -webkit-linear-gradient(left, #999999, #E6E6E6);
  background-image: linear-gradient(to right, #999999, #E6E6E6); }

.col-3 .t-row3 .t-col1 {
  background-image: -webkit-linear-gradient(left, #EA8313, #F7A33E);
  background-image: linear-gradient(to right, #EA8313, #F7A33E); }

.col-3 .t-row4 .t-col1 {
  background-image: -webkit-linear-gradient(left, #FFD68D, #FFF6A8);
  background-image: linear-gradient(to right, #FFD68D, #FFF6A8); }

.gray .col-3 .t-col2 {
  background-color: white; }

.col-4 .t-col1 {
  width: 44%; }

.col-4 .t-col2, .col-4 .t-col3, .col-4 .t-col4 {
  width: 22%; }

.col-4 .t-col1, .col-4 .t-col2, .col-4 .t-col3, .col-4 .t-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  text-align: left;
  margin: 2px;
  padding: 6px; }

.col-4 .t-top {
  background-color: white; }
  .col-4 .t-top .t-row1 .t-col1, .col-4 .t-top .t-row1 .t-col2, .col-4 .t-top .t-row1 .t-col3, .col-4 .t-top .t-row1 .t-col4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    padding: 0; }
  .col-4 .t-top .t-row2 .t-col1, .col-4 .t-top .t-row2 .t-col2, .col-4 .t-top .t-row2 .t-col3, .col-4 .t-top .t-row2 .t-col4 {
    background-color: #16D3AF;
    padding-left: 10px; }
  .col-4 .t-top .t-row2 > :first-child {
    border-radius: 10px 0 0 0; }
  .col-4 .t-top .t-row2 > :last-child {
    border-radius: 0 10px 0 0; }
  .col-4 .t-top img {
    max-height: 80px; }

.col-4 .t-bot .t-col1, .col-4 .t-bot .t-col2, .col-4 .t-bot .t-col3, .col-4 .t-bot .t-col4 {
  background-color: #EDEDED;
  padding-left: 10px; }

.col-4 .t-bot > :last-child > :first-child {
  border-radius: 0 0 0 10px; }

.col-4 .t-bot > :last-child > :last-child {
  border-radius: 0 0 10px 0; }

.col-5 .t-col1 {
  width: 32%; }

.col-5 .t-col2 {
  width: 15%; }

.col-5 .t-col3 {
  width: 19%; }

.col-5 .t-col4 {
  width: 18%; }

.col-5 .t-col5 {
  width: 16%; }

.col-5 .t-col1, .col-5 .t-col2, .col-5 .t-col3, .col-5 .t-col4, .col-5 .t-col5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  text-align: left;
  margin: 2px;
  padding: 6px; }

.col-5 .t-top {
  background-color: white; }
  .col-5 .t-top .t-row1 .t-col1, .col-5 .t-top .t-row1 .t-col2, .col-5 .t-top .t-row1 .t-col3, .col-5 .t-top .t-row1 .t-col4, .col-5 .t-top .t-row1 .t-col5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
    padding: 0; }
  .col-5 .t-top .t-row2 .t-col1, .col-5 .t-top .t-row2 .t-col2, .col-5 .t-top .t-row2 .t-col3, .col-5 .t-top .t-row2 .t-col4, .col-5 .t-top .t-row2 .t-col5 {
    background-color: #16D3AF;
    padding-left: 10px; }
  .col-5 .t-top .t-row2 > :first-child {
    border-radius: 10px 0 0 0; }
  .col-5 .t-top .t-row2 > :last-child {
    border-radius: 0 10px 0 0; }
  .col-5 .t-top img {
    max-height: 80px; }
  .col-5 .t-top .t-col5 img {
    max-width: 100%; }

.col-5 .t-bot .t-col1, .col-5 .t-bot .t-col2, .col-5 .t-bot .t-col3, .col-5 .t-bot .t-col4, .col-5 .t-bot .t-col5 {
  background-color: #EDEDED;
  padding-left: 10px; }

.col-5 .t-bot > :last-child > :first-child {
  border-radius: 0 0 0 10px; }

.col-5 .t-bot > :last-child > :last-child {
  border-radius: 0 0 10px 0; }

.gray .desktop .t-top {
  background-color: #EFEFEF; }

.gray .desktop .t-bot .t-col1 {
  background-color: white; }

.gray .t-bot .t-col2, .gray .t-bot .t-col3, .gray .t-bot .t-col4, .gray .t-bot .t-col5 {
  background-color: white; }

.desktop {
  display: none; }

.footer .inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .footer .inner p {
    font-size: 14px; }

.cc {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .cc a {
    width: 100%;
    height: 100%;
    max-width: 120px;
    margin-right: 10px; }
  .cc img {
    width: 100%; }
  .cc > * {
    margin: 0; }

.license {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .license p {
    margin: 0; }
  .license img {
    height: 100%;
    max-width: 80px; }

.logoo {
  width: 100%; }
  .logoo a {
    width: 100%;
    height: 100%; }
    .logoo a img {
      width: 100%;
      height: 100%;
      max-width: 300px; }

@-webkit-keyframes wheel {
  0% {
    -webkit-transform: translateZ(-580px) rotateX(44deg) rotateZ(0deg);
            transform: translateZ(-580px) rotateX(44deg) rotateZ(0deg); }
  100% {
    -webkit-transform: translateZ(-580px) rotateX(44deg) rotateZ(360deg);
            transform: translateZ(-580px) rotateX(44deg) rotateZ(360deg); } }

@keyframes wheel {
  0% {
    -webkit-transform: translateZ(-580px) rotateX(44deg) rotateZ(0deg);
            transform: translateZ(-580px) rotateX(44deg) rotateZ(0deg); }
  100% {
    -webkit-transform: translateZ(-580px) rotateX(44deg) rotateZ(360deg);
            transform: translateZ(-580px) rotateX(44deg) rotateZ(360deg); } }

@media only screen and (min-width: 570px) {
  .mobile {
    display: none; }
  .desktop {
    display: inherit; }
  .license {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
  .cc {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 50%;
    text-align: left; }
  .logoo {
    width: 50%;
    text-align: right; }
  .drivers-wrapper {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline; }
  .driver-wrapper {
    padding: 0 20px;
    width: 50%;
    max-width: 440px; }
    .driver-wrapper .drivers {
      height: 100%; }
  .license {
    margin-bottom: 0; }
  .white h2 {
    font-size: 44px; }
  .wrapper .inner {
    width: 90%; }
  .intro .inner {
    padding-top: 60px; }
    .intro .inner p {
      margin-left: auto;
      margin-right: auto;
      max-width: 1100px; }
    .intro .inner .desktop h2 {
      color: #16D3AF; }
  h2 {
    font-size: 44px; }
  .header {
    height: 400px; }
    .header .inner {
      max-width: 1600px;
      height: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
  .title {
    max-width: 700px;
    padding: 20px 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    box-shadow: 0 0 8px; }
    .title h1 {
      font-size: 60px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
  .bar {
    width: 100%;
    height: 8px;
    background-color: #047761; }
  .angels .angel .bold {
    margin: 0; }
  .angels .angel p {
    font-size: 26px; }
  .angels .angel .angel-img {
    margin: auto;
    width: 14vw;
    max-width: 200px; }
  .green .inner h2 img {
    width: 60vw;
    max-width: 600px; }
  .map {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    position: relative; }
    .map > img {
      width: 100%;
      margin-top: 15%;
      margin-bottom: 15%; }
    .map .map-box, .map svg {
      position: absolute; }
    .map .map-box {
      width: 20%;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      font-size: 1.6vw; }
      .map .map-box p {
        font-size: 1.8vw; }
      .map .map-box img {
        border: 2px solid #F7A33E;
        border-radius: 100px;
        width: 70%; }
    .map svg {
      left: 0;
      top: 0; }
  .table .bold {
    width: 60px; }
  .boxez {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 200px;
            perspective: 200px; }
    .boxez img {
      position: absolute;
      width: 14vw; }
    .boxez .box1 {
      width: 14vw;
      left: 2%;
      top: 4%; }
    .boxez .box2 {
      width: 19vw;
      left: 20%;
      top: 2%; }
    .boxez .box3 {
      width: 21vw;
      left: 55%;
      top: 3%; }
    .boxez .box4 {
      width: 22vw;
      left: 75%;
      top: 5%; }
    .boxez .box5 {
      width: 28vw;
      left: 3%;
      top: 62%; }
    .boxez .box6 {
      width: 23vw;
      left: 21%;
      top: 73%; }
    .boxez .box7 {
      width: 25vw;
      left: 56%;
      top: 72%; }
    .boxez .box8 {
      width: 49vw;
      left: 48%;
      top: 64%; }
  .card {
    margin-bottom: 15%; }
  .wheel {
    position: absolute;
    top: 10%;
    left: 36.5%;
    -webkit-animation: wheel 6s linear infinite;
            animation: wheel 6s linear infinite; } }

@media only screen and (min-width: 1000px) {
  .wrapper .inner {
    width: 80%; }
  .wheel {
    top: 10%;
    left: 36.5%; } }

@media only screen and (min-width: 1480px) {
  .boxez img {
    width: 210px; }
  .boxez .box1 {
    width: 210px; }
  .boxez .box2 {
    width: 270px; }
  .boxez .box3 {
    width: 300px; }
  .boxez .box4 {
    width: 330px; }
  .boxez .box5 {
    width: 390px; }
  .boxez .box6 {
    width: 340px; }
  .boxez .box7 {
    width: 370px; }
  .boxez .box8 {
    width: 720px; } }
