/* main.scss */
/* utils/_variables.scss */
/*  utils/_placeholders.scss */
.edge-list::after {
  display: block;
  content: '';
  clear: both; }

.main-header__logo, .footer-logo, .hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; } 

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 {
  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 {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

/* base/_fonts.scss */
@font-face {
  font-family: Merriweather-Bold;
  src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: Merriweather-Regular;
  src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: Merriweather-Light;
  src: url("../fonts/Merriweather-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: SourceSansPro-Regular;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* base/_base.scss */
* {
  box-sizing: border-box; }

body {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  line-height: 1.35em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%; }

p strong {
  font-weight: 800; }

.main-header {
  padding: 54px 0; }
  @media screen and (max-width: 1170px) {
    .main-header {
      padding: 48px 0 32px 0; } }
  @media screen and (max-width: 640px) {
    .main-header {
      padding: 32px 0; } }

.main-header__logo {
  display: block;
  width: 224px;
  height: 62px;
  background-image: url(../images/main-logo.svg); }
  @media screen and (max-width: 960px) {
    .main-header__logo {
      width: 200px;
      height: 55.5px; } }
  @media screen and (max-width: 640px) {
    .main-header__logo {
      width: 160px;
      height: 44px; } }

.main-footer {
  padding: 48px 0;
  border-top: 1px solid #123E78; }
  @media screen and (max-width: 1170px) {
    .main-footer {
      padding: 32px 0 48px 0; } }
  @media screen and (max-width: 640px) {
    .main-footer {
      padding: 32px 0; } }

.main-footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 640px) {
    .main-footer .container {
      display: block; } }

.footer-logo {
  display: block;
  width: 160px;
  -ms-flex: 0 0 160px;
      flex: 0 0 160px;
  height: 44px;
  background-image: url(../images/main-logo.svg); }
  @media screen and (max-width: 640px) {
    .footer-logo {
      width: 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
      height: 33px; } }

.contact-us-block {
  font-family: "Merriweather-Regular", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #123E78; }
  @media screen and (max-width: 960px) {
    .contact-us-block {
      font-size: 16px;
      line-height: 30px; } }
  @media screen and (max-width: 640px) {
    .contact-us-block {
      margin-top: 24px; } }

.contact-us-block__title {
  font-family: "Merriweather-Bold", sans-serif; }

.contact-us-block__link {
  color: #123E78; }

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto; }
  @media screen and (max-width: 1170px) {
    .container {
      max-width: 100%;
      padding: 0 48px; } }
  @media screen and (max-width: 640px) {
    .container {
      padding: 0 24px; } }

.impact-section,
.introdcution-section {
  background-color: rgba(23, 52, 104, 0.12);
  padding: 100px 0 90px 0; }
  @media screen and (max-width: 1170px) {
    .impact-section,
    .introdcution-section {
      padding: 80px 0 70px 0; } }
  @media screen and (max-width: 640px) {
    .impact-section,
    .introdcution-section {
      padding: 48px 0 64px 0; } }

.edge-section,
.previous-work-section {
  padding: 100px 0 90px 0; }
  @media screen and (max-width: 1170px) {
    .edge-section,
    .previous-work-section {
      padding: 80px 0 70px 0; } }
  @media screen and (max-width: 640px) {
    .edge-section,
    .previous-work-section {
      padding: 48px 0 64px 0; } }

.section-header {
  font-family: "Merriweather-Light", sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #123E78;
  max-width: 970px; }
  @media screen and (max-width: 1170px) {
    .section-header {
      font-size: 44px;
      line-height: 54px;
      max-width: 640px; } }
  @media screen and (max-width: 960px) {
    .section-header {
      font-size: 40px;
      line-height: 50px;
      max-width: 600px; } }
  @media screen and (max-width: 640px) {
    .section-header {
      font-size: 28px;
      line-height: 38px;
      max-width: 100%; } }

.section-expret {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 34px;
  line-height: 48px;
  color: #000;
  max-width: 712px;
  margin-top: 16px; }
  @media screen and (max-width: 1170px) {
    .section-expret {
      font-size: 26px;
      line-height: 36px;
      max-width: 540px; } }
  @media screen and (max-width: 960px) {
    .section-expret {
      font-size: 24px;
      line-height: 30px;
      max-width: 460px; } }
  @media screen and (max-width: 640px) {
    .section-expret {
      font-size: 20px;
      line-height: 30px;
      max-width: 100%;
      margin-top: 8px; } }

.body-text {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-size: 22px;
  line-height: 37px;
  color: #000; }
  @media screen and (max-width: 1170px) {
    .body-text {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 640px) {
    .body-text {
      font-size: 18px;
      line-height: 26px; } }

.section-body {
  max-width: 880px;
  margin-top: 32px; }
  @media screen and (max-width: 1170px) {
    .section-body {
      max-width: 700px;
      margin-top: 16px; } }
  @media screen and (max-width: 960px) {
    .section-body {
      max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .section-body {
      margin-top: 24px; } }

.section-body p:not(:first-child) {
  margin-top: 32px; }
  @media screen and (max-width: 1170px) {
    .section-body p:not(:first-child) {
      margin-top: 16px; } }

.section-list {
  max-width: 820px;
  list-style-type: disc;
  padding-left: 22px;
  margin-top: 32px; }
  @media screen and (max-width: 1170px) {
    .section-list {
      max-width: 700px;
      margin-top: 16px; } }
  @media screen and (max-width: 960px) {
    .section-list {
      max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .section-list {
      margin-top: 24px; } }

.section-list__item:not(:first-child) {
  margin-top: 4px; }



.hero-section {
  position: relative;
  height: 550px;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .hero-section {
    height: 500px;
  }
}

@media screen and (max-width: 1280px) {
  .hero-section {
    height: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-section  {
    height: 400px;
  }
}

@media screen and (max-width: 640px) {
  .hero-section {
    height: 460px;
    background-image: url(../images/main-hero--small.jpg);
  }
}

.hero-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 550px;
  width: 970px; 
  background-image: url(../images/large-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media screen and (max-width: 1680px) {
  .hero-bg {
    right: -100px;
  }
}

@media screen and (max-width: 1440px) {
  .hero-bg {
    height: 500px;
    width: 880px; 
  }
}

@media screen and (max-width: 1280px) {
  .hero-bg {
    height: 450px;
    width: 800px; 
  }
} 

@media screen and (max-width: 1170px) {
  .hero-bg {
    background-image: url(../images/medium-bg.png);
    width: 950px; 
    right: -300px; 
  }
} 

@media screen and (max-width: 1024px) {
  .hero-bg {
    height: 400px;
    width: 830px;
    right: -250px; 
  }
} 

@media screen and (max-width: 960px) {
  .hero-bg {
    right: -300px; 
  } 
} 

@media screen and (max-width: 870px) {
  .hero-bg {
    right: -400px; 
  }
}

@media screen and (max-width: 770px) {
  .hero-bg {
    right: -520px; 
  }
}

@media screen and (max-width: 640px) {
  .hero-bg {
    display: none
  }
}

.hero-section .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media screen and (max-width: 640px) {
    .hero-section .container {
      display: block; } }

.website-slogan {
  font-family: "Merriweather-Light", sans-serif;
  font-size: 60px;
  line-height: 80px;
  color: #123E78;
  max-width: 380px; }
  @media screen and (max-width: 1170px) {
    .website-slogan {
      font-size: 52px;
      line-height: 68px;
      max-width: 320px; } }
  @media screen and (max-width: 960px) {
    .website-slogan {
      font-size: 46px;
      line-height: 60px;
      max-width: 300px; } }
  @media screen and (max-width: 640px) {
    .website-slogan {
      font-size: 40px;
      line-height: 50px;
      max-width: 100%;
      margin-top: 80px; } }
  @media screen and (max-width: 640px) {
    .website-slogan {
      font-size: 32px;
      line-height: 44px;
      margin-top: 32px; } }

.edge-list {
  text-align: center;
  font-family: "SourceSansPro-Regular", sans-serif;
  color: #000;
  margin: 32px 0 0 -24px; }
  @media screen and (max-width: 960px) {
    .edge-list {
      margin: 32px 0 0 0;
      text-align: left; } }

.edge-list__item {
  float: left;
  width: 33.333%;
  padding-left: 24px; }
  @media screen and (max-width: 960px) {
    .edge-list__item {
      padding: 0;
      float: none;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  @media screen and (max-width: 640px) {
    .edge-list__item {
      display: block;
      text-align: center; } }

@media screen and (max-width: 960px) {
  .edge-list__item:not(:first-child) {
    margin-top: 24px; } }

@media screen and (max-width: 640px) {
  .edge-list__item:not(:first-child) {
    margin-top: 48px; } }

.edge-title-block {
  position: relative;
  padding-top: 100%;
  background-color: #123E78;
  border-radius: 50%; }
  @media screen and (max-width: 960px) {
    .edge-title-block {
      width: 275px;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
      height: 275px;
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .edge-title-block {
      margin: 0 auto;
      width: 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
      height: 240px; } }

.edge-title-block__title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  font-family: "Merriweather-Bold", sans-serif;
  font-size: 34px;
  line-height: 46px;
  color: #fff;
  padding: 0 8px; }
  @media screen and (max-width: 1170px) {
    .edge-title-block__title {
      font-size: 26px;
      line-height: 36px; } }
  @media screen and (max-width: 960px) {
    .edge-title-block__title {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 640px) {
    .edge-title-block__title {
      font-size: 20px;
      line-height: 30px; } }

.edge-desc {
  margin-top: 32px; }
  @media screen and (max-width: 960px) {
    .edge-desc {
      padding-left: 24px;
      max-width: 300px; } }
  @media screen and (max-width: 640px) {
    .edge-desc {
      margin: 16px auto 0 auto;
      padding-left: 0px;
      max-width: 260px; } }

/*------------------------------------*\
  #SECTION-TITLE
\*------------------------------------*/

/*# sourceMappingURL=main.css.map */
