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

header#navigation {
  background: #373f47;
}

main {
  margin-top: 50px;
}
main#privacy-policy section .section-title, main#terms-privacy section .section-title {
  margin: 1.8rem 0 4rem;
}
main#privacy-policy section p, main#privacy-policy section li, main#privacy-policy section div,
main#privacy-policy section a, main#terms-privacy section p, main#terms-privacy section li, main#terms-privacy section div,
main#terms-privacy section a {
  font-weight: 200;
  font-size: 16px;
  font-family: "OpenSans", sans-serif;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  line-height: 30px;
}
@media (min-width: 960px) {
  main#privacy-policy section p, main#privacy-policy section li, main#privacy-policy section div,
main#privacy-policy section a, main#terms-privacy section p, main#terms-privacy section li, main#terms-privacy section div,
main#terms-privacy section a {
    font-size: 20px;
  }
}
main#privacy-policy section a, main#terms-privacy section a {
  color: #267fff;
  text-decoration: none;
}
main#privacy-policy section a:active, main#privacy-policy section a:visited, main#terms-privacy section a:active, main#terms-privacy section a:visited {
  color: #267fff;
  text-decoration: none;
}
main#privacy-policy section#description .section-title, main#terms-privacy section#description .section-title {
  margin-bottom: 0;
}
main#privacy-policy section#description span, main#terms-privacy section#description span {
  width: 100%;
  margin-bottom: 4rem;
  display: inline-block;
  text-align: center;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
main#privacy-policy section#description p, main#terms-privacy section#description p {
  text-transform: uppercase;
}
main#privacy-policy section#table-of-contents #table, main#terms-privacy section#table-of-contents #table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid #dedede;
}
main#privacy-policy section#table-of-contents #table .table-row, main#terms-privacy section#table-of-contents #table .table-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede;
}
main#privacy-policy section#table-of-contents #table .table-row::last-of-type, main#terms-privacy section#table-of-contents #table .table-row::last-of-type {
  border: none;
}
main#privacy-policy section#table-of-contents #table .table-row .th, main#privacy-policy section#table-of-contents #table .table-row .td, main#terms-privacy section#table-of-contents #table .table-row .th, main#terms-privacy section#table-of-contents #table .table-row .td {
  width: 100%;
  padding: 1rem;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
main#privacy-policy section#table-of-contents #table .table-row .th:nth-child(odd), main#privacy-policy section#table-of-contents #table .table-row .td:nth-child(odd), main#terms-privacy section#table-of-contents #table .table-row .th:nth-child(odd), main#terms-privacy section#table-of-contents #table .table-row .td:nth-child(odd) {
  border: none;
}
@media (min-width: 768px) {
  main#privacy-policy section#table-of-contents #table .table-row .th, main#privacy-policy section#table-of-contents #table .table-row .td, main#terms-privacy section#table-of-contents #table .table-row .th, main#terms-privacy section#table-of-contents #table .table-row .td {
    width: 50%;
    border-left: 1px solid #dedede;
  }
}
main#privacy-policy section#table-of-contents #table .table-row .th span, main#privacy-policy section#table-of-contents #table .table-row .td span, main#terms-privacy section#table-of-contents #table .table-row .th span, main#terms-privacy section#table-of-contents #table .table-row .td span {
  color: #267fff;
  cursor: pointer;
}
main#privacy-policy section#table-of-contents #table .table-row .th span:hover, main#privacy-policy section#table-of-contents #table .table-row .td span:hover, main#terms-privacy section#table-of-contents #table .table-row .th span:hover, main#terms-privacy section#table-of-contents #table .table-row .td span:hover {
  cursor: pointer;
}
main#privacy-policy section#table-of-contents #table .table-row .th, main#terms-privacy section#table-of-contents #table .table-row .th {
  font-weight: 600;
  background-color: #f5f7fa;
}
main#privacy-policy section#table-of-contents #table .table-row .th:nth-of-type(even), main#terms-privacy section#table-of-contents #table .table-row .th:nth-of-type(even) {
  display: none;
}
@media (min-width: 768px) {
  main#privacy-policy section#table-of-contents #table .table-row .th:nth-of-type(even), main#terms-privacy section#table-of-contents #table .table-row .th:nth-of-type(even) {
    display: block;
  }
}
main#privacy-policy section#table-of-contents #table .table-row .td h4, main#terms-privacy section#table-of-contents #table .table-row .td h4 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  main#privacy-policy section#table-of-contents #table .table-row .td h4, main#terms-privacy section#table-of-contents #table .table-row .td h4 {
    display: none;
  }
}
main#privacy-policy section#contents .content-container, main#terms-privacy section#contents .content-container {
  width: 100%;
  margin-bottom: 30px;
}
main#privacy-policy section#contents .content, main#terms-privacy section#contents .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
main#privacy-policy section#contents .content ul, main#terms-privacy section#contents .content ul {
  margin-left: 15px;
  list-style: circle;
}
main#privacy-policy section#contents .content p, main#privacy-policy section#contents .content li,
main#privacy-policy section#contents .content address, main#terms-privacy section#contents .content p, main#terms-privacy section#contents .content li,
main#terms-privacy section#contents .content address {
  margin-bottom: 15px;
  font-weight: 200;
}
main#privacy-policy section#contents .content .info, main#terms-privacy section#contents .content .info {
  width: 100%;
}
@media (min-width: 960px) {
  main#privacy-policy section#contents .content .info, main#terms-privacy section#contents .content .info {
    width: calc(50% - 15px);
  }
}
main#privacy-policy section#contents .content .info .section-title, main#terms-privacy section#contents .content .info .section-title {
  margin: 0 0 30px 0;
  text-align: left;
}
main#privacy-policy section#contents .content .info .section-title h2, main#terms-privacy section#contents .content .info .section-title h2 {
  color: #267fff;
  font-size: 36px;
  font-weight: 600;
}
main#privacy-policy section#contents .content .info h3, main#terms-privacy section#contents .content .info h3 {
  margin-bottom: 0.5rem;
}
main#privacy-policy section#contents .content .cliff-notes, main#terms-privacy section#contents .content .cliff-notes {
  width: 100%;
}
@media (min-width: 960px) {
  main#privacy-policy section#contents .content .cliff-notes, main#terms-privacy section#contents .content .cliff-notes {
    width: calc(50% - 15px);
  }
}
main#privacy-policy section#contents .content .cliff-notes h4, main#terms-privacy section#contents .content .cliff-notes h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #267fff;
}

/*# sourceMappingURL=terms-privacy.css.map */
