.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  color: #ff385c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

p {
  color: #222;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

a {
  margin-bottom: 40px;
  text-decoration: none;
}

.footer-dark {
  background-color: #f7f7f7;
  padding: 50px 30px 60px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #222;
  letter-spacing: .2px;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.section {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.company-name {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.section-nav {
  border-bottom: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 0;
  display: flex;
}

.sm-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: none;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

.body {
  font-family: Poppins, sans-serif;
}

.update {
  color: #6a6a6a;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.nav-area {
  border-bottom: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 100px;
  display: flex;
}

.nav {
  color: #6a6a6a;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  font-weight: 400;
}

.nav.light {
  font-weight: 200;
}

.nav.select {
  color: #ff385c;
  font-size: 14px;
  font-weight: 400;
}

.div-block {
  display: flex;
}

.link {
  color: #ff385c;
  text-decoration: underline;
}

.link-block {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 22px;
  }

  p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  a {
    margin-bottom: 20px;
  }

  .footer-dark {
    padding: 40px 30px 20px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    display: grid;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .section {
    margin-top: 60px;
  }

  .section-nav {
    margin-bottom: 0;
  }

  .sm-container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .update {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-area {
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block {
    margin-bottom: 30px;
  }
}

#w-node-d9b46c46-9209-86ca-8464-f7bb6212c316-8ab8e24b, #w-node-d9b46c46-9209-86ca-8464-f7bb6212c31f-8ab8e24b, #w-node-_91d84440-79d0-d47c-6457-feaf7fb990d1-8ab8e24b, #w-node-e7b85be2-817e-7b9b-e3a6-61a5b6843027-8ab8e24b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


