/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

*/
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;
}

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

html, body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

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

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

html {
  font-size: 10px;
}

@media only screen and (max-width: 980px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 490px) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Open Sans", "helvetica", "arial", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  margin-bottom: 3rem;
}

p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #1d1d1d;
}

@media only screen and (max-width: 1520px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

strong {
  font-weight: 700;
}

.o-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1130px) {
  .o-row--mobile-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.o-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.-justify-spbtw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.-align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.-align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.-align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-wrap {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background: #fff url("img/city.svg") 57vw 17rem no-repeat;
  background-size: 50% auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1920px) {
  .c-wrap {
    background: #fff url("img/city.svg") 62vw 19rem no-repeat;
    background-size: 40% auto;
  }
}

@media only screen and (min-width: 2245px) {
  .c-wrap {
    background: #fff url("img/city.svg") 55vw 19rem no-repeat;
    background-size: 680px auto;
  }
}

@media only screen and (max-width: 1680px) {
  .c-wrap {
    background: #fff url("img/city.svg") 62vw 19rem no-repeat;
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 1366px) {
  .c-wrap {
    max-height: 900px;
  }
}

@media only screen and (max-width: 1280px) {
  .c-wrap {
    max-height: 820px;
  }
}

@media only screen and (max-width: 1160px) {
  .c-wrap {
    max-height: 780px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-wrap {
    background: #fff url("img/city.svg") 62vw 13rem no-repeat;
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 768px) {
  .c-wrap {
    background: #fff url("img/city.svg") 62vw 17rem no-repeat;
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 960px) {
  .c-wrap {
    background: #fff url("img/city.svg") 62vw 20rem no-repeat;
    background-size: 50% auto;
  }
}

@media only screen and (max-width: 900px) {
  .c-wrap {
    background: none;
    height: auto;
    max-height: initial;
  }
}

.c-top-bar {
  width: 80vw;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 5rem 0;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 600px) {
  .c-top-bar {
    padding-top: 30px;
  }
}

.c-logo {
  font-family: "Nunito", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #000;
  border-left: solid 3px #000;
  padding-left: 1rem;
}

@media only screen and (max-width: 1410px) {
  .c-logo {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 1020px) {
  .c-logo {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 1350px) {
  .c-nav--footer {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 550px) {
  .c-nav--footer {
    display: none;
  }
}

.c-nav__item {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-left: 5rem;
}

@media only screen and (max-width: 1520px) {
  .c-nav__item {
    margin-left: 4rem;
  }
}

@media only screen and (max-width: 1410px) {
  .c-nav__item {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

.c-nav__item:first-child {
  margin-left: 0;
}

.c-nav__item--footer {
  font-size: 1.8rem;
  margin-left: 4rem;
}

.c-nav__item--footer:first-child {
  margin-left: 0;
}

.c-nav__link {
  color: #000;
  font-weight: 200;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.c-nav__link:hover {
  color: #EF900F;
}

.c-nav__link--bg {
  background: #000;
  border-radius: 50px;
  padding: 0.8rem 2.4rem;
  color: #fff;
}

@media only screen and (max-width: 1120px) {
  .c-nav__link--bg {
    background: #FFF2E0;
    border-radius: 0;
    padding: 0;
    color: #000;
  }
}

.c-nav__link--footer {
  color: #6e6e6e;
}

.c-nav-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav-toggle {
  display: none;
}

.c-nav-toggle__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav-toggle__icon {
  width: 3.8rem;
  height: auto;
}

@media only screen and (max-width: 320px) {
  .c-nav-toggle__icon {
    width: 3rem;
  }
}

@media screen and (max-width: 1120px) {
  .c-nav-responsive {
    display: none;
  }
  .c-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    margin-top: -0.6rem;
    margin-right: 1.5rem;
  }
  .unfold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 7.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFF2E0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 20px 20px;
  }
  .unfold .c-nav__item {
    margin-left: 0;
    margin-bottom: 8rem;
  }
  .unfold .c-nav__item:first-child {
    padding-top: 3rem;
  }
  .unfold .c-nav__item:last-child {
    margin-bottom: 0;
  }
  .unfold .c-nav__link {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #000;
  }
}

.c-intro {
  width: 80vw;
  height: 80%;
  max-width: 1600px;
  margin: -5rem auto 0 auto;
  position: relative;
  z-index: 50;
}

@media only screen and (max-width: 1366px) {
  .c-intro {
    min-height: 700px;
  }
}

@media only screen and (max-height: 720px) {
  .c-intro {
    margin-top: -9rem;
  }
}

@media only screen and (max-width: 1024px) {
  .c-intro {
    margin-top: -15rem;
  }
}

@media only screen and (max-width: 1024px) and (min-height: 768px) {
  .c-intro {
    margin-top: -10rem;
  }
}

@media only screen and (max-width: 960px) {
  .c-intro {
    margin-top: -10rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    margin-top: 0;
    min-height: 650px;
  }
}

@media only screen and (max-width: 500px) {
  .c-intro {
    min-height: 550px;
    margin-top: -8rem;
  }
}

.c-intro__body {
  width: 50%;
}

@media only screen and (max-width: 1440px) {
  .c-intro__body {
    width: 55%;
  }
}

@media only screen and (max-width: 1280px) {
  .c-intro__body {
    width: 60%;
  }
}

@media only screen and (max-width: 1180px) {
  .c-intro__body {
    width: 55%;
  }
}

@media only screen and (max-width: 900px) {
  .c-intro__body {
    width: 70%;
    text-align: center;
  }
}

@media only screen and (max-width: 870px) {
  .c-intro__body {
    width: 85%;
    text-align: center;
  }
}

@media only screen and (max-width: 620px) {
  .c-intro__body {
    width: 90%;
  }
}

.c-intro img {
  width: 70%;
  height: auto;
  max-height: 770px;
  margin-right: -20%;
}

.c-order {
  background: url("img/circle.svg") right top no-repeat;
  background-size: 50rem auto;
  width: 70vw;
  height: auto;
  max-width: 1600px;
  margin: 0 auto 20vh auto;
  padding-top: 23rem;
  text-align: center;
}

@media only screen and (max-width: 1780px) {
  .c-order {
    width: 80vw;
  }
}

@media only screen and (max-width: 1140px) {
  .c-order {
    background-size: 40rem auto;
    padding-top: 13rem;
  }
}

@media only screen and (max-width: 960px) {
  .c-order {
    padding-top: 20rem;
    margin-bottom: 10vh;
  }
}

@media only screen and (max-width: 880px) {
  .c-order {
    background-size: 40rem auto;
  }
}

@media only screen and (max-width: 710px) {
  .c-order {
    background-size: 36rem auto;
    padding-top: 16rem;
  }
}

@media only screen and (max-width: 660px) {
  .c-order {
    background-size: 32rem auto;
  }
}

@media only screen and (max-width: 517px) {
  .c-order {
    padding-top: 13rem;
  }
}

@media only screen and (max-width: 490px) {
  .c-order {
    padding-top: 15rem;
    margin-bottom: 8vh;
  }
}

@media only screen and (max-width: 440px) {
  .c-order {
    width: 80vw;
    padding-top: 13rem;
    background-size: 28rem auto;
  }
}

@media only screen and (max-width: 348px) {
  .c-order {
    width: 90vw;
  }
}

.c-order h2 {
  width: 50vw;
  margin: 0 auto 4rem auto;
}

@media only screen and (max-width: 1366px) {
  .c-order h2 {
    width: 55vw;
  }
}

@media only screen and (max-width: 1242px) {
  .c-order h2 {
    width: 60vw;
  }
}

@media only screen and (max-width: 1080px) {
  .c-order h2 {
    width: 65vw;
  }
}

@media only screen and (max-width: 440px) {
  .c-order h2 {
    width: 68vw;
  }
}

@media only screen and (max-width: 348px) {
  .c-order h2 {
    width: 80vw;
  }
}

.c-team {
  width: 70vw;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 10rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1366px) {
  .c-team {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-team {
    width: 80vw;
    padding-bottom: 7rem;
  }
}

@media only screen and (max-width: 1020px) {
  .c-team {
    width: 70vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 770px) {
  .c-team {
    width: 80vw;
  }
}

@media only screen and (max-width: 430px) {
  .c-team {
    padding-bottom: 3rem;
  }
}

.c-team__header {
  width: 38%;
}

.c-team__header h2, .c-team__header h4 {
  text-align: left;
}

@media only screen and (max-width: 1020px) {
  .c-team__header {
    width: 90%;
  }
}

.c-team__body {
  width: 62%;
  padding-left: 12rem;
  padding-top: 5.5rem;
}

@media only screen and (max-width: 1190px) {
  .c-team__body {
    padding-left: 8rem;
  }
}

@media only screen and (max-width: 1020px) {
  .c-team__body {
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 1520px) {
  .c-team__body p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.c-team-aside {
  width: 70vw;
  height: auto;
  max-width: 1600px;
  margin: 0 auto 20rem auto;
  position: relative;
  text-align: justify;
}

@media only screen and (max-width: 1190px) {
  .c-team-aside {
    width: 78vw;
  }
}

@media only screen and (max-width: 1020px) {
  .c-team-aside {
    width: 70vw;
  }
}

@media only screen and (max-width: 770px) {
  .c-team-aside {
    width: 100%;
  }
}

@media only screen and (max-width: 430px) {
  .c-team-aside {
    margin-bottom: 0;
  }
}

.c-team-aside__img {
  width: 65%;
  height: auto;
  position: relative;
  z-index: 10;
  border-radius: 2rem;
}

@media only screen and (max-width: 1520px) {
  .c-team-aside__img {
    width: 75%;
  }
}

@media only screen and (max-width: 1190px) {
  .c-team-aside__img {
    width: 100%;
    margin-left: -17rem;
  }
}

@media only screen and (max-width: 770px) {
  .c-team-aside__img {
    z-index: -1;
    margin-left: -15rem;
  }
}

@media only screen and (max-width: 570px) {
  .c-team-aside__img {
    margin-left: -7rem;
  }
}

@media only screen and (max-width: 430px) {
  .c-team-aside__img {
    border-radius: 0;
    margin: 0;
  }
}

.c-team-aside__body {
  width: 65%;
  margin-top: -10%;
  padding: 6rem;
  background: #EBF8FF;
  border-radius: 2rem;
  position: relative;
  z-index: 50;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-team-aside__body h2 {
  text-align: left;
}

@media only screen and (max-width: 1520px) {
  .c-team-aside__body {
    width: 70%;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

@media only screen and (max-width: 1260px) {
  .c-team-aside__body {
    padding: 4.5rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-team-aside__body {
    width: 75%;
    margin-top: -12%;
  }
}

@media only screen and (max-width: 1020px) {
  .c-team-aside__body {
    width: 85%;
  }
}

@media only screen and (max-width: 770px) {
  .c-team-aside__body {
    border-radius: 20px 0 0 20px;
  }
}

@media only screen and (max-width: 430px) {
  .c-team-aside__body {
    width: 100%;
    border-radius: 0;
    padding: 6rem 5rem 12rem 5rem;
    position: static;
    margin-top: -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-footer {
  width: 100%;
  padding: 7rem 10vw;
  background: #1d1d1d;
}

@media only screen and (max-width: 375px) {
  .c-footer {
    padding: 7rem 6vw;
  }
}

.c-footer__body {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1024px) {
  .c-footer__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 620px) {
  .c-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-footer__bar {
  padding-top: 2rem;
  border-top: 1px solid #383838;
}

@media only screen and (max-width: 1350px) {
  .c-footer__bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 620px) {
  .c-footer__bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-headline {
  font-size: 4.8rem;
  line-height: 6rem;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 6rem;
  text-align: center;
}

@media only screen and (max-width: 1650px) {
  .c-headline {
    font-size: 4.2rem;
    line-height: 5.4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .c-headline {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 1180px) {
  .c-headline {
    font-size: 3.4rem;
    line-height: 4.6rem;
  }
}

@media only screen and (max-width: 1060px) {
  .c-headline {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 900px) {
  .c-headline {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-headline {
    font-size: 4.7rem;
    line-height: 5.8rem;
  }
}

@media only screen and (max-width: 662px) {
  .c-headline {
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}

@media only screen and (max-width: 590px) {
  .c-headline {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 535px) {
  .c-headline {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

@media only screen and (max-width: 425px) {
  .c-headline {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}

@media only screen and (max-width: 405px) {
  .c-headline {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 354px) {
  .c-headline {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

@media only screen and (max-width: 320px) {
  .c-headline {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
}

.c-heading {
  font-size: 4rem;
  line-height: 5.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 1520px) {
  .c-heading {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}

@media only screen and (max-width: 1020px) {
  .c-heading {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .c-heading {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.c-heading--m {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1520px) {
  .c-heading--m {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

@media only screen and (max-width: 580px) {
  .c-heading--m {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 2rem;
  }
}

.c-heading--l {
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 1520px) {
  .c-heading--l {
    font-size: 3.7rem;
    line-height: 4.7rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-heading--l {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.c-heading--t {
  font-size: 4rem;
  line-height: 5.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 880px) {
  .c-heading--t {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 710px) {
  .c-heading--t {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media only screen and (max-width: 660px) {
  .c-heading--t {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.c-title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.c-btn {
  display: inline-block;
  padding: 1.3em 2.2em 1.3em 2.2em;
  background: #ff9300;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
}

@media only screen and (max-width: 1520px) {
  .c-btn {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.c-btn:hover {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}

.c-btn--red {
  background: #E24E33;
  margin-top: 2rem;
  color: #fff;
  padding: 1.3em 3em 1.3em 3em;
}

.c-btn-back {
  position: fixed;
  top: 10rem;
  left: 5rem;
}

@media only screen and (max-width: 690px) {
  .c-btn-back {
    top: 5rem;
    left: 3rem;
  }
}

@media only screen and (max-width: 920px) {
  .c-btn-back {
    position: absolute;
  }
}

.c-btn-back img {
  width: 6rem;
  height: auto;
}

@media only screen and (max-width: 1100px) {
  .c-btn-back img {
    width: 4.5rem;
  }
}

@media only screen and (max-width: 850px) {
  .c-btn-back img {
    width: 3.5rem;
  }
}

.c-contact-info {
  padding-right: 18rem;
}

@media only screen and (max-width: 775px) {
  .c-contact-info {
    padding-right: 0;
  }
}

@media only screen and (max-width: 620px) {
  .c-contact-info {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.c-contact-info h2 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #cfcfcf;
  font-weight: 400;
  margin-bottom: 3rem;
}

.c-contact-info p {
  font-size: 1.8rem;
  color: #9b9b9b;
}

.c-contact-info__phone {
  font-size: 2rem;
  font-weight: 400;
  color: #9b9b9b;
}

@media only screen and (max-width: 620px) {
  .c-contact-info__phone {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 775px) {
  .c-contact-address {
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 620px) {
  .c-contact-address {
    margin-bottom: 1rem;
  }
}

.c-contact-address__img {
  width: 11rem;
  height: auto;
  margin-right: 2.6rem;
  margin-top: 7.3rem;
  opacity: 0.3;
}

@media only screen and (max-width: 775px) {
  .c-contact-address__img {
    width: 11rem;
  }
}

.c-contact-address__item {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  color: #9b9b9b;
}

.c-contact-address__item:first-child {
  font-size: 2.8rem;
  line-height: 3.8rem;
  color: #cfcfcf;
  font-weight: 400;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 620px) {
  .c-contact-address__item:first-child {
    margin-left: -42%;
  }
}

.gallery {
  width: 70vw;
  max-width: 1600px;
  padding-top: 17rem;
  padding-bottom: 20rem;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1500px) {
  .gallery {
    width: 80vw;
  }
}

@media only screen and (max-width: 1190px) {
  .gallery {
    width: 70vw;
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 1024px) {
  .gallery {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 600px) {
  .gallery {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.gallery h1 {
  margin-bottom: 5rem;
  margin-left: 1rem;
  font-weight: 700;
}

.images ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5rem auto;
}

@media only screen and (max-width: 1190px) {
  .images ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.row-1 li {
  width: 24%;
}

@media only screen and (max-width: 1190px) {
  .row-1 li {
    width: 47%;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 375px) {
  .row-1 li {
    width: 90%;
    margin: 0 auto 2rem auto;
  }
}

.images ul li img {
  width: 100%;
  height: auto;
  list-style: none;
  border-radius: 1rem;
}

.row-2 li, .row-3 li, .row-4 li {
  width: 32%;
}

/* LIGHTBOX */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
      This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

li {
  list-style-type: none;
}

.c-tags {
  width: 100%;
  padding-top: 3rem;
  width: 100%;
}

@media only screen and (max-width: 620px) {
  .c-tags {
    text-align: center;
  }
}

.c-tags p {
  font-size: 1.3rem;
  color: #4d4d4d;
}

@media only screen and (max-width: 375px) {
  .c-copyright {
    width: 100%;
  }
}

.c-copyright p {
  color: #6e6e6e;
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .c-copyright p {
    margin: 0 auto;
    display: block;
  }
}

.c-copyright p a {
  color: #6e6e6e;
}

.c-town {
  width: 80vw;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1365px) {
  .c-town {
    width: 90vw;
  }
}

@media only screen and (max-width: 1190px) {
  .c-town {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .c-town {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-town__img {
  width: 55%;
  padding-right: 8rem;
}

@media only screen and (max-width: 1365px) {
  .c-town__img {
    padding-right: 6rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-town__img {
    width: 70%;
    margin-left: -20%;
  }
}

@media only screen and (max-width: 900px) {
  .c-town__img {
    width: 85%;
    margin-left: 0;
    padding-right: 0;
    margin-top: -5rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-town__img {
    width: 90%;
  }
}

.c-town__img img {
  width: 100%;
  height: auto;
}

.c-town__body {
  width: 45%;
  text-align: justify;
  padding-right: 4rem;
}

@media only screen and (max-width: 1190px) {
  .c-town__body {
    width: 42%;
  }
}

@media only screen and (max-width: 900px) {
  .c-town__body {
    width: 68%;
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-town__body {
    width: 76%;
  }
}

.c-town__body p {
  margin-bottom: 5rem;
}

.c-town-page {
  width: 70vw;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 15rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: justify;
}

@media only screen and (max-width: 1366px) {
  .c-town-page {
    width: 80vw;
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-town-page {
    width: 100%;
  }
}

@media only screen and (max-width: 1020px) {
  .c-town-page {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 860px) {
  .c-town-page {
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}

.c-town-page__body {
  width: 50%;
  border-radius: 2rem;
  padding-right: 5rem;
  position: relative;
  z-index: 10;
}

.c-town-page__body h2 {
  text-align: left;
}

@media only screen and (max-width: 1400px) {
  .c-town-page__body {
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 1190px) {
  .c-town-page__body {
    width: 58%;
    padding-left: 12rem;
  }
}

@media only screen and (max-width: 860px) {
  .c-town-page__body {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-town-page__img {
  width: 50%;
  height: auto;
  margin-top: 1rem;
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1190px) {
  .c-town-page__img {
    width: 60%;
    margin-right: -20%;
    margin-top: -4rem;
  }
}

@media only screen and (max-width: 1090px) {
  .c-town-page__img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 980px) {
  .c-town-page__img {
    width: 52%;
    margin-right: -16%;
  }
}

@media only screen and (max-width: 860px) {
  .c-town-page__img {
    width: 85%;
    margin: 3rem auto 0 auto;
  }
}

.c-town-page__img img {
  width: 100%;
  height: auto;
}

.c-town-page h2 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 1190px) {
  .c-town-page h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .c-town-page h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.c-town-page__about {
  width: 70vw;
  max-width: 1600px;
  margin: 0 auto 18rem auto;
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .c-town-page__about {
    width: 80vw;
  }
}

@media only screen and (max-width: 1140px) {
  .c-town-page__about {
    margin-bottom: 13rem;
  }
}

@media only screen and (max-width: 500px) {
  .c-town-page__about {
    margin-bottom: 8rem;
  }
}

.c-town-page__about h2 {
  margin-bottom: 7rem;
}

.c-town-page__about ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-town-page__about ul li {
  width: 23%;
  margin-bottom: 1rem;
  font-weight: 300;
  padding: 6rem 4rem 4rem 4rem;
  margin-right: 3rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  background: #FFF2E0 url("img/dash.svg") center 3rem no-repeat;
  background-size: 13% auto;
}

@media only screen and (max-width: 1640px) {
  .c-town-page__about ul li {
    padding: 6rem 3rem 3rem 3rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about ul li {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) {
  .c-town-page__about ul li {
    width: 46%;
  }
}

@media only screen and (max-width: 530px) {
  .c-town-page__about ul li {
    width: 48%;
  }
}

@media only screen and (max-width: 450px) {
  .c-town-page__about ul li {
    width: 80%;
  }
}

.c-town-page__about ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about .c-about-item-1 {
    margin-left: 0;
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 680px) {
  .c-town-page__about .c-about-item-1 {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 530px) {
  .c-town-page__about .c-about-item-1 {
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .c-town-page__about .c-about-item-1 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about .c-about-item-2 {
    margin-left: 3rem;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 680px) {
  .c-town-page__about .c-about-item-2 {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 530px) {
  .c-town-page__about .c-about-item-2 {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .c-town-page__about .c-about-item-2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about .c-about-item-3 {
    margin-left: 0;
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 680px) {
  .c-town-page__about .c-about-item-3 {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 530px) {
  .c-town-page__about .c-about-item-3 {
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .c-town-page__about .c-about-item-3 {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 1160px) {
  .c-town-page__about .c-about-item-4 {
    margin-left: 3rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .c-town-page__about .c-about-item-4 {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 530px) {
  .c-town-page__about .c-about-item-4 {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .c-town-page__about .c-about-item-4 {
    margin-left: 0;
  }
}

.c-proces {
  width: 50vw;
  border-radius: 3rem;
  margin: -6% 0 15rem 36%;
  position: relative;
  z-index: 2;
  text-align: justify;
}

@media only screen and (max-width: 1470px) {
  .c-proces {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 1366px) {
  .c-proces {
    margin-left: 38%;
  }
}

@media only screen and (max-width: 920px) {
  .c-proces {
    margin-bottom: 7rem;
  }
}

@media only screen and (max-width: 670px) {
  .c-proces {
    width: 80vw;
    margin: 5rem  auto 7rem auto;
  }
}

.c-proces__l {
  width: 90%;
}

.c-proces__l h3 {
  text-align: left;
}

@media only screen and (max-width: 1366px) {
  .c-proces__l {
    width: 95%;
  }
}

@media only screen and (max-width: 670px) {
  .c-proces__l {
    width: 100%;
  }
}

.c-proces__body {
  width: 90%;
}

@media only screen and (max-width: 1366px) {
  .c-proces__body {
    width: 95%;
  }
}

@media only screen and (max-width: 670px) {
  .c-proces__body {
    width: 100%;
  }
}

.c-proces__right {
  width: 45%;
  padding-top: 7.7rem;
}

.c-proces h2 {
  font-size: 3.2rem;
  line-height: 4.6rem;
}

@media only screen and (max-width: 600px) {
  .c-proces h2 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.c-proces h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .c-proces h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.c-road {
  width: 100%;
  height: auto;
  margin: -3rem 0 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
  display: block;
}

@media only screen and (max-width: 1190px) {
  .c-road {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1075px) {
  .c-road {
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 670px) {
  .c-road {
    display: none;
  }
}

.c-end {
  width: 50vw;
  margin: 10rem auto 15rem auto;
  text-align: justify;
}

.c-end h2 {
  text-align: left;
}

@media only screen and (max-width: 1375px) {
  .c-end {
    width: 46vw;
  }
}

@media only screen and (max-width: 910px) {
  .c-end {
    width: 60vw;
  }
}

.c-end h2 {
  width: 80%;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  margin: 0 auto 4rem auto;
}

@media only screen and (max-width: 1275px) {
  .c-end h2 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .c-end h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.c-end p {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1275px) {
  .c-end p {
    width: 100%;
  }
}

.c-stuff {
  width: 70%;
  margin: 0 auto;
  padding: 5rem;
  background: #FFF2E0;
  margin-bottom: 15rem;
  border-radius: 5rem;
}

@media only screen and (max-width: 1550px) {
  .c-stuff {
    width: 80%;
  }
}

@media only screen and (max-width: 1375px) {
  .c-stuff {
    width: 50%;
  }
}

@media only screen and (max-width: 1280px) {
  .c-stuff {
    width: 60%;
  }
}

@media only screen and (max-width: 1190px) {
  .c-stuff {
    width: 70%;
  }
}

@media only screen and (max-width: 1030px) {
  .c-stuff {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 765px) {
  .c-stuff {
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .c-stuff {
    width: 70%;
    padding: 4rem;
    border-radius: 3rem;
  }
}

@media only screen and (max-width: 320px) {
  .c-stuff {
    width: 80%;
  }
}

.c-stuff h2 {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 1020px) {
  .c-stuff h2 {
    text-align: center;
    margin-bottom: 6rem;
  }
}

.c-stuff ul {
  margin-bottom: 4rem auto 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-stuff ul li {
  width: 6vw;
  font-size: 1.5rem;
  margin: 0 1.5rem 2rem 1.5rem;
}

@media only screen and (max-width: 1375px) {
  .c-stuff ul li {
    width: 8vw;
  }
}

@media only screen and (max-width: 1280px) {
  .c-stuff ul li {
    width: 9vw;
  }
}

@media only screen and (max-width: 1190px) {
  .c-stuff ul li {
    width: 11vw;
  }
}

@media only screen and (max-width: 674px) {
  .c-stuff ul li {
    font-size: 1.4rem;
    width: 13vw;
    margin: 0 1rem 2rem 1rem;
  }
}

@media only screen and (max-width: 578px) {
  .c-stuff ul li {
    width: 18vw;
  }
}

@media only screen and (max-width: 553px) {
  .c-stuff ul li {
    width: 17vw;
  }
}

@media only screen and (max-width: 496px) {
  .c-stuff ul li {
    width: 16vw;
  }
}

@media only screen and (max-width: 400px) {
  .c-stuff ul li {
    width: 20vw;
  }
}

@media only screen and (max-width: 320px) {
  .c-stuff ul li {
    width: 22vw;
  }
}

.c-stuff ul li h3 {
  margin: 0;
  line-height: 2.2rem;
  text-align: center;
}

.c-stuff ul li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

.c-service {
  width: 70%;
  min-height: 60vh;
  margin: 20rem auto 10rem auto;
}

@media only screen and (max-width: 1366px) {
  .c-service {
    width: 80%;
    margin-top: 10rem;
    margin-bottom: 15rem;
  }
}

@media only screen and (max-width: 1120px) {
  .c-service {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-service {
    width: 80%;
  }
}

.c-service h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin: 0 auto 7rem auto;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .c-service h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-service h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.c-service p {
  width: 70%;
  text-align: center;
  margin: 8rem auto 0 auto;
}

@media only screen and (max-width: 600px) {
  .c-service p {
    width: 80%;
  }
}

.c-service .c-card {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-service .c-card__item {
  width: 23%;
  margin-bottom: 1rem;
  font-weight: 300;
  padding: 6rem 4rem 4rem 4rem;
  margin-right: 3rem;
  border-radius: 3rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  background: #EBF8FF url("img/dash.svg") center 3rem no-repeat;
  background-size: 13% auto;
}

@media only screen and (max-width: 1465px) {
  .c-service .c-card__item {
    padding: 6rem 3rem 4rem 3rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card__item {
    width: 35%;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 870px) {
  .c-service .c-card__item {
    width: 45%;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__item {
    width: 80%;
    padding: 6rem 6rem 4rem 6rem;
  }
}

@media only screen and (max-width: 330px) {
  .c-service .c-card__item {
    padding: 6rem 3rem 4rem 3rem;
  }
}

.c-service .c-card__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card__item--1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__item--1 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card__item--2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__item--2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card__item--3 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__item--3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .c-service .c-card__item--4 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__item--4 {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-service .c-card__name {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #4a658b;
  font-family: "Nunito", sans-serif;
}

@media only screen and (max-width: 600px) {
  .c-service .c-card__name {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__name {
    font-size: 2.4rem;
  }
}

.c-service .c-card__price {
  font-size: 2.8rem;
  font-weight: 700;
  border-top: 1px dashed #4a658b;
  margin-top: 3rem;
  padding-top: 2rem;
  color: #EF900F;
  font-family: "Nunito", sans-serif;
}

@media only screen and (max-width: 600px) {
  .c-service .c-card__price {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 440px) {
  .c-service .c-card__price {
    font-size: 2.4rem;
  }
}

.u-light {
  color: #f5f5f5;
}

.u-red {
  color: #ED2F0C;
}

.u-orange {
  color: #ff9300;
}

.u-blue {
  color: #2573df;
}

.u-blue-bg {
  background: #2573df;
}

.u-mb-5 {
  margin-bottom: 5rem;
}

.u-mb-4 {
  margin-bottom: 4rem;
}

.u-mb-2 {
  margin-bottom: 1.2rem;
}

.u-pb-2 {
  padding-bottom: 2rem;
}

.u-pb-1 {
  padding-bottom: 1rem;
}
