@font-face {
  font-family: 'ITCAvantGardePro-Bold';
  src: url("../fonts/itcavant.woff") format("woff"), url("../fonts/itcavant.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tisaproitalic';
  src: url("../fonts/tisapro-ita-webfont.woff2") format("woff2"), url("../fonts/tisapro-ita-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.scroll-icon {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 123px;
  right: 52px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 12; }
  @media screen and (max-width: 1000px) {
    .scroll-icon {
      width: 65px;
      bottom: 80px;
      right: auto;
      left: 50%;
      margin-left: -36px; } }
  @media screen and (max-width: 650px) {
    .scroll-icon {
      bottom: 60px; } }
  @media screen and (max-width: 350px) {
    .scroll-icon {
      bottom: 40px; } }
  .scroll-icon div {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .scroll-icon div.icon {
      width: 40px;
      height: 11px;
      float: left;
      overflow: hidden;
      -webkit-transform: translateX(0.1px);
      -ms-transform: translateX(0.1px);
      transform: translateX(0.1px); }
      @media screen and (max-width: 650px) {
        .scroll-icon div.icon {
          width: 40px; } }
      .scroll-icon div.icon > span {
        width: 11px;
        height: 11px;
        position: absolute;
        top: 0;
        right: 1px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 2px solid #212121;
        -webkit-animation: scrooooool 1s infinite ease-out;
        -ms-animation: scrooooool 1s infinite ease-out;
        animation: scrooooool 1s infinite ease-out; }
        .scroll-icon div.icon > span:before, .scroll-icon div.icon > span:after {
          width: 44px;
          height: 1px;
          content: "";
          position: absolute;
          overflow: hidden;
          top: 50%;
          margin-top: -0.5px;
          background: rgba(33, 33, 33, 0.2); }
        .scroll-icon div.icon > span:before {
          left: -56px; }
        .scroll-icon div.icon > span:after {
          right: -56px; }
    .scroll-icon div.title {
      margin: 4px 0 0 80px;
      font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
      font-size: 14px;
      color: #212121;
      letter-spacing: -0.24px; }
      html.mac .scroll-icon div.title {
        margin: 6px 0 0 80px; }
      @media screen and (max-width: 1000px) {
        .scroll-icon div.title {
          display: none; } }

@-webkit-keyframes scrooooool {
  0% {
    -webkit-transform: translateX(1px); }
  74% {
    -webkit-transform: translateX(-28px); }
  100% {
    -webkit-transform: translateX(1px); } }

@-ms-keyframes scrooooool {
  0% {
    -ms-transform: translateX(1px); }
  74% {
    -ms-transform: translateX(-28px); }
  100% {
    -ms-transform: translateX(1px); } }

@keyframes scrooooool {
  0% {
    transform: translateX(1px); }
  74% {
    transform: translateX(-28px); }
  100% {
    transform: translateX(1px); } }

@media screen and (max-width: 650px) {
  @-webkit-keyframes scrooooool {
    0% {
      -webkit-transform: translateX(1px); }
    74% {
      -webkit-transform: translateX(-28px); }
    100% {
      -webkit-transform: translateX(1px); } }
  @-ms-keyframes scrooooool {
    0% {
      -ms-transform: translateX(1px); }
    74% {
      -ms-transform: translateX(-28px); }
    100% {
      -ms-transform: translateX(1px); } }
  @keyframes scrooooool {
    0% {
      transform: translateX(1px); }
    74% {
      transform: translateX(-28px); }
    100% {
      transform: translateX(1px); } } }

/* Colors */
/* Responsive */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html.sr .load-hidden {
  visibility: hidden; }

html.sr #wrapper .intro h1, html.sr #wrapper .intro h2 {
  visibility: hidden; }

body {
  background: #ffffff;
  color: #65778C;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
  color: #212121; }

h1 {
  font-size: 70px;
  line-height: 90px;
  letter-spacing: -4px;
  margin-bottom: 70px; }
  @media screen and (max-width: 1170px) {
    h1 {
      font-size: 60px;
      line-height: 80px;
      letter-spacing: -2.7px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 770px) {
    h1 {
      font-size: 40px;
      line-height: 60px;
      letter-spacing: -1.8px; } }
  @media screen and (max-width: 320px) {
    h1 {
      font-size: 30px;
      line-height: 45px;
      letter-spacing: -1.4px;
      margin-bottom: 30px;
      text-align: center; } }
  h1 span {
    position: relative;
    color: #ffffff; }
    h1 span:after {
      content: "";
      display: inline-block;
      width: 176px;
      height: 98px;
      background-color: red;
      background: url(../images/wow@2x.png) no-repeat center center;
      background-size: cover;
      position: absolute;
      top: -15px;
      left: 0px;
      z-index: 2; }

h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1.8px;
  margin-bottom: 40px; }
  @media screen and (max-width: 770px) {
    h2 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: -1.5px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 320px) {
    h2 {
      font-size: 25px;
      line-height: 35px;
      letter-spacing: -1.2px;
      margin-bottom: 25px;
      text-align: center; } }

h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.9px;
  margin-bottom: 6px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-bottom: 6px; }

p {
  font-family: "Helvetica", Arial, sans-serif;
  color: #65778C;
  padding: 0px;
  margin: 0px 0px 20px;
  font-size: 18px;
  line-height: 30px; }
  p a {
    color: #9db700;
    text-decoration: none;
    border-bottom: 1px solid #BCD331;
    display: inline-block;
    padding-bottom: 10px; }
    p a:hover {
      color: #212121;
      border-bottom: 1px solid #212121; }

::selection {
  background: rgba(222, 49, 104, 0.07);
  color: rgba(222, 49, 104, 0.8); }

::-moz-selection {
  background: rgba(222, 49, 104, 0.07);
  color: rgba(222, 49, 104, 0.8); }

::-webkit-selection {
  background: rgba(222, 49, 104, 0.07);
  color: rgba(222, 49, 104, 0.8); }

a.btn {
  display: inline-block;
  background-color: #BCD331;
  color: #ffffff;
  font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.67px;
  height: 60px;
  width: auto;
  padding: 18px 30px 0px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  transition: all .15s ease-in-out; }
  a.btn:hover {
    background-color: #212121; }

h2.subtitle, p.subtitle {
  font-size: 24px;
  line-height: 45px;
  letter-spacing: -1px; }
  @media screen and (max-width: 770px) {
    h2.subtitle, p.subtitle {
      font-size: 20px;
      line-height: 32px;
      letter-spacing: -0.5px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 320px) {
    h2.subtitle, p.subtitle {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: -0.2px;
      margin-bottom: 0px; } }

p.subtitle {
  font-family: "tisaproitalic", Georgia, serif; }

header#top {
  width: 100%;
  height: 160px;
  padding: 100px 100px 0px 100px;
  box-sizing: border-box; }
  @media screen and (max-width: 1170px) {
    header#top {
      height: 100px;
      padding: 70px 70px 0px 70px; } }
  @media screen and (max-width: 770px) {
    header#top {
      height: 70px;
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 320px) {
    header#top {
      height: 70px;
      padding: 20px 20px 0px 20px; } }
  header#top a#logo {
    display: block;
    font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
    color: #212121;
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: -0.24px;
    position: relative;
    height: 50px;
    width: 290px;
    float: left; }
    @media screen and (max-width: 770px) {
      header#top a#logo {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        width: auto; } }
    @media screen and (max-width: 320px) {
      header#top a#logo {
        line-height: 30px;
        height: 30px;
        font-size: 12px; } }
    header#top a#logo img {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0px;
      left: 0px;
      transition: all .2s ease-in-out; }
      @media screen and (max-width: 770px) {
        header#top a#logo img {
          width: 40px;
          height: 40px; } }
      @media screen and (max-width: 320px) {
        header#top a#logo img {
          width: 30px;
          height: 30px; } }
    header#top a#logo span {
      position: absolute;
      top: 0px;
      left: 80px;
      padding-left: 40px;
      display: inline-block;
      width: auto;
      height: 50px;
      line-height: 54px;
      white-space: nowrap;
      border-left: solid 1px #C8D8DF; }
      @media screen and (max-width: 770px) {
        header#top a#logo span {
          left: 60px;
          padding-left: 0px;
          height: 40px;
          border: none;
          line-height: 40px; } }
      @media screen and (max-width: 320px) {
        header#top a#logo span {
          left: 40px;
          padding-left: 0px;
          height: 35px;
          line-height: 35px;
          border: none; } }
    header#top a#logo:hover img {
      transform: scale(1.07); }
  header#top a#backlink {
    display: block;
    font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
    color: #DE3168;
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: -0.24px;
    height: 50px;
    float: right; }
    @media screen and (max-width: 770px) {
      header#top a#backlink {
        font-size: 14px;
        height: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 320px) {
      header#top a#backlink {
        font-size: 12px;
        height: 30px;
        line-height: 30px; } }
    header#top a#backlink:hover {
      color: #212121;
      text-decoration: none; }
  header#top.sticky {
    transition: all .4s ease-out;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
  header#top.stuck {
    position: fixed;
    top: 0px;
    height: 80px;
    padding: 20px 40px 0px 40px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    z-index: 9999; }
    @media screen and (max-width: 770px) {
      header#top.stuck {
        height: 60px;
        padding: 10px 30px 0px 30px; } }
    header#top.stuck a#backlink {
      line-height: 44px;
      height: 40px; }
    header#top.stuck a#logo {
      line-height: 40px;
      height: 40px; }
      header#top.stuck a#logo img {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -4px; }
        @media screen and (max-width: 770px) {
          header#top.stuck a#logo img {
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            top: 0px; } }
        @media screen and (max-width: 320px) {
          header#top.stuck a#logo img {
            top: 5px; } }
      header#top.stuck a#logo span {
        left: 70px;
        padding-left: 30px;
        line-height: 44px;
        height: 40px; }
        @media screen and (max-width: 770px) {
          header#top.stuck a#logo span {
            left: 30px; } }
        @media screen and (max-width: 320px) {
          header#top.stuck a#logo span {
            left: 10px; } }
      header#top.stuck a#logo:hover img {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }

