html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * * HTML5 display-role reset for older browsers
 * */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}

/**
 * * inherit box model for all elements
 * */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * * html root rules
 * * 1. set border-box for inheritance
 * * 2. avoid 300ms click delay on touch devices that support the `touch-action`
 * *    CSS property
 * * 3. Prevent adjustments of font size after orientation changes in IE, on
 * *    Windows Phone and iOS.
 * * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
 * *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
 * * 5. Change the default tap highlight to be completely transparent in iOS.
 * */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * * body rules
 * * 1. reset line-height to 1
 * * 2. set base font-family to sans-serif
 * * 3. Set an explicit initial text-align value so that we can later use the
 * *    `inherit` value on things like `<th>` elements.
 * */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}

/**
 * * Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
 * * on elements that programmatically receive focus but wouldn't normally show a visible
 * * focus outline. In general, this would mean that the outline is only applied if the
 * * interaction that led to the element receiving programmatic focus was a keyboard interaction,
 * * or the browser has somehow determined that the user is primarily a keyboard user and/or
 * * wants focus outlines to always be presented.
 * *
 * * See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
 * * and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/
 * */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/**
 * * Lists
 * */
ol, ul {
  list-style: none;
}

/**
 * * Quotes
 * */
blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/**
 * * Tables
 * */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

/**
 * * Table Headers
 * * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
 * *    closest parent with a set `text-align`.
 * * 2. Fix alignment for Safari
 * */
th {
  /* 1 */
  text-align: inherit;
  /* 2 */
  text-align: -webkit-match-parent;
}

/**
 * * Horizontal Lines
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE.
 * */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
}

/**
 * * Preformatted Text
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Don't allow content to break outside
 * * 3. We have @viewport set which causes scrollbars to overlap content in IE11
 * *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
 * *    counteract.
 * */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}

pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}

/**
 * * Links
 * * 1. Remove the gray background on active links in IE 10.
 * * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 * */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}

/**
 * * 1. Remove the bottom border in Chrome 57- and Firefox 39-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * * 3. Add explicit cursor to indicate changed behavior.
 * * 4. Prevent the text-decoration to be skipped.
 * */
