* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.hidden {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

body {
  font-family: Gordita, Montserrat, sans-serif;
  font-size: 0.45rem;
  font-weight: normal;
  background: #0A1B29;
  color: white;
  line-height: 1.5;
  letter-spacing: 1;
  word-spacing: 1.3;
}

button {
  background-color: #5B9DD6;
  color: white;
  border: none;
  -webkit-transition: background-color 0.2s, color 0.2s ease-in-out;
  transition: background-color 0.2s, color 0.2s ease-in-out;
  padding: 25px 55px 25px;
  font-size: 0.625rem;
  border-radius: 51px;
  outline: 0px;
  cursor: pointer;
}

button:hover {
  background-color: #D6ECFF;
  color: #83ABCD;
}

img {
  width: 100%;
}

header#main-header {
  z-index: 5;
}

header#main-header #site-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

header#main-header #site-logo-container #site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

header#main-header #site-logo-container #site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#main-header #site-logo-container #site-logo a object {
  z-index: -1;
}

header#main-header.hovered, header#main-header.active {
  background-color: #032139;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

header#main-header nav#main-navigation {
  text-transform: capitalize;
}

header#main-header nav#main-navigation > ul {
  list-style: none;
}

header#main-header nav#main-navigation > ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s ease-in-out;
  transition: background-color 0.2s, color 0.2s ease-in-out;
  font-size: 0.5rem;
}

header#main-header nav#main-navigation > ul li a svg path {
  stroke: white;
  -webkit-transition: stroke 0.2s, fill 0.2s ease-in-out;
  transition: stroke 0.2s, fill 0.2s ease-in-out;
}

header#main-header nav#main-navigation > ul li a:hover {
  color: #D6ECFF;
}

header#main-header nav#main-navigation > ul li a:hover svg path {
  stroke: #D6ECFF;
}

header#main-header nav#main-navigation > ul li a.active {
  color: #5B9DD6;
}

header#main-header nav#main-navigation > ul li a.active svg path {
  stroke: #5B9DD6;
}

header#main-header nav#main-navigation > ul li a.selected {
  color: #83ABCD;
}

header#main-header nav#main-navigation > ul li a.selected svg path {
  stroke: #83ABCD;
}

header#main-header nav#main-navigation > ul li a.active {
  color: #5B9DD6;
}

header#main-header nav#main-navigation > ul li.lang-selector a {
  display: block;
}

header#main-header nav#main-navigation > ul li.lang-selector a .svg-globe-path {
  -webkit-transition: stroke 0.2s, fill .2s ease-in-out;
  transition: stroke 0.2s, fill .2s ease-in-out;
  cursor: pointer;
}

header#main-header nav#main-navigation > ul li.lang-selector a:hover .svg-globe-path, header#main-header nav#main-navigation > ul li.lang-selector a.selected .svg-globe-path {
  stroke: #83ABCD;
  cursor: pointer;
}

main#main-body .dark-bg {
  background: #000 !important;
}

main#main-body section {
  background: linear-gradient(180.05deg, #000000 -8.02%, rgba(25, 64, 98, 0.24) 99.96%);
}

main#main-body section.video-banner {
  overflow: hidden;
  position: relative;
}

main#main-body section.video-banner .video-container {
  position: absolute;
  height: 100vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

main#main-body section.video-banner .video-container video, main#main-body section.video-banner .video-container iframe {
  min-width: 100vw;
  min-height: 100vh;
}

main#main-body section.video-banner .video-container iframe {
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
}

main#main-body section.video-banner .video-container iframe html video {
  min-width: 100vw !important;
  min-height: 100vh !important;
}

main#main-body section.video-banner#primary-banner .video-mask {
  background: linear-gradient(180.05deg, #000000 -8.02%, rgba(25, 64, 98, 0.24) 99.96%);
}

main#main-body section.video-banner .video-mask {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 2;
  background: linear-gradient(2.23deg, rgba(44, 64, 82, 0.9) -21.8%, rgba(0, 0, 0, 0.9) 97.74%);
  background: linear-gradient(180.05deg, #000000 -8.02%, rgba(25, 64, 98, 0.24) 99.96%);
}

main#main-body section.video-banner .banner-text-container, main#main-body section.video-banner .section-title {
  z-index: 3;
}

main#main-body section.no-bg {
  background: transparent !important;
}

main#main-body section.dark-bg {
  background: #000 !important;
}

main#main-body section h1, main#main-body section .section-title {
  font-family: Gordita, Montserrat, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
  text-transform: capitalize;
}

main#main-body section .section-content, main#main-body section .flex-item, main#main-body section .item-content {
  font-size: 0.45rem;
}

main#main-body section .item-title {
  font-family: Gordita, Montserrat, sans-serif;
  font-size: 0.625rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

main#main-body section .banner-text-container .title {
  font-family: Gordita, Montserrat, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

main#main-body section .banner-text-container .text-content {
  font-size: 0.5rem;
}

main#main-body section.our-slogan .section-content {
  font-family: Gordita, Montserrat, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}

main#main-body section.case-studies div div div .item-title {
  font-size: 0.875rem;
}

footer#main-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#262626), color-stop(77.41%, #000000));
  background: linear-gradient(180deg, #262626 0%, #000000 77.41%);
}

footer#main-footer .left-footer-section nav ul li a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s ease-in-out;
  transition: background-color 0.2s, color 0.2s ease-in-out;
  font-size: 0.375rem;
}

footer#main-footer .left-footer-section nav ul li a svg path {
  stroke: white;
  -webkit-transition: stroke 0.2s, fill 0.2s ease-in-out;
  transition: stroke 0.2s, fill 0.2s ease-in-out;
}