#wrapper {
  width: 100%;
  height: auto;
  padding-top: 250px; }
  @media screen and (max-width: 1170px) {
    #wrapper {
      padding-top: 250px; } }
  @media screen and (max-width: 770px) {
    #wrapper {
      padding-top: 150px; } }
  @media screen and (max-width: 320px) {
    #wrapper {
      padding-top: 150px; } }

section {
  width: 100%;
  max-width: 770px;
  margin: 0px auto; }
  @media screen and (max-width: 1170px) {
    section {
      max-width: 100%;
      width: 100%;
      padding: 0px;
      box-sizing: border-box; } }
  @media screen and (max-width: 770px) {
    section {
      padding: 0 30px; } }
  @media screen and (max-width: 320px) {
    section {
      padding: 0 20px; } }
  @media screen and (max-width: 1170px) {
    section.intro {
      max-width: 770px;
      width: auto; } }

section#callout {
  max-width: 100%;
  border-bottom: 1px solid rgba(200, 216, 223, 0.4); }
  section#callout section.callout_wrap {
    padding: 60px 0px 130px;
    max-width: 770px; }
    @media screen and (max-width: 770px) {
      section#callout section.callout_wrap {
        max-width: 100%;
        padding: 60px 0px 80px; } }
    @media screen and (max-width: 320px) {
      section#callout section.callout_wrap {
        padding-bottom: 40px; } }
  section#callout ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section#callout ul li {
      display: block;
      width: 370px;
      color: #212121;
      font-size: 18px;
      font-weight: bold;
      line-height: 70px;
      height: 70px;
      letter-spacing: -0.38px;
      box-sizing: border-box;
      padding-left: 45px;
      border-bottom: 1px solid rgba(200, 216, 223, 0.4);
      background: url(../images/tick.svg) no-repeat left center; }
      section#callout ul li:nth-child(5), section#callout ul li:nth-child(6) {
        border: none; }
      @media screen and (max-width: 770px) {
        section#callout ul li:nth-child(5) {
          border-bottom: 1px solid rgba(200, 216, 223, 0.4); } }
      @media screen and (max-width: 770px) {
        section#callout ul li {
          width: 100%;
          line-height: 24px;
          padding-top: 20px;
          padding-bottom: 20px;
          height: auto; } }
      @media screen and (max-width: 320px) {
        section#callout ul li {
          font-size: 16px;
          line-height: 20px;
          padding-top: 20px;
          padding-bottom: 20px;
          height: auto; } }
  section#callout a {
    width: 100%;
    height: 240px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s ease-in-out; }
    section#callout a p {
      display: inline-block;
      text-align: center;
      font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
      color: #212121;
      width: 50%;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.67px;
      position: relative;
      top: 64px; }
      section#callout a p span {
        color: #9db700;
        font-family: "Helvetica", Arial, sans-serif;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.18px;
        margin-bottom: 17px; }
    section#callout a:hover {
      -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.07); }
      section#callout a:hover span.cta_images img {
        top: 20px; }
        section#callout a:hover span.cta_images img:nth-child(2) {
          top: -110px; }

