@font-face {
  font-family: 'Effra';
  src: url(../fonts/effra-regular.woff2) format('woff2'), url(../fonts/effra-regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Effra';
  src: url(../fonts/effra-light.woff2) format('woff2'), url(../fonts/effra-light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Effra';
  src: url(../fonts/effra-bold.woff2) format('woff2'), url(../fonts/effra-bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #fff;
  transition-duration: .3s;
  transition-property: color;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
}

body {
  color: #4e4642;
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.3;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.125em;
}

button {
  background: 0 0;
  border: 0;
}

a[role=button]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}

svg {
  fill: currentColor;
  height: inherit;
  width: inherit;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

a:active, a:focus, a:hover {
  transition-duration: .3s;
  transition-property: color;
}

.section-primary {
  background-color: #f8971d;
}

h2, h3 {
  text-align: center;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  h2 {
    font-size: 50px;
  }
}

a:visited {
  color: #fff;
}

[data-scrollspy] {
  opacity: 0;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .for-mobile {
    display: none !important;
  }
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.color-inverse {
  color: #fff;
}

.color-inverse-transparent {
  color: rgba(255, 255, 255, .5);
}

.color-secondary {
  color: #00467f;
}

.header {
  height: 105px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header.hidden {
  opacity: 0;
  z-index: -1;
}

.header, .header.has-scrolled {
  transition-duration: .3s;
  transition-property: all;
}

.header.has-scrolled {
  background-color: #003460;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (min-width: 640px) {
  .header {
    height: 142px;
  }
}

.header .button {
  display: none;
}

@media (min-width: 640px) {
  .header .button {
    display: flex;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  padding: 19px 36px;
}

.header__inner > div {
  flex-basis: calc(100% / 3);
}

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

.header__logo {
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 1160px;
  padding-left: 36px;
  padding-right: 36px;
  width: 100%;
}

@media (min-width: 1440px) {
  .container {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.logo {
  margin: auto;
  width: 53px;
}

@media (min-width: 640px) {
  .logo {
    width: 72px;
  }
}

.logo-white {
  display: block;
  margin: auto auto 21px;
}

@media (min-width: 640px) {
  .logo-white {
    margin-bottom: 25px;
  }
}

@media (min-width: 640px) {
  .default-button {
    display: flex;
  }
}

@media (min-width: 640px) {
  .button-apply {
    background-color: #f8971d;
    border: 2px solid #f8971d;
    border-radius: 31px;
    box-shadow: none;
    color: #fff;
    font-family: 'Effra', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    letter-spacing: 3.2px;
    min-width: 178px;
    padding: 17px 32px;
    position: static;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  }
}

@media (min-width: 640px) {
  .button-section-scroll {
    margin-top: 32px;
  }
}

@media (min-width: 640px) {
  .button-section-scroll svg {
    height: 70px;
    width: 70px;
  }
}

@media (min-width: 640px) {
  .button-request {
    display: block;
  }
}

.section {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (min-width: 640px) {
  .section {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

.section-form__inner {
  margin: auto;
  max-width: 830px;
}

.section.section-form {
  color: #fff;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (min-width: 640px) {
  .section.section-form {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media (min-width: 1600px) {
  .section.section-form {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

.section-form h2 {
  font-size: 30px;
}

@media (min-width: 640px) {
  .section-form h2 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .section-form h2 {
    margin-bottom: 24px;
  }
}

.section-form p {
  font-size: 20px;
  letter-spacing: .48px;
}

@media (min-width: 640px) {
  .section-form h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  .section-form h3 {
    margin-bottom: 24px;
  }
}

.section-form p {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 640px) {
  .section-form p {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .section-form p {
    margin-bottom: 50px;
  }
}

.copyright {
  font-size: 14px;
  letter-spacing: .28px;
  text-align: center;
}

.section-choose-us {
  background-image: linear-gradient(to bottom, rgba(0, 52, 96, .7), rgba(0, 52, 96, .7)), url(../img/choose-us.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.section-choose-us .section-detail, .section-choose-us h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 821px;
}

.section-choose-us .container {
  max-width: 1220px;
}

.section-choose-us .motto {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 50px auto 0;
  max-width: 900px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .section-choose-us .motto {
    font-size: 85px;
  }
}

.section-choose-us .section-detail {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 36px;
  text-align: center;
}

@media (min-width: 640px) {
  .section-choose-us .section-detail {
    margin-bottom: 84px;
  }
}

#section-hiring {
  position: relative;
  top: -150px;
}

@media (min-width: 640px) {
  #section-hiring {
    top: -175px;
  }
}

.section-hiring h2 {
  text-align: center;
}

@media (min-width: 1024px) {
  .section-hiring h2 {
    font-size: 24px;
    margin-bottom: 48px;
    text-align: left;
  }
}

.section-hiring .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .section-hiring .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.section-hiring__detail {
  margin-bottom: 50px;
  max-width: 536px;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-hiring__detail {
    margin-bottom: 0;
    text-align: left;
  }
}

.section-hiring__detail p {
  margin-bottom: 28px;
}

.section-hiring__detail p:last-child {
  margin-bottom: 0;
}

.section-values {
  padding-bottom: 40px;
  padding-top: 68px;
}

@media (min-width: 640px) {
  .section-values {
    padding-bottom: 40px;
    padding-top: 63px;
  }
}

.h2-values {
  color: #00467f;
  margin-bottom: 25px;
}

@media (min-width: 640px) {
  .h2-values {
    margin-bottom: 43px;
  }
}

p.values {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .32px;
  line-height: 20px;
  margin: auto auto 24px;
  max-width: 848px;
  text-align: center;
}

@media (min-width: 640px) {
  p.values {
    margin-bottom: 31px;
  }
}

.value-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 16px;
}

@media (min-width: 640px) {
  .value-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 960px) {
  .value-list {
    justify-content: space-around;
  }
}

.value-list li {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin-bottom: 26px;
  margin-left: 16px;
  margin-right: 16px;
}

.pink {
  color: #d8006b;
}

.green {
  color: #89b20e;
}

.orange {
  color: #f48100;
}

.light-blue {
  color: #007ccb;
}

.purple {
  color: #481c57;
}

.card {
  max-width: 336px;
  padding: 36px 28px;
  position: relative;
  transition-duration: .3s;
  transition-property: all;
}

.card__inner {
  position: relative;
  z-index: 1;
}

.card h3 {
  color: #f8971d;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .card h3 {
    font-size: 18px;
  }
}

.card:before, .card:hover:before {
  transition-duration: .3s;
  transition-property: all;
}

.card:before {
  border: solid 1px #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  width: 100%;
}

@media (min-width: 640px) {
  .card:hover:before {
    background-color: rgba(0, 52, 96, .7);
    transform: scale(1.05);
  }
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px;
}

@media (min-width: 1160px) {
  .card-list {
    justify-content: space-between;
  }
}

.card-list .card {
  margin: 16px;
}

.button {
  background-color: transparent;
  border: 2px solid #f8971d;
  border-radius: 31px;
  color: #fff;
  display: inline-block;
  font-family: 'Effra', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.2px;
  outline: 0;
  padding: 14px 24px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .3s;
  transition-property: background-color;
  vertical-align: middle;
}

.button:active, .button:focus, .button:hover {
  background-color: #f8971d;
  transition-duration: .3s;
  transition-property: background-color;
}

.button-ghost {
  background-color: transparent;
  border: solid 2px #f8971d;
  border-radius: 31px;
  font-size: 16px;
  height: 53px;
  letter-spacing: 3.2px;
  min-width: 277px;
  text-align: center;
}

.button-ghost:active, .button-ghost:focus, .button-ghost:hover {
  background-color: rgba(0, 52, 96, .7);
}

.button-primary {
  background-color: #f8971d;
}

.button-primary:active, .button-primary:focus, .button-primary:hover {
  background-color: #ba7b2a;
  border-color: #ba7b2a;
}

.button-secondary {
  background-color: #00467f;
  border: 0;
  border-radius: 31px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 53px;
  letter-spacing: 3.2px;
  margin: auto;
  text-transform: uppercase;
  transition-duration: .3s;
  transition-property: background-color;
  width: 178px;
}

.button-secondary:active, .button-secondary:focus, .button-secondary:hover {
  background-color: #10345d;
  transition-duration: .3s;
  transition-property: background-color;
}

.default-button {
  align-items: center;
  border: 2px solid #fff;
  display: none;
  pointer-events: none;
}

.default-button svg {
  flex-shrink: 0;
  height: 20px;
  margin-right: 18px;
  width: 16px;
}

@media (min-width: 640px) {
  .default-button {
    display: flex;
  }
}

.button-apply {
  background-color: #f8971d;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16);
  height: 70px;
  left: 0;
  min-width: 100%;
  position: fixed;
  transition: all .3s;
  z-index: 10;
}

.button-apply.hidden {
  opacity: 0;
  transition: all .3s;
  z-index: -1;
}

@media (min-width: 640px) {
  .button-apply {
    background-color: #f8971d;
    border: 2px solid #f8971d;
    border-radius: 31px;
    box-shadow: none;
    color: #fff;
    font-family: 'Effra', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 53px;
    letter-spacing: 3.2px;
    min-width: 178px;
    padding: 17px 32px;
    position: static;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
  }
}

.button-section-scroll, .button-section-scroll:hover {
  transform: translateY(0);
  transition-duration: 1s;
  transition-property: transform;
}

.button-section-scroll:hover {
  transform: translateY(20px);
}

@media (min-width: 640px) {
  .button-section-scroll {
    margin-top: 32px;
  }
}

.button-section-scroll svg {
  color: #fff;
  height: 30px;
  width: 30px;
}

@media (min-width: 640px) {
  .button-section-scroll svg {
    height: 70px;
    width: 70px;
  }
}

.button-request {
  display: none;
}

@media (min-width: 640px) {
  .button-request {
    display: block;
  }
}

.input {
  border: 2px solid transparent;
  border-radius: 31px;
  height: 53px;
  outline: 0;
  padding-left: 30px;
  transition-duration: .3s;
  transition-property: border-color;
  width: 100%;
}

.input:active, .input:focus, .input:hover {
  border: 2px solid rgba(0, 52, 96, .5);
  transition-duration: .3s;
  transition-property: border-color;
}

.input::-moz-placeholder {
  color: #00467f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .28px;
}

.input:-ms-input-placeholder {
  color: #00467f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .28px;
}

.input::placeholder {
  color: #00467f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .28px;
}

.input-upload {
  display: none;
}

.label-upload {
  background-color: rgba(255, 255, 255, .25);
  border: 2px solid #fff;
  border-radius: 31px;
  cursor: pointer;
  display: block;
  margin: auto auto 30px;
  padding-bottom: 24px;
  padding-top: 24px;
  text-align: center;
  transition-duration: .3s;
  transition-property: background-color;
  width: 100%;
}

@media (min-width: 1600px) {
  .label-upload {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

.label-upload:active, .label-upload:focus, .label-upload:hover {
  background-color: #ba7b2a;
  transition-duration: .3s;
  transition-property: background-color;
}

.checkbox, label .label-subtitle {
  font-size: 14px;
  letter-spacing: .28px;
}

label .label-subtitle {
  font-weight: 400;
}

label .label-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.checkbox {
  display: flex;
  margin-bottom: 30px;
}

.input-checkbox {
  border-radius: 5px;
  flex-shrink: 0;
  height: 27px;
  margin-right: 15px;
  width: 27px;
}

.form-cv {
  margin-bottom: 36px;
}

@media (min-width: 1600px) {
  .form-cv {
    margin-bottom: 68px;
  }
}

.form-input {
  margin-bottom: 24px;
}

.features {
  border: solid 1px #00467f;
  max-width: 400px;
  padding: 45px;
  width: 100%;
}

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

.feature__icon {
  flex-shrink: 0;
  height: 25px;
  margin-right: 24px;
  width: 25px;
}

.feature:not(:last-child) {
  margin-bottom: 30px;
}

.slider__list {
  position: relative;
}

.slider, .slider__list img {
  max-height: 670px;
  min-height: 670px;
}

.slider__list img {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

@media (min-width: 640px) {
  .slider__list img {
    height: 100vh;
    max-height: 1200px;
  }
}

.slider__list img.is-active, .slider__text span.is-active {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.slider {
  position: relative;
}

@media (min-width: 640px) {
  .slider {
    height: 100vh;
    max-height: 1200px;
  }
}

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

.slider__actions .button:not(:last-child) {
  margin-right: 20px;
}

.slider__content {
  align-items: center;
  background-color: rgba(0, 52, 96, .7);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  top: 0;
}

@media (min-width: 640px) {
  .slider__content {
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}

.slider__content h1, .slider__content h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.slider__content h1 {
  margin-bottom: 15px;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .slider__content h1 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 200px;
  }
}

.slider__content h2 {
  font-size: 51px;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .slider__content h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

@media (min-width: 960px) {
  .slider__content h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .slider__content h2 {
    font-size: 136px;
    margin-bottom: 80px;
  }
}

.slider__content h3 {
  font-weight: 400;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .slider__content h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.slider__content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (min-width: 640px) {
  .slider__content h4 {
    font-size: 24px;
  }
}

.slider__text {
  display: block;
  min-height: 100px;
  position: relative;
}

.slider__text span {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

:root {
  --animate-delay: 1s;
  --animate-duration: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 3s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: 3s;
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(1s * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(1s * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(1s * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(1s * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * .8);
  -webkit-animation-duration: calc(var(--animate-duration) * .8);
  animation-duration: calc(1s * .8);
  animation-duration: calc(var(--animate-duration) * .8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(1s * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print,(prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
;
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
