header {
  padding-top: 16px;
  position: relative;
  z-index: 1000;
}
header .languages ul {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-end;
}
header .languages ul li {
  margin-left: 8px;
}
header .languages ul .lang-divider {
  opacity: 0.4;
  cursor: default;
}
header .languages ul a {
  color: rgba(3, 18, 33, 0.8);
  line-height: 16px;
  font-size: 12px;
  opacity: 0.4;
}
header .languages ul a:hover {
  text-decoration: none;
  opacity: 1;
}
header .languages ul li.active a {
  opacity: 1;
}
header nav {
  height: auto;
  line-height: normal;
  box-shadow: none;
}
header nav .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .brand-logo {
  position: relative;
  max-width: 150px;
}
header nav ul li {
  padding: 0 96px 0 0;
}
header nav ul li a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: rgba(3, 18, 33, 0.8) !important;
  position: relative;
  padding: 0 !important;
  outline: none !important;
}
header nav ul li a:after {
  content: "";
  display: none;
  position: absolute;
  height: 2px;
  width: 18px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
}
header nav ul li a:hover {
  text-decoration: none;
  color: rgba(3, 18, 33, 0.8);
  background: transparent;
}
header nav ul li a:hover:after {
  display: block;
  background: rgba(3, 18, 33, 0.8);
}
header nav ul li a:active {
  text-decoration: none;
  color: rgba(3, 18, 33, 0.8);
  background: transparent;
}
header nav ul li a:focus {
  text-decoration: none;
  color: rgba(3, 18, 33, 0.8);
  background: transparent;
}
header nav ul li.active {
  background: transparent;
}
header nav ul li.active > a:after {
  display: block;
  background: #ef2828;
}
header nav ul li.active > a:hover:after {
  background: rgba(3, 18, 33, 0.8);
}
header nav ul li:last-child {
  padding: 0;
}
header nav .dropdown-content {
  padding: 20px 40px 20px 24px;
  box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.16);
}
header nav .dropdown-content li {
  padding: 0 0 0 16px !important;
  min-height: 0 !important;
}
header nav .dropdown-content li a {
  padding: 12px 0 !important;
}
header nav .dropdown-content li a:after {
  height: 4px;
  width: 4px;
  top: 50%;
  left: -16px;
  border-radius: 50%;
  transform: translateY(-50%);
}
header nav .dropdown-content li:hover, header nav .dropdown-content li.active {
  background: transparent;
  cursor: default;
}

.sidenav-trigger {
  position: absolute !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 20px 0 0 !important;
}
.sidenav-trigger:hover, .sidenav-trigger:active, .sidenav-trigger:focus {
  text-decoration: none;
  background: transparent;
}
.sidenav-trigger i {
  color: rgba(3, 18, 33, 0.8);
  height: auto !important;
  line-height: normal !important;
  font-size: 32px;
  opacity: 0.6;
}