section#work {
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 1170px) {
    section#work {
      padding: 50px 0px 0px 0px; } }
  @media screen and (max-width: 320px) {
    section#work {
      padding: 0px; } }
  section#work .work {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(200, 216, 223, 0.4);
    text-align: center; }
    @media screen and (max-width: 1170px) {
      section#work .work {
        padding-top: 100px;
        padding-bottom: 0px; } }
    @media screen and (max-width: 770px) {
      section#work .work {
        padding-top: 50px; } }
    section#work .work .title {
      max-width: 770px;
      margin: auto;
      position: relative;
      text-align: left; }
      @media screen and (max-width: 770px) {
        section#work .work .title {
          padding: 0px 30px 40px;
          text-align: center; } }
      section#work .work .title span {
        display: inline-block;
        width: 70%;
        padding-bottom: 70px; }
        @media screen and (max-width: 770px) {
          section#work .work .title span {
            width: 100%;
            padding-bottom: 0px;
            text-align: center; } }
        section#work .work .title span h3 {
          font-size: 24px;
          line-height: 40px;
          letter-spacing: -0.5px;
          margin: 0px; }
        section#work .work .title span p {
          font-family: "tisaproitalic", Georgia, serif;
          font-size: 16px;
          line-height: 30px;
          letter-spacing: -0.2px;
          margin: 0px; }
          @media screen and (max-width: 770px) {
            section#work .work .title span p {
              text-align: center; } }
    section#work .work p {
      margin: 0px;
      text-align: left; }
      @media screen and (max-width: 770px) {
        section#work .work p {
          text-align: center; } }
      section#work .work p a {
        margin: 0px 0px 20px;
        font-size: 14px;
        line-height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0px; }
        @media screen and (max-width: 770px) {
          section#work .work p a {
            position: relative;
            margin-top: 20px; } }
    section#work .work p.quote {
      color: #212121;
      font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
      font-size: 24px;
      line-height: 44px;
      letter-spacing: -1px;
      display: block;
      width: 650px;
      position: relative;
      margin: 0px auto 100px;
      right: -60px;
      text-align: left; }
      @media screen and (max-width: 1170px) {
        section#work .work p.quote {
          margin-top: 100px; } }
      @media screen and (max-width: 770px) {
        section#work .work p.quote {
          margin-top: 190px;
          margin-left: 30px;
          margin-right: 30px;
          width: auto;
          right: 0;
          text-align: center;
          font-size: 20px;
          line-height: 32px;
          letter-spacing: -0.5px; } }
      @media screen and (max-width: 320px) {
        section#work .work p.quote {
          margin-bottom: 50px; } }
      section#work .work p.quote:before {
        position: absolute;
        left: -120px;
        top: 5px;
        width: 70px;
        height: 70px;
        display: inline-block;
        content: "";
        background-image: url(../images/quote.svg); }
        @media screen and (max-width: 770px) {
          section#work .work p.quote:before {
            left: 50%;
            top: -120px;
            margin-left: -35px; } }
      section#work .work p.quote span.quote_author {
        font-family: "tisaproitalic", Georgia, serif;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.3px;
        display: inline-block;
        padding-top: 25px;
        width: 100%; }
        section#work .work p.quote span.quote_author a {
          font-family: "Helvetica", Arial, sans-serif;
          position: inherit;
          font-size: 14px; }
    section#work .work img.lazy {
      width: 100%;
      max-width: 1170px;
      margin-bottom: 100px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      vertical-align: middle; }
      @media screen and (max-width: 1170px) {
        section#work .work img.lazy {
          -webkit-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box;
          margin: 0px; } }

