@charset "UTF-8";
/* RWD */
.extended-icon, .social-media-icon, .icon-discord, .icon-facebook, .icon-email {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .social-media-icon:before, .icon-discord:before, .icon-facebook:before, .icon-email:before, .extended-icon:after, .social-media-icon:after, .icon-discord:after, .icon-facebook:after, .icon-email:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.extended-icon:after, .social-media-icon:after, .icon-discord:after, .icon-facebook:after, .icon-email:after {
  opacity: 0;
}

.extended-icon--interactive, .icon-email {
  cursor: pointer;
}
.extended-icon--interactive:hover:after, .icon-email:hover:after, .extended-icon--interactive:focus:after, .icon-email:focus:after {
  opacity: 1;
}

.icon-email {
  width: 48px;
  height: 48px;
}
.icon-email:before {
  background-image: url("/img/icons/medium/icon-email.svg");
}
.icon-email:after {
  background-image: url("/img/icons/medium/icon-email-primary.svg");
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.simple-overlayer-content {
  display: none;
}

.simple-overlayer-button {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

/***** THIS PROJECT *****/
.bounded-section {
  max-width: 500px;
}

.presentation-list {
  list-style-type: none;
}
.presentation-list > li {
  padding: 20px 0;
}
.presentation-list > li:first-child {
  padding-top: 0;
}
.presentation-list > li:last-child {
  padding-bottom: 0;
}

.presentation-list--more-space > li {
  padding: 32px 0;
}

.plain-list {
  list-style-type: none;
}
.plain-list > li {
  padding: 2px 0;
  display: block;
}

.plain-list--more-space > li {
  padding: 8px 0;
}
.plain-list--more-space > li:first-child {
  padding-top: 0;
}
.plain-list--more-space > li:last-child {
  padding-bottom: 0;
}

.section-for-light-examples {
  background: #222222;
  padding: 32px 0;
}

.examples-list {
  list-style-type: none;
  padding: 0 0 0 20px;
}
.examples-list > li {
  padding: 20px 0;
}
.examples-list > li:first-child {
  padding-top: 0;
}
.examples-list > li:last-child {
  padding-bottom: 0;
}

.subsections {
  list-style-type: none;
}
.subsections > li {
  padding: 32px 0;
}
.subsections > li:first-child {
  padding-top: 0;
}
.subsections > li:last-child {
  padding-bottom: 0;
}

.subsections--separated > li {
  border-top: 1px solid #aaa;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .subsections--separated > li {
    padding: 60px 0;
  }
}
@media (min-width: 1700px) {
  .subsections--separated > li {
    padding: 80px 0;
  }
}
.subsections--separated > li:first-child {
  border-top: 0;
  padding-top: 0;
}
.subsections--separated > li:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .subsection {
    padding: 0 0 0 32px;
  }
}

.listing {
  border: 1px solid #4b4b4b;
  background: #f5f5f5;
  padding: 20px 16px;
  white-space: normal;
  overflow-x: auto;
}

.simple-listing {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 0 20px 0;
}

.simple-listing--bounded {
  white-space: normal;
  overflow: visible;
}

.figure__header {
  padding: 0 0 10px 0;
}

.scrollable-section {
  max-height: 320px;
}
.scrollable-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #222222;
}

.scrollable-section--higher {
  max-height: 480px;
}

.scrollable-section--unbounded {
  max-height: 100%;
}

.caption-title {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
}
.caption-title__number {
  font-weight: 700;
  font-style: normal;
}
.caption-title__number:after {
  content: " –";
  margin: 0 4px 0 4px;
  font-weight: 400;
}

.inline-code {
  font-style: italic;
  font-weight: 400;
}

.code {
  font-weight: 400;
  font-family: "Courier New", monospace;
}

.presentation-section__listing {
  padding: 20px 0 0 0;
}