.sidenav {
  width: 100vw;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.sidenav .container {
  padding: 24px 0 50px 0;
  min-height: 100vh;
  position: relative;
}
.sidenav .header-mobile {
  position: relative;
  margin-bottom: 70px;
}
.sidenav .sidenav-close {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidenav .sidenav-close i {
  font-size: 32px;
  color: rgba(3, 18, 33, 0.8);
  opacity: 0.6;
  height: 64px;
  line-height: 64px;
}
.sidenav .sidenav-close:hover, .sidenav .sidenav-close:active, .sidenav .sidenav-close:focus {
  text-decoration: none;
  background: transparent;
}
.sidenav a {
  display: inline-block !important;
}
.sidenav a, .sidenav li {
  background: transparent !important;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: normal !important;
  height: auto !important;
}
.sidenav a:hover, .sidenav a:active, .sidenav a:focus, .sidenav li:hover, .sidenav li:active, .sidenav li:focus {
  background: transparent !important;
}
.sidenav .mobile-menu li {
  margin-bottom: 32px;
}
.sidenav .accordion-trigger-li.active i {
  transform: translateY(-50%) rotate(180deg);
}
.sidenav .collapsible-header {
  position: relative;
}
.sidenav .collapsible-header i {
  position: absolute;
  right: -30px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 22px;
  height: 24px;
}
.sidenav .collapsible-body ul {
  padding-top: 32px;
}
.sidenav .collapsible-body ul li {
  margin-bottom: 16px;
}
.sidenav .languages {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(3, 18, 33, 0.8);
}
.sidenav .languages ul {
  margin: 0;
}
.sidenav .languages li {
  margin-left: 42px;
}
.sidenav .languages li:first-child {
  margin-left: 0;
}
.sidenav .languages .lang-divider {
  opacity: 0.4;
  cursor: default;
}
.sidenav .languages a {
  color: rgba(3, 18, 33, 0.8);
  line-height: 18px;
  font-size: 14px;
  opacity: 0.4;
}
.sidenav .languages a:after {
  display: none !important;
}
.sidenav .languages a:hover {
  text-decoration: none;
  opacity: 1;
}
.sidenav .languages li.active a {
  opacity: 1;
}

footer {
  background: #2F353B;
  padding: 64px 0 40px 0;
}
footer img {
  width: 150px;
}
footer .row {
  margin-bottom: 0;
}
footer h6 {
  color: #fff;
  opacity: 0.9;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 16px;
}
footer .sub-header {
  color: #fff;
  opacity: 0.4;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
footer .main-link-section a {
  font-size: 14px;
  line-height: 28px;
  color: #ffff;
  opacity: 0.8;
}
footer .main-link-section a:hover {
  opacity: 1;
}
footer .main-link-section a:active, footer .main-link-section a:focus {
  opacity: 0.9;
}
footer .logo-footer {
  margin-top: 64px;
}
footer .footer-bottom-section {
  padding: 40px 0 0;
}
footer .footer-bottom-section p {
  margin: 0;
}
footer .footer-divider {
  margin-top: 40px;
}
footer .footer-divider .divider {
  background-color: #5F6569;
}
footer .footer-address {
  font-size: 12px;
  line-height: 16px;
}
footer .footer-address p {
  opacity: 60%;
  color: #fff;
}
footer .phone-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .phone-footer i {
  color: #FF5C5C !important;
  margin-right: 8px;
  font-size: 28px;
}
footer .phone-footer a {
  font-size: 14px;
  line-height: 28px;
  color: #ffff;
  opacity: 0.8;
  line-height: 32px;
  font-size: 20px;
}
footer .phone-footer a:hover {
  opacity: 1;
}
footer .phone-footer a:active, footer .phone-footer a:focus {
  opacity: 0.9;
}
footer .secondary-link-section {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
footer .secondary-link-section li {
  margin-left: 48px;
}
footer .secondary-link-section li:first-child {
  margin-left: 0;
}
footer .secondary-link-section li a {
  font-size: 12px;
  line-height: 16px;
  color: #ffff;
  opacity: 0.6;
}
footer .secondary-link-section li a:hover {
  opacity: 1;
}
footer .secondary-link-section li a:active, footer .secondary-link-section li a:focus {
  opacity: 0.9;
}

body {
  background: #fff;
  color: rgba(3, 18, 33, 0.8);
  min-width: 320px;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.wrapper {
  overflow: hidden;
  min-width: 320px;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #031221;
  font-weight: 900;
  margin: 20px 0px;
}

h1 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

.btn {
  height: auto;
  padding: 12px 29px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: 300;
  text-transform: inherit;
  border-radius: 4px;
}

.warnColor {
  color: #ef2828;
}

.text-link-blue {
  font-size: 16px;
  line-height: 24px;
  color: #0080FF;
}
.text-link-blue:hover {
  color: #0080FF;
}
.text-link-blue:active {
  color: #0053A6;
}
.text-link-blue:focus {
  color: #0067CE;
}

.text-link-black-inactive {
  font-size: 16px;
  line-height: 24px;
  color: #031221;
}
.text-link-black-inactive:hover {
  opacity: 0.8;
}
.text-link-black-inactive:active {
  opacity: 1;
}
.text-link-black-inactive:focus {
  opacity: 0.9;
}

.text-link-black-active {
  font-size: 16px;
  line-height: 24px;
  color: #031221;
  opacity: 0.8;
  font-weight: 500;
}
.text-link-black-active:hover {
  opacity: 0.8;
}
.text-link-black-active:active {
  opacity: 1;
}
.text-link-black-active:focus {
  opacity: 0.9;
}

.text-link-white-primary {
  font-size: 14px;
  line-height: 28px;
  color: #ffff;
  opacity: 0.8;
}
.text-link-white-primary:hover {
  opacity: 1;
}
.text-link-white-primary:active, .text-link-white-primary:focus {
  opacity: 0.9;
}

.text-link-white-secondary {
  font-size: 12px;
  line-height: 16px;
  color: #ffff;
  opacity: 0.6;
}
.text-link-white-secondary:hover {
  opacity: 1;
}
.text-link-white-secondary:active, .text-link-white-secondary:focus {
  opacity: 0.9;
}

.btn-primary {
  background-color: #000000;
  box-shadow: none;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-color: #333333;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.btn-primary:active {
  background-color: #333333 !important;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.24) !important;
}
.btn-primary:focus {
  outline: none;
  background-color: #333333 !important;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.24) !important;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #ccc;
}

.btn-secondary {
  background-color: #fff;
  border: 1px solid #ef2828;
  box-shadow: none;
  color: #ef2828;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(239, 40, 40, 0.4);
}
.btn-secondary:active {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(214, 36, 39, 0.24) !important;
}
.btn-secondary:focus {
  outline: none;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(214, 36, 39, 0.24) !important;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background-color: #fff;
  color: #999;
}

img {
  max-width: 100%;
}

.input-field {
  margin-top: 6px;
}
.input-field input[type=text],
.input-field input[type=email] {
  height: 49px;
}

.img-wrap {
  position: relative;
  width: 83.35%;
  max-width: 392px;
  margin: 0 auto;
  border-radius: 48px 16px 48px 16px;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
}
.img-wrap.vertical {
  max-width: 288px;
}

.home-page-holder {
  padding-top: 110px;
}
.home-page-holder h3 {
  margin-bottom: 20px;
  font-size: 2.3rem;
}
.home-page-holder .home-section h1 {
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 40px;
}
.home-page-holder .home-section h5 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.home-page-holder .home-section p {
  margin-bottom: 70px;
}
.home-page-holder .home-section .waitlist-holder {
  display: flex;
  align-items: baseline;
}
.home-page-holder .home-section .waitlist-holder .input-field {
  flex: 1 1 auto;
  margin-right: 24px;
}
.home-page-holder .home-section .img-holder {
  margin-top: -10px;
  position: relative;
  z-index: 0;
}
.home-page-holder .home-section .img-holder .additional-img {
  position: absolute;
  top: 0;
  right: -37px;
}
.home-page-holder .home-section .img-holder .main-img {
  border-radius: 32px 12px 32px 12px;
  margin-top: 30px;
  position: relative;
}
.home-page-holder .payments {
  margin-bottom: 96px;
  position: relative;
  padding: 127px 0 60px;
  border-radius: 164px 0 164px 0;
  background: linear-gradient(45deg, #FCFDFF 0%, #F8F9FA 99.96%);
}
.home-page-holder .payments:before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  background: url("../img/home/figure-02.svg") no-repeat;
  background-size: contain;
  width: 233px;
  height: 131px;
}
.home-page-holder .payments .payments-item {
  margin-bottom: 60px;
}
.home-page-holder .payments .img-holder {
  margin-bottom: 40px;
}
.home-page-holder .payments .img-holder img {
  margin-left: 60px;
  display: inline-block;
}
.home-page-holder .payments .img-holder img:first-child {
  margin-left: 0;
}
.home-page-holder .payments h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px;
}
.home-page-holder .payments p {
  opacity: 0.8;
}
.home-page-holder .features {
  padding: 80px 0px;
  position: relative;
}
.home-page-holder .features:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/home/figure-03-1.svg") no-repeat;
  background-size: contain;
  width: 122px;
  height: 157px;
}
.home-page-holder .features .row {
  margin-bottom: 0;
}
.home-page-holder .features .features-item {
  margin-bottom: 80px;
}
.home-page-holder .features h2 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 64px;
}
.home-page-holder .features img {
  border-radius: 32px 12px 32px 12px;
  margin: 32px 0;
  max-width: 88%;
}
.home-page-holder .features img.bordered {
  border: 1px solid rgba(87, 106, 125, 0.16);
}
.home-page-holder .features h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 24px;
}
.home-page-holder .features ul {
  margin-bottom: 0;
}
.home-page-holder .features ul li {
  opacity: 0.8;
}

.about-page-holder .about-section {
  position: relative;
  padding: 20px 0;
  z-index: 1;
}
.about-page-holder .about-section .about-section-text {
  margin-top: 45px;
  text-align: center;
}
.about-page-holder .img-additional {
  width: 34.82%;
}
.about-page-holder #about-section1 .img-additional {
  width: 39.2%;
  margin: 0 0 -12.7% 60%;
}
.about-page-holder #about-section2 .img-additional {
  margin: -19% 0 0 70%;
}
.about-page-holder #about-section2 .img-wrap {
  margin-top: 100px;
}
.about-page-holder #about-section2 .about-section-text {
  margin-top: 20px;
}
.about-page-holder #about-section3 .img-additional {
  margin: 0 0 -12.5% 13%;
}
.about-page-holder #about-section3 .img-wrap {
  width: 59.03%;
}
.about-page-holder #about-section4 .img-additional {
  margin: 55px 0 -12.5% 50%;
}
.about-page-holder #about-section4 .img-wrap {
  width: 59.03%;
}
.about-page-holder #about-section5 .img-additional {
  width: 41.35%;
  margin: 12px auto 0;
}
.about-page-holder #about-section5 .center-align {
  margin: 90px 0 70px;
}
.about-page-holder #about-section5 .btn {
  width: 100%;
}
.about-page-holder .dots {
  position: fixed;
  top: 50%;
  right: 10px;
  margin: -45px 16px 0 0;
  z-index: 10;
}
.about-page-holder .dots .dot {
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px;
  background-color: rgba(87, 106, 125, 0.24);
  border-radius: 50%;
}
.about-page-holder .dots .dot:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow ease 0.3s;
}
.about-page-holder .dots .dot.active {
  background-color: rgba(87, 106, 125, 0.64);
}
.about-page-holder .button-down {
  position: relative;
  left: 50%;
  display: block;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  font-size: 48px;
  line-height: 52px;
  border: 0;
  text-align: center;
  color: rgba(3, 18, 33, 0.64);
  background: linear-gradient(45deg, #FCFDFF 0%, #ECF0F4 100%);
  border-radius: 16px 4px 16px 4px;
  box-shadow: 0 2px 8px 0 rgba(87, 106, 125, 0.24);
  transition: color ease 0.3s, box-shadow ease 0.3s;
}
.about-page-holder .button-down:hover {
  text-decoration: none;
  color: #031221;
  box-shadow: 0 2px 10px 0 rgba(87, 106, 125, 0.5);
  transition: color ease 0.3s, box-shadow ease 0.3s;
}
.about-page-holder .bg-big {
  border-radius: 150px 0 192px 48px;
  background-color: #f9fbfd;
}
.about-page-holder .bg-small {
  position: relative;
  z-index: 0;
}
.about-page-holder .bg-small:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 192px 0 192px 48px;
  background-color: #fff;
}