section#about {
  background-color: rgba(200, 216, 223, 0.07);
  padding: 150px 0px 150px;
  max-width: 100%; }
  @media screen and (max-width: 770px) {
    section#about {
      padding: 100px 0px 100px; } }
  section#about section.about_wrap {
    display: flex;
    max-width: 770px;
    justify-content: space-between; }
    @media screen and (max-width: 770px) {
      section#about section.about_wrap {
        max-width: inherit; } }
    section#about section.about_wrap div {
      max-width: 770px; }
      @media screen and (max-width: 770px) {
        section#about section.about_wrap div {
          max-width: inherit; } }
      section#about section.about_wrap div img.photo {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        max-width: 770px;
        height: auto;
        vertical-align: top;
        margin-top: 30px; }
      section#about section.about_wrap div h3 {
        margin-top: 80px;
        margin-bottom: 100px; }
      section#about section.about_wrap div ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap; }
        section#about section.about_wrap div ul li {
          width: 33.33%;
          height: auto;
          min-height: 190px;
          box-sizing: border-box;
          border-right: 1px solid rgba(200, 216, 223, 0.4);
          border-bottom: 1px solid rgba(200, 216, 223, 0.4);
          text-align: center;
          padding: 20px 0px 20px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media screen and (max-width: 770px) {
            section#about section.about_wrap div ul li img {
              -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
              transform: scale(0.9); } }
          @media screen and (max-width: 320px) {
            section#about section.about_wrap div ul li img {
              -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
              transform: scale(0.8); } }
          @media screen and (max-width: 770px) {
            section#about section.about_wrap div ul li {
              width: 50%;
              min-height: inherit;
              height: 140px; } }
          section#about section.about_wrap div ul li:nth-child(3), section#about section.about_wrap div ul li:nth-child(6), section#about section.about_wrap div ul li:nth-child(9) {
            border-right: none; }
          section#about section.about_wrap div ul li:nth-child(7), section#about section.about_wrap div ul li:nth-child(8), section#about section.about_wrap div ul li:nth-child(9) {
            border-bottom: none; }
          @media screen and (max-width: 770px) {
            section#about section.about_wrap div ul li:nth-child(2) {
              border-right: none; }
            section#about section.about_wrap div ul li:nth-child(3) {
              border-right: 1px solid rgba(200, 216, 223, 0.4); }
            section#about section.about_wrap div ul li:nth-child(4) {
              border-right: none; }
            section#about section.about_wrap div ul li:nth-child(7) {
              border-bottom: 1px solid rgba(200, 216, 223, 0.4); }
            section#about section.about_wrap div ul li:nth-child(8) {
              border-right: none;
              border-bottom: 1px solid rgba(200, 216, 223, 0.4); }
            section#about section.about_wrap div ul li:nth-child(9) {
              border-right: 1px solid rgba(200, 216, 223, 0.4); } }
      section#about section.about_wrap div:nth-child(2) {
        width: 570px; }

