/*
* Fonts
*/
* {
  box-sizing: border-box; }

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.77;
  background: #ffffff;
  color: #16255b; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    body {
      font-size: 16px; } }

b,
strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Mulish", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 72px; }

h2 {
  font-size: 64px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #ffffff; }

h3 {
  font-size: 36px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #ffffff; }

h4 {
  font-size: 26px;
  font-family: "Mulish", sans-serif;
  font-weight: 600; }

h5 {
  font-size: 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 600; }

h6 {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600; }

button {
  font: inherit; }

a,
button,
.btn {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: ease-in-out 350ms;
  transition-property: background-color, color, border, opacity;
  /*
	&:hover {
		box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15);
	}
	*/ }
  a,
  button,
  .btn, a:active,
  button:active,
  .btn:active, a:focus,
  button:focus,
  .btn:focus, a:hover,
  button:hover,
  .btn:hover, a:visited,
  button:visited,
  .btn:visited {
    text-decoration: none;
    outline: none; }
  a[disabled],
  button[disabled],
  .btn[disabled] {
    opacity: 0.5;
    pointer-events: none; }

.btn--link {
  padding: 0 8px;
  font-weight: 500; }
  .btn--link:hover {
    background: #f3f4f6; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .container {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .container {
      max-width: calc(100vw - 40px); } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1440px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .container-fluid {
      max-width: calc(100vw - 80px); } }
  @media (min-width: 1024px) {
    .container-fluid {
      max-width: calc(100vw - 120px); } }
  @media (min-width: 1440px) {
    .container-fluid {
      max-width: calc(100vw - 160px); } }
  @media (min-width: 1920px) {
    .container-fluid {
      max-width: 1800px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  min-width: 100%; }
  @media (min-width: 768px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; } }
  @media (min-width: 1024px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1440px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1920px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.container {
  position: relative; }

/*
	%grid-column {
		position: relative;
		width: 100%;
		padding-right: $gutter / 2;
		padding-left: $gutter / 2;
	}
	*/
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-1 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-1 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-2 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-2 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-3 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-3 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-4 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-4 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-5 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-5 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-6 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-6 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-7 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-7 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-7 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-8 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-8 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-8 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-9 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-10 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-10 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-10 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-11 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-11 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-11 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-12 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col,
    .col-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col,
    .col-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col,
    .col-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col,
    .col-auto {
      padding-right: 20px;
      padding-left: 20px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-sm-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-1 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-1 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-2 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-2 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-3 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-3 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-4 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-4 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-5 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-5 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-6 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-6 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-7 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-7 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-7 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-8 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-8 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-8 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-9 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-10 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-10 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-10 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-11 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-11 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-11 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm-12 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-sm,
    .col-sm-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-sm,
    .col-sm-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-sm,
    .col-sm-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-sm,
    .col-sm-auto {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

.col-md-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-1 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-1 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-2 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-2 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-3 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-3 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-4 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-4 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-5 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-5 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-6 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-6 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-7 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-7 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-8 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-8 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-9 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-10 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-10 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-11 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-11 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-11 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md-12 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-md,
.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-md,
    .col-md-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-md,
    .col-md-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-md,
    .col-md-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-md,
    .col-md-auto {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

.col-lg-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-1 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-1 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-2 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-2 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-3 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-3 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-4 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-4 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-5 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-5 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-6 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-6 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-7 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-7 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-8 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-8 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-9 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-10 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-10 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-11 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-11 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-11 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg-12 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-lg,
    .col-lg-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-lg,
    .col-lg-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-lg,
    .col-lg-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-lg,
    .col-lg-auto {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 1440px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.col-xl-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-1 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-1 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-1 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-2 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-2 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-2 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-3 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-3 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-3 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-4 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-4 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-4 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-5 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-5 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-5 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-6 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-6 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-6 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-7 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-7 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-7 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-8 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-8 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-8 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-9 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-9 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-9 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-10 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-10 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-10 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-10 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-11 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-11 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-11 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-11 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl-12 {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl-12 {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .col-xl,
    .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .col-xl,
    .col-xl-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1440px) {
    .col-xl,
    .col-xl-auto {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1920px) {
    .col-xl,
    .col-xl-auto {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) and (max-width: 1919.98px) {
  .o-md-1 {
    order: 1; }
  .o-md-2 {
    order: 2; }
  .o-md-3 {
    order: 3; }
  .o-md-4 {
    order: 4; }
  .o-md-5 {
    order: 5; }
  .o-md-6 {
    order: 6; }
  .o-md-7 {
    order: 7; }
  .o-md-8 {
    order: 8; }
  .o-md-9 {
    order: 9; }
  .o-md-10 {
    order: 10; }
  .o-md-11 {
    order: 11; }
  .o-md-12 {
    order: 12; }
  .o-md-13 {
    order: 13; }
  .o-md-14 {
    order: 14; }
  .o-md-15 {
    order: 15; }
  .o-md-16 {
    order: 16; }
  .o-md-17 {
    order: 17; }
  .o-md-18 {
    order: 18; }
  .o-md-19 {
    order: 19; }
  .o-md-20 {
    order: 20; } }

@media (min-width: 768px) and (max-width: 1439.98px) {
  .o-sm-1 {
    order: 1; }
  .o-sm-2 {
    order: 2; }
  .o-sm-3 {
    order: 3; }
  .o-sm-4 {
    order: 4; }
  .o-sm-5 {
    order: 5; }
  .o-sm-6 {
    order: 6; }
  .o-sm-7 {
    order: 7; }
  .o-sm-8 {
    order: 8; }
  .o-sm-9 {
    order: 9; }
  .o-sm-10 {
    order: 10; }
  .o-sm-11 {
    order: 11; }
  .o-sm-12 {
    order: 12; }
  .o-sm-13 {
    order: 13; }
  .o-sm-14 {
    order: 14; }
  .o-sm-15 {
    order: 15; }
  .o-sm-16 {
    order: 16; }
  .o-sm-17 {
    order: 17; }
  .o-sm-18 {
    order: 18; }
  .o-sm-19 {
    order: 19; }
  .o-sm-20 {
    order: 20; } }

@media (max-width: 1023.98px) {
  .o-1 {
    order: 1; }
  .o-2 {
    order: 2; }
  .o-3 {
    order: 3; }
  .o-4 {
    order: 4; }
  .o-5 {
    order: 5; }
  .o-6 {
    order: 6; }
  .o-7 {
    order: 7; }
  .o-8 {
    order: 8; }
  .o-9 {
    order: 9; }
  .o-10 {
    order: 10; }
  .o-11 {
    order: 11; }
  .o-12 {
    order: 12; }
  .o-13 {
    order: 13; }
  .o-14 {
    order: 14; }
  .o-15 {
    order: 15; }
  .o-16 {
    order: 16; }
  .o-17 {
    order: 17; }
  .o-18 {
    order: 18; }
  .o-19 {
    order: 19; }
  .o-20 {
    order: 20; } }

@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 1023.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 1439.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 1024px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1919.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 1920px) {
  .hidden-xl-up {
    display: none !important; } }

.background,
.picture {
  background: #f3f4f6; }

.background {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .background img,
  .background video,
  .background canvas {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen {
    .background:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, white 0%, #f8f9fa 1%, rgba(25, 37, 90, 0.15) 35%, rgba(25, 37, 90, 0.7) 100%);
      pointer-events: none; } }
  @media print {
    .background {
      background: none;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .background img,
      .background video,
      .background canvas {
        display: none; } }

.background--relative {
  position: relative; }
  .background--relative:after {
    display: none; }

.background--positive:after {
  background: rgba(255, 255, 255, 0.5); }

.picture {
  font-size: 0;
  line-height: 0; }
  .section--negative .picture {
    box-shadow: 0 30px 50px -10px rgba(0, 0, 0, 0.4); }
  .picture img {
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.parallax {
  overflow: hidden; }

.banner {
  padding-top: 407px;
  padding-bottom: 314px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner__wrapper .heading {
    line-height: 42px;
    margin: 50px 0; }
    @media (max-width: 1023.98px) {
      .banner__wrapper .heading {
        font-size: 16px;
        line-height: 20px;
        margin: 25px 0; } }
    .banner__wrapper .heading span {
      font-weight: 800;
      background-color: #0B8AD9;
      padding: 5px 12px; }
      @media (max-width: 767.98px) {
        .banner__wrapper .heading span {
          padding: 5px 0;
          line-height: 40px; } }
  @media (min-width: 768px) {
    .banner__wrapper h3:first-child {
      margin-bottom: 0; }
    .banner__wrapper h3:nth-child(2) {
      margin-top: 0; } }
  @media (max-width: 1439.98px) {
    .banner__wrapper {
      padding: 0 40px; } }
  @media (max-width: 1023.98px) {
    .banner {
      padding-top: 187px;
      padding-bottom: 118px; } }
  .banner.has-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .banner.has-video::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-image: linear-gradient(180deg, rgba(2, 23, 64, 0) 24.01%, rgba(2, 23, 64, 0.4875) 88.15%);
      background-size: cover;
      z-index: 0;
      background-repeat: no-repeat;
      background-position: center; }
    .banner.has-video video {
      position: absolute;
      left: 0;
      top: 0;
      min-width: 100%;
      height: 100%;
      display: inline-block;
      z-index: -1;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 767.98px) {
      .banner.has-video .banner__wrapper {
        padding: 0; } }
    .banner.has-video .big-heading {
      font-size: 36px;
      line-height: 42px;
      font-weight: 600;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .banner.has-video .big-heading {
          font-size: 30px;
          line-height: 40px; } }
    @media (min-width: 768px) {
      .banner.has-video .heading {
        line-height: 80px; } }

ul {
  margin: 30px 0;
  padding: 0 0 0 20px; }

.nav--menu > li > a,
.nav--menu > li > span, .nav--menu > li.group--search, .nav--dropdown > li > a,
.nav--dropdown > li > span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: ease-in-out 350ms;
  transition-property: background-color, color, border, opacity; }
  .nav--menu > li > a svg, .nav--menu > li > span svg, .nav--menu > li.group--search svg, .nav--dropdown > li > a svg, .nav--dropdown > li > span svg {
    transition: ease-in-out 350ms;
    transition-property: fill, opacity; }

.nav--menu, .nav--dropdown {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav--menu {
  width: 100%; }
  .nav--menu > li {
    position: relative;
    display: block;
    flex: 1 1 auto; }
  @media (min-width: 1024px) {
    .nav--menu {
      display: flex;
      justify-content: flex-start; } }
  @media (max-width: 1023.98px) {
    .nav--menu {
      display: block; } }

.nav--menu {
  margin-top: 150px; }
  .nav--menu > li {
    position: relative;
    flex: 0 1 auto; }
    .nav--menu > li > a,
    .nav--menu > li > span {
      justify-content: space-between;
      padding: 0 40px 0 40px;
      height: 68px;
      line-height: 68px;
      font-size: 24px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background: #16255b;
      color: #ffffff; }
      .nav--menu > li > a span,
      .nav--menu > li > span span {
        flex: 1 1 auto; }
      .nav--menu > li > a .icon:first-child,
      .nav--menu > li > span .icon:first-child {
        margin-left: -30px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        fill: #ffffff;
        transition: ease-in-out 350ms;
        transition-property: fill; }
      .nav--menu > li > a .icon--caret-down,
      .nav--menu > li > span .icon--caret-down {
        width: 8px;
        height: 5px;
        margin-left: 10px;
        margin-right: -20px;
        fill: #ffffff;
        transition: ease-in-out 350ms;
        transition-property: fill; }
      .nav--menu > li > a:hover, .nav--menu > li > a.active,
      .nav--menu > li > span:hover,
      .nav--menu > li > span.active {
        background: #ffffff;
        color: #16255b; }
        .nav--menu > li > a:hover .icon, .nav--menu > li > a.active .icon,
        .nav--menu > li > span:hover .icon,
        .nav--menu > li > span.active .icon {
          fill: #16255b; }
      .nav--menu > li > a.empty span,
      .nav--menu > li > a.empty .icon,
      .nav--menu > li > span.empty span,
      .nav--menu > li > span.empty .icon {
        opacity: 0.5; }
    .nav--menu > li.group--search {
      flex: 1 1 auto;
      margin-left: 5px;
      background: rgba(22, 37, 91, 0.6); }
      .nav--menu > li.group--search .icon {
        fill: rgba(255, 255, 255, 0.5);
        margin-left: 15px;
        margin-right: 10px; }
      .nav--menu > li.group--search .form--control {
        flex: 1 1 auto;
        margin-right: 10px;
        -webkit-appearance: none;
                appearance: none;
        outline: none;
        background: none;
        border: none;
        font-size: 19px;
        font-weight: 500;
        font-family: "Mulish", sans-serif;
        color: white;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .nav--menu > li.group--search .form--control:-ms-input-placeholder {
          font-size: 19px;
          font-weight: 500;
          font-family: "Mulish", sans-serif;
          color: rgba(255, 255, 255, 0.5); }
        .nav--menu > li.group--search .form--control::placeholder {
          font-size: 19px;
          font-weight: 500;
          font-family: "Mulish", sans-serif;
          color: rgba(255, 255, 255, 0.5); }
      @media (max-width: 1023.98px) {
        .nav--menu > li.group--search {
          min-height: 60px;
          margin: 0; } }
  .nav--menu > li + li:not(.group--search):after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.15); }
  .nav--menu.nav--menu--primary > li {
    flex: 1 1 auto; }
  .nav--menu.fixed {
    margin-top: 150px;
    position: fixed;
    max-width: 1517px;
    z-index: 100;
    top: 10px;
    margin: 0;
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1439.98px) {
    .nav--menu > li > a,
    .nav--menu > li > span {
      padding: 0 20px;
      height: 56px;
      line-height: 56px;
      font-size: 19px; }
      .nav--menu > li > a .icon:first-child,
      .nav--menu > li > span .icon:first-child {
        margin-left: -10px;
        margin-right: 10px;
        width: 30px;
        height: 30px; }
      .nav--menu > li > a .icon--caret-down,
      .nav--menu > li > span .icon--caret-down {
        width: 8px;
        height: 5px;
        margin-left: 7px;
        margin-right: -7px; } }

.nav--select {
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #16255b;
  padding-bottom: 10px;
  margin: 0;
  max-height: 408px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .nav--select > li > .option {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #16255b; }
    .nav--select > li > .option span {
      display: block;
      text-transform: lowercase;
      text-overflow: ellipsis;
      overflow: hidden; }
  .nav--select > li > .option--picture img {
    display: block;
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    border: 2px solid #f3f4f6;
    padding: 2px;
    box-sizing: border-box; }
  .nav--select > li:hover > .option, .nav--select > li.active > .option {
    background: #f3f4f6;
    color: #16255b; }
  .nav--select > li.active > .option span {
    font-weight: 600;
    color: #dc1216; }
  .nav--select > li.active > .option img {
    border-color: #dc1216; }
  .nav--select > li.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .nav--select::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px; }
  .nav--select::-webkit-scrollbar-button {
    display: none; }
  .nav--select::-webkit-scrollbar-button:hover {
    display: none; }
  .nav--select::-webkit-scrollbar-thumb {
    background-color: #f3f4f6;
    box-shadow: none;
    border-radius: 3px; }
    .nav--select::-webkit-scrollbar-thumb:hover {
      background-color: #f3f4f6; }
  .nav--select::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px; }
    .nav--select::-webkit-scrollbar-track:hover {
      background-color: transparent; }
  @media (min-width: 1024px) {
    .nav--select > li > .option {
      padding: 10px 20px 10px 40px; } }
  @media (max-width: 1023.98px) {
    .nav--select > li > .option {
      padding: 10px 10px 10px 30px; }
      .nav--select > li > .option span {
        font-size: 18px; } }
  @media (max-width: 767.98px) {
    .nav--select > li > .option {
      padding: 10px 20px; } }

.dropdown-item:not(.dropped) {
  display: none; }

.dropdown {
  display: none;
  position: absolute;
  max-height: 350px;
  top: -22px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: white;
  box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.2); }
  .dropdown.dropped {
    display: block; }
  .dropdown::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px; }
  .dropdown::-webkit-scrollbar-button {
    display: none; }
  .dropdown::-webkit-scrollbar-button:hover {
    display: none; }
  .dropdown::-webkit-scrollbar-thumb {
    background-color: rgba(22, 37, 91, 0.15);
    box-shadow: none;
    border-radius: 3px; }
    .dropdown::-webkit-scrollbar-thumb:hover {
      background-color: rgba(22, 37, 91, 0.15); }
  .dropdown::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px; }
    .dropdown::-webkit-scrollbar-track:hover {
      background-color: transparent; }
  .dropdown > .category {
    position: relative;
    margin-top: 18px;
    margin-bottom: -20px;
    padding: 0 40px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    color: black;
    z-index: 2; }
  .dropdown--with-icons > .category {
    padding: 0 40px 0 60px; }
  @media (max-width: 1439.98px) {
    .dropdown > .category {
      margin-top: 18px;
      margin-bottom: -20px;
      padding: 0 20px; } }

.nav--dropdown {
  padding-top: 22px; }
  .nav--dropdown > li {
    position: relative;
    display: block;
    flex: 1 1 auto; }
    .nav--dropdown > li > a,
    .nav--dropdown > li > span {
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 24px;
      line-height: 1;
      padding: 20px 40px;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: 0;
      animation-name: nav-dropdown;
      animation-duration: 350ms;
      animation-fill-mode: forwards;
      background: #ffffff;
      color: #16255b; }
      .nav--dropdown > li > a .icon:first-child,
      .nav--dropdown > li > span .icon:first-child {
        margin-left: -30px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        fill: #16255b;
        transition: ease-in-out 350ms;
        transition-property: fill; }
      .nav--dropdown > li > a:hover, .nav--dropdown > li > a.active,
      .nav--dropdown > li > span:hover,
      .nav--dropdown > li > span.active {
        background: rgba(22, 37, 91, 0.05); }
  .nav--dropdown > li + li {
    border-top: 1px solid rgba(22, 37, 91, 0.15); }
  @media (min-width: 1024px) {
    .nav--dropdown {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch; } }
  @media (max-width: 1439.98px) {
    .nav--dropdown > li > a,
    .nav--dropdown > li > span {
      font-size: 19px;
      padding: 20px; }
      .nav--dropdown > li > a .icon:first-child,
      .nav--dropdown > li > span .icon:first-child {
        margin-left: -10px;
        margin-right: 5px;
        width: 30px;
        height: 30px; } }
  @media (max-width: 1023.98px) {
    .nav--dropdown {
      display: block; } }
  .nav--dropdown li:nth-of-type(1) > a,
  .nav--dropdown li:nth-of-type(1) > span {
    animation-delay: 40ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(2) > a,
  .nav--dropdown li:nth-of-type(2) > span {
    animation-delay: 80ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(3) > a,
  .nav--dropdown li:nth-of-type(3) > span {
    animation-delay: 120ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(4) > a,
  .nav--dropdown li:nth-of-type(4) > span {
    animation-delay: 160ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(5) > a,
  .nav--dropdown li:nth-of-type(5) > span {
    animation-delay: 200ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(6) > a,
  .nav--dropdown li:nth-of-type(6) > span {
    animation-delay: 240ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(7) > a,
  .nav--dropdown li:nth-of-type(7) > span {
    animation-delay: 280ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(8) > a,
  .nav--dropdown li:nth-of-type(8) > span {
    animation-delay: 320ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(9) > a,
  .nav--dropdown li:nth-of-type(9) > span {
    animation-delay: 360ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(10) > a,
  .nav--dropdown li:nth-of-type(10) > span {
    animation-delay: 400ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(11) > a,
  .nav--dropdown li:nth-of-type(11) > span {
    animation-delay: 440ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(12) > a,
  .nav--dropdown li:nth-of-type(12) > span {
    animation-delay: 480ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(13) > a,
  .nav--dropdown li:nth-of-type(13) > span {
    animation-delay: 520ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(14) > a,
  .nav--dropdown li:nth-of-type(14) > span {
    animation-delay: 560ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(15) > a,
  .nav--dropdown li:nth-of-type(15) > span {
    animation-delay: 600ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(16) > a,
  .nav--dropdown li:nth-of-type(16) > span {
    animation-delay: 640ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(17) > a,
  .nav--dropdown li:nth-of-type(17) > span {
    animation-delay: 680ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(18) > a,
  .nav--dropdown li:nth-of-type(18) > span {
    animation-delay: 720ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(19) > a,
  .nav--dropdown li:nth-of-type(19) > span {
    animation-delay: 760ms;
    animation-duration: 350ms; }
  .nav--dropdown li:nth-of-type(20) > a,
  .nav--dropdown li:nth-of-type(20) > span {
    animation-delay: 800ms;
    animation-duration: 350ms; }

.category + .nav--dropdown {
  padding-top: 0; }

@keyframes nav-dropdown {
  from {
    opacity: 0;
    transform: translateX(-20px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.blue-banner {
  padding: 115px 0;
  background-color: #0B8AD9; }
  .blue-banner__content {
    padding: 0 157px;
    position: relative; }
    .blue-banner__content .pharagraph {
      color: #ffffff;
      font-weight: 700;
      font-style: italic;
      z-index: 1;
      position: relative; }
      @media (max-width: 1023.98px) {
        .blue-banner__content .pharagraph {
          font-size: 15px;
          line-height: 19px; } }
    .blue-banner__content .primary-title-background {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 0;
      color: transparent;
      font-weight: 900;
      font-size: 250px;
      line-height: 350px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Open Sans Condensed", sans-serif;
      margin: 0;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #0C9DF7;
      width: 100%; }
      @media screen and (max-width: 1800px) {
        .blue-banner__content .primary-title-background {
          font-size: 200px; } }
      @media (max-width: 1439.98px) {
        .blue-banner__content .primary-title-background {
          font-size: 200px;
          line-height: 200px; } }
      @media (max-width: 1023.98px) {
        .blue-banner__content .primary-title-background {
          display: none; } }
    @media (max-width: 1023.98px) {
      .blue-banner__content {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  @media (max-width: 1023.98px) {
    .blue-banner {
      padding: 30px 0; } }

.tour {
  padding: 150px 0; }
  @media (max-width: 1023.98px) {
    .tour {
      padding: 30px 0; } }
  .tour .white-logo {
    max-width: 232px;
    max-height: 68px;
    width: 100%;
    fill: #ffffff; }
    @media (max-width: 1023.98px) {
      .tour .white-logo {
        max-width: 102px;
        max-height: 30px; } }
  .tour .pharagraph {
    font-weight: 700;
    max-width: 1236px;
    margin: 26px auto; }
    @media (max-width: 1023.98px) {
      .tour .pharagraph {
        font-size: 15px;
        line-height: 19px;
        margin-top: 5px; } }
  .tour .button-wrapper .btn-blue {
    width: 294px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; }
    .tour .button-wrapper .btn-blue:hover {
      color: #0B8AD9; }
    .tour .button-wrapper .btn-blue:focus {
      color: #0B8AD9; }
    @media (max-width: 1023.98px) {
      .tour .button-wrapper .btn-blue {
        width: 220px;
        height: 44px; } }

.banner-box {
  padding: 190px 0; }
  .banner-box__content {
    position: relative;
    border-radius: 4px;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31));
    height: 100%; }
    .banner-box__content::before {
      background-image: linear-gradient(180deg, rgba(2, 23, 64, 0) 2.97%, rgba(2, 23, 64, 0.39) 79.68%);
      border-radius: 4px;
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 1; }
      @media (max-width: 1023.98px) {
        .banner-box__content::before {
          display: none; } }
    .banner-box__content .text-block {
      position: absolute;
      bottom: 73px;
      left: 73px;
      max-width: 700px; }
      .banner-box__content .text-block .pharagraph-small {
        margin-bottom: 35px;
        margin-top: 0; }
        @media (max-width: 1023.98px) {
          .banner-box__content .text-block .pharagraph-small {
            font-size: 15px;
            line-height: 19px;
            margin-bottom: 24px; } }
      @media (max-width: 1023.98px) {
        .banner-box__content .text-block {
          position: unset;
          bottom: unset;
          left: unset;
          max-width: unset; } }
    .banner-box__content img {
      height: 100%;
      border-radius: 4px; }
      @media (max-width: 1023.98px) {
        .banner-box__content img {
          height: auto; } }
    @media (max-width: 1023.98px) {
      .banner-box__content {
        position: unset; } }
  @media (max-width: 1023.98px) {
    .banner-box {
      padding: 60px 0;
      background-color: #0B8AD9; } }

.banner-text-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain !important; }
  .banner-text-img .contain-row {
    display: flex;
    align-items: center; }
  @media (min-width: 1440px) {
    .banner-text-img__right {
      max-width: 710px; } }
  .banner-text-img__right .pharagraph-small {
    margin-bottom: 30px; }
  .banner-text-img__right .primary-title {
    margin-top: 0; }
    @media (max-width: 1023.98px) {
      .banner-text-img__right .primary-title {
        margin-top: 15px;
        margin-bottom: 10px; } }
    .banner-text-img__right .primary-title.title-with-border::before {
      display: none; }
  @media (max-width: 1023.98px) {
    .banner-text-img__left {
      max-width: 227px;
      margin: auto; } }
  @media (max-width: 1023.98px) {
    .banner-text-img {
      background-size: cover !important;
      padding: 36px 0; } }

.numbers {
  padding-top: 230px; }
  @media (max-width: 1023.98px) {
    .numbers {
      padding-top: 84px; } }
  .numbers .logo-heading {
    justify-content: center;
    margin-bottom: 110px; }
    .numbers .logo-heading .primary-title {
      font-weight: 900;
      font-size: 71.2px;
      line-height: 60px;
      text-transform: uppercase;
      margin: 0;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 1023.98px) {
        .numbers .logo-heading .primary-title {
          font-size: 38px;
          align-items: center;
          justify-content: center; } }
    .numbers .logo-heading .icon-container {
      display: flex;
      align-items: flex-end; }
      .numbers .logo-heading .icon-container svg {
        height: 124px;
        width: 424px; }
        @media (max-width: 1023.98px) {
          .numbers .logo-heading .icon-container svg {
            height: 67px;
            width: 229px; } }
    @media (max-width: 1023.98px) {
      .numbers .logo-heading {
        flex-direction: column;
        margin-bottom: 44px; } }
  .numbers .primary-title {
    margin: 0; }
    @media (max-width: 1023.98px) {
      .numbers .primary-title {
        font-size: 48px;
        line-height: 60px; } }
  .numbers .button-wrapper {
    margin-top: 38px; }
    .numbers .button-wrapper .btn {
      width: 294px;
      height: 50px; }
    @media (max-width: 1023.98px) {
      .numbers .button-wrapper {
        margin-top: 0; } }
  .numbers .pharagraph {
    margin: 0 auto;
    font-weight: 800; }
    @media (min-width: 1440px) {
      .numbers .pharagraph {
        max-width: 166px; } }
    @media (max-width: 1023.98px) {
      .numbers .pharagraph {
        font-size: 18px;
        line-height: 23px; } }
  .numbers .icon-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .numbers .icon-container svg {
      width: 137px;
      fill: #ffffff;
      height: auto; }
      @media (max-width: 1023.98px) {
        .numbers .icon-container svg {
          width: 98px;
          height: 78px; } }
  @media (max-width: 1023.98px) {
    .numbers .col-md-3 {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 45px; } }

.three-box {
  padding-top: 216px;
  padding-bottom: 240px; }
  @media (max-width: 1023.98px) {
    .three-box {
      padding-top: 94px;
      padding-bottom: 84px; } }
  .three-box .primary-title {
    font-weight: 600; }
    .three-box .primary-title span {
      font-weight: 800; }
    @media (max-width: 1023.98px) {
      .three-box .primary-title {
        font-size: 36px;
        line-height: 45px; } }
  .three-box__content {
    position: relative;
    transition: all .3s; }
    .three-box__content .content {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 30px; }
      .three-box__content .content .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
        margin: 0;
        font-family: "Mulish", sans-serif; }
        @media (max-width: 1023.98px) {
          .three-box__content .content .title {
            font-size: 28px;
            line-height: 35px; } }
      .three-box__content .content .text {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;
        font-family: "Mulish", sans-serif;
        display: none;
        margin-top: 13px; }
        @media (max-width: 1023.98px) {
          .three-box__content .content .text {
            display: block; } }
      @media (max-width: 1023.98px) {
        .three-box__content .content {
          top: 60px;
          padding: 0 20px; } }
    .three-box__content .image {
      display: flex; }
      .three-box__content .image .img {
        border-radius: 4px 4px 0 0; }
      @media (max-width: 1023.98px) {
        .three-box__content .image {
          height: 100%; } }
    .three-box__content .button-wrapper {
      position: absolute;
      bottom: -112px;
      left: 0;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      width: 100%;
      border-radius: 0 0 4px 4px; }
      .three-box__content .button-wrapper .btn {
        width: 100%;
        border-radius: 4px;
        height: 52px;
        font-size: 16px;
        line-height: 20px; }
        .three-box__content .button-wrapper .btn:hover {
          color: #ffffff;
          background-color: #0B8AD9;
          opacity: 0.9; }
        @media (max-width: 1023.98px) {
          .three-box__content .button-wrapper .btn {
            height: 37px;
            display: flex;
            align-items: center;
            justify-content: center; } }
      @media (max-width: 1023.98px) {
        .three-box__content .button-wrapper {
          padding: 22px;
          bottom: 0; } }
    .three-box__content:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(11, 138, 217, 0) 0%, rgba(11, 138, 217, 0.6) 100%);
      border-radius: 4px 4px 0px 0px; }
      @media (max-width: 1023.98px) {
        .three-box__content:before {
          background: rgba(5, 59, 166, 0.85);
          border-radius: 4px 4px 0 0;
          transition: .3s; } }
    .three-box__content:hover .text {
      display: block; }
    .three-box__content:hover:before {
      background: rgba(5, 59, 166, 0.85);
      border-radius: 4px 4px 0 0;
      transition: .3s; }
    @media (max-width: 1023.98px) {
      .three-box__content {
        height: 360px;
        margin-bottom: 28px; } }
  @media (max-width: 1023.98px) {
    .three-box .col-md-4 {
      display: flex;
      justify-content: center; } }

.news {
  padding-bottom: 200px; }
  @media (max-width: 1023.98px) {
    .news .primary-title {
      font-size: 36px;
      line-height: 45px; } }
  .news__grid .news-box {
    background-color: #ffffff; }
    .news__grid .news-box .box-content {
      padding: 17px 25px; }
      .news__grid .news-box .box-content .date {
        font-size: 12px;
        line-height: 15px;
        color: #6E798C;
        font-weight: 400;
        font-family: "Mulish", sans-serif; }
      .news__grid .news-box .box-content .title {
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        margin: 11px 0;
        text-transform: capitalize !important;
        max-height: 50px;
        overflow: hidden; }
      .news__grid .news-box .box-content .pharagraph-small {
        font-size: 14px;
        line-height: 18px;
        font-family: "Open Sans Condensed", sans-serif;
        text-transform: capitalize !important;
        max-height: 54px;
        overflow: hidden; }
    .news__grid .news-box .image {
      width: 100%;
      height: 100%;
      display: flex;
      max-height: 160px; }
      .news__grid .news-box .image .img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .news__grid .news-box .news-box-btn {
      margin-top: 0;
      margin-right: 12px;
      padding-bottom: 25px;
      display: flex;
      justify-content: flex-end; }
      .news__grid .news-box .news-box-btn .read-more {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 148px;
        height: 32px;
        font-size: 15px;
        line-height: 18px;
        color: #fff !important; }
        .news__grid .news-box .news-box-btn .read-more:hover {
          color: #fff;
          background-color: #0b8ad9;
          opacity: .9; }
  @media only screen and (max-width: 767px) {
    .news__grid .news-slider .swiper-slide {
      opacity: 0.5; }
      .news__grid .news-slider .swiper-slide.swiper-slide-active {
        opacity: 1; } }
  .news .button-wrapper {
    margin-top: 45px; }
    .news .button-wrapper .btn-dark-blue {
      color: #ffffff; }
      .news .button-wrapper .btn-dark-blue:hover {
        color: #053BA6; }
      .news .button-wrapper .btn-dark-blue:focus {
        color: #0B8AD9; }
      @media (max-width: 1023.98px) {
        .news .button-wrapper .btn-dark-blue {
          width: 100%; } }

.hero-dark-blue {
  padding-top: 390px; }
  @media (max-width: 1023.98px) {
    .hero-dark-blue {
      padding-top: 205px; } }
  .hero-dark-blue__wrapper .heading {
    padding-bottom: 278px;
    line-height: 80px;
    font-weight: 800;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .hero-dark-blue__wrapper .heading {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 150px; } }
    @media (max-width: 767.98px) {
      .hero-dark-blue__wrapper .heading {
        font-size: 36px;
        line-height: 45px; } }
  .hero-dark-blue__wrapper.with-content-bottom {
    padding-bottom: 125px; }
    .hero-dark-blue__wrapper.with-content-bottom .heading {
      padding-bottom: 180px;
      font-size: 60px;
      line-height: 70px; }
      @media (max-width: 1023.98px) {
        .hero-dark-blue__wrapper.with-content-bottom .heading {
          font-size: 38px;
          line-height: 45px;
          padding-bottom: 50px; } }
    .hero-dark-blue__wrapper.with-content-bottom .pharagraph {
      font-weight: 800;
      padding-bottom: 40px; }
      @media (min-width: 1024px) {
        .hero-dark-blue__wrapper.with-content-bottom .pharagraph {
          max-width: 810px;
          margin: auto; } }
    .hero-dark-blue__wrapper.with-content-bottom .pharagraph-small {
      margin-top: 0;
      margin-bottom: 25px; }
      @media (max-width: 1023.98px) {
        .hero-dark-blue__wrapper.with-content-bottom .pharagraph-small {
          font-size: 14px; } }
    @media (max-width: 1023.98px) {
      .hero-dark-blue__wrapper.with-content-bottom {
        padding-bottom: 80px; } }
  .hero-dark-blue.dark-overlay {
    position: relative; }
    .hero-dark-blue.dark-overlay::before {
      content: "";
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(1, 14, 38, 0) 36.79%, #010E26 92.89%);
      position: absolute; }
  .hero-dark-blue.bright-overlay {
    position: relative; }
    .hero-dark-blue.bright-overlay::before {
      content: "";
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(11, 138, 217, 0) 11.83%, #0b8ad9 79.75%);
      position: absolute; }
  .hero-dark-blue.contact-hero {
    padding-top: 230px;
    padding-bottom: 55px; }
    @media (max-width: 1023.98px) {
      .hero-dark-blue.contact-hero {
        padding-bottom: 100px; } }
    .hero-dark-blue.contact-hero .big-heading {
      margin: 0; }
    .hero-dark-blue.contact-hero .description {
      font-size: 24px;
      line-height: 34px;
      color: #ffffff;
      margin-top: 30px;
      margin-bottom: 0; }
      @media (max-width: 1023.98px) {
        .hero-dark-blue.contact-hero .description {
          font-size: 20px;
          line-height: 28px; } }
    .hero-dark-blue.contact-hero .heading {
      font-size: 60px;
      line-height: 75px;
      color: #ffffff;
      padding-bottom: 110px; }
      @media (min-width: 1440px) {
        .hero-dark-blue.contact-hero .heading {
          max-width: 800px;
          margin: auto; } }
      @media (max-width: 1023.98px) {
        .hero-dark-blue.contact-hero .heading {
          font-size: 45px;
          line-height: 55px;
          padding-bottom: 50px; } }
  .hero-dark-blue.organi-societari-hero::before {
    background: linear-gradient(180deg, rgba(1, 14, 38, 0) 24.69%, #010E26 83.3%); }
  .hero-dark-blue.organi-societari-hero .heading {
    padding-bottom: 146px;
    font-size: 60px;
    line-height: 75px;
    color: #ffffff; }
    @media (max-width: 1023.98px) {
      .hero-dark-blue.organi-societari-hero .heading {
        padding-bottom: 80px;
        font-size: 45px;
        line-height: 55px; } }
  .hero-dark-blue.organi-societari-hero .pharagraph-small {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .hero-dark-blue.organi-societari-hero .pharagraph-small {
        font-size: 15px;
        line-height: 19px; } }
  .hero-dark-blue.not-found-hero {
    padding-bottom: 290px; }
    @media (max-width: 1023.98px) {
      .hero-dark-blue.not-found-hero {
        padding-bottom: 100px !important; } }
    .hero-dark-blue.not-found-hero:before {
      background: linear-gradient(180deg, #010e26 19.88%, #053ba6 100%);
      mix-blend-mode: normal; }
    .hero-dark-blue.not-found-hero .heading {
      font-size: 120px;
      line-height: 150px;
      color: #ffffff;
      padding-bottom: 0; }
      @media (max-width: 1023.98px) {
        .hero-dark-blue.not-found-hero .heading {
          font-size: 80px;
          line-height: 90px; } }
    .hero-dark-blue.not-found-hero .pharagraph {
      text-align: center;
      color: #ffffff;
      margin-top: 34px;
      margin-bottom: 60px; }
    .hero-dark-blue.not-found-hero .button-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .hero-dark-blue.not-found-hero .button-wrapper .btn-blue {
        width: 293px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center; }

.open-accordion .accordion-closed {
  padding: 80px 0; }
  @media (max-width: 1023.98px) {
    .open-accordion .accordion-closed {
      padding: 50px 0; } }
  .open-accordion .accordion-closed .heading {
    margin: 0;
    line-height: 80px;
    font-weight: 800; }
    @media (max-width: 1439.98px) {
      .open-accordion .accordion-closed .heading {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 1023.98px) {
      .open-accordion .accordion-closed .heading {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767.98px) {
      .open-accordion .accordion-closed .heading {
        font-size: 24px;
        line-height: 30px; } }
  .open-accordion .accordion-closed .pharagraph-small {
    font-weight: 600; }
    @media (max-width: 1023.98px) {
      .open-accordion .accordion-closed .pharagraph-small {
        font-size: 14px; } }

.open-accordion .icon-container {
  background-color: #0B8AD9;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 32px;
  cursor: pointer; }
  .open-accordion .icon-container svg {
    fill: #ffffff;
    width: 20px;
    height: 20px; }
  .open-accordion .icon-container .minus {
    display: none; }
  .open-accordion .icon-container.active .plus {
    display: none; }
  .open-accordion .icon-container.active .minus {
    display: block; }

.open-accordion .open-content {
  display: none; }
  .open-accordion .open-content .heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 1023.98px) {
      .open-accordion .open-content .heading {
        font-size: 30px;
        line-height: 35px;
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .open-accordion .open-content .content {
      padding-left: 50px; } }
  @media (max-width: 1023.98px) {
    .open-accordion .open-content .content .heading {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 20px;
      margin-top: 15px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .open-accordion .open-content .row-reverse .content {
      padding-left: 0;
      padding-right: 50px; } }
  .open-accordion .open-content .space-row {
    padding-top: 200px; }
    @media (max-width: 1023.98px) {
      .open-accordion .open-content .space-row {
        padding-top: 70px; } }
  .open-accordion .open-content .pharagraph {
    font-weight: 700; }
  .open-accordion .open-content .pharagraph-small {
    font-weight: 600; }
  .open-accordion .open-content .button-wrapper {
    margin-top: 30px; }
    @media (max-width: 1023.98px) {
      .open-accordion .open-content .button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .open-accordion .open-content .button-wrapper .btn {
      width: 292px;
      height: 50px; }
      @media (max-width: 767.98px) {
        .open-accordion .open-content .button-wrapper .btn {
          width: 100%; } }
  .open-accordion .open-content [class*="col"] {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.open-accordion .open-content.toggled {
  display: block; }

.open-accordion .image-wrapper {
  max-width: 383px;
  max-height: 383px;
  height: 100%;
  border: 12px solid transparent;
  transition: 300ms; }
  @media (max-width: 1023.98px) {
    .open-accordion .image-wrapper {
      margin: auto; } }
  .open-accordion .image-wrapper img {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.31);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .open-accordion .image-wrapper:hover {
    border: 12px solid #053BA6;
    box-sizing: border-box;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31));
    cursor: pointer; }

.vigilo-4-you {
  padding-top: 280px;
  padding-bottom: 270px; }
  @media (min-width: 1024px) {
    .vigilo-4-you {
      min-height: 1130px; } }
  @media (max-width: 1023.98px) {
    .vigilo-4-you {
      padding-top: 200px;
      padding-bottom: 200px;
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .vigilo-4-you {
      padding-top: 150px;
      padding-bottom: 150px; } }
  .vigilo-4-you .image-wrapper {
    max-width: 895px;
    margin: auto;
    margin-bottom: 60px; }
    @media (max-width: 1439.98px) {
      .vigilo-4-you .image-wrapper {
        max-width: 400px; } }
    @media (max-width: 1023.98px) {
      .vigilo-4-you .image-wrapper {
        max-width: 221px;
        margin-bottom: 24px; } }
  .vigilo-4-you .heading {
    margin: 0;
    font-size: 42px;
    line-height: 53px;
    font-weight: 900;
    color: #053BA6; }
    @media (min-width: 1440px) {
      .vigilo-4-you .heading {
        max-width: 635px;
        margin: auto; } }
    @media (max-width: 1023.98px) {
      .vigilo-4-you .heading {
        font-size: 18px;
        line-height: 23px; } }
  .vigilo-4-you .button-wrapper {
    margin-top: 30px; }
    .vigilo-4-you .button-wrapper .btn-dark-blue {
      width: 292px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0; }
      .vigilo-4-you .button-wrapper .btn-dark-blue:hover {
        color: #ffffff;
        background-color: #209bd8; }

.special-services {
  padding-top: 170px;
  padding-bottom: 180px; }
  @media (max-width: 1023.98px) {
    .special-services {
      padding-bottom: 50px;
      padding-top: 0; } }
  .special-services .image-wrapper img {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.31); }
  .special-services .heading {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 42px;
    line-height: 53px;
    font-weight: 900; }
    @media (max-width: 1023.98px) {
      .special-services .heading {
        font-size: 36px;
        line-height: 45px;
        margin-top: 24px;
        margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .special-services .heading {
        font-size: 20px;
        line-height: 25px; } }
  .special-services .fixed-width {
    max-width: 918px;
    margin: auto;
    font-weight: 600;
    margin-bottom: 80px; }
    @media (max-width: 1023.98px) {
      .special-services .fixed-width {
        margin-bottom: 50px;
        font-size: 14px; } }
  .special-services .text-block {
    margin-bottom: 30px; }
    .special-services .text-block .block-title {
      margin: 0;
      color: #ffffff;
      font-size: 24px;
      line-height: 30px;
      font-weight: 700; }
      @media (max-width: 1023.98px) {
        .special-services .text-block .block-title {
          font-size: 18px;
          line-height: 25px; } }

.image-text {
  padding-bottom: 190px; }
  @media (max-width: 1023.98px) {
    .image-text {
      padding-bottom: 120px; } }
  .image-text .heading {
    font-size: 42px;
    line-height: 53px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 30px; }
    @media (max-width: 1023.98px) {
      .image-text .heading {
        font-size: 36px;
        line-height: 45px;
        margin-top: 24px;
        margin-bottom: 12px; } }
    @media (max-width: 767.98px) {
      .image-text .heading {
        font-size: 20px;
        line-height: 25px; } }
  .image-text .pharagraph-small {
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .image-text .pharagraph-small {
        font-size: 14px; } }
  .image-text .button-wrapper {
    margin-top: 65px; }
    .image-text .button-wrapper .btn-dark-blue {
      width: 292px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 900; }
  @media (min-width: 1024px) {
    .image-text .content {
      padding-left: 50px; } }
  .image-text .image-wrapper {
    max-width: 460px;
    max-height: 460px;
    height: 100%; }
    @media (max-width: 1439.98px) {
      .image-text .image-wrapper {
        margin: auto; } }
    .image-text .image-wrapper img {
      box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.31);
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.service-content {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #F6F6F6; }
  .service-content .pharagraph {
    font-weight: 900;
    color: #053BA6; }
    @media (min-width: 1440px) {
      .service-content .pharagraph {
        max-width: 910px;
        margin: auto; } }
  .service-content .pharagraph-small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 0; }
  .service-content.beige-sec-big .pharagraph {
    margin-bottom: 60px; }
  .service-content .icon-container svg {
    fill: #E7E7E7; }

.bright-blue-bcg {
  background-color: #0B8AD9;
  padding-top: 220px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .bright-blue-bcg {
      margin-top: -160px; } }
  @media (max-width: 1023.98px) {
    .bright-blue-bcg {
      padding-top: 70px; } }
  .bright-blue-bcg .heading {
    line-height: 45px;
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    margin: 50px 0; }
    .bright-blue-bcg .heading.thinner {
      font-weight: 400;
      line-height: 30px;
      font-size: 24px; }
      @media (max-width: 767.98px) {
        .bright-blue-bcg .heading.thinner {
          font-size: 20px; } }
    @media (max-width: 1023.98px) {
      .bright-blue-bcg .heading {
        font-size: 26px;
        line-height: 35px; } }
    @media (max-width: 767.98px) {
      .bright-blue-bcg .heading {
        font-size: 20px;
        line-height: 30px; } }
  .bright-blue-bcg .smaller-heading {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    margin: 50px 0; }
    @media (max-width: 767.98px) {
      .bright-blue-bcg .smaller-heading {
        font-size: 20px; } }
  .bright-blue-bcg .pharagraph-small {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
    color: #ffffff; }

.list-section {
  padding-top: 70px;
  padding-bottom: 36px; }
  .list-section .heading {
    font-size: 24px;
    line-height: 30px;
    color: #0B8AD9;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 0; }
  .list-section .list {
    list-style: disc;
    margin-left: 20px; }
    .list-section .list .list-item {
      font-size: 20px;
      line-height: 25px;
      font-weight: 400;
      color: #0B8AD9;
      margin-bottom: 34px; }

.hero-small {
  position: relative;
  padding-top: 185px;
  padding-bottom: 100px; }
  .hero-small::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(11, 138, 217, 0.4), rgba(11, 138, 217, 0.4));
    position: absolute;
    mix-blend-mode: multiply; }
  .hero-small .primary-title {
    margin: 0; }
    @media (max-width: 1023.98px) {
      .hero-small .primary-title {
        font-size: 36px;
        line-height: 45px; } }
  .hero-small .pharagraph-small {
    margin: 20px 0; }
    @media (max-width: 1023.98px) {
      .hero-small .pharagraph-small {
        font-size: 14px;
        line-height: 18px; } }

.open-positions {
  background-color: #F7F7F7;
  padding-top: 83px;
  padding-bottom: 140px; }
  @media (max-width: 1023.98px) {
    .open-positions {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .open-positions .heading {
    font-size: 42px;
    line-height: 53px;
    color: #053BA6;
    text-align: center;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 50px; }
    @media (max-width: 1023.98px) {
      .open-positions .heading {
        font-size: 24px;
        line-height: 30px; } }
  .open-positions .position-box {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 24px; }
    .open-positions .position-box__content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 35px 50px; }
      @media (max-width: 1023.98px) {
        .open-positions .position-box__content {
          justify-content: flex-start;
          padding: 15px;
          flex-direction: column; } }
      .open-positions .position-box__content .left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-flow: row nowrap;
        flex: 1 1 0; }
        @media (max-width: 1023.98px) {
          .open-positions .position-box__content .left {
            flex-direction: column; } }
        .open-positions .position-box__content .left .location {
          width: 200px;
          justify-content: flex-start;
          margin-right: 30px; }
          @media (max-width: 1023.98px) {
            .open-positions .position-box__content .left .location {
              width: 100%;
              justify-content: center;
              margin-right: 0;
              margin-top: 24px; } }
          .open-positions .position-box__content .left .location .icon-place {
            align-items: center;
            justify-content: flex-end; }
            @media (max-width: 1023.98px) {
              .open-positions .position-box__content .left .location .icon-place {
                justify-content: flex-start; } }
          .open-positions .position-box__content .left .location .mobile-apply-button {
            justify-content: center; }
            @media (min-width: 1024px) {
              .open-positions .position-box__content .left .location .mobile-apply-button {
                display: none; } }
            .open-positions .position-box__content .left .location .mobile-apply-button svg {
              fill: #053BA6;
              width: 20px;
              height: 20px; }
      .open-positions .position-box__content .position {
        margin: 0; }
        @media (max-width: 1023.98px) {
          .open-positions .position-box__content .position {
            font-weight: 700;
            color: #053BA6;
            line-height: 20px; } }
    .open-positions .position-box .location {
      align-items: center; }
      .open-positions .position-box .location .icon-container {
        max-height: 17px;
        display: flex;
        align-items: center; }
        .open-positions .position-box .location .icon-container svg {
          width: 13px;
          height: 17px;
          fill: #929292; }
          @media (max-width: 1023.98px) {
            .open-positions .position-box .location .icon-container svg {
              fill: #053BA6;
              width: 9px;
              height: 11px; } }
      .open-positions .position-box .location .place {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        color: #929292;
        margin-left: 6px; }
        @media (max-width: 1023.98px) {
          .open-positions .position-box .location .place {
            font-size: 14px;
            line-height: 18px;
            font-weight: 700;
            color: #053BA6;
            margin-bottom: 0;
            margin-top: 0; } }
    .open-positions .position-box .button-wrapper .btn {
      font-weight: 900;
      width: 293px;
      height: 50px; }
      .open-positions .position-box .button-wrapper .btn:hover {
        color: #ffffff;
        background-color: #053BA6; }
      .open-positions .position-box .button-wrapper .btn:focus {
        color: #ffffff;
        background-color: #053BA6; }
    .open-positions .position-box .button-wrapper svg {
      display: none; }
    @media (max-width: 1023.98px) {
      .open-positions .position-box .button-wrapper {
        display: none; } }
    .open-positions .position-box:hover {
      background-color: #053BA6;
      transition: all 0.5s; }
      .open-positions .position-box:hover .position {
        color: #ffffff; }
      .open-positions .position-box:hover .location .icon-container svg {
        fill: #ffffff; }
      .open-positions .position-box:hover .location .place {
        color: #ffffff; }
      .open-positions .position-box:hover .button-wrapper .btn {
        color: #053BA6;
        background-color: #ffffff; }
        .open-positions .position-box:hover .button-wrapper .btn:hover {
          color: #053BA6;
          background-color: #ffffff; }
    .open-positions .position-box.active {
      background-color: #053BA6; }
      .open-positions .position-box.active .position-box__content .left {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .open-positions .position-box.active .position-box__content .left .location {
          width: 100%;
          justify-content: center;
          margin-right: 0; }
        @media screen and (min-width: 1024px) {
          .open-positions .position-box.active .position-box__content .left .position {
            margin-bottom: 10px; } }
      .open-positions .position-box.active .open-positionContent {
        display: flex;
        padding: 40px 50px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
        @media (max-width: 1023.98px) {
          .open-positions .position-box.active .open-positionContent {
            padding: 15px; } }
      .open-positions .position-box.active .position {
        color: #ffffff; }
      .open-positions .position-box.active .location .icon-container svg {
        fill: #ffffff; }
        .open-positions .position-box.active .location .icon-container svg.chevron-down {
          transform: rotate(180deg); }
      .open-positions .position-box.active .location .place {
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0; }
      .open-positions .position-box.active .button-wrapper .btn {
        display: none; }
      .open-positions .position-box.active .button-wrapper .icon-container {
        width: 34px;
        height: 34px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px; }
        .open-positions .position-box.active .button-wrapper .icon-container svg {
          display: block;
          width: 19px;
          height: 20px;
          transform: rotate(45deg);
          fill: #FF0B0B;
          cursor: pointer; }
  .open-positions .open-positionContent {
    display: none;
    background-color: #ffffff; }
    .open-positions .open-positionContent .row {
      align-items: flex-start; }
    .open-positions .open-positionContent__left {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      .open-positions .open-positionContent__left .pharagraph-small {
        font-size: 15px;
        line-height: 19px;
        color: #053BA6;
        margin-top: 0; }
      .open-positions .open-positionContent__left ul {
        list-style: disc;
        margin-left: 25px; }
        .open-positions .open-positionContent__left ul li {
          font-size: 15px;
          line-height: 19px;
          color: #053BA6; }
          .open-positions .open-positionContent__left ul li:last-child {
            margin-top: 35px; }
        .open-positions .open-positionContent__left ul.second-list-type {
          list-style: none;
          margin-top: 25px; }
      .open-positions .open-positionContent__left .go-to-apply {
        max-width: 440px;
        height: 52px;
        display: flex;
        align-items: center;
        margin-top: 50px;
        color: #ffffff !important; }
        .open-positions .open-positionContent__left .go-to-apply:hover {
          color: #053BA6 !important;
          background-color: transparent;
          border: 1px solid #053BA6; }
      .open-positions .open-positionContent__left .mobile-apply-button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .open-positions .open-positionContent__left .mobile-apply-button {
            display: none; } }
        .open-positions .open-positionContent__left .mobile-apply-button svg {
          fill: #053BA6;
          width: 20px;
          height: 20px; }
          .open-positions .open-positionContent__left .mobile-apply-button svg.chevron-down {
            transform: rotate(180deg); }
    .open-positions .open-positionContent .thank-messagge {
      max-width: 1230px;
      margin: auto;
      padding: 85px 0; }
      .open-positions .open-positionContent .thank-messagge .icon-container {
        width: 84px;
        height: 84px;
        background-color: #2AB930;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto; }
        .open-positions .open-positionContent .thank-messagge .icon-container svg {
          width: 50px;
          height: 50px;
          fill: #ffffff; }
          @media (max-width: 1023.98px) {
            .open-positions .open-positionContent .thank-messagge .icon-container svg {
              width: 30px;
              height: 30px; } }
        @media (max-width: 1023.98px) {
          .open-positions .open-positionContent .thank-messagge .icon-container {
            width: 62px;
            height: 62px; } }
      .open-positions .open-positionContent .thank-messagge .heading {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 42px;
        line-height: 53px;
        color: #2AB930;
        font-weight: 900; }
        @media (max-width: 1023.98px) {
          .open-positions .open-positionContent .thank-messagge .heading {
            font-size: 24px;
            line-height: 30px; } }
      .open-positions .open-positionContent .thank-messagge .pharagraph {
        margin: 0;
        font-size: 15px;
        line-height: 19px;
        color: #929292; }

.apply-form {
  padding-top: 59px;
  padding-bottom: 210px; }
  @media (max-width: 1023.98px) {
    .apply-form {
      padding-bottom: 120px; } }
  .apply-form .pharagraph {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #053BA6; }
  .apply-form .heading {
    font-size: 42px;
    line-height: 53px;
    color: #053BA6;
    text-align: center;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 50px; }
    @media (max-width: 1023.98px) {
      .apply-form .heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px; } }
  .apply-form .pharagraph-small {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #929292;
    margin-top: 0;
    margin-bottom: 70px; }
    @media (min-width: 1024px) {
      .apply-form .pharagraph-small {
        padding: 0 80px; } }
    @media (max-width: 1023.98px) {
      .apply-form .pharagraph-small {
        font-size: 14px;
        line-height: 18px; } }
  .apply-form form {
    max-width: 606px;
    margin: auto; }
    .apply-form form .form-group {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      margin-bottom: 24px; }
      .apply-form form .form-group label {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #053BA6;
        margin-bottom: 6px; }
      .apply-form form .form-group .form-control {
        height: 59px;
        border-radius: 4px;
        border: 1px solid #929292;
        color: #1A1A1A;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400; }
        .apply-form form .form-group .form-control:-ms-input-placeholder {
          color: #1A1A1A;
          font-size: 16px;
          line-height: 20px;
          font-weight: 400; }
        .apply-form form .form-group .form-control::placeholder {
          color: #1A1A1A;
          font-size: 16px;
          line-height: 20px;
          font-weight: 400; }
        .apply-form form .form-group .form-control.messagge-field {
          height: auto;
          resize: none;
          outline: none; }
    .apply-form form .form-submit-btn {
      margin-top: 41px; }
      .apply-form form .form-submit-btn .btn {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .apply-form form .form-submit-btn .btn:hover {
          color: #ffffff;
          background-color: #021740; }
    .apply-form form .custom-file {
      position: relative;
      cursor: pointer; }
      .apply-form form .custom-file svg {
        width: 16px;
        height: 20px;
        fill: #053BA6; }
      .apply-form form .custom-file .custom-file-input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
        z-index: 100; }
      .apply-form form .custom-file .file-list {
        list-style: none;
        padding: 0; }
      .apply-form form .custom-file .remove-list {
        cursor: pointer;
        margin-left: 10px; }
      .apply-form form .custom-file .custom-file-label {
        height: 59px;
        border-radius: 4px;
        border: 1px solid #929292;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px; }
        .apply-form form .custom-file .custom-file-label .file-name {
          font-size: 16px;
          line-height: 20px;
          font-weight: 400;
          color: #053BA6; }
        @media (max-width: 1023.98px) {
          .apply-form form .custom-file .custom-file-label {
            margin-bottom: 0; } }
    .apply-form form .checkbox-container {
      display: block;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 16px;
      line-height: 26px !important;
      font-weight: 600;
      color: #053BA6;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .apply-form form .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .apply-form form .checkbox-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 26px;
        width: 26px;
        background-color: #ffffff;
        border: 2px solid #688C32;
        border-radius: 4px; }
        .apply-form form .checkbox-container .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
      .apply-form form .checkbox-container:hover input ~ .checkmark {
        background-color: #ffffff; }
      .apply-form form .checkbox-container input:checked ~ .checkmark {
        background-color: #688C32; }
        .apply-form form .checkbox-container input:checked ~ .checkmark:after {
          display: block; }
      .apply-form form .checkbox-container .checkmark:after {
        left: 7px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }

.contact-form {
  max-width: 606px;
  margin: auto; }
  .contact-form .form-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    .contact-form .form-group label {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      color: #053BA6;
      margin-bottom: 6px; }
    .contact-form .form-group .form-control {
      height: 59px;
      border-radius: 4px;
      border: 1px solid #929292;
      color: #1A1A1A;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400; }
      .contact-form .form-group .form-control:-ms-input-placeholder {
        color: #1A1A1A;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400; }
      .contact-form .form-group .form-control::placeholder {
        color: #1A1A1A;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400; }
      .contact-form .form-group .form-control.messagge-field {
        height: auto;
        resize: none;
        outline: none; }
  .contact-form .form-submit-btn {
    margin-top: 41px; }
    .contact-form .form-submit-btn .btn {
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .contact-form .form-submit-btn .btn:hover {
        color: #ffffff;
        background-color: #021740; }
  .contact-form .custom-file {
    position: relative;
    cursor: pointer; }
    .contact-form .custom-file svg {
      width: 16px;
      height: 20px;
      fill: #053BA6; }
    .contact-form .custom-file .custom-file-input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      opacity: 0;
      z-index: 100; }
    .contact-form .custom-file .file-list {
      list-style: none;
      padding: 0; }
    .contact-form .custom-file .remove-list {
      cursor: pointer;
      margin-left: 10px; }
    .contact-form .custom-file .custom-file-label {
      height: 59px;
      border-radius: 4px;
      border: 1px solid #929292;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 10px; }
  .contact-form .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 600;
    color: #053BA6;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .contact-form .checkbox-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .contact-form .checkbox-container .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 26px;
      width: 26px;
      background-color: #ffffff;
      border: 2px solid #688C32;
      border-radius: 4px; }
      .contact-form .checkbox-container .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
    .contact-form .checkbox-container:hover input ~ .checkmark {
      background-color: #ffffff; }
    .contact-form .checkbox-container input:checked ~ .checkmark {
      background-color: #688C32; }
      .contact-form .checkbox-container input:checked ~ .checkmark:after {
        display: block; }
    .contact-form .checkbox-container .checkmark:after {
      left: 7px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

.thank-messagge {
  max-width: 1230px;
  margin: auto;
  padding: 85px 0; }
  .thank-messagge .icon-container {
    width: 84px;
    height: 84px;
    background-color: #2AB930;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto; }
    .thank-messagge .icon-container svg {
      width: 50px;
      height: 50px;
      fill: #ffffff; }
      @media (max-width: 1023.98px) {
        .thank-messagge .icon-container svg {
          width: 30px;
          height: 30px; } }
    @media (max-width: 1023.98px) {
      .thank-messagge .icon-container {
        width: 62px;
        height: 62px; } }
  .thank-messagge .heading {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 53px;
    color: #2AB930;
    font-weight: 900;
    text-align: center; }
    @media (max-width: 1023.98px) {
      .thank-messagge .heading {
        font-size: 24px;
        line-height: 30px; } }
  .thank-messagge .pharagraph {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    color: #929292;
    text-align: center; }

.hero-bright-blue {
  padding-top: 450px;
  padding-bottom: 150px; }
  @media (max-width: 1023.98px) {
    .hero-bright-blue {
      padding-top: 205px;
      padding-bottom: 100px; } }
  @media (min-width: 1440px) {
    .hero-bright-blue__wrapper {
      max-width: 990px; } }
  @media (max-width: 1023.98px) {
    .hero-bright-blue__wrapper {
      text-align: center; } }
  .hero-bright-blue__wrapper .category {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .hero-bright-blue__wrapper .category {
        font-size: 14px; } }
  @media (max-width: 1023.98px) {
    .hero-bright-blue__wrapper {
      padding-bottom: 80px; } }
  .hero-bright-blue__wrapper .title {
    line-height: 45px;
    font-weight: 800;
    margin: 0; }
    @media (max-width: 1023.98px) {
      .hero-bright-blue__wrapper .title {
        font-size: 26px;
        line-height: 35px; } }
  .hero-bright-blue__wrapper .date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0; }
  .hero-bright-blue__wrapper .button-wrapper {
    margin-top: 24px;
    justify-content: flex-start; }
    @media (max-width: 1023.98px) {
      .hero-bright-blue__wrapper .button-wrapper {
        justify-content: center; } }
    .hero-bright-blue__wrapper .button-wrapper .btn {
      font-size: 15px;
      line-height: 18px;
      font-weight: 700;
      width: 293px;
      height: 42px; }
  .hero-bright-blue__wrapper .small-heading.title {
    line-height: 53px;
    margin-bottom: 5px; }
    @media (max-width: 1023.98px) {
      .hero-bright-blue__wrapper .small-heading.title {
        line-height: 35px; } }
  .hero-bright-blue.bright-overlay {
    position: relative; }
    .hero-bright-blue.bright-overlay::before {
      content: "";
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(11, 138, 217, 0) 11.83%, #0b8ad9 79.75%);
      position: absolute; }
  .hero-bright-blue.hero-content-bottom {
    border-bottom: 20px solid #053BA6;
    padding-bottom: 48px;
    padding-top: 500px; }
    @media (max-width: 1023.98px) {
      .hero-bright-blue.hero-content-bottom {
        padding-top: 300px;
        padding-bottom: 0; } }
    .hero-bright-blue.hero-content-bottom .hero-bright-blue__wrapper {
      margin: auto;
      text-align: center; }
    .hero-bright-blue.hero-content-bottom.bright-overlay {
      position: relative; }
      .hero-bright-blue.hero-content-bottom.bright-overlay::before {
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(12, 11, 11, 0) 18.19%, rgba(12, 11, 11, 0.85) 71.16%);
        position: absolute; }

.all-news {
  background-color: #0B8AD9;
  padding-bottom: 290px; }
  @media (max-width: 1439.98px) {
    .all-news {
      padding-bottom: 150px; } }
  .all-news .heading {
    line-height: 80px;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px; }
    @media (max-width: 1023.98px) {
      .all-news .heading {
        line-height: 50px;
        font-size: 40px; } }
  .all-news .news-list {
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap; }
    @media (max-width: 1439.98px) {
      .all-news .news-list {
        flex-wrap: wrap;
        margin-bottom: 0; } }
    .all-news .news-list .item {
      flex: 0 0 20%;
      max-width: 20%;
      padding: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 60px; }
      @media (max-width: 1439.98px) {
        .all-news .news-list .item {
          flex: 0 0 50% !important;
          max-width: 50% !important;
          margin-bottom: 60px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .all-news .news-list .item:first-child {
            padding-left: 10px; }
          .all-news .news-list .item:last-child {
            padding-right: 10px; } }
      @media (max-width: 767.98px) {
        .all-news .news-list .item {
          flex: 0 0 100% !important;
          max-width: 100% !important; } }
    .all-news .news-list .news-box {
      background-color: #ffffff;
      border-radius: 4px; }
      .all-news .news-list .news-box .box-content {
        padding: 17px 25px; }
        .all-news .news-list .news-box .box-content .category-date {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .all-news .news-list .news-box .box-content .category-date .date {
            font-size: 12px;
            line-height: 15px;
            color: #6E798C;
            font-weight: 400;
            font-family: "Mulish", sans-serif; }
          .all-news .news-list .news-box .box-content .category-date .category {
            font-size: 12px;
            line-height: 15px;
            color: #6E798C;
            font-weight: 600;
            font-family: "Mulish", sans-serif; }
        .all-news .news-list .news-box .box-content .title {
          font-weight: 700;
          font-size: 20px;
          line-height: 25px;
          margin: 11px 0;
          color: #081F32; }
          @media (min-width: 768px) {
            .all-news .news-list .news-box .box-content .title {
              min-height: 75px;
              max-height: 75px; } }
        .all-news .news-list .news-box .box-content .pharagraph-small {
          font-size: 14px;
          line-height: 18px;
          font-family: "Open Sans Condensed", sans-serif;
          color: #374A59;
          min-height: 72px;
          max-height: 72px; }
      .all-news .news-list .news-box .image {
        width: 100%;
        height: 100%;
        display: flex;
        max-height: 160px;
        min-height: 160px; }
        @media (max-width: 1439.98px) {
          .all-news .news-list .news-box .image {
            max-height: 200px;
            min-height: 200px; } }
        @media (max-width: 1023.98px) {
          .all-news .news-list .news-box .image {
            max-height: 160px;
            min-height: 160px; } }
        .all-news .news-list .news-box .image img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .all-news .news-list .news-box .news-box-btn {
        margin-top: 0;
        margin-right: 12px;
        padding-bottom: 25px;
        display: flex;
        justify-content: flex-end; }
        .all-news .news-list .news-box .news-box-btn .read-more {
          display: flex;
          align-items: center;
          justify-content: center;
          max-width: 148px;
          height: 32px;
          font-size: 15px;
          line-height: 18px;
          color: #fff !important; }
          .all-news .news-list .news-box .news-box-btn .read-more:hover {
            color: #ffffff;
            background-color: #0B8AD9;
            opacity: .9; }
      .all-news .news-list .news-box:hover {
        filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.3)); }
  .all-news .pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px; }
    .all-news .pagination .item {
      margin: 0 10px; }
      .all-news .pagination .item .page-number {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #ffffff;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .all-news .pagination .item .page-number.active {
          width: 25px;
          height: 25px;
          background-color: #053BA6;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center; }
        .all-news .pagination .item .page-number:hover {
          width: 25px;
          height: 25px;
          background-color: #053BA6;
          border-radius: 4px;
          display: flex;
          align-items: center;
          justify-content: center; }
      @media (max-width: 1023.98px) {
        .all-news .pagination .item {
          margin: 10px; } }
    @media (max-width: 1023.98px) {
      .all-news .pagination {
        flex-wrap: wrap; } }

.title-with-border {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 1440px) {
    .title-with-border {
      margin-bottom: 40px; } }
  .title-with-border::before {
    content: "";
    width: 48px;
    bottom: -15px;
    left: 0;
    border-bottom: 4px solid #0B8AD9;
    display: block;
    position: absolute; }
    @media screen and (max-width: 1440px) {
      .title-with-border::before {
        bottom: -20px; } }
    @media (max-width: 1023.98px) {
      .title-with-border::before {
        left: calc(50% - 24px); } }
  .title-with-border.title-with-border-blue {
    color: #053BA6;
    font-size: 42px;
    line-height: 53px;
    font-weight: 800;
    margin-top: 70px;
    margin-bottom: 100px; }
    .title-with-border.title-with-border-blue:before {
      width: 64px;
      bottom: -40px;
      border-bottom: 4px solid #79CCFF;
      left: 50%;
      transform: translate(-50%); }

.team-members {
  background: linear-gradient(180deg, #010E26 19.88%, #053BA6 100%);
  mix-blend-mode: normal;
  padding-top: 130px;
  padding-bottom: 224px; }
  @media (max-width: 1023.98px) {
    .team-members {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .team-members .heading {
    font-size: 48px;
    line-height: 60px;
    font-style: italic;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 50px; }
    @media (max-width: 1023.98px) {
      .team-members .heading {
        font-size: 36px;
        line-height: 45px; } }
  .team-members .circle-box {
    margin-bottom: 108px;
    max-width: 258px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (max-width: 991px) {
      .team-members .circle-box {
        max-width: 200px; } }
    @media (max-width: 1023.98px) {
      .team-members .circle-box {
        max-width: 100%;
        margin-bottom: 80px; } }
    .team-members .circle-box img {
      width: 246px;
      height: 246px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      border-radius: 100%;
      filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31));
      border: 4px solid transparent;
      background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #053BA6, #43B7FF);
      background-origin: border-box;
      background-clip: content-box, border-box; }
      @media screen and (max-width: 991px) {
        .team-members .circle-box img {
          width: 200px;
          height: 200px; } }
      .team-members .circle-box img:hover {
        box-shadow: 0px 0px 16px 12px #43b7ff80;
        transition: .3s; }
    .team-members .circle-box .name {
      font-size: 18px;
      line-height: 27px;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      margin-top: 24px;
      margin-bottom: 12px; }
      @media (max-width: 1023.98px) {
        .team-members .circle-box .name {
          margin-top: 12px;
          margin-bottom: 5px; } }
    .team-members .circle-box .position {
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      text-align: center;
      font-weight: 600;
      font-style: italic;
      margin: 0; }
    .team-members .circle-box.second-box {
      margin-left: auto;
      margin-right: auto; }

.technology-list {
  padding-bottom: 100px;
  padding-top: 95px; }
  @media (max-width: 1023.98px) {
    .technology-list {
      padding-top: 50px; } }
  .technology-list.dark-blue {
    background: #010E26; }
  .technology-list .heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800; }
    @media (max-width: 1023.98px) {
      .technology-list .heading {
        font-size: 26px;
        line-height: 35px; } }
  .technology-list__items {
    margin-top: 96px;
    list-style: none; }
    @media (min-width: 1440px) {
      .technology-list__items {
        padding-left: 100px;
        padding-right: 100px; } }
    @media (max-width: 1023.98px) {
      .technology-list__items {
        margin-top: 50px; } }
    .technology-list__items .item {
      padding-bottom: 80px; }
      @media (max-width: 1023.98px) {
        .technology-list__items .item {
          padding-bottom: 50px; } }
      .technology-list__items .item .small-heading {
        font-size: 48px;
        line-height: 60px;
        font-weight: 800;
        margin: 0;
        position: relative;
        transition: 0.3s ease-in-out;
        cursor: pointer; }
        .technology-list__items .item .small-heading::before {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          left: 0;
          bottom: 50%;
          transform: translateY(50%);
          background: linear-gradient(270deg, #053BA6 0%, #0B8AD9 100%);
          transition: 0.3s ease-in-out; }
          @media (max-width: 1023.98px) {
            .technology-list__items .item .small-heading::before {
              display: none; } }
        .technology-list__items .item .small-heading:hover {
          border-color: transparent;
          padding-left: 132px; }
          .technology-list__items .item .small-heading:hover:before {
            width: 96px; }
          @media (max-width: 1023.98px) {
            .technology-list__items .item .small-heading:hover {
              padding-left: 0; } }
        @media (max-width: 1023.98px) {
          .technology-list__items .item .small-heading {
            font-size: 26px;
            line-height: 35px; } }
      .technology-list__items .item .pharagraph-small {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 0;
        margin-top: 12px; }
  .technology-list.bright-blue {
    background: #0B8AD9; }
    .technology-list.bright-blue .item .small-heading::before {
      background: linear-gradient(90deg, #0048D8 0%, #00B6FF 100%); }

.hero-big-title {
  padding-top: 290px;
  padding-bottom: 247px; }
  @media (max-width: 1023.98px) {
    .hero-big-title {
      padding-top: 200px;
      padding-bottom: 150px; } }
  .hero-big-title.blue-overlay {
    position: relative; }
    .hero-big-title.blue-overlay::before {
      content: "";
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(5, 59, 166, 0) 15.68%, #053ba6 100%);
      position: absolute; }
  .hero-big-title__wrapper .heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    z-index: 1;
    position: relative; }
    @media (max-width: 1023.98px) {
      .hero-big-title__wrapper .heading {
        font-size: 26px;
        line-height: 35px; } }
  .hero-big-title__wrapper .icon-container {
    z-index: 1;
    position: relative; }
    .hero-big-title__wrapper .icon-container svg {
      fill: #ffffff; }
      @media (min-width: 1024px) {
        .hero-big-title__wrapper .icon-container svg {
          width: 417px;
          height: 122px; } }
      @media (max-width: 1023.98px) {
        .hero-big-title__wrapper .icon-container svg {
          width: 250px;
          height: 80px; } }
  .hero-big-title__wrapper .primary-title-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: transparent;
    font-weight: 900;
    font-size: 420px;
    line-height: 603px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    margin: 0;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #079DD9; }
    @media screen and (max-width: 1800px) {
      .hero-big-title__wrapper .primary-title-background {
        top: 50%;
        font-size: 320px; } }
    @media (max-width: 1439.98px) {
      .hero-big-title__wrapper .primary-title-background {
        top: 50%;
        font-size: 200px;
        line-height: 200px; } }
    @media (max-width: 1023.98px) {
      .hero-big-title__wrapper .primary-title-background {
        display: none; } }

.history-years {
  position: relative;
  padding-bottom: 200px; }
  @media (max-width: 1023.98px) {
    .history-years {
      padding-bottom: 100px; } }
  .history-years::before {
    content: "";
    width: 100%;
    height: 393px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, #053ba6 0%, rgba(5, 59, 166, 0) 100%); }
  .history-years__list {
    list-style: none; }
    .history-years__list .item {
      margin-bottom: 140px; }
      @media (max-width: 1023.98px) {
        .history-years__list .item {
          margin-bottom: 60px; } }
      .history-years__list .item .title {
        font-size: 24px;
        line-height: 23px;
        font-weight: 800;
        text-align: center;
        margin: 0;
        color: #ffffff; }
        @media (max-width: 1023.98px) {
          .history-years__list .item .title {
            font-size: 20px; } }
      .history-years__list .item .pharagraph-small {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff; }
      .history-years__list .item .years {
        color: transparent;
        font-weight: 900;
        font-size: 48px;
        line-height: 46px;
        text-align: center;
        font-family: "Open Sans Condensed", sans-serif;
        margin-top: 0;
        margin-bottom: 37px;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #0B8AD9;
        transition: 200ms;
        height: 46px; }
        .history-years__list .item .years:hover {
          color: #0B8AD9;
          cursor: pointer;
          font-size: 60px;
          line-height: 60px; }
        @media (max-width: 1023.98px) {
          .history-years__list .item .years {
            font-size: 36px;
            line-height: 46px;
            margin-bottom: 20px; } }
      .history-years__list .item .big-title {
        font-size: 60px;
        line-height: 57px;
        font-weight: 800;
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
        padding-top: 60px; }
        @media (max-width: 1023.98px) {
          .history-years__list .item .big-title {
            font-size: 26px;
            padding-top: 0;
            margin-bottom: 0; } }

#gallery-container .photo {
  position: relative;
  transition: 300ms;
  position: relative;
  border: none !important; }
  #gallery-container .photo::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #053BA6;
    opacity: 0.4; }
  @media (max-width: 767.98px) {
    #gallery-container .photo {
      flex: 1 0 39% !important; } }
  @media screen and (max-width: 480px) {
    #gallery-container .photo {
      flex: 1 0 49% !important; } }
  #gallery-container .photo:hover {
    transform: scale(1.03) !important; }
  #gallery-container .photo .gallery-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 10px #021740;
    filter: drop-shadow(10px 4px 10px #021740); }

.header {
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.16, 0.01, 0.13, 0.99);
  z-index: 2;
  height: 85px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #0B8AD9;
  background: rgba(2, 23, 64, 0.8);
  -webkit-backdrop-filter: blur(260px);
          backdrop-filter: blur(260px); }
  @media (max-width: 1023.98px) {
    .header .container-fluid {
      padding: 0 15px; } }
  .header__left {
    display: flex;
    align-items: center; }
    .header__left a .icon-container {
      display: flex;
      height: 85px;
      align-items: center; }
      .header__left a .icon-container svg {
        max-width: 199px;
        max-height: 58px;
        fill: #ffffff; }
        @media (max-width: 1023.98px) {
          .header__left a .icon-container svg {
            max-width: 120px;
            max-height: 35px; } }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    .header__right .main-nav__item {
      padding: 0 20px;
      height: 85px;
      display: flex;
      align-items: center; }
      @media (max-width: 1439.98px) {
        .header__right .main-nav__item {
          padding: 0 15px; } }
      .header__right .main-nav__item:last-child {
        padding-right: 0; }
      .header__right .main-nav__item .nav-link {
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        position: relative; }
        .header__right .main-nav__item .nav-link:hover:before {
          content: "";
          border-bottom: 4px solid #0B8AD9;
          position: absolute;
          top: 26px;
          left: 0;
          display: block;
          width: 100%; }
        .header__right .main-nav__item .nav-link:active:before {
          content: "";
          border-bottom: 4px solid #0B8AD9;
          position: absolute;
          top: 26px;
          left: 0;
          display: block;
          width: 100%; }
      .header__right .main-nav__item .search-bar {
        background-color: #ffffff;
        display: flex;
        align-items: center;
        padding: 5px 12px;
        box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2); }
        .header__right .main-nav__item .search-bar input {
          color: #0B8AD9;
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          background: transparent;
          border-color: transparent;
          max-width: 198px; }
          .header__right .main-nav__item .search-bar input:-ms-input-placeholder {
            color: #0B8AD9;
            font-size: 16px;
            line-height: 20px;
            font-weight: 700; }
          .header__right .main-nav__item .search-bar input::placeholder {
            color: #0B8AD9;
            font-size: 16px;
            line-height: 20px;
            font-weight: 700; }
        .header__right .main-nav__item .search-bar .search-icon {
          display: flex; }
          .header__right .main-nav__item .search-bar .search-icon svg {
            max-width: 18px;
            max-height: 18px;
            fill: #0B8AD9; }
      .header__right .main-nav__item.expand-item {
        position: relative; }
        .header__right .main-nav__item.expand-item .submenu {
          display: none; }
        .header__right .main-nav__item.expand-item:hover .submenu {
          display: block;
          position: absolute;
          padding: 30px 10px;
          background-color: transparent;
          width: 300px;
          top: 83px;
          left: 50%;
          transform: translate(-50%);
          transition: all 0.5s ease-in-out;
          height: auto;
          background: rgba(2, 23, 64, 0.85);
          border: 2px solid #0B8AD9;
          -webkit-backdrop-filter: blur(260px);
                  backdrop-filter: blur(260px);
          border-radius: 0px 0px 14px 14px;
          list-style: none;
          text-align: center;
          z-index: 3;
          border-top: 0; }
          .header__right .main-nav__item.expand-item:hover .submenu .sub-menu-item {
            padding: 10px 0; }
            .header__right .main-nav__item.expand-item:hover .submenu .sub-menu-item a {
              font-weight: 700;
              font-size: 16px;
              line-height: 20px;
              color: #ffffff; }
              .header__right .main-nav__item.expand-item:hover .submenu .sub-menu-item a:hover {
                color: #0B8AD9; }
            .header__right .main-nav__item.expand-item:hover .submenu .sub-menu-item:first-child {
              padding-top: 0; }
            .header__right .main-nav__item.expand-item:hover .submenu .sub-menu-item:last-child {
              padding-bottom: 0; }
    @media (max-width: 1023.98px) {
      .header__right .main-nav {
        display: none; } }
    .header__right .search-icon-mobile {
      height: 22px;
      margin-right: 25px; }
      .header__right .search-icon-mobile svg {
        fill: #ffffff;
        max-width: 22px;
        height: 22px; }
    .header__right .burger-menu {
      height: 22px; }
      .header__right .burger-menu svg {
        max-width: 32px;
        height: 22px; }
      .header__right .burger-menu .plus {
        display: none; }
  @media (min-width: 1024px) {
    .header .main-menu-toggler {
      display: none; }
    .header .search-icon-mobile {
      display: none; } }
  @media (max-width: 1023.98px) {
    .header .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .header .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; } }
  .header.sticky {
    position: sticky;
    background: #021740;
    border-bottom: 2px solid #0B8AD9;
    -webkit-backdrop-filter: blur(260px);
            backdrop-filter: blur(260px);
    z-index: 99; }

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  padding-top: 100px;
  z-index: 99;
  width: 100%;
  height: auto;
  transition: 0.2s;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-bottom: 20px;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31));
  background-color: #021740; }
  #main-menu .open-menu-cnt .sidebar-nav .main-nav__item {
    padding: 9px 0; }
    #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link {
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
      font-weight: 700; }
      #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children .icon-container {
          max-width: 24px; }
          #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children .icon-container svg {
            width: 14px;
            height: 14px;
            fill: #ffffff; }
        #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children.active {
          color: #0B8AD9 !important; }
          #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children.active svg {
            transform: rotate(-90deg);
            fill: #0B8AD9; }
          #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .nav-link.has-children.active + .sub-menu-container {
            display: block;
            padding-top: 9px;
            padding-left: 15px;
            list-style: none;
            transition: all 3s ease-in-out; }
    #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .sub-menu-container {
      display: none; }
      #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .sub-menu-container .sub-menu-item {
        padding: 9px 0; }
        #main-menu .open-menu-cnt .sidebar-nav .main-nav__item .sub-menu-container .sub-menu-item a {
          font-size: 16px;
          line-height: 20px;
          color: #ffffff;
          font-weight: 700; }

body.nav-open .header {
  z-index: 999;
  border: none;
  background-color: #021740; }
  body.nav-open .header .container-fluid {
    padding: 0 24px; }

body.nav-open .header__menu {
  display: none; }

body.nav-open .burger-menu {
  display: block; }
  @media (max-width: 1023.98px) {
    body.nav-open .burger-menu {
      display: flex;
      align-items: center; } }
  body.nav-open .burger-menu .plus {
    fill: #ffffff;
    transform: rotate(45deg);
    width: 21px;
    height: 21px; }
    @media (max-width: 1023.98px) {
      body.nav-open .burger-menu .plus {
        display: block !important; } }
  body.nav-open .burger-menu .burger {
    display: none; }
    @media (max-width: 1023.98px) {
      body.nav-open .burger-menu .burger {
        display: none; } }

body.nav-open #main-menu {
  transform: translateY(0); }
  body.nav-open #main-menu .container--small {
    padding: 0 16px; }
  @media (max-width: 1023.98px) {
    body.nav-open #main-menu {
      height: 100%;
      max-height: 400px;
      overflow: auto; } }

/*
* Footer
*/
.footer {
  padding: 60px 0;
  background-color: #021740; }
  @media (max-width: 1919.98px) {
    .footer .container-fluid {
      max-width: calc(100vw - 40px); } }
  .footer__row {
    display: flex;
    align-items: center; }
    .footer__row .logo-piva {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      list-style: none; }
      @media (max-width: 1919.98px) {
        .footer__row .logo-piva {
          justify-content: flex-start; } }
      @media (max-width: 1023.98px) {
        .footer__row .logo-piva .social-group {
          display: none; } }
    .footer__row .social-group {
      align-items: center;
      justify-content: center;
      padding-top: 30px; }
      @media screen and (max-width: 1445px) {
        .footer__row .social-group {
          padding-top: 0; } }
      @media screen and (min-width: 1024px) and (max-width: 1445px) {
        .footer__row .social-group {
          flex-direction: column; } }
      .footer__row .social-group .socials {
        margin-left: 10px;
        align-items: center; }
        @media screen and (min-width: 1024px) and (max-width: 1445px) {
          .footer__row .social-group .socials {
            margin-left: 0;
            align-items: flex-start;
            width: 100%; } }
        @media (max-width: 1023.98px) {
          .footer__row .social-group .socials {
            margin-left: 0; } }
        .footer__row .social-group .socials .icon-container {
          padding: 0 6px; }
          @media (max-width: 1023.98px) {
            .footer__row .social-group .socials .icon-container {
              padding: 0 15px; } }
          .footer__row .social-group .socials .icon-container svg {
            max-width: 14px;
            max-height: 14px; }
            @media (max-width: 1023.98px) {
              .footer__row .social-group .socials .icon-container svg {
                max-width: 24px;
                max-height: 24px; } }
          .footer__row .social-group .socials .icon-container:first-child {
            padding-left: 0; }
          .footer__row .social-group .socials .icon-container:last-child {
            padding-right: 0; }
    .footer__row .first-col {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1439.98px) {
        .footer__row .first-col {
          justify-content: center; } }
    .footer__row .middle-col {
      display: flex;
      justify-content: center; }
      @media (min-width: 1024px) {
        .footer__row .middle-col .social-group {
          display: none; } }
      @media (max-width: 1919.98px) {
        .footer__row .middle-col {
          padding: 0; } }
      @media (max-width: 1439.98px) {
        .footer__row .middle-col {
          justify-content: center; } }
    .footer__row .footer-text .pharagraph {
      font-size: 15px;
      line-height: 19px;
      color: #ffffff;
      font-weight: 400;
      margin-top: 0; }
      @media (max-width: 1023.98px) {
        .footer__row .footer-text .pharagraph {
          display: none; } }
      .footer__row .footer-text .pharagraph.mobile-text {
        position: relative; }
        @media (min-width: 768px) {
          .footer__row .footer-text .pharagraph.mobile-text {
            display: none; } }
        @media (max-width: 1023.98px) {
          .footer__row .footer-text .pharagraph.mobile-text {
            display: block;
            max-width: 400px;
            padding: 0 30px;
            text-align: center; } }
        .footer__row .footer-text .pharagraph.mobile-text:before {
          content: "";
          width: 28px;
          height: 2px;
          display: block;
          position: absolute;
          border-bottom: 2px solid #053BA6;
          bottom: -24px;
          left: 50%;
          transform: translate(-50%, -50%); }
    .footer__row .last-col {
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1439.98px) {
        .footer__row .last-col {
          justify-content: center; } }
    .footer__row .sos-text {
      display: flex; }
      @media (max-width: 1439.98px) {
        .footer__row .sos-text {
          flex-direction: column;
          align-items: center; } }
      @media screen and (min-width: 1024px) and (max-width: 1445px) {
        .footer__row .sos-text {
          align-items: flex-start;
          flex-direction: column; } }
      .footer__row .sos-text .sos-numbers {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        @media (min-width: 1440px) {
          .footer__row .sos-text .sos-numbers a img {
            width: 153px; } }
        @media screen and (min-width: 1024px) and (max-width: 1445px) {
          .footer__row .sos-text .sos-numbers a img {
            width: 100px; } }
        @media screen and (min-width: 1024px) and (max-width: 1445px) {
          .footer__row .sos-text .sos-numbers {
            flex-direction: row !important; } }
        .footer__row .sos-text .sos-numbers .green-number {
          margin-bottom: 20px; }
          @media screen and (min-width: 1024px) and (max-width: 1445px) {
            .footer__row .sos-text .sos-numbers .green-number {
              margin-bottom: 0;
              margin-right: 20px; } }
        @media (min-width: 1440px) {
          .footer__row .sos-text .sos-numbers {
            margin-right: 28px; } }
        @media (max-width: 1439.98px) {
          .footer__row .sos-text .sos-numbers {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 33px 0; } }
        @media screen and (min-width: 1024px) and (max-width: 1445px) {
          .footer__row .sos-text .sos-numbers {
            padding: 0; } }
      @media (min-width: 1440px) {
        .footer__row .sos-text .footer-text {
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
  .footer__logo .icon-container {
    display: flex;
    align-items: center;
    max-height: 90px;
    max-width: 275px; }
    @media (max-width: 1919.98px) {
      .footer__logo .icon-container {
        max-width: 170px; } }
    .footer__logo .icon-container svg {
      fill: #ffffff; }
      @media (max-width: 1439.98px) {
        .footer__logo .icon-container svg {
          width: 220px; } }
      @media (max-width: 1023.98px) {
        .footer__logo .icon-container svg {
          width: 157px;
          height: 46px; } }
  @media (max-width: 1023.98px) {
    .footer__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px; } }
  .footer .pIva {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 30px;
    text-align: center; }
    @media screen and (min-width: 1024px) and (max-width: 1445px) {
      .footer .pIva {
        padding-top: 0;
        font-weight: 400; } }
    @media (max-width: 1023.98px) {
      .footer .pIva {
        padding-top: 0;
        padding-bottom: 24px;
        text-align: center;
        position: relative; }
        .footer .pIva:before {
          content: "";
          width: 28px;
          height: 2px;
          display: block;
          position: absolute;
          border-bottom: 2px solid #053BA6;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .footer__nav {
    list-style: none; }
    .footer__nav .nav-item {
      padding: 13px 0; }
      .footer__nav .nav-item .item {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        font-family: "Mulish", sans-serif; }
        @media screen and (min-width: 1024px) and (max-width: 1445px) {
          .footer__nav .nav-item .item {
            font-size: 15px; } }
      .footer__nav .nav-item.websolute-icon {
        margin-top: 15px; }
        @media (max-width: 1023.98px) {
          .footer__nav .nav-item.websolute-icon {
            margin-top: 24px; } }
        .footer__nav .nav-item.websolute-icon .icon-container {
          align-items: center; }
          .footer__nav .nav-item.websolute-icon .icon-container svg {
            max-width: 45px;
            max-height: 45px;
            fill: #ffffff; }
            @media (max-width: 1439.98px) {
              .footer__nav .nav-item.websolute-icon .icon-container svg {
                max-width: 24px;
                max-height: 24px; } }
          .footer__nav .nav-item.websolute-icon .icon-container span {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            font-family: "Mulish", sans-serif;
            color: #ffffff;
            margin-left: 12px; }
            @media (max-width: 1439.98px) {
              .footer__nav .nav-item.websolute-icon .icon-container span {
                font-size: 16px;
                line-height: 20px;
                margin-left: 5px; } }
      @media (max-width: 1439.98px) {
        .footer__nav .nav-item {
          padding: 5px 0; } }
      @media (max-width: 1023.98px) {
        .footer__nav .nav-item {
          padding: 15px 0; } }
    @media (max-width: 1023.98px) {
      .footer__nav {
        display: flex;
        flex-direction: column;
        align-items: center; } }

/*
* Main
*/
@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 62px); } }

@media (max-width: 767.98px) {
  main {
    min-height: 100vh; } }

html {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
  body::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px; }
  body::-webkit-scrollbar-button {
    display: none; }
  body::-webkit-scrollbar-button:hover {
    display: none; }
  body::-webkit-scrollbar-thumb {
    background-color: rgba(22, 37, 91, 0.15);
    box-shadow: none;
    border-radius: 3px; }
    body::-webkit-scrollbar-thumb:hover {
      background-color: rgba(22, 37, 91, 0.15); }
  body::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px; }
    body::-webkit-scrollbar-track:hover {
      background-color: transparent; }

[unselectable] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.app {
  position: relative; }

.hidden {
  display: none; }

.sticky--menu {
  position: absolute;
  top: 160px;
  width: 100%;
  bottom: 0; }
  .sticky--menu .section--menu {
    position: sticky;
    top: 15px;
    width: 100%;
    z-index: 900; }
    .sticky--menu .section--menu .nav--menu {
      margin-top: 0;
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2); }

.container {
  width: 100%;
  max-width: 1730px;
  margin: auto;
  padding: 0px 15px; }
  @media (max-width: 1439.98px) {
    .container {
      padding: 0px 30px; } }

.container--small {
  width: 100%;
  max-width: 1574px;
  margin: auto;
  padding: 0px 15px; }
  @media (max-width: 1439.98px) {
    .container--small {
      padding: 0px 30px; } }

.container--smaller {
  width: 100%;
  max-width: 1496px;
  margin: auto;
  padding: 0px 15px; }
  @media (max-width: 1439.98px) {
    .container--smaller {
      padding: 0px 30px; } }

.container--xs {
  width: 100%;
  max-width: 1260px;
  margin: auto;
  padding: 0px 15px; }
  @media (max-width: 1439.98px) {
    .container--xs {
      padding: 0px 30px; } }

a {
  transition: all 0.3s;
  color: #0B8AD9;
  font-family: "Mulish", sans-serif; }
  a:hover {
    color: #3C444A;
    text-decoration: none; }

ul {
  padding: 0;
  margin: 0; }
  ul.list {
    list-style: none;
    padding: 0;
    margin: 0; }
  ul.inline {
    list-style: none;
    display: inline-flex; }
    ul.inline > li {
      display: inline-block; }

img {
  width: 100%;
  height: auto; }

button:focus,
input:focus {
  outline: none;
  box-shadow: none !important; }

.no-padding {
  padding: 0; }

.d-flex {
  display: flex; }

.row-reverse {
  display: flex;
  flex-direction: row-reverse; }

.row-centered {
  align-items: center; }

.col-centered {
  display: flex;
  align-items: center; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.text-center {
  text-align: center; }

.text-white {
  color: #ffffff !important; }

.big-heading {
  font-size: 64px;
  line-height: 80px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff; }
  @media (max-width: 1023.98px) {
    .big-heading {
      font-size: 38px;
      line-height: 50px; } }
  @media (max-width: 767.98px) {
    .big-heading {
      font-size: 30px;
      line-height: 40px; } }

.small-heading {
  font-size: 42px;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #ffffff; }

.primary-title {
  font-size: 72px;
  line-height: 90px;
  font-family: "Mulish", sans-serif;
  font-weight: 800; }
  @media (max-width: 1023.98px) {
    .primary-title {
      font-size: 28px;
      line-height: 35px;
      text-align: center; } }

.secondary-title {
  font-size: 48px;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 800; }

.pharagraph {
  font-size: 24px;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 400; }
  @media (max-width: 1023.98px) {
    .pharagraph {
      font-size: 18px;
      line-height: 23px; } }

.pharagraph-small {
  font-size: 18px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  font-weight: 400; }
  @media (max-width: 1023.98px) {
    .pharagraph-small {
      font-size: 15px;
      line-height: 19px; } }

.bcg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.btn {
  font-size: 18px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding: 13px;
  transition: all 0.3s;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-blue {
  color: #ffffff;
  background-color: #0B8AD9; }
  .btn-blue:hover {
    color: #0B8AD9;
    background-color: #ffffff; }
  .btn-blue:focus {
    color: #0B8AD9;
    background-color: #ffffff; }

.btn-dark-blue {
  color: #ffffff;
  background-color: #053BA6; }
  .btn-dark-blue:hover {
    color: #053BA6;
    background-color: #ffffff; }
  .btn-dark-blue:focus {
    color: #0B8AD9;
    background-color: #ffffff; }
  .btn-dark-blue:active {
    color: #ffffff; }

.btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #053BA6; }
  .btn-transparent:hover {
    color: #053BA6;
    background-color: #ffffff; }
  .btn-transparent:focus {
    color: #0B8AD9;
    background-color: #ffffff; }

.uppercase {
  text-transform: uppercase; }

.triangle-btn {
  position: relative;
  height: 50px;
  width: 315px;
  transition: transform .3s ease-in; }
  @media (max-width: 1023.98px) {
    .triangle-btn {
      width: 100%; } }
  .triangle-btn .text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 700; }
  .triangle-btn .background-btn {
    transition: transform .3s ease-in; }
    .triangle-btn .background-btn:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      border-bottom: 50px solid #0B8AD9;
      border-left: 25px solid transparent;
      border-right: 0 solid transparent;
      height: 0;
      width: 315px;
      transform: rotate(180deg); }
      @media (max-width: 1023.98px) {
        .triangle-btn .background-btn:after {
          width: calc(100% - 35px); } }
  .triangle-btn:hover {
    transition: transform .3s ease-in; }
    .triangle-btn:hover .background-btn:before {
      content: "";
      display: block;
      position: absolute;
      left: 5px;
      top: 5px;
      z-index: 1;
      border-bottom: 50px solid #053BA6;
      border-left: 25px solid transparent;
      border-right: 0 solid transparent;
      height: 0;
      width: 315px;
      transform: rotate(180deg);
      transition: transform .3s ease-in; }
      @media (max-width: 1023.98px) {
        .triangle-btn:hover .background-btn:before {
          width: calc(100% - 30px); } }

.darker-overlay {
  position: relative; }
  .darker-overlay::before {
    content: "";
    width: 100%;
    height: 393px;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgba(1, 14, 38, 0) 6.28%, #010E26 50.03%);
    position: absolute; }

.body-dark .page {
  background-image: url(../assets/img/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom; }

/*
* Index
*/
@media (max-width: 1439.98px) {
  .page-class-homepage {
    overflow-x: hidden; } }

.page-class-homepage main.page {
  background-image: url(../assets/img/Background-fixed-and-compressed.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

@media (max-width: 1439.98px) {
  .page-class-homepage.sticky-header {
    overflow-x: unset; } }

.tabs {
  width: 100%; }
  .tabs .tabs-wrapper #tabs-nav {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (max-width: 1023.98px) {
      .tabs .tabs-wrapper #tabs-nav {
        flex-direction: row;
        position: sticky;
        top: 60px; } }
    .tabs .tabs-wrapper #tabs-nav li {
      padding: 15px 0;
      cursor: pointer;
      text-transform: uppercase;
      text-align: center; }
      .tabs .tabs-wrapper #tabs-nav li.active {
        transition: 0.6s;
        position: relative; }
        .tabs .tabs-wrapper #tabs-nav li.active a {
          font-size: 16px;
          font-weight: 700;
          pointer-events: none; }
          .tabs .tabs-wrapper #tabs-nav li.active a:after {
            width: 103px;
            height: 4px;
            bottom: 0;
            left: 50%;
            content: "";
            position: absolute;
            transform: translate(-50%, 0);
            top: 0; }
          @media (max-width: 1023.98px) {
            .tabs .tabs-wrapper #tabs-nav li.active a {
              font-size: 14px; } }
      .tabs .tabs-wrapper #tabs-nav li a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 1023.98px) {
          .tabs .tabs-wrapper #tabs-nav li a {
            font-size: 14px; } }

.tab-content {
  width: 100%; }
  .tab-content .description p {
    font-size: 14px; }
    .tab-content .description p span {
      font-weight: 700; }
  @media (max-width: 1439.98px) {
    .tab-content {
      padding: 0 13px; } }

.service-content-image {
  padding-top: 100px; }
  @media (max-width: 1023.98px) {
    .service-content-image {
      padding-top: 50px; } }
  .service-content-image__wrapper .pharagraph-small {
    font-size: 16px;
    line-height: 20px; }
  .service-content-image__wrapper .image-wrapper {
    margin-top: 125px; }
    .service-content-image__wrapper .image-wrapper img {
      filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31));
      border-radius: 12px; }
    @media (max-width: 1023.98px) {
      .service-content-image__wrapper .image-wrapper {
        margin-top: 50px;
        margin-bottom: 50px; } }

.apply-thanks {
  padding-top: 35px;
  padding-bottom: 100px; }
  @media (max-width: 1023.98px) {
    .apply-thanks {
      padding-bottom: 35px; } }

.news-content__wrapper .pharagraph-small {
  font-size: 16px;
  line-height: 20px; }
  .news-content__wrapper .pharagraph-small.last-ph {
    margin-top: 50px; }

.news-content__wrapper .pharagraph {
  font-weight: 700;
  color: #053BA6; }

.news-content__wrapper .title-with-border-blue {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600; }

.news-content .news-images {
  margin: 70px 0;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.31)); }
  .news-content .news-images .swiper-container {
    border-radius: 12px; }
  .news-content .news-images .news-images-slider .slide-content .image {
    max-height: 692px; }
    .news-content .news-images .news-images-slider .slide-content .image img {
      display: flex; }
  .news-content .news-images .news-images-slider .swiper-button-prev {
    transform: translateY(-50%);
    margin: 0; }
    .news-content .news-images .news-images-slider .swiper-button-prev.swipper-prev-white {
      background-image: url(../assets/img/chevron-left.svg);
      left: 40px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 40px;
      height: 40px; }
      @media (max-width: 767.98px) {
        .news-content .news-images .news-images-slider .swiper-button-prev.swipper-prev-white {
          left: 10px;
          width: 30px;
          height: 30px; } }
    .news-content .news-images .news-images-slider .swiper-button-prev::after {
      display: none; }
  .news-content .news-images .news-images-slider .swiper-button-next {
    transform: translateY(-50%);
    margin: 0; }
    .news-content .news-images .news-images-slider .swiper-button-next.swipper-next-white {
      background-image: url(../assets/img/chevron-right.svg);
      right: 40px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 40px;
      height: 40px; }
      @media (max-width: 767.98px) {
        .news-content .news-images .news-images-slider .swiper-button-next.swipper-next-white {
          right: 10px;
          width: 30px;
          height: 30px; } }
    .news-content .news-images .news-images-slider .swiper-button-next::after {
      display: none; }

.news-content .icon-container {
  padding-top: 50px;
  padding-bottom: 94px; }
  .news-content .icon-container svg {
    fill: #E7E7E7; }

.contact-info {
  position: relative;
  background-size: cover;
  padding-bottom: 130px; }
  .contact-info::before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #010E27 0%, rgba(1, 14, 39, 0) 100%);
    position: absolute; }
  .contact-info .description {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 0; }
  .contact-info .heading {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 28px; }
    @media (max-width: 1023.98px) {
      .contact-info .heading {
        font-size: 20px;
        line-height: 28px; } }
  .contact-info .button-wrapper {
    display: flex;
    padding-top: 30px; }
  .contact-info .map {
    height: 335px; }
  .contact-info .left-part {
    padding: 0 20px; }
    @media (max-width: 1439.98px) {
      .contact-info .left-part {
        margin-bottom: 70px; } }
  .contact-info .right-part {
    padding: 0 20px;
    margin-bottom: 80px; }
    @media (max-width: 1023.98px) {
      .contact-info .right-part {
        margin-bottom: 50px; } }
  .contact-info .location {
    margin-top: 36px;
    margin-bottom: 24px; }
    .contact-info .location a {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff; }
      @media (max-width: 1023.98px) {
        .contact-info .location a {
          font-size: 18px; } }
  .contact-info .info {
    list-style: none; }
    .contact-info .info .item a {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff; }
      @media (max-width: 1023.98px) {
        .contact-info .info .item a {
          font-size: 18px; } }
  .contact-info .sos-numbers {
    margin-top: 45px; }
    .contact-info .sos-numbers .green-number {
      padding-right: 13px; }
    .contact-info .sos-numbers .blue-number {
      padding-left: 13px; }
      @media (max-width: 1023.98px) {
        .contact-info .sos-numbers .blue-number {
          padding-left: 0; } }
  .contact-info .schedule {
    margin-top: 24px; }
    .contact-info .schedule .heading {
      font-weight: 700;
      text-align: left;
      margin-bottom: 0; }
    .contact-info .schedule .text {
      font-size: 20px;
      line-height: 25px;
      margin: 0;
      color: #ffffff; }
      @media (max-width: 1023.98px) {
        .contact-info .schedule .text {
          font-size: 18px; } }
  .contact-info .contact-form-row {
    padding-top: 50px; }
    @media (max-width: 1023.98px) {
      .contact-info .contact-form-row {
        padding-top: 40px; } }
    .contact-info .contact-form-row .heading {
      font-size: 42px;
      line-height: 53px;
      margin-bottom: 48px; }
    .contact-info .contact-form-row .contact-form .form-group label {
      color: #ffffff; }
  .contact-info .thank-messagge {
    padding-top: 192px; }
    .contact-info .thank-messagge .heading {
      font-size: 42px;
      line-height: 53px;
      color: #2AB930;
      margin: 24px 0;
      font-weight: 800; }
      @media (max-width: 1023.98px) {
        .contact-info .thank-messagge .heading {
          font-size: 24px;
          line-height: 30px; } }
    .contact-info .thank-messagge .pharagraph {
      color: #ffffff; }
    .contact-info .thank-messagge .button-wrapper {
      margin-top: 61px; }

.warranty {
  padding: 70px 0; }
  .warranty .heading {
    font-size: 36px;
    line-height: 45px;
    color: #0B8AD9;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 24px; }
    @media (max-width: 1023.98px) {
      .warranty .heading {
        font-size: 26px;
        line-height: 35px; } }
  .warranty .pharagraph {
    font-weight: 800;
    text-align: center;
    color: #0B8AD9;
    margin: 0; }
  .warranty .icon-container {
    margin-top: 50px; }
    .warranty .icon-container svg {
      fill: #E7E7E7; }
      @media (max-width: 1023.98px) {
        .warranty .icon-container svg {
          width: 250px;
          height: 80px; } }

.certificazioni-hero .heading {
  font-size: 60px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 800;
  margin: 0;
  padding-bottom: 250px; }
  @media (max-width: 1023.98px) {
    .certificazioni-hero .heading {
      padding-bottom: 80px;
      font-size: 45px;
      line-height: 55px; } }

.certificazioni-hero .small-heding {
  font-size: 36px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  margin: 0; }
  @media (max-width: 1023.98px) {
    .certificazioni-hero .small-heding {
      font-size: 26px;
      line-height: 35px; } }

.certificazioni-list {
  padding-bottom: 220px; }
  @media (max-width: 1023.98px) {
    .certificazioni-list {
      padding-bottom: 100px; } }
  .certificazioni-list.dark-blue {
    background: linear-gradient(180deg, #010E26 19.88%, #053BA6 100%); }
  .certificazioni-list .small-heding {
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    margin: 0; }
  .certificazioni-list__items {
    margin-top: 96px;
    list-style: none; }
    @media (min-width: 1440px) {
      .certificazioni-list__items {
        padding-left: 100px;
        padding-right: 100px; } }
    .certificazioni-list__items .item {
      padding-bottom: 60px; }
      .certificazioni-list__items .item .small-heading {
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
        margin: 0; }
      .certificazioni-list__items .item .pharagraph-small {
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
        margin: 30px 0; }
      .certificazioni-list__items .item .certificazioni-buttons {
        display: flex;
        flex-direction: row; }
        @media (max-width: 1439.98px) {
          .certificazioni-list__items .item .certificazioni-buttons {
            flex-direction: column; } }
      .certificazioni-list__items .item .button-wrapper .btn {
        font-weight: 800;
        width: 293px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1023.98px) {
          .certificazioni-list__items .item .button-wrapper .btn {
            width: 240px;
            font-weight: 700; } }
      @media (min-width: 1024px) {
        .certificazioni-list__items .item .button-wrapper {
          margin-right: 20px; } }
      @media (max-width: 1439.98px) {
        .certificazioni-list__items .item .button-wrapper {
          margin-bottom: 20px;
          margin-right: 0; } }
  .certificazioni-list .icon-container {
    padding-top: 50px; }
    @media (max-width: 1023.98px) {
      .certificazioni-list .icon-container {
        padding-top: 20px; } }
    .certificazioni-list .icon-container svg {
      fill: #ffffff; }
      @media (max-width: 1023.98px) {
        .certificazioni-list .icon-container svg {
          width: 250px;
          height: 80px; } }

.video-area {
  padding-top: 200px;
  padding-bottom: 100px; }
  .video-area .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .video-area .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-area .section-video__box {
    width: 100%;
    height: 100%;
    display: block; }
  .video-area.bottom {
    padding: 0 0 100px; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s; }
  .videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/img/play-video-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: 9;
    width: 150px;
    height: 150px;
    transition: all 0.3s ease; }
    @media (max-width: 1023.98px) {
      .videoPoster:before {
        width: 70px;
        height: 70px; } }
  .videoPoster:hover:before {
    width: 125px;
    height: 125px; }
    @media (max-width: 1023.98px) {
      .videoPoster:hover:before {
        width: 45px;
        height: 45px; } }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms; }

.office-hero {
  padding-bottom: 100px !important; }
  @media (max-width: 1023.98px) {
    .office-hero {
      padding-bottom: 50px; } }
  .office-hero .hero-dark-blue__wrapper {
    max-width: 918px;
    margin: auto; }
    .office-hero .hero-dark-blue__wrapper .description {
      font-size: 20px;
      line-height: 25px;
      font-weight: 600; }

.office-info {
  padding-bottom: 200px; }
  @media (max-width: 1439.98px) {
    .office-info {
      padding-bottom: 100px; } }
  .office-info .general-info {
    max-width: 918px;
    margin: auto; }
    .office-info .general-info .map {
      height: 507px; }
      @media (max-width: 1023.98px) {
        .office-info .general-info .map {
          height: 250px; } }
    .office-info .general-info .location span {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 1023.98px) {
        .office-info .general-info .location span {
          font-size: 18px;
          line-height: 23px; } }
    .office-info .general-info .info span, .office-info .general-info .info a {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 1023.98px) {
        .office-info .general-info .info span, .office-info .general-info .info a {
          font-size: 18px;
          line-height: 23px; } }
    .office-info .general-info .descr p {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff;
      font-weight: 600; }
      @media (max-width: 1023.98px) {
        .office-info .general-info .descr p {
          font-size: 18px;
          line-height: 23px; } }
  .office-info .text {
    padding-top: 110px; }
    @media (max-width: 1023.98px) {
      .office-info .text {
        padding-top: 50px; } }
    .office-info .text .title {
      font-size: 48px;
      line-height: 60px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 36px;
      margin-top: 0; }
      @media (max-width: 1023.98px) {
        .office-info .text .title {
          font-size: 36px;
          line-height: 45px; } }
    .office-info .text .pharagraph, .office-info .text p {
      font-size: 20px;
      line-height: 25px;
      color: #ffffff; }
      @media (max-width: 1023.98px) {
        .office-info .text .pharagraph, .office-info .text p {
          font-size: 18px;
          line-height: 23px; } }
    .office-info .text .list, .office-info .text ul {
      list-style: disc;
      margin-left: 20px; }
      .office-info .text .list .item, .office-info .text .list li, .office-info .text ul .item, .office-info .text ul li {
        font-size: 20px;
        line-height: 25px;
        color: #ffffff;
        margin-bottom: 20px; }
        @media (max-width: 1023.98px) {
          .office-info .text .list .item, .office-info .text .list li, .office-info .text ul .item, .office-info .text ul li {
            font-size: 18px;
            line-height: 23px; } }

/**
 * Cookie bar
 */
.rcc-panel {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background: #222222;
  border-bottom: 0px solid #555555;
  transform: translateY(100px);
  transition: transform linear .8s; }
  .rcc-panel.visible {
    transform: translateY(0); }
  .rcc-panel .rcc-wrapper {
    display: flex;
    flex: 0 0 0;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
    padding: 10px 20px; }
    .rcc-panel .rcc-wrapper p, .rcc-panel .rcc-wrapper a {
      width: auto;
      color: #fff;
      margin: 0; }
    .rcc-panel .rcc-wrapper a {
      display: inline-block;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 2px;
      transition: all 0.2s; }
    .rcc-panel .rcc-wrapper .rcc-links {
      display: flex;
      flex-flow: row-reverse wrap;
      justify-content: space-between;
      flex: 1 0 0; }
      .rcc-panel .rcc-wrapper .rcc-links .rcc-info-btn {
        padding-left: 5px;
        padding-top: 6px;
        text-decoration: underline; }
        .rcc-panel .rcc-wrapper .rcc-links .rcc-info-btn:hover {
          color: #555555 !important; }
      .rcc-panel .rcc-wrapper .rcc-links .rcc-accept-btn {
        background: #555555; }
        .rcc-panel .rcc-wrapper .rcc-links .rcc-accept-btn:hover {
          background: rgba(255, 255, 255, 0.5); }
