@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
* {
  box-sizing: border-box;
}

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

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

h1, h2, h3, h4, h5, h6, p, a, ul, li {
  color: #37474F;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal;
}
h1.\--light, h2.\--light, h3.\--light, h4.\--light, h5.\--light, h6.\--light, p.\--light, a.\--light, ul.\--light, li.\--light {
  font-weight: 300;
}
h1.\--semibold, h2.\--semibold, h3.\--semibold, h4.\--semibold, h5.\--semibold, h6.\--semibold, p.\--semibold, a.\--semibold, ul.\--semibold, li.\--semibold {
  font-weight: 600;
}
h1.\--bold, h2.\--bold, h3.\--bold, h4.\--bold, h5.\--bold, h6.\--bold, p.\--bold, a.\--bold, ul.\--bold, li.\--bold {
  font-weight: 700;
}
h1.\--marbot-8, h2.\--marbot-8, h3.\--marbot-8, h4.\--marbot-8, h5.\--marbot-8, h6.\--marbot-8, p.\--marbot-8, a.\--marbot-8, ul.\--marbot-8, li.\--marbot-8 {
  margin-bottom: 8px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

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

ul li, ol li {
  line-height: 1.5;
  font-size: 14px;
}

a {
  color: #37474F;
  text-decoration: none;
}

small {
  font-size: 12px;
  color: #9ba3a7;
  display: block;
}

.outer {
  width: 100%;
}
.outer.\--bg-white {
  background: #fff;
}
.outer.\--bg-white h1, .outer.\--bg-white h2, .outer.\--bg-white h3, .outer.\--bg-white h4, .outer.\--bg-white h5, .outer.\--bg-white h6, .outer.\--bg-white p, .outer.\--bg-white a, .outer.\--bg-white small {
  color: #37474F;
}

.container {
  width: 1240px;
  padding: 0 16px;
  margin: auto;
}

.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-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%;
  }
  .outer.\--bg-black {
    background: #fff !important;
  }
  .outer.\--bg-black h1, .outer.\--bg-black h2, .outer.\--bg-black h3, .outer.\--bg-black h4, .outer.\--bg-black h5, .outer.\--bg-black h6, .outer.\--bg-black p, .outer.\--bg-black a, .outer.\--bg-black small {
    color: #37474F;
  }
  .container {
    min-width: 320px;
    width: 100%;
  }
  .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;
  }
}
a.btn,
button,
span.btn,
input[type=submit] {
  padding: 10px;
  text-align: center;
  color: white;
  letter-spacing: 0.4px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #EC242E;
}
a.btn:hover,
button:hover,
span.btn:hover,
input[type=submit]:hover {
  background: #e3141e;
}
a.btn.\--medium,
button.\--medium,
span.btn.\--medium,
input[type=submit].\--medium {
  padding: 15px 70px;
}
a.btn.\--large,
button.\--large,
span.btn.\--large,
input[type=submit].\--large {
  padding: 15px 142px;
}
a.btn.\--full,
button.\--full,
span.btn.\--full,
input[type=submit].\--full {
  width: 100%;
}
a.btn:disabled,
button:disabled,
span.btn:disabled,
input[type=submit]:disabled {
  background: #ccd0d2;
  cursor: not-allowed;
}