footer {
  clear: both;
  background-color: #212121;
  color: #777777;
  text-align: center;
  letter-spacing: -0.25px;
  text-align: center;
  padding: 190px 0px 0px; }
  @media screen and (max-width: 770px) {
    footer {
      padding: 100px 0px 0px; } }
  footer ::selection {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8); }
  footer ::-moz-selection {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8); }
  footer ::-webkit-selection {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8); }
  footer .footer_wrap {
    width: 100%;
    max-width: 770px;
    margin: auto; }
  footer h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: -2.8px; }
    @media screen and (max-width: 770px) {
      footer h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1.5px; } }
  footer a.btn {
    display: inline-block;
    color: #ffffff;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: none;
    transition: all 0.2s ease-in-out;
    height: 90px;
    padding: 32px 44px;
    font-size: 18px;
    letter-spacing: -0.5px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background-clip: padding-box; }
    footer a.btn span {
      display: inline-block; }
  footer a.btn:hover {
    background: #BCD331;
    border: 1px solid rgba(255, 255, 255, 0); }
    footer a.btn:hover span {
      animation: wave-animation 0.3s infinite; }

@keyframes wave-animation {
  0%,
  100% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(20deg); }
  75% {
    transform: rotate(-15deg); } }
  footer p a {
    color: #777777;
    text-decoration: none; }
    footer p a:hover {
      color: #ffffff;
      text-decoration: none; }
  footer p {
    color: #777777;
    font-size: 12px;
    line-height: 20px; }
  footer #btm_line {
    width: 1170px;
    margin: 150px auto 0px;
    padding: 70px 0px 70px 0px;
    height: auto;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    footer #btm_line:before, footer #btm_line:after {
      content: "";
      display: table; }
    footer #btm_line:after {
      clear: both; }
    @media screen and (max-width: 1170px) {
      footer #btm_line {
        width: 100%;
        padding: 70px 30px 70px 30px; } }
    @media screen and (max-width: 770px) {
      footer #btm_line {
        width: 100%;
        padding: 60px 30px 60px 30px;
        margin-top: 70px; } }
    @media screen and (max-width: 320px) {
      footer #btm_line {
        width: 100%;
        padding: 40px 20px 40px 20px;
        margin-top: 60px; } }
    footer #btm_line a#backlink_footer {
      display: block;
      font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
      color: #65D2D2;
      text-decoration: none;
      font-size: 14px;
      line-height: 50px;
      letter-spacing: -0.24px;
      height: 50px;
      float: left;
      padding-left: 40px;
      background: url(../images/arrow.svg) no-repeat 4px center;
      -webkit-transition: 0.1s ease-out;
      -moz-transition: 0.1s ease-out;
      -o-transition: 0.1s ease-out;
      transition: 0.1s ease-out; }
      footer #btm_line a#backlink_footer:hover {
        color: #ffffff;
        text-decoration: none;
        background-position-x: 0px; }
      @media screen and (max-width: 1170px) {
        footer #btm_line a#backlink_footer {
          float: none;
          display: inline-block;
          margin-bottom: 40px; } }
    footer #btm_line #social_icns {
      float: right;
      height: 50px;
      text-align: left; }
      @media screen and (max-width: 1170px) {
        footer #btm_line #social_icns {
          float: none;
          position: relative;
          width: 100%;
          height: auto;
          text-align: center;
          margin: auto; } }
      footer #btm_line #social_icns a {
        display: inline-block;
        width: 48px;
        height: 48px;
        text-align: center;
        position: relative;
        vertical-align: top;
        margin-left: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transition: background .2s ease-out; }
        footer #btm_line #social_icns a:first-of-type {
          margin-left: 0; }
        @media screen and (max-width: 770px) {
          footer #btm_line #social_icns a {
            margin-left: 10px; } }
        @media screen and (max-width: 320px) {
          footer #btm_line #social_icns a {
            margin-left: 5px; } }
        footer #btm_line #social_icns a span {
          text-indent: -9999px;
          overflow: hidden;
          background: blue;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 0; }
        footer #btm_line #social_icns a svg {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          footer #btm_line #social_icns a svg path {
            transition: all .2s ease-out; }
        footer #btm_line #social_icns a:hover {
          background: #ffffff;
          border: 1px solid white; }
          footer #btm_line #social_icns a:hover svg path {
            fill: #212121; }
  footer #copyright {
    width: 1170px;
    margin: 0px auto;
    padding: 56px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media screen and (max-width: 1170px) {
      footer #copyright {
        width: 100%;
        padding: 46px 30px;
        box-sizing: border-box; } }

