/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/app.scss ***!
  \*************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Colour palette */
/* CSS Reset */
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,
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 {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Avenir-LT-W05_35";
  src: url(fonts/Avenir-LT-W05_35.woff) format("woff"), url(fonts/Avenir-LT-W05_35.woff2) format("woff2"), url(fonts/Avenir-LT-W05_35.ttf) format("truetype");
  font-style: normal;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Style */
body {
  font-family: "Avenir-LT-W05_35", sans-serif;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 641px;
  margin-top: 50px;
}
.hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero #background-video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 1;
}
.hero .content-block {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 80px;
}
.hero .content-block img {
  fill: #d7dbd6;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4565%) hue-rotate(39deg) brightness(85%) contrast(101%);
  width: 104px;
  height: 90px;
}
.hero .title-block h1 {
  font-size: 32px;
}
.hero .title-block p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.hero .subtitle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px - 40px);
}
.hero .subtitle-block h2 {
  line-height: 1em;
  font-size: 66px;
}
.hero .subtitle-block p {
  font-size: 24px;
  margin: 30px 0px 10px 250px;
  width: 424px;
  line-height: 1.3em;
}

.services {
  color: #fff;
  margin: 100px 0px 50px 0px;
}
.services .container {
  background-color: #2f41e5;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  width: calc(100% - 40px - 40px);
}
.services h2 {
  font-size: 66px;
}
.services h3 {
  font-size: 26px;
  margin: 20px 0;
}
.services p {
  font-size: 18px;
  line-height: 1.6em;
}
.services .content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services .content-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 32%;
  margin: 0 40px 0 0;
}

footer {
  background-color: #222a29;
  color: #d7dbd6;
}
footer .container {
  padding: 100px;
  text-align: center;
}
footer h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
footer p {
  font-size: 24px;
}
footer p .small {
  font-size: 18px;
  margin-bottom: 20px;
}
footer p .copyright {
  font-size: 13px;
  margin: 20px;
}
footer .contact {
  margin: 30px;
}
footer .contact a {
  color: #d7dbd6;
  font-size: 18px;
}

@media (max-width: 767px) {
  .hero .subtitle-block {
    display: block;
  }
  .hero .subtitle-block p {
    margin: 30px 0px;
  }
  .services .content-block {
    display: block;
  }
  .services .content-column {
    max-width: 100%;
  }
}
