@import url(https://use.typekit.net/ytl8fgy.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?a85714a814a2dfb4c101c15d92dd8023#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?0ee9921fff2dc862e69f399ec7fd59e2) format("woff2"),
url(../fonts/icons.woff?64597e311b7a031d5461076416193053) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\f101";
}
.icon-arrow-left:before {
    content: "\f102";
}
.icon-arrow-light-left:before {
    content: "\f103";
}
.icon-arrow-light-right:before {
    content: "\f104";
}
.icon-arrow-right:before {
    content: "\f105";
}
.icon-close:before {
    content: "\f106";
}
.icon-envelope:before {
    content: "\f107";
}
.icon-phone:before {
    content: "\f108";
}

:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

/**/
/**/
/**/
.btn-arrow {
  font-size: 0.9375rem;
  position: relative;
  display: inline-block;
  color: #5f7694;
  transition: color 250ms ease-in-out;
}
.btn-arrow i {
  position: absolute;
  top: 50%;
  transition: transform 250ms ease-in-out;
}
.btn-arrow i::before {
  font-size: 1.25rem;
}
.btn-arrow:hover {
  color: #202d6b;
}
.btn-arrow.btn-arrow-right {
  padding-right: 40px;
}
.btn-arrow.btn-arrow-right i {
  right: 0;
  transform: translate(-10px, -50%);
}
.btn-arrow.btn-arrow-right:hover i {
  transform: translate(0px, -50%);
}
.btn-arrow.btn-arrow-left {
  padding-left: 40px;
}
.btn-arrow.btn-arrow-left i {
  left: 0;
  transform: translate(10px, -50%);
}
.btn-arrow.btn-arrow-left:hover i {
  transform: translate(0px, -50%);
}
.btn-arrow.btn-white {
  color: #fff;
}

