/** ui styles **/
/** ui styles **/
/** layout  **/
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 15px;
}
.container::after {
  content: "";
  height: 100%;
  display: block;
  clear: both;
}

.page-title {
  width: 100%;
  text-align: center;
}
.page-title h1 {
  margin: 0 auto 10px auto;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  color: #373f47;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 54px;
  }
}
.page-title-text {
  font-family: "OpenSans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
.page-title-text p, .page-title-text li {
  color: #373f47;
  font-size: 12px;
}

.section-gray {
  background-color: #373f47;
}
.section-gray h1, .section-gray h2, .section-gray h3,
.section-gray h4, .section-gray h5, .section-gray h6,
.section-gray p, .section-gray a, .section-gray div {
  color: #fff;
}
.section-gray .section-title h1, .section-gray .section-title h2, .section-gray .section-title h3,
.section-gray .section-title h4, .section-gray .section-title h5, .section-gray .section-title h6,
.section-gray .section-title p, .section-gray .section-title a, .section-gray .section-title div {
  color: #fff;
}
.section-title {
  width: 100%;
  text-align: center;
}
.section-title h1, .section-title h2, .section-title h3,
.section-title h4, .section-title h5, .section-title h6 {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  color: #373f47;
}
.section-title p {
  color: #373f47;
  font-size: 16px;
}
.section-title h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 42px;
  }
}
.section-title-main {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-title-main {
    margin-bottom: 60px;
  }
  .section-title-main h2 {
    font-size: 48px;
  }
}
.section-title-text {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
}
.section-title-text p, .section-title-text li {
  color: #373f47;
  font-size: 16px;
}
.section-ribbon::before {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #ffcc33;
}
.section-ribbon-left {
  overflow: hidden;
}
.section-ribbon-left::before {
  width: 250%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-85%, -50%) skew(60deg, 0deg);
  box-shadow: inset -25px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .section-ribbon-left::before {
    transform: translate(-100%, -50%) skew(60deg, 0deg);
  }
}
@media (min-width: 960px) {
  .section-ribbon-left::before {
    transform: translate(-110%, -50%) skew(60deg, 0deg);
  }
}
.section-ribbon-right {
  overflow: hidden;
}
.section-ribbon-right::before {
  width: 200%;
  height: 100%;
  right: 50%;
  top: 50%;
  transform: translate(125%, -50%) skew(-60deg, 0deg);
  box-shadow: inset 25px 0px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 960px) {
  .section-ribbon-right::before {
    transform: translate(115%, -50%) skew(-60deg, 0deg);
  }
}

section#getting-started .section-title-main h2 {
  max-width: 1000px;
}

.cut {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cut .section-title + .cut-text,
.cut .section-title + .cut-image {
  margin: 0 0 30px;
}
@media (min-width: 960px) {
  .cut .section-title + .cut-text,
.cut .section-title + .cut-image {
    margin: auto;
  }
}
.cut-image {
  width: 100%;
}
@media (min-width: 960px) {
  .cut-image {
    width: calc(50% - 30px);
  }
}
.cut-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.cut-text {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 960px) {
  .cut-text {
    width: calc(50% - 30px);
    text-align: left;
  }
}
.cut-text .section-title {
  margin-bottom: 15px;
}
.cut-text h1, .cut-text h2, .cut-text h3,
.cut-text h4, .cut-text h5, .cut-text h6 {
  letter-spacing: 0.8px;
}
@media (min-width: 960px) {
  .cut-text h1, .cut-text h2, .cut-text h3,
.cut-text h4, .cut-text h5, .cut-text h6 {
    text-align: left;
  }
}
.cut-text p, .cut-text a {
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0.4px;
}
@media (min-width: 960px) {
  .cut-text p, .cut-text a {
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
}
.cut-full {
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.grid-item {
  width: 100%;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: centr;
  -moz-box-align: centr;
  -ms-flex-align: centr;
  -webkit-align-items: centr;
  align-items: centr;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.grid-item-full {
  width: 100% !important;
}
.grid-item-full .btn {
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 1186px) {
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .grid-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1186px) {
  .grid-item {
    width: calc(100% / 3);
  }
}
.grid-item-image {
  width: 100%;
  min-height: 85px;
  margin-bottom: 15px;
}
.grid-item-title {
  width: 100%;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  letter-spacing: 1.3px;
  text-shadow: 1px 1px 0 #000000;
}
@media (min-width: 768px) {
  .grid-item-title {
    font-size: 28px;
  }
}
.grid-item-text, .grid-item-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-stretch: normal;
  letter-spacing: 1.3px;
  text-shadow: 1px 1px 0 #000000;
}
@media (min-width: 768px) {
  .grid-item-text, .grid-item-text p {
    font-size: 18px;
    line-height: 36px;
  }
}

/** buttons */
.btn {
  padding: 20px 36px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid transparent;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.btn:active {
  transition: transform 200ms;
  transform: scale(0.9, 0.9);
}
.btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn:hover {
  cursor: pointer;
}
.btn-blue {
  background-color: #267fff;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #0059d9;
}

/* Other */
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

main {
  margin-top: 110px;
}

section#faq {
  margin-top: 4rem;
}
@media (min-width: 1186px) {
  section#faq {
    min-height: 1155px;
  }
}
section#faq .questions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#faq .questions .column {
  width: 100%;
}
section#faq .questions .question {
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 768px) {
  section#faq .questions .question {
    width: 100%;
  }
}
section#faq .questions .question .q,
section#faq .questions .question .a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
section#faq .questions .question .q {
  font-size: 24px;
  font-weight: 500;
}
section#faq .questions .question .a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}
section#faq .questions ul {
  padding-left: 20px;
  list-style: circle;
}
section#faq .center {
  text-align: center;
}

@media (min-width: 1186px) {
  section#flexibility {
    min-height: 570px;
  }
  section#flexibility .section-title h2 {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1186px) {
  section#getting-started {
    min-height: 875px;
  }
  section#getting-started > .container .section-title h2 {
    margin: 1rem auto;
    letter-spacing: normal;
    transform: translateY(0.5rem);
  }
  section#getting-started .cut-image img {
    transform: scale(1.1, 1.1) translate(1rem, 4rem);
  }
  section#getting-started .cut-text {
    transform: translate(1rem, 2.3rem);
    max-width: 525px;
  }
}
section#getting-started .cut-full {
  text-align: center;
}
@media (min-width: 1186px) {
  section#getting-started .cut-full {
    transform: translateY(95px);
  }
}

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