form .form-wrapper {
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}
form .form-wrapper.\--inline {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}
form .form-wrapper.\--inline input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}
form .form-wrapper.\--center {
  text-align: center;
}
form .form-wrapper__prefix {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #EC242E;
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
}
form .form-wrapper__prefix.\--right-prefix {
  right: 0;
  z-index: 1;
}
form .form-wrapper__file {
  color: #9ba3a7;
  border: 1px solid #ccd0d2;
  margin: 0;
  padding: 10px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
form .form-wrapper__file:hover {
  border-color: #EC242E;
}
form .form-wrapper__error {
  display: none;
  font-size: 12px;
  color: red;
  position: absolute;
  right: 0;
  bottom: 6px;
}
form label {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
  color: rgba(55, 71, 79, 0.75);
}
form label a {
  color: #fff;
  font-weight: bold;
}
form input:not([type=submit]), form select, form textarea {
  background-color: #fff;
  border: 1px solid #ccd0d2;
  outline: none;
  padding: 10px;
  color: #37474F;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  -moz-transition-duration: 0.5s; /* Safari */
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}
form input:not([type=submit])::placeholder, form select::placeholder, form textarea::placeholder {
  color: #9ba3a7;
  font-family: "Montserrat", sans-serif;
}
form input:not([type=submit]):focus, form input:not([type=submit]):hover, form select:focus, form select:hover, form textarea:focus, form textarea:hover {
  border-color: #EC242E !important;
  color: #EC242E;
}
form input:not([type=submit]).\--underlined, form select.\--underlined, form textarea.\--underlined {
  border-right: none;
  border-top: none;
  border-left: none;
}
form input:not([type=submit]).\--with-prefix, form select.\--with-prefix, form textarea.\--with-prefix {
  padding: 10px 10px 10px 50px;
}
form input:not([type=submit]):disabled, form select:disabled, form textarea:disabled {
  background: #ccd0d2;
  color: white;
  cursor: not-allowed;
  border-color: #ccd0d2;
  height: 40px;
}
form input:not([type=submit]):disabled::placeholder, form select:disabled::placeholder, form textarea:disabled::placeholder {
  color: white;
}
form input:not([type=submit]):disabled:hover, form select:disabled:hover, form textarea:disabled:hover {
  border-color: #ccd0d2;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form select option {
  color: #EC242E;
}
form select option:hover {
  background: #EC242E;
}
form .checkbox {
  position: relative;
  margin: 20px 0;
}
form .checkbox label {
  padding-left: 30px;
  display: block;
}
form .checkbox input {
  top: 0px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
form .checkbox input:checked + .input-helper:before {
  border-color: #EC242E;
}
form .checkbox .input-helper:before,
form .checkbox .input-helper:after {
  position: absolute;
  content: "";
  transition: all 200ms;
}
form .checkbox .input-helper:before {
  left: 0;
  border: 2px solid #EC242E;
}
form .checkbox input {
  width: 15px;
  height: 15px;
}
form .checkbox input:checked + .input-helper:before {
  background-color: #EC242E;
}
form .checkbox input:checked + .input-helper:after {
  transform: scale(1);
  opacity: 1;
}
form .checkbox .input-helper:before {
  top: 0px;
  width: 15px;
  height: 15px;
  color: #fff;
}
form .checkbox .input-helper:after {
  content: "✓";
  font-size: 13px;
  left: 3px;
  top: 1px;
  color: #fff;
  transform: scale(0);
  opacity: 0;
}

.fake {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  a.btn.\--large,
  button.\--large,
  span.btn.\--large,
  input[type=submit].\--large {
    padding: 20px 40px;
  }
  form .form-wrapper {
    margin-bottom: 10px;
    position: relative;
  }
  form .form-wrapper.\--inline {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
  }
  form .form-wrapper.\--inline .the-space {
    width: 5%;
  }
  form .form-wrapper.\--inline input[type=checkbox] {
    width: auto;
    margin-right: 10px;
  }
  form .form-wrapper.\--center {
    text-align: center;
  }
  form .form-wrapper__prefix {
    font-size: 13px;
    padding: 11px 10px;
    color: white;
    background: #EC242E;
    position: absolute;
    height: 40px;
    top: auto;
    bottom: 0;
  }
  form .form-wrapper__prefix.\--right-prefix {
    right: 0;
    z-index: 1;
    top: auto;
    height: 40px;
  }
  form .form-wrapper__file {
    color: #9ba3a7;
    border: 1px solid #ccd0d2;
    margin: 0;
    padding: 10px;
    z-index: 2;
    position: relative;
    cursor: pointer;
  }
  form .form-wrapper__file:hover {
    border-color: #EC242E;
  }
  form .form-wrapper__error {
    display: none;
    font-size: 12px;
    color: red;
    position: absolute;
    right: 0;
    bottom: -4px;
  }
  form .form-wrapper .custom-height label {
    padding-bottom: 15px;
  }
  form label {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 12px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgba(55, 71, 79, 0.75);
  }
  form label a {
    color: #fff;
    font-weight: bold;
  }
  form input:not([type=submit]), form select, form textarea {
    background-color: #fff;
    border: 1px solid #ccd0d2;
    outline: none;
    padding: 10px;
    color: #EC242E;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    height: 40px;
    -moz-transition-duration: 0.5s; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
  }
  form input:not([type=submit])::placeholder, form select::placeholder, form textarea::placeholder {
    color: #9ba3a7;
    font-family: "Montserrat", sans-serif;
  }
  form input:not([type=submit]):focus, form input:not([type=submit]):hover, form select:focus, form select:hover, form textarea:focus, form textarea:hover {
    border-color: #EC242E !important;
    color: #EC242E;
  }
  form input:not([type=submit]).\--underlined, form select.\--underlined, form textarea.\--underlined {
    border-right: none;
    border-top: none;
    border-left: none;
  }
  form input:not([type=submit]).\--with-prefix, form select.\--with-prefix, form textarea.\--with-prefix {
    padding: 10px 10px 10px 50px;
  }
  form input:not([type=submit]):disabled, form select:disabled, form textarea:disabled {
    background: #ccd0d2;
    color: white;
    cursor: not-allowed;
    border-color: #ccd0d2;
    height: 40px;
  }
  form input:not([type=submit]):disabled::placeholder, form select:disabled::placeholder, form textarea:disabled::placeholder {
    color: white;
  }
  form input:not([type=submit]):disabled:hover, form select:disabled:hover, form textarea:disabled:hover {
    border-color: #ccd0d2;
  }
  form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  form select option {
    color: #5b2b82;
  }
  form select option:hover {
    background: #bfbe00;
  }
  form .checkbox {
    position: relative;
    margin: 20px 0;
  }
  form .checkbox label {
    padding-left: 30px;
    display: block;
  }
  form .checkbox input {
    top: 10px;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    position: absolute;
  }
  form .checkbox input:checked + .input-helper:before {
    border-color: #EC242E;
  }
  form .checkbox .input-helper:before,
  form .checkbox .input-helper:after {
    position: absolute;
    content: "";
    transition: all 200ms;
  }
  form .checkbox .input-helper:before {
    left: 0;
    border: 2px solid #EC242E;
  }
  form .checkbox input {
    width: 15px;
    height: 15px;
  }
  form .checkbox input:checked + .input-helper:before {
    background-color: #EC242E;
  }
  form .checkbox input:checked + .input-helper:after {
    transform: scale(1);
    opacity: 1;
  }
  form .checkbox .input-helper:before {
    top: 10px;
    width: 15px;
    height: 15px;
    color: #fff;
  }
  form .checkbox .input-helper:after {
    content: "✓";
    font-size: 13px;
    left: 3px;
    top: 10px;
    color: #fff;
    transform: scale(0);
    opacity: 0;
  }
}
.modal {
  display: none;
  background: rgba(55, 71, 79, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 5;
}
.modal__wrapper {
  margin: 100px auto 100px;
  background: white;
  padding: 30px;
  position: relative;
}
.modal__wrapper.\--big {
  width: 1024px;
}
.modal__wrapper.\--medium {
  width: 768px;
}
.modal__wrapper.\--small {
  width: 480px;
  text-align: center;
}
.modal__wrapper__close {
  position: absolute;
  z-index: 2;
  right: -30px;
  top: 0;
}
.modal__wrapper__close img {
  width: 25px;
}
.modal__wrapper h3 {
  margin-bottom: 20px;
}
.modal__wrapper .justify {
  text-align: justify;
}

.modal .wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .modal__wrapper {
    padding: 20px;
    margin: 100px auto;
    position: relative;
  }
  .modal__wrapper.\--medium, .modal__wrapper.\--small {
    width: 90%;
  }
  .modal__wrapper__close {
    right: 0;
    top: -30px;
  }
  iframe {
    width: 100%;
    height: 37vh;
  }
}
header {
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
header .col-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header img {
  height: 60px;
}

@media only screen and (max-width: 768px) {
  header {
    width: auto;
  }
  header .wrapper {
    display: flex;
    align-items: center;
  }
  header img {
    height: 40px;
  }
}
.home {
  padding: 60px 0;
}
.home__info h1, .home__info h3 {
  color: #fff;
}
.home__info h1 {
  line-height: 70px;
  margin-bottom: 20px;
}
.home__info h3 {
  line-height: 36px;
  margin-bottom: 30px;
}
.home__info img {
  width: 100%;
}
.home__form {
  padding: 16px;
  border: 1px solid #EC242E;
  box-shadow: 0px 0px 0px 0px #EC242E;
  transition: 0.2s;
}
.home__form:hover {
  box-shadow: 8px 8px 0px 0px #EC242E;
}
.home__form h3 {
  color: #37474F;
  margin-bottom: 20px;
}
.home__form p {
  margin-bottom: 20px;
}
.home__form input:read-only {
  background: whitesmoke;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  .home {
    padding: 20px 0;
  }
  .home__info h1 {
    font-size: 40px;
    line-height: 43px;
  }
  .home__info h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .home__info img {
    display: none;
  }
  .home__form h3 {
    font-family: "PoppinsSemiBold", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.hasil {
  display: none;
}
.hasil__link {
  display: flex;
  align-items: center;
}
.hasil__link__button {
  width: 100%;
  color: #37474F;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #1A2B65;
  cursor: pointer;
  font-family: "PoppinsSemiBold", sans-serif;
}
.hasil__link__button.\--active {
  background: #1A2B65;
  border: 1px solid #1A2B65;
  color: #fff;
}
.hasil__link__button:hover {
  background: #a6cbe9;
  color: #fff;
}
.hasil__content {
  padding: 30px;
  border: 1px solid #1A2B65;
}
.hasil__content:last-of-type {
  display: none;
}
.hasil__content__button {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.hasil__content table {
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
.hasil__content table th {
  text-align: left;
  padding: 16px 20px;
  background: #1A2B65;
  color: #fff;
}
.hasil__content table td {
  padding: 20px;
  border: 1px solid #1A2B65;
}
.hasil__content table td b {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.hasil__content table td p {
  line-height: normal;
  margin-bottom: 0;
  display: inline;
}
.hasil__content p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .hasil__content {
    padding: 20px 0;
  }
  .hasil__content__button {
    text-align: center;
  }
  .hasil__content table, .hasil__content thead, .hasil__content tbody, .hasil__content tr, .hasil__content th, .hasil__content td {
    display: block;
  }
  .hasil__content table td {
    border: none;
    border-bottom: 1px solid #1A2B65;
  }
  .hasil__content table p {
    padding: 0;
  }
  .hasil__content p {
    padding: 0 20px;
    font-size: 12px;
  }
}
.tabs__link {
  display: flex;
  align-items: center;
}
.tabs__link__button {
  width: 100%;
  color: #37474F;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #EC242E;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s;
}
.tabs__link__button.\--active {
  background: #EC242E;
  border: 1px solid #EC242E;
  color: #fff;
}
.tabs__link__button:hover {
  background: rgba(0, 137, 202, 0.29);
  color: #37474F;
}
.tabs__content {
  padding: 30px;
  border: 1px solid #1A2B65;
}
.tabs__content:last-of-type {
  display: none;
}
.tabs__content table {
  margin-bottom: 20px;
}
.tabs__content table th, .tabs__content table td {
  padding: 10px;
  border: 1px solid #ccd0d2;
}
.tabs__content p {
  margin-bottom: 20px;
}
.tabs__content ul {
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
}

.form {
  display: none;
}
.form__link {
  display: flex;
  align-items: center;
}
.form__link__button {
  width: 100%;
  color: #37474F;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #1A2B65;
  cursor: pointer;
  font-family: "PoppinsSemiBold", sans-serif;
}
.form__link__button.\--active {
  background: #1A2B65;
  border: 1px solid #1A2B65;
  color: #fff;
}
.form__link__button:hover {
  background: #a6cbe9;
  color: #fff;
}
.form__content {
  padding: 30px;
  border: 1px solid #1A2B65;
}
.form__content:last-of-type {
  display: none;
}
.form__content__button {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.form__content table {
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
.form__content table th {
  text-align: left;
  padding: 16px 20px;
  background: #1A2B65;
  color: #fff;
}
.form__content table td {
  padding: 20px;
  border: 1px solid #1A2B65;
}
.form__content table td b {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
.form__content table td p {
  line-height: normal;
  margin-bottom: 0;
  display: inline;
}
.form__content p {
  margin-bottom: 10px;
}
.form__content .wrapper {
  margin-bottom: 20px;
}
.form__content h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .tabs__link {
    display: block;
  }
  .tabs__link__button {
    width: 100%;
    color: #37474F;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #EC242E;
    cursor: pointer;
    font-weight: 700;
    transition: 0.2s;
  }
  .tabs__link__button.\--active {
    background: #EC242E;
    border: 1px solid #EC242E;
    color: #fff;
  }
  .tabs__link__button:hover {
    color: #fff;
  }
  .tabs__content {
    padding: 20px;
  }
  .tabs__content table th, .tabs__content table td {
    padding: 3px;
    font-size: 12px;
  }
  .tabs__content h3 {
    font-size: 16px;
  }
  .tabs__content p {
    font-size: 12px;
  }
  .form__content {
    padding: 10px 10px 10px 10px;
  }
  .form__content__button {
    text-align: center;
  }
  .form__content table, .form__content thead, .form__content tbody, .form__content tr, .form__content th, .form__content td {
    display: block;
  }
  .form__content table td {
    border: none;
    border-bottom: 1px solid #1A2B65;
  }
  .form__content table p {
    padding: 0;
  }
  .form__content p {
    padding: 0 20px;
    font-size: 12px;
  }
}
.footer {
  padding: 50px 0;
  background: #1A2B65;
}
.footer__logo img {
  height: 84px;
}
.footer__contact {
  text-align: right;
}
.footer__contact__item {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.footer__contact__item:last-of-type {
  margin: 0;
}
.footer__contact__item img {
  height: 40px;
  margin-bottom: 10px;
}
.footer__contact__item p, .footer__contact__item a {
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
  font-size: 12px;
}

.footer .wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
    background: #1A2B65;
  }
  .footer__logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__logo img {
    height: auto;
  }
  .footer__contact {
    text-align: right;
  }
  .footer__contact__item {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer__contact__item:last-of-type {
    margin: 0;
  }
  .footer__contact__item img {
    height: auto;
    width: 30px;
    margin-bottom: 10px;
  }
  .footer__contact__item p, .footer__contact__item a {
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
    font-size: 12px;
  }
  .footer .wrapper {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  section {
    margin-bottom: 60px;
  }
  .mobile {
    display: none;
    margin: auto;
  }
  .desktop {
    display: unset;
  }
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: unset;
  }
  .desktop {
    display: none;
  }
}
.error-page {
  padding: 60px 0;
  text-align: center;
}
.error-page img {
  width: 100%;
  margin-bottom: 30px;
}
.error-page h1 {
  margin-bottom: 10px;
}
.error-page p {
  margin-bottom: 40px;
}

.hidden {
  display: none;
}

.loader {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7411764706);
  display: none;
  align-items: center;
  justify-content: center;
}
.loader.\--loading {
  display: flex;
}

#error-tenor {
  left: 0;
  right: auto;
}

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

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