.btn-primary {
  font-size: 0.9625rem;
  font-weight: 500;
  letter-spacing: 0rem;
  padding: 15px 37px;
  transition: all 250ms ease-out;
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn-primary:hover {
  background: transparent;
}

.btn-primary {
  color: #fff;
  background: #202d6b;
  border: 1px solid #202d6b;
}
.btn-primary:hover {
  color: #202d6b;
}

.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.footer {
  padding: 150px 80px 50px;
  position: relative;
}
.footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  mix-blend-mode: multiply;
  z-index: -1;
}
.footer .footer-bg video {
  top: 0%;
  transform: translate(-50%, -20%);
}
.footer.simple {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo-footer {
  width: 100px;
  margin-bottom: 50px;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.footer-menu li {
  margin: 0 30px;
}
.footer-menu li a {
  color: #fff;
  opacity: 1;
  position: relative;
  padding: 6px 0px;
}
.footer-menu li a::before, .footer-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #fff;
  width: 50%;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.footer-menu li a::before {
  top: -5px;
}
.footer-menu li a::after {
  bottom: -5px;
}
.footer-menu li a:hover::before, .footer-menu li a:hover::after, .footer-menu li a.active::before, .footer-menu li a.active::after {
  opacity: 1;
}
.footer-menu li a:hover::before, .footer-menu li a.active::before {
  top: 0px;
}
.footer-menu li a:hover::after, .footer-menu li a.active::after {
  bottom: 0px;
}

.terms-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.terms-menu li {
  line-height: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.terms-menu li a,
.terms-menu li button {
  color: #fff;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  transition: opacity 250ms ease-in-out;
  padding: 0;
}
.terms-menu li a:hover, .terms-menu li a.active,
.terms-menu li button:hover,
.terms-menu li button.active {
  opacity: 0.6;
}

.copyrights {
  font-family: Arial;
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: white;
}
.copyrights a:hover::before {
  width: 100%;
}

.cookies-bar-active .footer {
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) {
  .copyrights {
    text-align: right;
  }
}
[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: padding 250ms ease-in-out;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.header .logo-wrapper {
  position: relative;
  width: 100px;
  height: 148px;
  transition: all 250ms ease-out;
  margin: 0 100px;
}
.header .logo-wrapper .logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .logo-wrapper .logo-link .logo,
.header .logo-wrapper .logo-link .logo-white {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header .logo-wrapper .logo-link .logo-white {
  opacity: 0;
}
.header .btn-menu {
  text-align: right;
  width: 35px;
  height: 8px;
  position: relative;
}
.header .btn-menu span {
  background: #202d6b;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: all 250ms ease-out;
}
.header .btn-menu span:nth-child(1) {
  top: 0;
  width: 100%;
}
.header .btn-menu span:nth-child(2) {
  top: 100%;
  width: 80%;
}
.header.page-scrolled {
  padding: 20px 60px;
}
.header.page-scrolled .logo-wrapper {
  width: 50px;
  height: 74px;
  margin: 0 50px;
}
.header.page-scrolled::before {
  opacity: 1;
}

.pt-header {
  padding-top: 228px;
}

.page-careers .header .logo-wrapper .logo-link .logo {
  opacity: 0;
}
.page-careers .header .logo-wrapper .logo-link .logo-white {
  opacity: 1;
}

:root {
  --vs-border-radius: $input-border-radius;
  --vs-colors--lightest: $input-border-color;
  --vs-search-input-color: $input-color;
  --vs-search-input-placeholder-color: #000;
  --vs-font-size: 0.9375rem;
  --vs-line-height: 1;
  --vs-actions-padding: 0px;
  --vs-controls-color: #412c82;
  --vs-dropdown-bg: #f8f8f8;
  --vs-dropdown-box-shadow: 0px 20px 20px 0px var(--vs-colors--darkest);
  --vs-dropdown-color: #202d6b;
  --vs-dropdown-option--active-bg: #5f7694;
  --vs-selected-color: #202d6b;
  --vs-controls-size: 0.6;
  --vs-controls-color: #202d6b;
}

.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}
.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  right: 0%;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
}
.response-wrapper .response-msg img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.response-wrapper .response-msg.error {
  background-color: #ce0000;
}
.response-wrapper .response-msg.success {
  background-color: #33c91b;
}

.error-msg {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0.45rem;
  letter-spacing: 0.02rem;
  color: #fff;
  background-color: #ce0000;
  padding: 2px 6px;
  z-index: 5;
}

.input-wrapper {
  position: relative;
}
.input-wrapper label {
  font-family: interstate, sans-serif;
  font-size: 0.9375rem;
  color: #202d6b;
  display: block;
  font-weight: 700;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: interstate, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0rem;
  line-height: 1;
  color: #202d6b;
  width: 100%;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(95, 118, 148, 0.5);
  border-style: solid;
  border-radius: 0px;
  padding: 10px 10px;
  background-color: transparent;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper .v-select {
  width: 100%;
}
.input-wrapper .v-select .vs__search,
.input-wrapper .v-select .vs__search:focus {
  margin: 0;
  padding: 0;
}
.input-wrapper .v-select .vs__dropdown-toggle {
  border-color: rgba(95, 118, 148, 0.5);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  padding: 10px 10px;
  background: transparent;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__actions {
  position: relative;
  padding-left: 10px;
}
.input-wrapper .v-select .vs__dropdown-toggle .vs__actions::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(95, 118, 148, 0.5);
}
.input-wrapper .v-select .vs__selected {
  padding: 0px;
  margin: 0px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}
.input-wrapper .error-msg {
  top: 0px;
  transform: translateY(-50%);
}
.input-wrapper.has-error label {
  color: #ce0000;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search]:not(.vs__search),
.input-wrapper.has-error input[type=number] {
  border-color: #ce0000;
}
.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}
.input-wrapper.label-float.has-value label {
  top: calc(0% - 0.28125rem);
  left: 0;
  transform: translateY(0%);
  color: rgba(95, 118, 148, 0.5);
  font-size: 0.5625rem;
}

.textarea-wrapper {
  position: relative;
}
.textarea-wrapper label {
  font-family: interstate, sans-serif;
  font-size: 0.9375rem;
  color: #202d6b;
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 0px;
}
.textarea-wrapper textarea {
  font-family: interstate, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0rem;
  line-height: 1.6;
  color: #202d6b;
  width: 100%;
  border-width: 1px;
  border-color: #202d6b;
  border-style: solid;
  border-radius: 0px;
  background-color: transparent;
  padding: 20px 25px;
  -webkit-appearance: none;
}
.textarea-wrapper textarea:focus {
  outline: none;
}
.textarea-wrapper textarea::-webkit-input-placeholder {
  font-family: interstate, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.textarea-wrapper textarea::-moz-placeholder {
  font-family: interstate, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.textarea-wrapper textarea:-ms-input-placeholder {
  font-family: interstate, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.textarea-wrapper textarea:-moz-placeholder {
  font-family: interstate, sans-serif;
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.textarea-wrapper .error-msg {
  top: 10px;
  right: 10px;
}
.textarea-wrapper.has-error label {
  color: #ce0000;
}
.textarea-wrapper.has-error textarea {
  border-color: #ce0000;
}
.textarea-wrapper.label-float label {
  position: absolute;
  top: 34px;
  left: 25px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
}
.textarea-wrapper.label-float.has-value label {
  top: 4px;
  left: 9px;
  transform: translateY(0%);
  font-size: 0.5625rem;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 0.625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
  color: #202d6b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0rem;
}
.checkbox-wrapper label button {
  color: #202d6b;
  font-weight: 700;
  transition: all 250ms ease-out;
  text-decoration: underline;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border-color: rgba(95, 118, 148, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(95, 118, 148, 0.5);
  border-radius: 0px;
  transform: translateY(-50%);
}
.checkbox-wrapper .checkbox::before {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #202d6b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkbox {
  background-color: transparent;
}
.checkbox-wrapper input:checked ~ .checkbox::before {
  display: block;
}
.checkbox-wrapper:hover input ~ .checkbox {
  background-color: transparent;
}
.checkbox-wrapper button {
  text-decoration: underline;
}
.checkbox-wrapper .error-msg {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-size: 0.625rem;
  color: #ce0000;
}
.checkbox-wrapper.has-error {
  color: #ce0000;
}
.checkbox-wrapper.has-error .checkbox {
  border-color: #ce0000;
}
.checkbox-wrapper.has-error label a,
.checkbox-wrapper.has-error label button {
  transition: all 0ms ease-out;
  color: #ce0000;
}

.btn-submit {
  position: relative;
  padding-right: 40px;
  color: #202d6b;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  line-height: 1;
  border-radius: 20px;
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-submit i {
  position: absolute;
  top: 50%;
  transform: translate(-10px, -50%);
  right: 0;
  transition: transform 250ms ease-in-out;
}
.btn-submit i::before {
  font-size: 1.25rem;
}
.btn-submit .loader {
  left: unset;
  right: -10px;
}
.btn-submit:hover i {
  transform: translate(0px, -50%);
}
.btn-submit.loading span {
  opacity: 1;
}
.btn-submit.loading i {
  transform: translate(0px, -50%);
}
.btn-submit.loading .loader {
  opacity: 1;
}
.btn-submit.loading .loader span {
  opacity: 1;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #202d6b;
  border-right: 2px solid #202d6b;
  border-bottom: 2px solid #202d6b;
  border-left: 2px solid #fff;
  animation: load 1.1s infinite linear;
}
.loader::before {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loading span,
.loading i,
.loading em {
  opacity: 0;
}
.loading .loader {
  opacity: 1;
}

.main-menu {
  text-align: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.main-menu > li {
  display: block;
  margin: 0px 40px;
}
.main-menu > li > a, .main-menu > li > button {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #202d6b;
  position: relative;
  padding: 10px 0px;
  transition-property: color;
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.main-menu > li > a::before, .main-menu > li > a::after, .main-menu > li > button::before, .main-menu > li > button::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 3px;
  transform: translateX(-50%);
  background-color: #202d6b;
  width: 50%;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.main-menu > li > a::before, .main-menu > li > button::before {
  top: -5px;
}
.main-menu > li > a::after, .main-menu > li > button::after {
  bottom: -5px;
}
.main-menu > li > a:hover, .main-menu > li > a.active, .main-menu > li > button:hover, .main-menu > li > button.active {
  color: #202d6b;
}
.main-menu > li > a:hover::before, .main-menu > li > a:hover::after, .main-menu > li > a.active::before, .main-menu > li > a.active::after, .main-menu > li > button:hover::before, .main-menu > li > button:hover::after, .main-menu > li > button.active::before, .main-menu > li > button.active::after {
  opacity: 1;
}
.main-menu > li > a:hover::before, .main-menu > li > a.active::before, .main-menu > li > button:hover::before, .main-menu > li > button.active::before {
  top: 0px;
}
.main-menu > li > a:hover::after, .main-menu > li > a.active::after, .main-menu > li > button:hover::after, .main-menu > li > button.active::after {
  bottom: 0px;
}

.page-careers .main-menu > li > a, .page-careers .main-menu > li > button {
  color: #fff;
}
.page-careers .main-menu > li > a::before, .page-careers .main-menu > li > a::after, .page-careers .main-menu > li > button::before, .page-careers .main-menu > li > button::after {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .main-menu {
    display: flex;
  }
}
.modal-header {
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}
.modal-header .btn-modal-close {
  color: #fff;
  z-index: 5;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  border: 1px solid #fff;
  line-height: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.modal-header .btn-modal-close i::before {
  font-size: 1rem;
}
.modal-header .btn-modal-close:hover {
  opacity: 0.5;
}

html:not(.device) ::-webkit-scrollbar {
  width: 3px;
}
html:not(.device) ::-webkit-scrollbar-track {
  background: #bcbcbc;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #202d6b;
  border-radius: 0px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: rgb(8.5179856115, 11.9784172662, 28.4820143885);
}
html:not(.device) html {
  scrollbar-color: #202d6b #bcbcbc;
  scrollbar-width: thin;
}

@media only screen and (min-width: 992px) {
  html:not(.device) ::-webkit-scrollbar {
    width: 8px;
  }
  html:not(.device) ::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
::-moz-selection {
  color: #fff;
  background: #202d6b;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #202d6b;
  opacity: 1;
}

hr {
  border-top: 1px solid #fff;
  margin: 5px auto;
}
hr.secondary {
  opacity: 1;
  border-color: #5f7694;
}
hr.vertical {
  height: 100%;
  width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
hr.vertical.small {
  height: 50px;
}
hr.vertical.secondary {
  background-color: #5f7694;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6,
.text-terms p,
.text-terms li {
  color: #bcbcbc;
  font-family: interstate, sans-serif;
}
.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6 {
  line-height: 1.4;
  letter-spacing: 0.05rem;
}
.text-terms h1 {
  color: #202d6b;
}
.text-terms h2 {
  color: #5f7694;
  font-size: calc(1.265rem + 0.24vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .text-terms h2 {
    font-size: 1.4rem;
  }
}
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6 {
  color: #202d6b;
  margin: 50px 0px 10px;
}
.text-terms p,
.text-terms li {
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms ul.alpha,
.text-terms ol.alpha {
  list-style-type: lower-alpha;
}
.text-terms a {
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

em[class^=icon-]:before,
em[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  font-size: 0;
}

/**/
.circle-wrapper {
  position: relative;
  width: 100%;
  z-index: -1;
}
.circle-wrapper .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(95, 118, 148, 0.5);
  filter: blur(162px);
  width: 100%;
  max-width: 870px;
  display: block;
}
.circle-wrapper .circle::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.badge-frame-wrapper {
  position: relative;
  width: 100%;
  opacity: 0.3;
}
.badge-frame-wrapper .badge-frame {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 300px;
  transform: translate(-50%, -50%);
}
.badge-frame-wrapper .badge-frame img {
  width: 100%;
}

.page-title {
  font-size: 0.9375rem;
  color: #5f7694;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blend-luminosity {
  mix-blend-mode: luminosity;
}

.ratio-office-modal {
  --bs-aspect-ratio: 160%;
}

.ratio-service-inner {
  --bs-aspect-ratio: 52%;
}

.office-emails {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.office-emails li {
  border-bottom: 1px solid rgba(95, 118, 148, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.office-emails li:last-child {
  border-bottom: none;
}
.office-emails li a {
  color: #5f7694;
  transition: color 250ms ease-in-out;
}
.office-emails li a:hover {
  color: #202d6b;
}

/***************************** HOME ******/
.home-hero-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  box-shadow: 0 64px 114px 0 rgba(0, 0, 0, 0.45);
}
.home-hero-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: repeating-linear-gradient(-45deg, #202d6b 0, #202d6b 2px, transparent 2px, transparent 10px);
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  opacity: 0.1;
}
.home-hero-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(180deg, #fff 0%, rgba(44, 51, 132, 0) 100%);
  z-index: 1;
  opacity: 0.8;
  mix-blend-mode: screen;
}
.home-hero-wrapper .hero-text {
  font-size: calc(1.625rem + 6vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-hero-wrapper .hero-text {
    font-size: 5rem;
  }
}
.home-hero-wrapper .hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 300;
}
.home-hero-wrapper .hero-text b,
.home-hero-wrapper .hero-text strong {
  font-weight: 700;
}

.home-counters {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px 150px;
  position: relative;
}
.home-counters > span {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.home-counters > span:nth-child(1), .home-counters > span:nth-child(3) {
  height: 87vw;
}
.home-counters > span:nth-child(1) {
  left: 25%;
}
.home-counters > span:nth-child(2) {
  left: 50%;
}
.home-counters > span:nth-child(3) {
  left: 75%;
}
.home-counters .counter {
  text-align: center;
  width: 400px;
  flex-shrink: 0;
}
.home-counters .counter .counter-value {
  font-size: calc(1.925rem + 10.8vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-counters .counter .counter-value {
    font-size: 8rem;
  }
}
.home-counters .counter .counter-value {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.home-counters .counter .counter-value span {
  font-size: calc(1.625rem + 6vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-counters .counter .counter-value span {
    font-size: 5rem;
  }
}
.home-counters .counter .counter-text {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
}
.home-counters .counter .counter-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: rgba(95, 118, 148, 0.3);
}
.home-counters .counter .counter-text {
  font-size: calc(1.275rem + 0.4vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .home-counters .counter .counter-text {
    font-size: 1.5rem;
  }
}
.home-counters .counter .counter-text {
  line-height: 1.2;
}

.video-logo {
  position: relative;
  width: 100%;
}
.video-logo::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.video-logo::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(219, 219, 219, 0) 0%, #dbdbdb 75%);
}
.video-logo .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.map-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.map-wrapper::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 45%;
}
.map-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #dbdbdb 0%, rgba(219, 219, 219, 0) 20%, rgba(219, 219, 219, 0) 80%, #dbdbdb 100%);
}
.map-wrapper .bg-image-component {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-wrapper .pois {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.map-wrapper .pois .poi {
  position: absolute;
  width: 30px;
  transform: translate(-50%, -50%);
}
.map-wrapper .pois .poi img {
  width: 100%;
}
.map-wrapper .pois .poi.poi-athens {
  top: 48.5%;
  left: 50%;
}
.map-wrapper .pois .poi.poi-geneva {
  top: 51%;
  left: 52%;
}
.map-wrapper .pois .poi.poi-hong-kong {
  top: 53.5%;
  left: 63%;
}
.map-wrapper .pois .poi.poi-dubai {
  top: 54.5%;
  left: 55.5%;
}

.offices-buttons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offices-buttons .office {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.offices-buttons .office::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100%;
  width: 60px;
  height: 1px;
  background-color: #202d6b;
}
.offices-buttons .office:last-child::before {
  content: unset;
}
.offices-buttons .office .office-btn {
  display: block;
}
.offices-buttons .office .office-btn .office-title {
  font-size: calc(1.28125rem + 0.5vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .offices-buttons .office .office-btn .office-title {
    font-size: 1.5625rem;
  }
}
.offices-buttons .office .office-btn .office-title {
  font-weight: 700;
  color: #202d6b;
  transition: opacity 250ms ease-in-out;
}
.offices-buttons .office .office-btn .office-text {
  font-size: 0.5rem;
  font-weight: 500;
  color: #5f7694;
  transition: color 250ms ease-in-out;
}
.offices-buttons .office .office-btn:hover .office-text {
  color: #202d6b;
}

/***************************** ABOUT ******/
.photo-about {
  --bs-aspect-ratio: 164%;
  box-shadow: 0 24px 74px 0 rgba(0, 0, 0, 0.25);
  max-width: 390px;
}

.about-video {
  position: relative;
  box-shadow: 0px 120px 120px 0 rgba(0, 0, 0, 0.45);
  background-color: #dbdbdb;
}
.about-video .badge-frame-wrapper {
  z-index: 1;
}
.about-video .badge-frame-wrapper .badge-frame {
  transform: translate(-50%, -80%);
}
.about-video::before, .about-video::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 20%;
  z-index: 1;
}
.about-video::before {
  top: 0;
  background: linear-gradient(180deg, #dbdbdb 0%, rgba(219, 219, 219, 0) 100%);
}
.about-video::after {
  bottom: 0;
}
.about-video .about-video-content {
  position: relative;
  z-index: 2;
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40%;
  padding-bottom: 3.5%;
}

.offices-carousel-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.offices-carousel-wrapper .office-slide {
  text-align: center;
}
.offices-carousel-wrapper .office-slide .office-slide-content {
  width: 100%;
  max-width: 520px;
  padding-bottom: 25px;
  filter: blur(2px);
  transition: filter 250ms ease-in-out;
  color: #202d6b;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-photo {
  opacity: 0;
  background-color: #dbdbdb;
  position: relative;
  transition: opacity 250ms ease-in-out;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-photo::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 65%;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-photo::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #dbdbdb 0%, rgba(219, 219, 219, 0) 100%);
  height: 100%;
  z-index: 1;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-photo .bg-image-component {
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-text {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: transform 250ms ease-in-out, top 250ms ease-in-out;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-text .office-location {
  font-size: calc(1.375rem + 2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .offices-carousel-wrapper .office-slide .office-slide-content .office-text .office-location {
    font-size: 2.5rem;
  }
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-text .office-location {
  font-weight: 700;
  line-height: 1.2;
}
.offices-carousel-wrapper .office-slide .office-slide-content .office-text .office-type {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
.offices-carousel-wrapper .office-slide.swiper-slide-active .office-slide-content {
  filter: blur(0px);
}
.offices-carousel-wrapper .office-slide.swiper-slide-active .office-slide-content .office-photo {
  opacity: 1;
}
.offices-carousel-wrapper .office-slide.swiper-slide-active .office-slide-content .office-text {
  top: 100%;
  transform: translate(-50%, -100%);
}
.offices-carousel-wrapper .offices-carousel-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
  width: 700px;
}
.offices-carousel-wrapper .offices-carousel-nav .btn-nav {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.offices-carousel-wrapper .offices-carousel-nav .btn-nav i {
  color: #202d6b;
}
.offices-carousel-wrapper .offices-carousel-nav .btn-nav i::before {
  font-size: calc(1.515rem + 4.24vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .offices-carousel-wrapper .offices-carousel-nav .btn-nav i::before {
    font-size: 3.9rem;
  }
}
.offices-carousel-wrapper .offices-carousel-nav .btn-nav.btn-nav-prev {
  left: 0;
}
.offices-carousel-wrapper .offices-carousel-nav .btn-nav.btn-nav-next {
  right: 0;
}

/***************************** SERVICES ******/
.services-hero {
  position: relative;
  height: 1000px;
  box-shadow: 0 54px 124px 0 rgba(0, 0, 0, 0.25);
}
.services-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  opacity: 0.8;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
  z-index: 1;
}
.services-hero .bg-image-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.services {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 auto;
  display: grid;
  max-width: 1200px;
  gap: 70px 0px;
  grid-template-columns: 30% 40% 30%;
  grid-template-areas: "a . b" "c d e" "f . g";
  position: relative;
}
.services .services-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.services .services-lines span {
  background-color: #202d6b;
  position: absolute;
}
.services .services-lines span:nth-child(1), .services .services-lines span:nth-child(2) {
  width: 90%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.services .services-lines span:nth-child(3), .services .services-lines span:nth-child(4) {
  width: 1px;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
}
.services .services-lines span:nth-child(1) {
  top: 33.333%;
}
.services .services-lines span:nth-child(2) {
  top: 66.666%;
}
.services .services-lines span:nth-child(3) {
  left: 30%;
}
.services .services-lines span:nth-child(4) {
  left: 70%;
}
.services .service {
  display: inline-block;
}
.services .service:nth-child(1) {
  grid-area: a;
}
.services .service:nth-child(2) {
  grid-area: b;
}
.services .service:nth-child(3) {
  grid-area: c;
}
.services .service:nth-child(4) {
  grid-area: d;
}
.services .service:nth-child(5) {
  grid-area: e;
}
.services .service:nth-child(6) {
  grid-area: f;
}
.services .service:nth-child(7) {
  grid-area: g;
}
.services .service .service-button {
  text-align: center;
}
.services .service .service-button .service-icon {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  transition: opacity 250ms ease-in-out;
}
.services .service .service-button .service-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.services .service .service-button .service-title {
  color: #202d6b;
  font-size: calc(1.3125rem + 1vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .services .service .service-button .service-title {
    font-size: 1.875rem;
  }
}
.services .service .service-button .service-title {
  font-weight: 700;
}
.services .service .service-button .service-more {
  color: #5f7694;
  font-size: 0.75rem;
  font-weight: 700;
}
.services .service .service-button .service-more i::before {
  font-size: 1rem;
}
.services .service .service-button:hover .service-icon {
  opacity: 0.5;
}

.service-inner-wrapper {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 250px);
}
.service-inner-wrapper .service-inner-sticky {
  position: sticky;
  top: 0;
  width: 250px;
  flex-shrink: 0;
  padding-top: 150px;
}
.service-inner-wrapper .service-inner-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 24px 64px 0 rgba(0, 0, 0, 0.15);
}
.service-inner-wrapper .service-inner-content .service-inner-desc p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper {
  background-color: #dedede;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(0deg, #dedede 0%, #fff 100%);
  z-index: 0;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-contacts-title {
  display: inline-block;
  background-color: #202d6b;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 15px 60px 15px 100px;
  position: relative;
  left: -3rem;
  transform: translateY(-100%);
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-contacts-title i {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-contacts-title i::before {
  font-size: 1rem;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-inner-contacts {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-inner-contacts li {
  margin-right: 40px;
}
.service-inner-wrapper .service-inner-content .service-inner-contacts-wrapper .service-inner-contacts li:last-child {
  margin-right: 0px;
}

.services-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services-menu li a {
  opacity: 0.5;
  display: block;
  padding: 25px 10px 25px 25px;
  border-left: 3px solid rgba(32, 45, 107, 0.5);
  font-size: 0.75rem;
  color: #202d6b;
  transition: opacity 250ms ease-in-out;
}
.services-menu li a.active {
  opacity: 1;
  border-left-color: #202d6b;
}
.services-menu li a:hover {
  opacity: 1;
}

/***************************** CAREERS ******/
.page-careers .content-wrapper {
  height: 100vh;
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.careers-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.careers-text-wrapper {
  position: relative;
  padding: 70px 100px 280px 100px;
  z-index: 1;
  max-width: 1020px;
  width: 80%;
}
.careers-text-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(32, 45, 107, 0.7);
  backdrop-filter: contrast(150%) brightness(150%);
  -webkit-backdrop-filter: contrast(150%) brightness(150%);
  pointer-events: none;
}

/***************************** CONTACT ******/
.offices-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offices-list .office {
  color: #202d6b;
  margin-right: 100px;
}
.offices-list .office .office-title {
  font-size: calc(1.40625rem + 2.5vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .offices-list .office .office-title {
    font-size: 2.8125rem;
  }
}
.offices-list .office .office-title {
  font-weight: 700;
  line-height: 1;
}
.offices-list .office .office-type {
  font-size: 0.9375rem;
  font-weight: 500;
}
.offices-list .office .office-address {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 20px;
  color: #5f7694;
}
.offices-list .office .office-switchboard {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #5f7694;
  margin-top: 20px;
}
.offices-list .office .office-switchboard a {
  color: #5f7694;
  transition: color 250ms ease-in-out;
}
.offices-list .office .office-switchboard a:hover {
  color: #202d6b;
}
.offices-list .office .office-button {
  font-size: 0.75rem;
  font-weight: 400;
  color: #5f7694;
  margin-top: 20px;
  transition: color 250ms ease-in-out;
}
.offices-list .office .office-button:hover {
  color: #202d6b;
}

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