.comparison-section {
  position: relative;
}
@media (min-width: 768px) {
  .comparison-section:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fafafa;
  }
}
.comparison-section__content {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .comparison-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .comparison-row__result {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.comparison-row__source {
  background: #fafafa;
}
@media (min-width: 768px) {
  .comparison-row__source {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.row {
  padding: 40px 0 0 0;
}
.row:first-child {
  padding-top: 0;
}
.row:last-child {
  padding-bottom: 0;
}

.row--small-space {
  padding-top: 20px;
}

.row--more-space {
  padding-top: 80px;
}

.descripted-items-section {
  padding: 0 240px 0 0;
}
.descripted-items-section__item {
  position: relative;
}
.descripted-items-section__item-description {
  position: absolute;
  left: 100%;
  text-align: right;
  top: 0;
  width: 240px;
  border-top: 1px dashed #777;
  border-right: 1px dashed #777;
  padding: 8px 12px 0 0;
  font-size: 12px;
  color: #777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.descripted-items-section__item-description--second {
  top: 40px;
  width: 200px;
}

.article__introduction {
  padding: 0 0 20px 0;
}
.article__row {
  padding: 32px 0 0 0;
}
.article__footer {
  margin: 40px 0 0 0;
}

.color-sample {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.color-sample--bright {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.color-sample--bright:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: #000;
}

.edge-section {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
  background: #fafafa;
}
.edge-section__edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3687FF;
  cursor: pointer;
}
.edge-section__edge-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-90deg) translate3d(-50%, 0, 0);
  -moz-transform: rotate(-90deg) translate3d(-50%, 0, 0);
  transform: rotate(-90deg) translate3d(-50%, 0, 0);
  transform-origin: left top;
}
.edge-section__content {
  padding: 40px;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.std-table {
  text-align: left;
  border-collapse: collapse;
}
.std-table__header {
  font-size: 16px;
  font-weight: 700;
}
.std-table__cell {
  padding: 16px 32px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-collapse: collapse;
  max-width: 400px;
}
.std-table__cell:first-child {
  padding-left: 0;
}
.std-table__cell:last-child {
  padding-right: 0;
}
.std-table__cell--header {
  border-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.std-table__cell--parameter {
  width: 25%;
}

.property__name {
  font-weight: 700;
}
.property__type {
  padding: 4px 0 0 0;
  font-style: italic;
}

.parameter__name {
  font-weight: 700;
}
.parameter__type {
  padding: 4px 0 0 0;
  font-style: italic;
}
.parameter__description {
  padding: 4px 0 0 0;
}

.std-link {
  color: #444444;
}
.std-link:hover, .std-link:focus {
  color: #000;
}

.tiles-list {
  list-style-type: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 420px) {
  .tiles-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 420px) {
  .tiles-list > li {
    width: calc(50% - 10px);
    padding-left: 0;
    padding-right: 0;
  }
}

.simple-ajax-request-container__result {
  padding: 32px 0 0 0;
}

/***** HEADERS *****/
.site-header {
  position: relative;
  color: #fff;
  overflow: hidden;
  border-bottom: 6px solid #98C1FF;
}
.site-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8%;
  width: 120%;
  height: 100%;
  background: url("/img/bg/top.jpg") no-repeat left center;
  background-size: cover;
}
@media (min-width: 420px) {
  .site-header:before {
    left: 0;
  }
}
@media (min-width: 1100px) {
  .site-header:before {
    width: 110%;
  }
}
@media (min-width: 1300px) {
  .site-header:before {
    width: 100%;
  }
}
.site-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.32) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.32) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.32) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.32) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.32) 100%);
  z-index: 8;
}
.site-header__wrapper {
  position: relative;
  z-index: 12;
  padding: 160px 20px 32px 20px;
}
@media (min-width: 480px) {
  .site-header__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .site-header__wrapper {
    padding: 180px 40px 48px 40px;
  }
}
@media (min-width: 992px) {
  .site-header__wrapper {
    padding: 180px 40px 48px 40px;
  }
}
@media (min-width: 1300px) {
  .site-header__wrapper {
    padding: 220px 64px 40px 64px;
  }
}
@media (min-width: 1500px) {
  .site-header__wrapper {
    padding: 260px 8% 60px 8%;
  }
}
@media (min-width: 1700px) {
  .site-header__wrapper {
    padding: 320px 8% 80px 8%;
  }
}
.site-header__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42%;
  opacity: 0.48;
  -moz-background: -moz-linear-gradient(top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  -o-background: -o-linear-gradient(top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  -ms-background: -ms-linear-gradient(top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  z-index: 8;
}
.site-header__bar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 20px 0 20px;
  z-index: 80;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .site-header__bar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1100px) {
  .site-header__bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1500px) {
  .site-header__bar {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 1700px) {
  .site-header__bar {
    padding-top: 32px;
  }
}

.site-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-bar__side-container {
  display: none;
}
@media (min-width: 1100px) {
  .site-bar__side-container {
    display: block;
  }
}
.site-bar__extra-content {
  display: none;
}
@media (min-width: 1300px) {
  .site-bar__extra-content {
    display: block;
  }
}

@media (min-width: 768px) {
  .page-header {
    border-left: 8px solid #3687FF;
    padding: 0 0 0 24px;
  }
}
@media (min-width: 1500px) {
  .page-header {
    padding-left: 32px;
  }
}

.site-title {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 40px;
}
@media (min-width: 992px) {
  .site-title {
    font-size: 44px;
  }
}
@media (min-width: 1300px) {
  .site-title {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  .site-title {
    font-size: 52px;
  }
}
@media (min-width: 1700px) {
  .site-title {
    font-size: 60px;
  }
}
.site-title__accent {
  color: #3687FF;
}
.site-title__another-accent {
  color: #98C1FF;
}

.section-header--type-03 {
  text-align: center;
}

.decorated-section-header {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding: 0 0 40px 0;
}
@media (min-width: 650px) {
  .decorated-section-header {
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .decorated-section-header {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .decorated-section-header__title {
    white-space: nowrap;
    padding: 0 32px 0 0;
  }
}
@media (min-width: 768px) {
  .decorated-section-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3687FF;
  }
}

.decorated-section-header--type-02 {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .decorated-section-header--type-02 .decorated-section-header__title {
    padding: 0 0 0 32px;
  }
}

.section-title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 26px;
}
@media (min-width: 1100px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 36px;
  }
}

.section-title--large {
  font-size: 34px;
}
@media (min-width: 1100px) {
  .section-title--large {
    font-size: 38px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 44px;
  }
}

.plain-title {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .plain-title {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  .plain-title {
    font-size: 22px;
  }
}

.extended-header {
  padding: 0 0 32px 0;
}
.extended-header__subtitle {
  padding: 8px 0 0 0;
}

.subsection-subtitle {
  font-style: normal;
  color: #3D3D3D;
}

/***** PICTURES *****/
.logo, .logo-rogiz, .logo-kodmistrz-simple {
  display: block;
  text-indent: -10000px;
  text-align: left;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

.logo-kodmistrz-simple {
  background-image: url("/img/logo-kodmistrz-simple.svg");
  width: 132px;
  height: 36px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .logo-kodmistrz-simple {
    width: 148px;
    height: 40px;
  }
}

.logo-rogiz {
  width: 220px;
  height: 62px;
  background-image: url("/img/logo-rogiz-light.svg");
}
@media (min-width: 650px) {
  .logo-rogiz {
    width: 240px;
    height: 68px;
  }
}
@media (min-width: 768px) {
  .logo-rogiz {
    width: 260px;
    height: 74px;
  }
}
@media (min-width: 1500px) {
  .logo-rogiz {
    width: 320px;
    height: 90px;
  }
}
@media (min-width: 1700px) {
  .logo-rogiz {
    width: 360px;
    height: 102px;
  }
}

.independent-image {
  max-width: 100%;
  display: block;
}

.image-link {
  display: block;
  max-width: 100%;
}
.image-link__core {
  display: block;
  max-width: 100%;
}

.image-tile {
  display: block;
}
.image-tile__core {
  display: block;
  width: 100%;
}

/***** TEXT *****/
.text a, .button-with-comment__comment a {
  text-decoration: underline;
}

/***** MENU *****/
.menu-item {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (min-width: 1700px) {
  .menu-item {
    font-size: 16px;
  }
}

.menu-item--light {
  color: #fff;
}
.menu-item--light:hover, .menu-item--light:focus {
  color: #3687FF;
}

.horizontal-menu__core {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.horizontal-menu__core > li {
  padding: 0 24px;
}
@media (min-width: 1700px) {
  .horizontal-menu__core > li {
    padding: 0 32px;
  }
}

/***** BUTTONS *****/
.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.button__wrapper:after {
  background: #0051CB;
}

@media (min-width: 1700px) {
  .button--small {
    font-size: 14px;
  }
}

.button-with-comment {
  display: inline-block;
}
.button-with-comment__comment {
  font-weight: 700;
  text-align: center;
  padding: 4px 0 0 0;
}

/***** FOOTER *****/
.site-footer {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer__layer {
  background: #3687FF;
  color: #fff;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .site-footer__layer {
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .site-footer__layer {
    padding: 0 100px;
  }
}
@media (min-width: 1700px) {
  .site-footer__layer {
    padding: 0 140px;
  }
}
.site-footer__wrapper {
  padding: 20px 0;
}

/***** LISTS *****/
.spectacular-ordered-list {
  list-style-type: none;
  counter-reset: spectacularOrderedList;
}
@media (min-width: 768px) {
  .spectacular-ordered-list {
    column-count: 2;
    column-gap: 32px;
  }
}
@media (min-width: 992px) {
  .spectacular-ordered-list {
    column-gap: 60px;
  }
}
.spectacular-ordered-list > li {
  padding: 0 0 20px 0;
}
@media (min-width: 1300px) {
  .spectacular-ordered-list > li {
    padding-bottom: 24px;
  }
}
.spectacular-ordered-list > li:first-child {
  padding-top: 0;
}
.spectacular-ordered-list > li:last-child {
  padding-bottom: 0;
}
.spectacular-ordered-list__order:before {
  content: counters(spectacularOrderedList, ".") ".";
  counter-increment: spectacularOrderedList;
}

.spectacular-ordered-list--keep-points > li {
  break-inside: avoid-column;
}

.horizontal-ordered-subsections {
  list-style-type: none;
  counter-reset: horizontalOrderedSubsections;
}
@media (min-width: 992px) {
  .horizontal-ordered-subsections {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.horizontal-ordered-subsections > li {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .horizontal-ordered-subsections > li {
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .horizontal-ordered-subsections > li {
    padding: 0 32px;
  }
}
@media (min-width: 1500px) {
  .horizontal-ordered-subsections > li {
    padding: 0 48px;
  }
}
.horizontal-ordered-subsections > li:first-child {
  padding-top: 0;
}
.horizontal-ordered-subsections > li:last-child {
  padding-bottom: 0;
}
.horizontal-ordered-subsections__order:before {
  content: counters(horizontalOrderedSubsections, ".") ".";
  counter-increment: horizontalOrderedSubsections;
}

.icons-list {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.icons-list > li {
  padding: 0 8px;
}
.icons-list > li:first-child {
  padding-left: 0;
}
.icons-list > li:last-child {
  padding-right: 0;
}

.subsections-list {
  list-style-type: none;
}
.subsections-list > li {
  padding: 20px 0;
}
.subsections-list > li:first-child {
  padding-top: 0;
}
.subsections-list > li:last-child {
  padding-bottom: 0;
}

/***** lists-end *****/
/***** ICONS *****/
.social-media-icon, .icon-discord, .icon-facebook {
  width: 24px;
  height: 24px;
}
@media (min-width: 1700px) {
  .social-media-icon, .icon-discord, .icon-facebook {
    width: 28px;
    height: 28px;
  }
}

.icon-facebook:before {
  background-image: url("/img/icons/icon-facebook-light.svg");
}

.icon-discord:before {
  background-image: url("/img/icons/icon-discord-light.svg");
}

/***** icons-end *****/
/***** COMPONENTS *****/
.video-container {
  max-width: 100%;
  width: 640px;
}

.video-container--vertical {
  width: 250px;
}
@media (min-width: 1300px) {
  .video-container--vertical {
    width: 320px;
  }
}

.video {
  position: relative;
  padding: 0 0 57% 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video--vertical {
  padding: 0 0 175% 0;
}

.independent-ordered-subsection {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .independent-ordered-subsection {
    max-width: 400px;
  }
}
.independent-ordered-subsection__header {
  padding: 0 0 16px 0;
}
.independent-ordered-subsection__order-container {
  padding: 0 0 24px 0;
}
.independent-ordered-subsection__order {
  font-size: 44px;
  font-weight: 700;
  font-family: "PT Serif", serif;
}

/***** SECTIONS *****/
.light {
  color: #fff;
}
.light a {
  color: #fff;
}
.light a:hover, .light a:focus {
  color: #fff;
}

.site-content {
  padding: 0;
  overflow: hidden;
}

.ordered-subsection {
  padding: 0 0 0 40px;
  position: relative;
}
@media (min-width: 1300px) {
  .ordered-subsection {
    padding-left: 42px;
  }
}
@media (min-width: 1700px) {
  .ordered-subsection {
    padding-left: 44px;
  }
}
.ordered-subsection__order-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  text-align: right;
}
.ordered-subsection__order {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 22px;
  color: #3687FF;
}
@media (min-width: 1300px) {
  .ordered-subsection__order {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .ordered-subsection__order {
    font-size: 30px;
  }
}
.ordered-subsection__content-container {
  padding: 6px 0 0 0;
}
@media (min-width: 1300px) {
  .ordered-subsection__content-container {
    padding-top: 8px;
  }
}
@media (min-width: 1700px) {
  .ordered-subsection__content-container {
    padding-top: 9px;
  }
}
.ordered-subsection__header {
  padding: 0 0 8px 0;
}

.distinguished-subsection {
  padding: 20px 0;
}
@media (min-width: 480px) {
  .distinguished-subsection {
    padding: 20px;
  }
}
@media (min-width: 1300px) {
  .distinguished-subsection {
    padding: 40px 0;
  }
}
.distinguished-subsection__inner {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .distinguished-subsection__inner {
    max-width: 580px;
  }
}
@media (min-width: 1300px) {
  .distinguished-subsection__inner {
    max-width: 640px;
  }
}

.decorated-subsection {
  border-left: 2px solid #aaa;
  padding: 0 0 0 24px;
}
@media (min-width: 1300px) {
  .decorated-subsection {
    padding-left: 28px;
  }
}

.site-section__layer {
  padding: 0 20px;
}
@media (min-width: 650px) {
  .site-section__layer {
    padding: 0 40px;
  }
}
@media (min-width: 1100px) {
  .site-section__layer {
    padding: 0 60px;
  }
}
@media (min-width: 1300px) {
  .site-section__layer {
    padding: 0 80px;
  }
}
@media (min-width: 1500px) {
  .site-section__layer {
    padding: 0 100px;
  }
}
@media (min-width: 1700px) {
  .site-section__layer {
    padding: 0 10%;
  }
}
.site-section__wrapper {
  padding: 40px 0;
}
@media (min-width: 650px) {
  .site-section__wrapper {
    padding: 48px 0;
  }
}
@media (min-width: 992px) {
  .site-section__wrapper {
    padding: 64px 0;
  }
}
@media (min-width: 1700px) {
  .site-section__wrapper {
    padding: 80px 0;
  }
}
.site-section__wrapper--only-top {
  padding-bottom: 0;
}
.site-section__wrapper--only-bottom {
  padding-top: 0;
}
.site-section__row {
  padding: 64px 0;
}
.site-section__row:first-child {
  padding-top: 0;
}
.site-section__row:last-child {
  padding-bottom: 0;
}

.site-section--nearly-light {
  background: #F5F5F5;
}

.site-section--primary {
  color: #fff;
  background: #3687FF;
}

/** END_SECTIONS **/
/***** WIDGETS *****/
.info-overlayer {
  top: auto;
  left: 50%;
  bottom: 0;
  height: auto;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