footer#main-footer .left-footer-section nav ul li a:hover {
  color: #D6ECFF;
}

footer#main-footer .left-footer-section nav ul li a:hover svg path {
  stroke: #D6ECFF;
}

footer#main-footer .left-footer-section nav ul li a.active {
  color: #5B9DD6;
}

footer#main-footer .left-footer-section nav ul li a.active svg path {
  stroke: #5B9DD6;
}

footer#main-footer .left-footer-section nav ul li a.selected {
  color: #83ABCD;
}

footer#main-footer .left-footer-section nav ul li a.selected svg path {
  stroke: #83ABCD;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.filled input:-webkit-autofill,
.filled input:-webkit-autofill:hover,
.filled input:-webkit-autofill:focus,
.filled textarea:-webkit-autofill,
.filled textarea:-webkit-autofill:hover,
.filled textarea:-webkit-autofill:focus,
.filled select:-webkit-autofill,
.filled select:-webkit-autofill:hover,
.filled select:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: inherit !important;
  box-shadow: 0 0 0px 1000px rga(255, 255, 255, 0) inset !important;
  -webkit-box-shadow: 0 0 0px 1000px rga(255, 255, 255, 0) inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  color: inherit;
}

.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0 30px 0 50px;
  position: relative;
  border-radius: 51px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.input-field:focus {
  font-variant: small-caps;
}

.input-field input[type="text"], .input-field input[type="password"], .input-field input[type="email"], .input-field input[type="tel"], .input-field input[type="search"] {
  color: white;
  top: 0;
  left: 0;
  padding: 21px 21px 21px;
  background-color: transparent;
  border: none;
  font-size: 0.375rem;
  font-family: Gordita, Montserrat, sans-serif;
  width: 100%;
}

.input-field input[type="text"]:focus, .input-field input[type="text"]:focus-within, .input-field input[type="text"]:focus-visible, .input-field input[type="password"]:focus, .input-field input[type="password"]:focus-within, .input-field input[type="password"]:focus-visible, .input-field input[type="email"]:focus, .input-field input[type="email"]:focus-within, .input-field input[type="email"]:focus-visible, .input-field input[type="tel"]:focus, .input-field input[type="tel"]:focus-within, .input-field input[type="tel"]:focus-visible, .input-field input[type="search"]:focus, .input-field input[type="search"]:focus-within, .input-field input[type="search"]:focus-visible {
  outline: 0;
  background-color: transparent;
}

.input-field i, .input-field label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  color: rgba(236, 236, 236, 0.5);
}

.input-field label {
  font-size: 0.375rem;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-field i {
  top: 50%;
  left: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.625rem;
}

.input-field.active {
  background-color: white;
}

.input-field.active > input {
  color: #343434;
}

.input-field.active label, .input-field.active i {
  color: #1369b3;
}

.input-field.active label {
  top: 12px;
  left: 70px;
  font-size: 12px;
}

.input-field.filled {
  background-color: rgba(255, 255, 255, 0.2);
}

.input-field.filled > input {
  color: white;
}

.input-field.filled label, .input-field.filled i {
  color: #adadad;
}

.input-field.filled label {
  top: 12px;
  left: 70px;
  font-size: 12px;
}

.textarea-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 10px 20px;
  position: relative;
  border-radius: 25px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  overflow: hidden;
  min-width: 250px;
  min-height: 500px;
}

.textarea-field textarea {
  font-family: Gordita, Montserrat, sans-serif;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  resize: none;
  min-height: 500px;
  min-width: 270px;
  width: calc(100% + 30px);
  top: 0;
  left: 0;
  padding: 20px 30px 20px;
  background-color: transparent;
  border: none;
  font-size: 0.375rem;
}

.textarea-field textarea:focus, .textarea-field textarea:focus-within, .textarea-field textarea:focus-visible {
  outline: 0;
  background-color: transparent;
}

.textarea-field label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  color: rgba(236, 236, 236, 0.5);
  font-size: 0.375rem;
  top: 28px;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textarea-field.active {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: white;
}

.textarea-field.active > textarea {
  color: #343434;
}

.textarea-field.active label {
  color: #1369b3;
  top: 12px;
  left: 22px;
  font-size: 12px;
}

.textarea-field.filled {
  background-color: rgba(255, 255, 255, 0.2);
}

.textarea-field.filled > textarea {
  color: white;
}

.textarea-field.filled label {
  color: #adadad;
  top: 12px;
  left: 20px;
  font-size: 12px;
}

.textarea-field.with-icon textarea {
  min-width: 300px;
  padding: 25px 65px 25px 70px;
}

.textarea-field.with-icon i {
  top: 34px;
  left: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.625rem;
}

.textarea-field.with-icon label {
  top: 34px;
  left: 65px;
}

.textarea-field.with-icon i, .textarea-field.with-icon label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  color: rgba(236, 236, 236, 0.5);
}

.textarea-field.with-icon.active {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: white;
}

.textarea-field.with-icon.active > input {
  color: #343434;
}

.textarea-field.with-icon.active label, .textarea-field.with-icon.active i {
  color: #1369b3;
}

.textarea-field.with-icon.active label {
  top: 12px;
  left: 70px;
  font-size: 12px;
}

.textarea-field.with-icon.filled {
  background-color: rgba(255, 255, 255, 0.2);
}

.textarea-field.with-icon.filled > input {
  color: white;
}

.textarea-field.with-icon.filled label, .textarea-field.with-icon.filled i {
  color: #adadad;
}

.textarea-field.with-icon.filled label {
  top: 12px;
  left: 70px;
  font-size: 12px;
}
/*# sourceMappingURL=defaults.css.map */