@font-face {
  font-family: regular;
  src: url(../font/regular.woff);
}
@font-face {
  font-family: semibold;
  src: url(../font/semibold.woff);
}
@font-face {
  font-family: bold;
  src: url(../font/bold.woff);
}
* {
  box-sizing: border-box;
}

html {
  font-family: "regular", sans-serif;
  letter-spacing: 0.4px;
}

body {
  background-color: #F7F7F8;
  width: 100%;
  margin: 0;
}

.outer {
  width: 100%;
}

.container {
  max-width: 1140px;
  padding: 0 16px;
  margin: auto;
}
.container.\--left {
  text-align: left;
}

.wrapper {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

.col-1, .col-2, .col-3, .col-3x2, .col-4, .col-4x2, .col-4x3, .col-5, .col-5x2, .col-5x3, .col-5x4, .col-6, .col-6x2, .col-6x3, .col-6x4, .col-6x5, .col-7, .col-7x2, .col-7x3, .col-7x4, .col-7x5, .col-7x6, .col-8, .col-8x2, .col-8x3, .col-8x4, .col-8x5, .col-8x6, .col-8x7 {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.col-1.\--flex, .col-2.\--flex, .col-3.\--flex, .col-3x2.\--flex, .col-4.\--flex, .col-4x2.\--flex, .col-4x3.\--flex, .col-5.\--flex, .col-5x2.\--flex, .col-5x3.\--flex, .col-5x4.\--flex, .col-6.\--flex, .col-6x2.\--flex, .col-6x3.\--flex, .col-6x4.\--flex, .col-6x5.\--flex, .col-7.\--flex, .col-7x2.\--flex, .col-7x3.\--flex, .col-7x4.\--flex, .col-7x5.\--flex, .col-7x6.\--flex, .col-8.\--flex, .col-8x2.\--flex, .col-8x3.\--flex, .col-8x4.\--flex, .col-8x5.\--flex, .col-8x6.\--flex, .col-8x7.\--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.col-3x2 {
  width: 66.6666666667%;
}
.col-4x2 {
  width: 50%;
}
.col-4x3 {
  width: 75%;
}
.col-5x2 {
  width: 40%;
}
.col-5x3 {
  width: 60%;
}
.col-5x4 {
  width: 80%;
}
.col-6x2 {
  width: 33.3333333333%;
}
.col-6x3 {
  width: 50%;
}
.col-6x4 {
  width: 66.6666666667%;
}
.col-6x5 {
  width: 83.3333333333%;
}
.col-7 {
  width: 14.2857142857%;
}
.col-7x2 {
  width: 28.5714285714%;
}
.col-7x3 {
  width: 42.8571428571%;
}
.col-7x4 {
  width: 57.1428571429%;
}
.col-7x5 {
  width: 71.4285714286%;
}
.col-7x6 {
  width: 85.7142857143%;
}
.col-8x2 {
  width: 25%;
}
.col-8x3 {
  width: 37.5%;
}
.col-8x4 {
  width: 50%;
}
.col-8x5 {
  width: 62.5%;
}
.col-8x6 {
  width: 75%;
}
.col-8x7 {
  width: 87.5%;
}

.col-span-3x2 {
  margin-left: 66.6666666667%;
}
.col-span-4x2 {
  margin-left: 50%;
}
.col-span-4x3 {
  margin-left: 75%;
}
.col-span-5x2 {
  margin-left: 40%;
}
.col-span-5x3 {
  margin-left: 60%;
}
.col-span-5x4 {
  margin-left: 80%;
}
.col-span-6x2 {
  margin-left: 33.3333333333%;
}
.col-span-6x3 {
  margin-left: 50%;
}
.col-span-6x4 {
  margin-left: 66.6666666667%;
}
.col-span-6x5 {
  margin-left: 83.3333333333%;
}
.col-span-7 {
  margin-left: 14.2857142857%;
}
.col-span-7x2 {
  margin-left: 28.5714285714%;
}
.col-span-7x3 {
  margin-left: 42.8571428571%;
}
.col-span-7x4 {
  margin-left: 57.1428571429%;
}
.col-span-7x5 {
  margin-left: 71.4285714286%;
}
.col-span-7x6 {
  margin-left: 85.7142857143%;
}
.col-span-8x2 {
  margin-left: 25%;
}
.col-span-8x3 {
  margin-left: 37.5%;
}
.col-span-8x4 {
  margin-left: 50%;
}
.col-span-8x5 {
  margin-left: 62.5%;
}
.col-span-8x6 {
  margin-left: 75%;
}
.col-span-8x7 {
  margin-left: 87.5%;
}

/* GENERATE COLS BASIC */
.col-8 {
  width: 12.5%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-5 {
  width: 20%;
}

.col-4 {
  width: 25%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-2 {
  width: 50%;
}

.col-1 {
  width: 100%;
}

.col-span-8 {
  margin-left: 12.5%;
}

.col-span-7 {
  margin-left: 14.2857142857%;
}

.col-span-6 {
  margin-left: 16.6666666667%;
}

.col-span-5 {
  margin-left: 20%;
}

.col-span-4 {
  margin-left: 25%;
}

.col-span-3 {
  margin-left: 33.3333333333%;
}

.col-span-2 {
  margin-left: 50%;
}

.col-span-1 {
  margin-left: 100%;
}

@media only screen and (max-width: 769px) {
  .outer {
    width: 100%;
  }
  .container {
    min-width: 320px;
  }
  .container.\--big {
    max-width: unset;
    min-width: 320px;
  }
  .col-1, .col-2, .col-3, .col-3x2, .col-4, .col-4x2, .col-4x3, .col-5, .col-5x2, .col-5x3, .col-5x4, .col-6, .col-6x2, .col-6x3, .col-6x4, .col-6x5, .col-7, .col-7x2, .col-7x3, .col-7x4, .col-7x5, .col-7x6, .col-8, .col-8x2, .col-8x3, .col-8x4, .col-8x5, .col-8x6, .col-8x7 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-span-1, .col-span-2, .col-span-3, .col-span-3x2, .col-span-4, .col-span-4x2, .col-span-4x3, .col-span-5, .col-span-5x2, .col-span-5x3, .col-span-5x4, .col-span-6, .col-span-6x2, .col-span-6x3, .col-span-6x4, .col-span-6x5, .col-span-7, .col-span-7x2, .col-span-7x3, .col-span-7x4, .col-span-7x5, .col-span-7x6, .col-span-8, .col-span-8x2, .col-span-8x3, .col-span-8x4, .col-span-8x5, .col-span-8x6, .col-span-8x7 {
    margin: 0;
  }
}
h2, h3, h4, h5, h6, p, a, small {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal;
  color: #2F354E;
}
h2.\--faded, h3.\--faded, h4.\--faded, h5.\--faded, h6.\--faded, p.\--faded, a.\--faded, small.\--faded {
  color: #63687A;
}
h2.\--pale, h3.\--pale, h4.\--pale, h5.\--pale, h6.\--pale, p.\--pale, a.\--pale, small.\--pale {
  color: #9799A6;
}
h2.\--primary, h3.\--primary, h4.\--primary, h5.\--primary, h6.\--primary, p.\--primary, a.\--primary, small.\--primary {
  color: #0E61B9;
}
h2.\--white, h3.\--white, h4.\--white, h5.\--white, h6.\--white, p.\--white, a.\--white, small.\--white {
  color: #fff;
}
h2.\--italic, h3.\--italic, h4.\--italic, h5.\--italic, h6.\--italic, p.\--italic, a.\--italic, small.\--italic {
  font-style: italic;
}
h2.\--semibold, h3.\--semibold, h4.\--semibold, h5.\--semibold, h6.\--semibold, p.\--semibold, a.\--semibold, small.\--semibold {
  font-family: "semibold", serif;
}
h2.\--bold, h3.\--bold, h4.\--bold, h5.\--bold, h6.\--bold, p.\--bold, a.\--bold, small.\--bold {
  font-family: "bold", serif;
}
h2.\--center, h3.\--center, h4.\--center, h5.\--center, h6.\--center, p.\--center, a.\--center, small.\--center {
  text-align: center;
}
h2.\--right, h3.\--right, h4.\--right, h5.\--right, h6.\--right, p.\--right, a.\--right, small.\--right {
  text-align: right;
}
h2.\--justify, h3.\--justify, h4.\--justify, h5.\--justify, h6.\--justify, p.\--justify, a.\--justify, small.\--justify {
  text-align: justify;
}

h1 {
  font-size: 357.143%;
  font-weight: 700;
  line-height: 60px;
  color: #2F354E;
}

h2 {
  font-size: 257.143%;
}

h3 {
  font-size: 171.429%;
  line-height: 36px;
}

h4 {
  font-size: 142.857%;
}

h5 {
  font-size: 128.571%;
}

h6 {
  font-size: 114.286%;
}

p {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0;
}

small {
  font-size: 71.429%;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

form .form-wrapper {
  margin-bottom: 30px;
  position: relative;
}
form .form-wrapper__error {
  display: none;
  font-size: 12px;
  color: red;
  position: absolute;
  right: 0;
  bottom: -20px;
}
form .form-wrapper.\--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form .form-wrapper.\--center {
  text-align: center;
}
form .form-wrapper.\--right {
  text-align: right;
}
form .form-wrapper.\--mb8 {
  margin-bottom: 8px;
}
form .form-wrapper__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #63687A !important;
  text-transform: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s;
}
form .form-wrapper__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: 0.2s;
}
form .form-wrapper__checkbox input:checked ~ .form-wrapper__checkbox__checkmark {
  background-color: #2F354E;
  border: 1px solid #2F354E;
}
form .form-wrapper__checkbox input:checked ~ .form-wrapper__checkbox__checkmark:after {
  display: block;
}
form .form-wrapper__checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #9799A6;
  transition: 0.2s;
}
form .form-wrapper__checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: -2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .form-wrapper__checkbox:hover {
  color: #2F354E !important;
}
form .form-wrapper__checkbox:hover .form-wrapper__checkbox__checkmark {
  border: 1px solid #2F354E;
}
form label {
  display: block;
  color: #2F354E;
}
form input:not([type=submit]), form textarea, form select {
  background-color: #fff;
  border: 1px solid #EAEAED;
  outline: none;
  padding: 12px 16px;
  border-radius: 8px;
  color: #2F354E;
  width: 100%;
  font-family: "regular", sans-serif;
  -moz-transition-duration: 0.2s; /* Safari */
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  font-size: 100%;
}
form input:not([type=submit])::placeholder, form textarea::placeholder, form select::placeholder {
  color: #CACCD2;
  font-size: 100%;
  font-family: "regular", sans-serif;
}
form input:not([type=submit]):focus, form input:not([type=submit]):hover, form textarea:focus, form textarea:hover, form select:focus, form select:hover {
  border-color: #0E61B9 !important;
}
form input[type=checkbox] {
  width: fit-content;
  margin: 0 8px 0 0;
}

@media only screen and (max-width: 768px) {
  form .form-wrapper {
    margin-bottom: 16px;
  }
  form .form-wrapper__checkbox {
    padding: 12px 16px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EAEAED;
  }
  form .form-wrapper__checkbox__checkmark {
    position: relative;
  }
  form input:not([type=submit]), form textarea, form select {
    padding: 12px 16px;
  }
  form input:not([type=submit])::placeholder, form textarea::placeholder, form select::placeholder {
    color: #63687A;
    font-size: 100%;
    font-family: "Inter", sans-serif;
  }
  form input:not([type=submit]):focus, form input:not([type=submit]):hover, form textarea:focus, form textarea:hover, form select:focus, form select:hover {
    border-color: #2F354E !important;
  }
}
a.btn,
button,
span.btn,
input[type=submit] {
  padding: 12px 24px;
  text-align: center;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-size: 16px;
  background: #0E61B9;
  border-radius: 8px;
  transition: 0.2s;
  text-transform: capitalize;
  text-wrap: nowrap;
}
a.btn:hover,
button:hover,
span.btn:hover,
input[type=submit]:hover {
  background: #0c55a1;
}
a.btn.\--small,
button.\--small,
span.btn.\--small,
input[type=submit].\--small {
  padding: 8px 16px;
  font-size: 14px;
}
a.btn.\--flex,
button.\--flex,
span.btn.\--flex,
input[type=submit].\--flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
a.btn.\--white,
button.\--white,
span.btn.\--white,
input[type=submit].\--white {
  background: #fff;
  color: #2F354E;
  border: 2px solid #EAEAED;
}
a.btn.\--white:hover,
button.\--white:hover,
span.btn.\--white:hover,
input[type=submit].\--white:hover {
  background: #f2f2f2;
}
a.btn.\--primary-dark,
button.\--primary-dark,
span.btn.\--primary-dark,
input[type=submit].\--primary-dark {
  background: #003a77;
  color: #fff;
}
a.btn.\--primary-dark:hover,
button.\--primary-dark:hover,
span.btn.\--primary-dark:hover,
input[type=submit].\--primary-dark:hover {
  background: #002e5e;
}
a.btn.\--large,
button.\--large,
span.btn.\--large,
input[type=submit].\--large {
  padding: 15px 90px;
}
a.btn.\--full,
button.\--full,
span.btn.\--full,
input[type=submit].\--full {
  width: 100%;
}
a.btn.\--disable, a.btn:disabled,
button.\--disable,
button:disabled,
span.btn.\--disable,
span.btn:disabled,
input[type=submit].\--disable,
input[type=submit]:disabled {
  background: #9799A6;
  cursor: not-allowed;
}

@media only screen and (max-width: 926px) {
  a.btn,
  button,
  span.btn,
  input[type=submit] {
    font-size: 14px;
  }
  a.btn:hover,
  button:hover,
  span.btn:hover,
  input[type=submit]:hover {
    background: #0c55a1;
  }
  a.btn.\--small,
  button.\--small,
  span.btn.\--small,
  input[type=submit].\--small {
    padding: 8px 8px 8px 10px;
    font-size: 12px;
  }
  a.btn.\--flex,
  button.\--flex,
  span.btn.\--flex,
  input[type=submit].\--flex {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  a.btn.\--white,
  button.\--white,
  span.btn.\--white,
  input[type=submit].\--white {
    background: #fff;
    color: #2F354E;
    border: 2px solid #EAEAED;
  }
  a.btn.\--white:hover,
  button.\--white:hover,
  span.btn.\--white:hover,
  input[type=submit].\--white:hover {
    background: #f2f2f2;
  }
  a.btn.\--primary-dark,
  button.\--primary-dark,
  span.btn.\--primary-dark,
  input[type=submit].\--primary-dark {
    background: #003a77;
    color: #fff;
  }
  a.btn.\--primary-dark:hover,
  button.\--primary-dark:hover,
  span.btn.\--primary-dark:hover,
  input[type=submit].\--primary-dark:hover {
    background: #002e5e;
  }
  a.btn.\--disable, a.btn:disabled,
  button.\--disable,
  button:disabled,
  span.btn.\--disable,
  span.btn:disabled,
  input[type=submit].\--disable,
  input[type=submit]:disabled {
    background: #9799A6;
    cursor: not-allowed;
  }
}
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.6588235294);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 10;
}
.modal__wrapper {
  margin: 100px auto auto;
  background: white;
  width: 428px;
  padding: 24px 24px;
  position: relative;
  text-align: center;
  border-radius: 8px;
}
.modal__wrapper__img {
  margin-bottom: 24px;
}
.modal__wrapper__img img {
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .modal__wrapper {
    margin: auto;
    position: relative;
    width: 90%;
  }
  .modal__wrapper__close {
    right: 0;
    top: -30px;
  }
}
video {
  width: 100%;
  height: 100vh;
  background: black;
}

.ctp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.7490196078);
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #EAEAED;
  z-index: 1;
  background: #fff;
  padding: 16px 0;
}
.header .wrapper {
  display: flex;
  align-items: center;
}
.header h4 {
  font-size: 20px;
}
.header h6 {
  font-size: 16px;
}
.header p {
  font-size: 12px;
  line-height: normal;
}
.header__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header__action__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2px;
}

