a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/raleway-400-regular.woff2) format("woff2"),
    url(../fonts/raleway-400-regular.woff) format("woff"),
    url(../fonts/raleway-400-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/raleway-500-medium.woff2) format("woff2"),
    url(../fonts/raleway-500-medium.woff) format("woff"),
    url(../fonts/raleway-500-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/raleway-600-semibold.woff2) format("woff2"),
    url(../fonts/raleway-600-semibold.woff) format("woff"),
    url(../fonts/raleway-600-semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/raleway-700-bold.woff2) format("woff2"),
    url(../fonts/raleway-700-bold.woff) format("woff"),
    url(../fonts/raleway-700-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body,
html {
  height: 100%;
}
body {
  font-family: Raleway, Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1230px;
}
.header__container,
.header__description,
.header__domain {
  padding-left: 15px;
  padding-right: 15px;
}
.header__container {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__domain {
  font-size: 1.3125em;
  line-height: 1.285714285714286em;
  font-weight: 700;
  text-transform: uppercase;
}
.header__description {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header__domain {
    font-size: 1.0625em;
    line-height: 1.352941176470588em;
  }
  .header__description {
    font-size: 1em;
    line-height: 1.375em;
  }
}
@media screen and (max-width: 640px) {
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .header__domain {
    margin-bottom: 10px;
    font-size: 0.875em;
    line-height: 1.428571428571429em;
  }
  .header__description {
    font-size: 0.8125em;
    line-height: 1.461538461538461em;
  }
}
@media screen and (max-width: 480px) {
  .header__container,
  .header__description,
  .header__domain {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.call-bar {
  background-color: cadetblue;
}
.call-bar__container {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-bar__link {
  font-size: 1.5em;
  line-height: 1.291666666666667em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .call-bar__container {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .call-bar__link {
    font-size: 1em;
    line-height: 1.4375em;
  }
}
@media screen and (max-width: 480px) {
  .call-bar__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .call-bar__link {
    font-size: 0.875em;
    line-height: 1.428571428571429em;
  }
}
.hero {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero--one {
  background-image: url(../images/hero_01.jpg);
}
.hero--two {
  background-image: url(../images/hero_02.jpg);
}
.hero__container {
  padding-top: 116px;
  padding-bottom: 152px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.hero__description,
.hero__heading {
  margin-bottom: 36px;
}
.hero__heading {
  font-size: 1.875em;
  line-height: 1.1em;
  font-weight: 700;
  max-width: 720px;
}
.hero__description,
.hero__details {
  font-weight: 600;
}
.hero__description {
  font-size: 1.25em;
  line-height: 1.3em;
  max-width: 600px;
}
.hero__description p:not(:last-child) {
  margin-bottom: 26px;
}
.hero__details {
  font-size: 1.5em;
  line-height: 1.291666666666667em;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .hero__container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hero__description,
  .hero__heading {
    margin-bottom: 24px;
  }
  .hero__heading {
    font-size: 1.375em;
    line-height: 1.136363636363636em;
  }
  .hero__description {
    font-size: 0.875em;
    line-height: 1.428571428571429em;
  }
  .hero__description p:not(:last-child) {
    margin-bottom: 16px;
  }
  .hero__details {
    font-size: 1.125em;
    line-height: 1.277777777777778em;
  }
}
@media screen and (max-width: 480px) {
  .hero__container {
    padding: 32px 16px;
  }
}
.services__container {
  padding-top: 62px;
  padding-bottom: 84px;
}
.services__heading {
  margin-bottom: 42px;
  font-size: 2.25em;
  line-height: 1.305555555555556em;
  font-weight: 700;
  text-align: center;
}
.services__items {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services__item {
  padding-left: 6px;
  padding-right: 6px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .services__container {
    padding: 32px 16px;
  }
  .services__heading {
    margin-bottom: 24px;
    font-size: 1.75em;
    line-height: 1.392857142857143em;
  }
  .services__items {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__item {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .services__item:last-child {
    margin-bottom: 0;
  }
}
.services-item {
  padding: 42px 38px 56px;
  height: 100%;
  border: 2px solid #ee7532;
  border-radius: 4px;
}
.services-item__heading {
  margin-bottom: 16px;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 600;
  color: #ee7532;
}
.services-item__description {
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .services-item {
    padding: 20px;
  }
}
.footer {
  color: #fff;
  background-color: #262626;
}
.footer__container {
  padding-top: 35px;
  padding-bottom: 45px;
}
.footer__legal {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
}
.footer #legal {
  font-size: 0.875em;
  line-height: 1.285714285714286em;
}
.footer #legal p:first-child a {
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .footer #legal p:last-child {
    font-size: 0.75em;
    line-height: 1.166666666666667em;
  }
}