abbr[title] {
  /* 1 */
  border-bottom: 0;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari.
 * */
b,
strong {
  font-weight: bolder;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers.
 * */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * * Prevent `em` being affected from global reset
 * */
em {
  font-style: italic;
}

/**
 * * Remove the border on images inside links in IE 10.
 * */
img {
  border-style: none;
}

/**
 * * Hide SVG overflow in IE
 * */
svg:not(:root) {
  overflow: hidden;
}

/**
 * * Remove the default `border-radius` that macOS Chrome adds.
 * * Details at https://github.com/twbs/bootstrap/issues/24093
 * */
button {
  border-radius: 0;
}

/**
 * * Work around a Firefox/IE bug where the transparent `button` background
 * * results in a loss of the default `button` focus styles.
 * * Credit: https://github.com/suitcss/base/
 * */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
 * * form element resets
 * * 1. Remove the margin in Firefox and Safari
 * * 2. inherit font rules
 * */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * *    controls in Android 4.
 * * 2. Correct the inability to style clickable types in iOS and Safari.
 * */
button,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}

/**
 * * Remove the default appearance of temporal inputs to avoid a Mobile Safari
 * * bug where setting a custom line-height prevents text from being vertically
 * * centered within the input.
 * * See https://bugs.webkit.org/show_bug.cgi?id=139848
 * * and https://github.com/twbs/bootstrap/issues/11266
 * */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
 * * 1. Remove the default vertical scrollbar in IE.
 * * 2. Textareas should really only resize vertically so they don't break their
 * *    (horizontal) containers.
 * */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * * Show the overflow in IE.
 * */
button,
input {
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * */
button,
select {
  text-transform: none;
}

/**
 * * Set the cursor for non-`<button>` buttons
 * * Details at https://github.com/twbs/bootstrap/pull/30562
 * */
[role=button] {
  cursor: pointer;
}

/**
 * * Remove the inheritance of word-wrap in Safari.
 * * See https://github.com/twbs/bootstrap/issues/24990
 * */
select {
  word-wrap: normal;
}

/**
 * * Remove inner border and padding from Firefox, but don't restore the outline
 * * like Normalize.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * 1. Add the correct box sizing in IE 10-
 * * 2. Remove the padding in IE 10-
 * */
input[type=radio],
input[type=checkbox] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
 * * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * * This prevents an unwanted focus outline from appearing around elements that
 * * might still respond to pointer events.
 * * Credit: https://github.com/suitcss/base
 * */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/**
 * * Browsers set a default `min-width: min-content` on fieldsets,
 * * unlike e.g. `<div>`s, which have `min-width: 0` by default.
 * * So we reset that to ensure fieldsets behave more like a standard block element.
 * * See https://github.com/twbs/bootstrap/issues/12359
 * * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
 * */
fieldset {
  min-width: 0;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Set display to block for all browsers
 * */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/**
 * * 1. Remove the default vertical scrollbar in IE 10+.
 * * 2. Textareas should really only resize vertically so they don't break their
 * *    (horizontal) containers.
 * */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
}

/**
 * * 1. Add the correct box sizing in IE 10.
 * * 2. Remove the padding in IE 10.
 * */
[type=checkbox],
[type=radio] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari.
 * */
[type=search] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 * */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/**
 * * Correct element display for output
 * */
output {
  display: inline-block;
}

/**
 * * Add the correct display in IE 10+.
 * */
template {
  display: none;
}

/**
 * * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 * * Needed for proper display in IE 10-.
 * */
[hidden] {
  display: none;
}

/**
 * * adds resets for buttons that are not covered by reset-and-normalize base
 * */
[role=button],
input[type=button],
input[type=reset],
input[type=submit],
button {
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  color: inherit;
  text-align: inherit;
  background: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[role=button]:not(:disabled),
input[type=button]:not(:disabled),
input[type=reset]:not(:disabled),
input[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[role=button]:-moz-focusring,
input[type=button]:-moz-focusring,
input[type=reset]:-moz-focusring,
input[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: none;
}
[role=button]:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}

@font-face {
  font-family: "NeoSans";
  font-weight: 500;
  src: url("../assets/fonts/") format("opentype");
}
@font-face {
  font-family: "NeoSans";
  font-weight: 700;
  src: url("../assets/fonts/") format("opentype");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: rgb(0, 21, 20);
}
@media (min-width: 48em) {
  body {
    overflow-x: hidden !important;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
body.freeze {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
}

h1 {
  font-size: 6.4rem;
  line-height: 6.4rem;
  font-weight: 700;
}

.footer {
  color: #ffffff;
  background-color: #1d70b8;
  width: 100%;
}
.footer__copyright {
  color: rgb(0, 21, 20);
  max-width: 136.6rem;
  margin: 0 auto;
  padding: 1.6rem 4rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #ffffff;
}
.footer__container {
  max-width: 136.6rem;
  margin: 0 auto;
  display: flex;
  gap: 8rem;
  padding: 4rem 4rem 8rem;
  justify-content: space-between;
}
@media (max-width: 30em) {
  .footer__container {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__search {
  width: 100%;
}
.footer__search form {
  max-width: 100%;
}
.footer__subtitle {
  padding: 1.6rem 0 2.4rem;
  max-width: 32rem;
}
.footer__menu h3 {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  opacity: 0.8;
}
.footer__menu ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  padding-bottom: 0.8rem;
}
.footer__menu ul li a:hover {
  color: #0f3a60;
}

#app {
  padding: 0 4rem 8rem;
}
@media (max-width: 30em) {
  #app {
    padding: 0 0 4rem;
  }
}

.grid {
  max-width: 136.6rem;
  margin: 0 auto;
  width: 100%;
  padding: 8rem 0rem 0;
}
@media (max-width: 30em) {
  .grid {
    padding: 4rem 2.4rem 0;
  }
}
.grid__title {
  margin-bottom: 4rem;
  font-size: 4.8rem;
  line-height: 4.8rem;
}
.grid__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.grid__item {
  flex: 0 calc(50% - .8rem);
}
@media (max-width: 30em) {
  .grid__item {
    flex: 1 100%;
  }
}
.grid__item__button {
  background-color: #1d70b8;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  min-height: 11rem;
}
@media (max-width: 30em) {
  .grid__item__button {
    min-height: 6.4rem;
  }
}

.grid__items--flex-1 .grid__item:nth-child(3) {
  flex: 1 100% !important;
}

.grid__items--flex-0 .grid__item {
  flex: 1 100% !important;
}

.header {
  color: #ffffff;
  width: 100%;
  z-index: 99;
  background-color: #1d70b8;
}
@media (max-width: 30em) {
  .header {
    margin-top: 0;
  }
}
.header__container {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 136.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 30em) {
  .header__container {
    padding: 0 2.4rem;
  }
}

.search-form {
  position: relative;
  max-width: 50%;
}
@media (max-width: 40em) {
  .search-form {
    max-width: 100%;
  }
}
.search-form--full {
  max-width: 100%;
}
.search-form input {
  height: 4.8rem;
  width: 100%;
  border: none;
  display: block;
  padding: 0 6.4rem 0 1.6rem;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(29, 112, 184, 0.8);
}
.search-form button svg {
  fill: #ffffff;
  width: 1.4rem;
  height: 1.4rem;
}

.about-us {
  margin-top: 80px;
}
.about-us__row {
  display: flex;
  gap: 40px;
	max-width: 136.6rem;
	margin: 0 auto;
}
.about-us__col {
  flex: 1;
}
.about-us__image {
  overflow: hidden;
  height: 100%;
}
.about-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__content h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
.about-us__text {
  margin-bottom: 20px;
}
.about-us__text p:not(:last-child) {
  margin-bottom: 16px;
}

.article-box {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: rgb(0, 21, 20);
  gap: 1.6rem;
  border: 0.1rem solid rgba(29, 112, 184, 0.2);
  padding: 1.6rem;
  position: relative;
}
.article-box__info__content {
  max-width: 95%;
}
.article-box__info h3 {
  color: #1d70b8;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.article-box__info p {
  max-width: 90%;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.article-box__arrow {
  position: absolute;
  bottom: 1.6rem;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(-90deg);
}

.button {
  padding: 1.6rem 2.4rem;
  border: 0.1rem solid;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background-color: #1d70b8;
}
.button--outline {
  border-color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.button--outline:hover {
  background-color: #ffffff;
  color: #1d70b8;
}

.carousel {
	max-width: 136.6rem;
	width: 100%;
	margin: 40px auto 0;
}

.glide__slide {
  border: 0.1rem solid rgba(29, 112, 184, 0.4);
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.glide__slide a {
  padding: 1.6rem 2.4rem;
  display: block;
  text-decoration: none;
  color: rgb(0, 21, 20);
}
.glide__slide:nth-child(odd) {
  background-color: rgba(29, 112, 184, 0.8);
}
.glide__slide:nth-child(odd) a {
  color: #ffffff;
}

.hero__container {
  color: #ffffff;
  padding: 4rem;
  background-color: #1d70b8;
  max-width: 136.6rem;
  margin: 2.4rem auto 0;
}
@media (max-width: 30em) {
  .hero__container {
    margin: 2.4rem 0 0;
    width: 100%;
  }
}
.hero__title {
  margin-bottom: 2.4rem;
}
.hero__subtitle {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 400;
  max-width: 64rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 2.4rem 0 4rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 30em) {
  .hero__subtitle {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.hero__search__title {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.hero__contact {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 30em) {
  .hero__contact {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.hero__contact__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 30em) {
  .hero__contact__item {
    font-size: 2rem;
  }
}
.hero__contact svg {
  width: 4rem;
  height: 4rem;
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 30em) {
  .hero__contact svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.logo {
  height: 4rem;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.menu {
  margin-left: auto;
  padding: 1.6rem 2.4rem;
}
.menu__toggle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.menu__toggle svg {
  height: 1.4rem;
  width: 1.4rem;
  fill: #fff;
  stroke: #fff;
}
.menu__items {
  position: absolute;
  z-index: 99;
  top: 5.9rem;
  right: 0;
  max-width: 28rem;
  width: 100%;
  background-color: #16558c;
  padding: 1.6rem 3.2rem 3.2rem;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease-in-out;
}
.menu__items.active {
  transform: scaleY(1);
}
.menu__items li {
  color: rgba(255, 255, 255, 0.6);
}
.menu__items li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.menu__items li .sub-menu {
  position: static;
  transform: scaleY(1);
  padding: 1.6rem 1.6rem 0 1.6rem;
}
.menu__items li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.menu__items li a::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
  transform-origin: left;
}
.menu__items li a:hover::after {
  transform: scaleX(1);
}

.search__toggle {
  padding: 0 2.4rem;
  border-left: 0.1rem solid #ffffff;
  cursor: pointer;
}
.search__toggle svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #ffffff;
}
.search__form {
  position: absolute;
  right: 0;
  top: 8.8rem;
  max-width: 50vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
  transform-origin: right;
}
.search__form.active {
  transform: scaleX(1);
}

.article {
  padding-bottom: 8rem;
}
.article__short-description {
  max-width: 64rem;
  margin: 1.6rem 0 2.4rem;
}
@media (max-width: 30em) {
  .article h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.about {
  max-width: 96rem;
  margin: 0 auto;
  padding: 4rem 4rem 0;
}
.about p {
  margin-bottom: 1.6rem;
}
.about img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=main.css.map */