aside#getaquote {
  position: fixed;
  display: block;
  right: 0px;
  bottom: -210px;
  z-index: 9998;
  width: 420px;
  height: 145px;
  box-sizing: border-box;
  padding: 32px 40px 40px;
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  background-color: #ffffff;
  transition: all .4s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media screen and (max-width: 770px) {
    aside#getaquote {
      width: 100%;
      height: auto;
      padding: 12px 30px 15px;
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      border-top-left-radius: 0px;
      text-align: center; } }
  aside#getaquote.show {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100); }
  aside#getaquote p {
    font-size: 16px;
    font-family: "ITCAvantGardePro-Bold", Arial, sans-serif;
    letter-spacing: -0.31px;
    line-height: 24px;
    color: #212121;
    display: inline-block;
    max-width: 200px;
    margin: 7px 0px; }
    @media screen and (max-width: 770px) {
      aside#getaquote p {
        max-width: inherit;
        margin-bottom: 15px; } }
  aside#getaquote a.btn {
    float: right;
    position: relative;
    top: 50%;
    margin-top: -25px; }
    @media screen and (max-width: 770px) {
      aside#getaquote a.btn {
        float: none;
        top: inherit;
        margin: inherit;
        width: 100%;
        height: 40px;
        padding: 8px 0px; } }
  aside#getaquote span.btn_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/btn_close.svg) center center no-repeat;
    transition: all .2s ease-in-out;
    cursor: pointer; }
    aside#getaquote span.btn_close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