.career-page-holder {
  padding: 70px 0 96px;
}
.career-page-holder .career-section h1 {
  margin-bottom: 24px;
}
.career-page-holder .career-section p {
  opacity: 0.8;
  margin-bottom: 40px;
}
.career-page-holder .career-section .img-holder {
  position: relative;
  display: inline-block;
  margin-bottom: -65px;
}
.career-page-holder .career-section .img-holder .additional-img {
  position: absolute;
  top: -36px;
  right: -107px;
  border-radius: 0;
  z-index: 0;
}
.career-page-holder .career-section img {
  border-radius: 96px 32px 96px 32px;
  position: relative;
}
.career-page-holder .career-section .left-img-section {
  text-align: right;
}
.career-page-holder .career-section .left-img-section img {
  margin-top: 30px;
}
.career-page-holder .positions .accordion-positions h2 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1px;
  margin-bottom: 64px;
}
.career-page-holder .positions .accordion-positions h2 span {
  color: #ef2828;
  margin-left: 12px;
}
.career-page-holder .positions .accordion-positions .collapsible {
  box-shadow: none;
  border: none;
}
.career-page-holder .positions .accordion-positions .collapsible li {
  padding: 0;
  border-top: 1px solid rgba(3, 18, 33, 0.16);
}
.career-page-holder .positions .accordion-positions .collapsible li:last-child {
  border-bottom: 1px solid rgba(3, 18, 33, 0.16);
}
.career-page-holder .positions .accordion-positions .collapsible li.active i {
  transform: rotate(180deg);
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border: none;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-header i {
  transition: transform 0.3s;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-header h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-weight: 300;
  margin: 0;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-body {
  padding: 0 0 40px;
  border: none;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-body .row {
  margin-bottom: 5px;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-body p {
  margin: 0;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-body .row-header {
  opacity: 0.7;
}
.career-page-holder .positions .accordion-positions .collapsible .collapsible-body button {
  margin-top: 40px;
  width: 100%;
}
.career-page-holder .positions .img-holder {
  position: relative;
  display: inline-block;
  margin: 230px 0 0 100px;
}
.career-page-holder .positions .img-holder img {
  position: relative;
  border-radius: 96px 32px 96px 32px;
}
.career-page-holder .positions .img-holder .additional-img {
  position: absolute;
  border-radius: 0;
  bottom: -75px;
  left: -97px;
  z-index: 0;
}
.career-page-holder .positions .bottom-img {
  margin: 162px 0 0 -30px;
  border-radius: 96px 32px 96px 32px;
}

.thank-page-holder {
  padding: 100px 0;
}
.thank-page-holder h1 {
  margin-bottom: 60px;
}
.thank-page-holder p {
  margin-bottom: 60px;
}

span.helper-text {
  display: none !important;
}
span.helper-text i {
  font-size: 16px;
}

input.invalid ~ span.helper-text,
.materialize-textarea.invalid ~ span.helper-text {
  display: flex !important;
  color: #ef2828 !important;
}

input.invalid ~ span.helper-text:after,
.materialize-textarea.invalid ~ span.helper-text:after {
  left: 18px !important;
  top: -3px !important;
  color: #ef2828 !important;
}

input.valid ~ span.helper-text,
.materialize-textarea.valid ~ span.helper-text {
  display: flex !important;
  align-items: baseline;
}

input.valid ~ span.helper-text i,
.materialize-textarea.valid ~ span.helper-text i {
  display: none;
}

input.valid ~ span.helper-text:after,
.materialize-textarea.valid ~ span.helper-text:after {
  top: -3px !important;
  color: #0080FF !important;
}

.input-field label,
.materialize-textarea label {
  color: #576A7D;
}

.input-field input,
.materialize-textarea {
  box-shadow: none !important;
  border-bottom: 1px solid rgba(87, 106, 125, 0.4) !important;
}

.input-field input:hover,
.materialize-textarea:hover {
  box-shadow: none !important;
  border-bottom: 1px solid #031221 !important;
}

.input-field input:focus ~ label,
.materialize-textarea:focus ~ label {
  color: #0080FF !important;
}

.input-field input:focus,
.materialize-textarea:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #0080FF !important;
}

.input-field input.valid,
.materialize-textarea.valid {
  box-shadow: none !important;
  border-bottom: 1px solid #0080FF !important;
}

.input-field input.valid ~ label,
.materialize-textarea.valid ~ label {
  color: #0080FF !important;
}

.input-field input.invalid,
.materialize-textarea.invalid {
  box-shadow: none !important;
  border-bottom: 1px solid #ef2828 !important;
}

.input-field input.invalid ~ label,
.materialize-textarea.invalid ~ label {
  color: #ef2828 !important;
}

[type=checkbox] + span:not(.lever):before,
[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border-color: rgba(87, 106, 125, 0.24);
}

[type=checkbox] + span:not(.lever):hover:before,
[type=checkbox]:not(.filled-in) + span:not(.lever):hover:after {
  border-color: #576A7D;
}

[type=checkbox]:checked + span:not(.lever):before {
  top: 0;
  left: 0;
  width: 10px;
  height: 18px;
  border-color: transparent #0080FF #0080FF transparent;
}

.contacts-page-holder .form {
  margin-bottom: 70px;
}
.contacts-page-holder .form h1 {
  margin-top: 16px;
}
.contacts-page-holder .input-field {
  margin-bottom: 1.75rem;
}
.contacts-page-holder .btn {
  margin-top: 12px;
}
.contacts-page-holder .section {
  padding: 20px 0 0;
}
.contacts-page-holder .keep-in-touch .img-additional {
  width: 49%;
  margin: -25% 0 0 -5.5%;
}
.contacts-page-holder .contact {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contacts-page-holder .contact a {
  color: #031221 !important;
}
.contacts-page-holder .contact [class^=icon-],
.contacts-page-holder .contact [class*=" icon-"] {
  margin-right: 8px;
  color: #ef2828;
  font-size: 24px;
}
.contacts-page-holder .contact-info {
  padding-top: 10px;
}
.contacts-page-holder .contact-info p {
  padding-left: 32px;
  margin-bottom: 0;
}
.contacts-page-holder .contact-info a {
  position: relative;
  color: inherit;
}
.contacts-page-holder .contact-info a .icon-map-pin {
  display: none;
  position: absolute;
  left: -32px;
  font-size: 24px;
}
.contacts-page-holder .contact-info a.active .icon-map-pin {
  display: block;
  color: #ef2828;
}
.contacts-page-holder .carousel-wrap {
  position: relative;
  padding-top: 24px;
}
.contacts-page-holder .carousel-wrap .carousel-buttons {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 96px;
  height: 36px;
  margin-left: -48px;
  border-radius: 24px 6px 24px 6px;
}
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button {
  background: linear-gradient(45deg, #fcfdff 0%, #ecf0f4 100%);
  border-radius: 24px 0 0 6px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 24px;
  color: #576a7d;
  transition: box-shadow 0.3s;
}
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button:hover {
  color: #031221;
  box-shadow: 0 2px 8px 0 rgba(87, 106, 125, 0.3);
  z-index: 1;
}
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button:last-child {
  border-radius: 0 6px 24px 0;
  border-left: 1px solid rgba(87, 106, 125, 0.12);
}
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button:focus {
  outline: none;
}
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button [class^=icon-],
.contacts-page-holder .carousel-wrap .carousel-buttons .carousel-button [class*=" icon-"] {
  margin: 0 auto;
}
.contacts-page-holder .carousel-wrap .hidden-img {
  visibility: hidden;
}
.contacts-page-holder .carousel {
  position: absolute;
  height: 100%;
  border-radius: 48px 16px;
}
.contacts-page-holder .carousel .carousel-item {
  width: 100%;
  height: auto;
}
.contacts-page-holder .checkbox-label {
  color: inherit;
}
.contacts-page-holder .map .pin {
  position: absolute;
  font-size: 36px;
  cursor: pointer;
}
.contacts-page-holder .map .pin.active {
  margin: -8px 0 0 -5px;
  font-size: 48px;
  color: #ef2828;
}
.contacts-page-holder .map .pin.industrie {
  top: 31%;
  left: 37%;
}
.contacts-page-holder .map .pin.grienbach {
  top: 22%;
  left: 49%;
}

.message-page-holder {
  padding: 90px 0 66px;
}
.message-page-holder .left-col {
  text-align: right;
}
.message-page-holder h1 {
  margin-bottom: 40px;
}
.message-page-holder p {
  margin: 0 0 32px 0;
  opacity: 0.8;
}
.message-page-holder .signatures {
  padding-top: 33px;
}
.message-page-holder .signatures .signature-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.message-page-holder .signatures .signature-row p {
  margin: 0;
  line-height: 32px;
}
.message-page-holder .signatures .signature-row img {
  margin-right: 23px;
}
.message-page-holder .img-holder {
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.message-page-holder .img-holder img {
  position: relative;
  border-radius: 96px 32px 96px 32px;
}
.message-page-holder .img-holder .additional-img {
  position: absolute;
  top: -47px;
  right: -65px;
  border-radius: 0;
  z-index: 0;
}
.message-page-holder .bottom-img {
  margin-top: 162px;
  border-radius: 96px 32px 96px 32px;
}

@media only screen and (min-width: 1200px) {
  .main-img {
    margin-left: 120px;
    width: 80%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-page-holder {
    padding-top: 80px;
  }
  .home-page-holder .home-section {
    text-align: center;
  }
  .home-page-holder .home-section p {
    margin-bottom: 30px;
  }
  .home-page-holder .home-section .waitlist-holder {
    justify-content: center;
  }
  .home-page-holder .home-section .img-holder {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .home-page-holder .home-section .img-holder .additional-img {
    top: -10px;
    right: 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .main-img {
    width: 50%;
  }
}
@media only screen and (max-width: 601px) {
  .main-img {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  .btn {
    padding: 16px 29px;
  }

  .img-wrap {
    border-radius: 96px 32px 96px 32px;
  }

  .about-page-holder .about-section {
    padding: 88px 0 40px;
  }
  .about-page-holder .about-section .row .about-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 8%;
    margin-top: 0;
    text-align: left;
  }
  .about-page-holder .about-section .row:not(.form) {
    display: flex;
  }
  .about-page-holder .about-section .row h1 {
    margin: -24px 0 40px;
  }
  .about-page-holder .about-section .img-wrap {
    width: 47%;
  }
  .about-page-holder #about-section1 .img-additional {
    margin: 24px 0 -12.7% 53%;
  }
  .about-page-holder #about-section1 .img-wrap {
    width: 66.7%;
    margin: 0 0 90px 15%;
  }
  .about-page-holder #about-section2 .img-wrap:nth-child(1) {
    width: 66.67%;
    margin: 0 0 0 15%;
  }
  .about-page-holder #about-section2 .img-wrap:nth-child(2) {
    margin: -28px 0 0 0;
  }
  .about-page-holder #about-section2 .img-additional {
    margin: -54.5% 0 -45px 36%;
  }
  .about-page-holder #about-section2 .button-down {
    bottom: -100px;
  }
  .about-page-holder #about-section3 {
    padding-top: 270px;
  }
  .about-page-holder #about-section3 .img-additional {
    margin: 0 0 -12.5% 7%;
  }
  .about-page-holder #about-section3 .img-wrap {
    width: 59.03%;
    margin-left: 15%;
  }
  .about-page-holder #about-section4 .img-additional {
    margin: 30px 0 -12.5% 39%;
  }
  .about-page-holder #about-section4 .img-wrap {
    width: 47%;
    margin: 0 0 65px 18%;
  }
  .about-page-holder #about-section5 {
    padding: 145px 0;
  }
  .about-page-holder #about-section5 .img-additional {
    margin: -11% 0 -7% 11%;
  }
  .about-page-holder #about-section5 .center-align {
    margin: 105px 0 80px;
  }
  .about-page-holder #about-section5 .button-down {
    margin: 170px 0 -105px -24px;
  }
  .about-page-holder #about-section5 .btn {
    width: auto;
  }
  .about-page-holder .bg-big {
    border-radius: 300px 0 384px 96px;
  }
  .about-page-holder .bg-small:before {
    left: 16%;
    border-radius: 384px 0 384px 96px;
  }

  .contacts-page-holder h1 {
    margin-bottom: 32px;
  }
  .contacts-page-holder .section {
    padding: 65px 0 0;
  }
  .contacts-page-holder .keep-in-touch .img-additional {
    width: 49%;
    margin: -25% 0 0 -15.5%;
  }
  .contacts-page-holder .img-wrap {
    width: 66.67%;
    margin: 0;
  }
  .contacts-page-holder .contact-info {
    padding: 20px 0px;
  }
  .contacts-page-holder .carousel-wrap .carousel-buttons {
    width: 128px;
    height: 48px;
    margin-left: -64px;
  }
  .contacts-page-holder .carousel-wrap .carousel-buttons {
    left: 66.67%;
  }
  .contacts-page-holder .carousel {
    border-radius: 96px 32px;
  }
  .contacts-page-holder .map {
    margin: 0;
  }
  .contacts-page-holder .map .pin.industrie {
    top: 39%;
    left: 39%;
  }
  .contacts-page-holder .map .pin.grienbach {
    top: 25%;
    left: 51%;
  }
}
@media only screen and (max-width: 992px) {
  header {
    padding-top: 40px;
  }
  header .container.languages {
    display: none;
  }

  .home-page-holder {
    padding-top: 40px;
  }
  .home-page-holder .home-section h1 {
    font-size: 40px;
    line-height: 60px;
  }

  footer {
    padding: 24px 0 40px 0;
  }
  footer h6 {
    margin: 40px 0 16px 0;
  }
  footer .secondary-link-section {
    justify-content: center;
    margin-bottom: 24px;
  }
  footer .footer-address {
    text-align: center;
  }
  footer .footer-address p:first-child {
    margin-bottom: 24px;
  }

  .about-page-holder .about-section h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .career-page-holder .career-section .img-holder {
    margin-bottom: 25px;
  }
  .career-page-holder .career-section .left-img-section {
    text-align: center;
  }
  .career-page-holder .positions .img-holder {
    margin: 40px 0 0;
  }

  .contacts-page-holder .section h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .contacts-page-holder .contact-info p:not(:first-child) {
    margin-bottom: 20px;
  }
  .contacts-page-holder .carousel-wrap {
    margin-top: 5px;
  }
  .contacts-page-holder .form {
    margin: 45px 0 12px;
  }
  .contacts-page-holder .form h1 {
    margin-bottom: 28px;
  }
  .contacts-page-holder .form .btn {
    width: 100%;
  }
  .contacts-page-holder .checkbox-label {
    text-align: center;
  }

  .message-page-holder .left-col {
    text-align: center;
  }
  .message-page-holder h1 {
    margin-bottom: 5px;
  }
  .message-page-holder .img-holder {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .contacts-page-holder .map .pin.industrie {
    top: 42%;
    left: 41%;
  }
  .contacts-page-holder .map .pin.grienbach {
    top: 28%;
    left: 52.5%;
  }
}
@media only screen and (max-width: 600px) {
  header {
    padding-top: 26px;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .home-page-holder {
    padding-top: 22px;
  }
  .home-page-holder .home-section h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .home-page-holder .home-section p {
    margin-bottom: 15px;
  }
  .home-page-holder .home-section .waitlist-holder {
    flex-direction: column;
    align-items: stretch;
  }
  .home-page-holder .home-section .waitlist-holder .input-field {
    margin-right: 0;
  }
  .home-page-holder .home-section .img-holder .additional-img {
    top: -15px;
    right: 10px;
    height: 52px;
  }
  .home-page-holder .home-section .img-holder .main-img {
    margin-top: 0px;
    margin-left: 0px;
  }
  .home-page-holder .payments {
    border-radius: 80px 0 80px 0;
    padding: 69px 0 29px;
    margin-bottom: 64px;
  }
  .home-page-holder .payments:before {
    bottom: -60px;
    width: 180px;
    height: 80px;
  }
  .home-page-holder .payments .img-holder {
    margin-bottom: 32px;
  }
  .home-page-holder .payments h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .home-page-holder .features {
    padding-bottom: 40px;
    position: relative;
    text-align: center;
  }
  .home-page-holder .features:before {
    width: 80px;
    height: 117px;
  }
  .home-page-holder .features .features-item {
    margin-bottom: 64px;
  }
  .home-page-holder .features h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .home-page-holder .features img {
    margin-top: 0;
    max-width: 100%;
  }
  .home-page-holder .features img.bordered {
    border: 1px solid rgba(87, 106, 125, 0.16);
  }
  .home-page-holder .features h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 24px;
  }

  footer {
    text-align: center;
  }
  footer .logo-footer {
    margin-top: 40px;
  }
  footer .logo-footer img {
    margin-bottom: 24px;
  }
  footer .logo-footer .phone-footer {
    justify-content: center;
  }
  footer .footer-bottom-section {
    padding: 24px 0 0;
  }
  footer .footer-divider {
    margin-top: 24px;
  }
  footer .secondary-link-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
  footer .secondary-link-section li {
    margin: 0 0 16px 0;
  }

  .career-page-holder {
    padding: 22px 0 96px;
  }
  .career-page-holder .career-section h1 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
  }
  .career-page-holder .career-section p {
    margin-bottom: 0;
  }
  .career-page-holder .career-section .img-holder .additional-img {
    top: -20px;
    right: 0;
    width: 108px;
    height: 52px;
  }
  .career-page-holder .career-section img {
    border-radius: 48px 16px 48px 16px;
    max-width: 85%;
  }
  .career-page-holder .career-section .left-img-section {
    text-align: center;
  }
  .career-page-holder .career-section .left-img-section img {
    margin-top: 24px;
  }
  .career-page-holder .positions .accordion-positions h2 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
  }
  .career-page-holder .positions .accordion-positions h2 span {
    margin-left: 5px;
  }
  .career-page-holder .positions .accordion-positions .collapsible .collapsible-header {
    padding: 24px 0;
  }
  .career-page-holder .positions .accordion-positions .collapsible .collapsible-header h4 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
  .career-page-holder .positions .accordion-positions .collapsible .collapsible-body {
    padding: 0 0 24px;
  }
  .career-page-holder .positions .accordion-positions .collapsible .collapsible-body button {
    margin-top: 24px;
  }
  .career-page-holder .positions .img-holder {
    margin: 43px 0 0;
    max-width: 65%;
  }
  .career-page-holder .positions .img-holder img {
    position: relative;
    border-radius: 48px 16px 48px 16px;
  }
  .career-page-holder .positions .img-holder .additional-img {
    width: 115px;
    bottom: -47px;
    left: -43px;
  }

  .message-page-holder {
    padding: 22px 0 20px;
  }
  .message-page-holder h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
  }
  .message-page-holder p {
    text-align: center;
    margin-bottom: 24px;
  }
  .message-page-holder .img-holder {
    margin: 0 0 40px;
    padding: 0 15px;
  }
  .message-page-holder .img-holder img {
    border-radius: 48px 16px 48px 16px;
  }
  .message-page-holder .img-holder .additional-img {
    width: 108px;
    right: -10px;
    top: -20px;
  }
  .message-page-holder .signatures {
    padding-top: 15px;
  }
  .message-page-holder .signatures .signature-row {
    align-items: center;
    margin-bottom: 39px;
    flex-direction: column;
  }
  .message-page-holder .signatures .signature-row p {
    margin: 0;
    line-height: 32px;
  }
  .message-page-holder .signatures .signature-row img {
    margin: 0 0 23px;
  }
}

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