section .bg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section .landing {
  padding: 56px 0;
}
section .landing p {
  text-align: center;
}
section .landing__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section .landing__form input {
  text-align: center;
}
section .videos__done, section .videos__info {
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
section .videos__done {
  background: #E7F8ED;
  position: relative;
}
section .videos__done__title {
  width: 100%;
}
section .videos__done__title h3 {
  font-size: 22px;
}
section .videos__done__title h6 {
  font-size: 16px;
  color: #63687A;
  text-wrap: nowrap;
}
section .videos__done p {
  position: absolute;
  bottom: 10px;
  right: 24px;
  font-size: 10px;
  line-height: normal;
}
section .videos__done p span {
  font-family: "bold", serif;
}
section .videos__info {
  background: #E7EFF8;
}
section .videos__info img {
  width: 80px;
}
section .videos__info h3 {
  font-size: 22px;
}
section .videos__info h6 {
  font-size: 16px;
  color: #63687A;
  text-wrap: nowrap;
}
section .videos__info__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}
section .videos__info__content__progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
section .videos__info__content__progress__graphic {
  height: 12px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
section .videos__info__content__progress__graphic__value {
  height: 12px;
  background: #0E61B9;
  border-radius: 20px;
}
section .videos__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section .videos__list__item {
  background: #fff;
  padding: 16px 40px 16px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: 1px solid #EAEAED;
  gap: 16px;
  transition: 0.2s;
}
section .videos__list__item:hover {
  border: 1px solid #0E61B9;
}
section .videos__list__item img {
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
section .videos__list__item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
section .videos__list__item__info__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
section .videos__list__item__info__title h3 {
  font-size: 24px;
  font-family: "bold", serif;
}
section .videos__list__item__info__title span {
  font-family: "semibold", serif;
  font-size: 14px;
  padding: 4px 12px;
  background: #DEF3E4;
  color: #3B834F;
  border-radius: 8px;
}
section .videos__list__item__info p {
  font-size: 14px;
  color: #63687A;
}

.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 926px) {
  .header {
    padding: 8px 0;
  }
  .header .col-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header h4 {
    font-size: 14px;
  }
  .header h6 {
    font-size: 12px;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header p {
    font-size: 10px;
  }
  .header__action {
    gap: 8px;
  }
  section .bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section .landing p {
    font-size: 14px;
  }
  section .videos__done, section .videos__info {
    padding: 16px;
    gap: 16px;
  }
  section .videos__done {
    flex-direction: column;
  }
  section .videos__done__title {
    width: 100%;
    text-align: center;
  }
  section .videos__done__title h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
  }
  section .videos__done__title h6 {
    font-size: 12px;
    color: #63687A;
    text-wrap: wrap;
  }
  section .videos__done a {
    width: 100%;
  }
  section .videos__done p {
    position: unset;
    font-size: 10px;
    text-align: center;
  }
  section .videos__done p span {
    font-family: "bold", serif;
  }
  section .videos__info img {
    width: 48px;
  }
  section .videos__info h3 {
    font-size: 14px;
    line-height: normal;
  }
  section .videos__info h6 {
    font-size: 10px;
  }
  section .videos__info__content {
    gap: 8px;
  }
  section .videos__info__content__progress {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  section .videos__info__content__progress__graphic {
    height: 8px;
  }
  section .videos__info__content__progress__graphic__value {
    height: 8px;
  }
  section .videos__list {
    gap: 8px;
  }
  section .videos__list__item {
    padding: 12px;
    flex-direction: column;
    gap: 8px;
  }
  section .videos__list__item:hover {
    border: 1px solid #0E61B9;
  }
  section .videos__list__item img {
    width: 100%;
    height: 150px;
  }
  section .videos__list__item__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  section .videos__list__item__info__title h3 {
    font-size: 16px;
    line-height: normal;
    margin-top: 4px;
  }
  section .videos__list__item__info__title span {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 8px;
  }
  section .videos__list__item__info p {
    font-size: 12px;
    line-height: normal;
  }
  section .videos__list__item a {
    width: 100%;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
