@charset "UTF-8";
/* RWD */
/* RWD */
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***** HEADERS *****/
.section-header {
  padding: 0 0 32px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #3D3D3D;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .plain-header {
    padding-bottom: 12px;
  }
}

.section-title {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 28px;
  }
}

.section-subtitle--large {
  font-size: 24px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 34px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 16px;
  }
}

.simple-title {
  font-size: 20px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 22px;
  }
}

.simple-title--small {
  font-size: 16px;
}
@media (min-width: 1700px) {
  .simple-title--small {
    font-size: 18px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.text-title {
  font-weight: 700;
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

.logo, .logo-hawk-framework {
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: block;
  text-indent: -100000px;
  text-align: left;
  background-color: transparent;
  border: 0;
}

/***** CONTAINERS *****/
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex-container--immediately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-container--horizontally-center {
  align-items: center;
}

.flex-container--stretch {
  align-items: stretch;
}

.flex-container--horizontally-south {
  align-items: flex-end;
}

.flex-container--end {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .flex-container--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 18px;
    padding-right: 0;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 18px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 30px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 48px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 48px;
  }
}

.flex-container--from-tablet-xl {
  display: block;
}
@media (min-width: 992px) {
  .flex-container--from-tablet-xl {
    display: flex;
  }
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

.flex-column--space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--space {
    padding: 0 12px;
  }
}
.flex-column--space:first-child {
  padding-left: 0;
}
.flex-column--space:last-child {
  padding-right: 0;
}

.flex-column--small-space {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .flex-column--small-space {
    padding: 0 8px;
  }
}
.flex-column--small-space:first-child {
  padding-left: 0;
}
.flex-column--small-space:last-child {
  padding-right: 0;
}

.flex-column--big-space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--big-space {
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .flex-column--big-space {
    padding: 0 40px;
  }
}
.flex-column--big-space:first-child {
  padding-left: 0;
}
.flex-column--big-space:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--7 {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

.flex-column--7-from-tablet-xl {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .flex-column--7-from-tablet-xl {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 10px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 10px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 16px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 16px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 60px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 60px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 32px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 32px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 48px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 80px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 100px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .flex-column--5 {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.flex-column--5--from-tablet-xl {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .flex-column--5--from-tablet-xl {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.horizontal-items {
  list-style-type: none;
}
.horizontal-items > li {
  padding: 8px 0;
}
@media (min-width: 420px) {
  .horizontal-items > li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1700px) {
  .horizontal-items > li {
    padding: 0 32px;
  }
}
.horizontal-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:first-child {
    padding-left: 0;
  }
}
.horizontal-items > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:last-child {
    padding-right: 0;
  }
}
.horizontal-items__distinguished {
  font-weight: 500;
}

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

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

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

/***** TEXT *****/
.text, .text-title {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
}
@media (min-width: 1700px) {
  .text, .text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p, .text-title p {
  padding: 5px 0;
  margin: 0;
}
.text p:first-child, .text-title p:first-child {
  padding-top: 0;
}
.text p:last-child, .text-title p:last-child {
  padding-bottom: 0;
}
.text em, .text-title em {
  font-style: italic;
}
.text a, .text-title a {
  color: #000;
}
.text a:hover, .text-title a:hover, .text a:focus, .text-title a:focus {
  color: #e08921;
}
.text ol, .text-title ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li, .text-title ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before, .text-title ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul, .text-title ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li, .text-title ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before, .text-title ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--light a {
  color: #fff;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1500px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--no-indent-lists ul,
.text--no-indent-lists ol {
  padding-left: 0;
}

.text--distinguished {
  font-weight: 700;
}

.text-container--2-columns {
  column-count: 2;
  column-gap: 48px;
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "Georama", sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #69D2E7;
}
.button__wrapper:after {
  top: -100%;
  background: #23AABA;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #69D2E7;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #69D2E7;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #69D2E7;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #69D2E7;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #69D2E7;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #69D2E7;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

.simple-tab-button {
  padding: 8px 32px;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  color: #777;
}
.simple-tab-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #e08921;
  height: 3px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: -1px 0 0 0;
}

.simple-tab-button.active {
  color: #000;
}
.simple-tab-button.active:before {
  opacity: 1;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__field-container:first-child {
  padding-top: 0;
}
.form__field-container:last-child {
  padding-bottom: 0;
}
.form__field-container--separated-top {
  border-top: 1px solid #aaa;
  margin-top: 12px;
}
.form__field-container--separated-bottom {
  border-bottom: 1px solid #aaa;
  margin-bottom: 12px;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.horizontal-form__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.horizontal-form__item {
  padding: 0 16px;
}
.horizontal-form__item:first-child {
  padding-left: 0;
}
.horizontal-form__item:last-child {
  padding-right: 0;
}

.form-field {
  display: block;
  width: 100%;
  position: relative;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "Georama", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #DB2B39;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #DB2B39;
}
.form-field.error .std-dropdown__header {
  border-color: #DB2B39;
}

.form-field__core--light {
  color: #fff;
  border-color: #fff;
}
.form-field__core--light:focus {
  color: #fff;
  border-color: #fff;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.form-field--file {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--file .form-field__side-container {
  padding: 0 0 0 16px;
}
.form-field--file input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -999;
}

.form-field-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
.form-field-wrapper__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 420px) {
  .form-field-wrapper__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field-wrapper__header {
    text-align: left;
  }
}
.form-field-wrapper__title {
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
}
@media (min-width: 1700px) {
  .form-field-wrapper__title {
    font-size: 16px;
  }
}
.form-field-wrapper.error .form-field-wrapper__title {
  color: #DB2B39;
}
.form-field-wrapper.error .std-dropdown__header {
  border-color: #DB2B39;
}

.icon-form-field {
  display: block;
}
.icon-form-field__icon-container {
  background: #e08921;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e08921;
  border-right: 0;
}
.icon-form-field__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.icon-form-field__core {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid #e08921;
  border-left: 0;
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "Georama", sans-serif;
  font-weight: 400;
  outline: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1500px) {
  .icon-form-field__core {
    font-size: 16px;
  }
}
.icon-form-field__core::-webkit-input-placeholder, .icon-form-field__core:-moz-placeholder, .icon-form-field__core::-moz-placeholder, .icon-form-field__core:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: left;
}
.icon-form-field__header {
  padding: 0 0 4px 0;
}
@media (min-width: 1500px) {
  .icon-form-field__header {
    padding-bottom: 8px;
  }
}
.icon-form-field__title {
  font-size: 16px;
  color: #e08921;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .icon-form-field__title {
    font-size: 20px;
  }
}

.icon-form-field.error .icon-form-field__core {
  border-color: #DB2B39;
}
.icon-form-field.error .icon-form-field__icon-container {
  border-color: #DB2B39;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:focus ~ .choice-field__field:before {
  background: #000;
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #e08921;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-field--light .choice-field__field {
  border: 1px solid #fff;
}
.choice-field--light .choice-field__core:focus ~ .choice-field__field:before {
  background: #23AABA;
}
.choice-field--light .choice-field__core:focus-within ~ .choice-field__field:before {
  background: #23AABA;
}
.choice-field--light .choice-field__core:focus ~ .choice-field__field:before {
  background: #e08921;
}
.choice-field--light .choice-field__core:checked ~ .choice-field__field {
  border-color: #fff;
}

.choice-field.error .choice-field__field {
  border-color: #DB2B39;
}
.choice-field.error .choice-field__field:before {
  background: #23AABA;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}
.choice-item.error .choice-item__description {
  color: #DB2B39;
}
.choice-item.error .choice-item__description a {
  color: #DB2B39;
}

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

.invisible-form-field {
  background: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
}
.invisible-form-field:focus {
  border: 0;
}

@media (min-width: 768px) {
  .fields-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .fields-row__item {
    padding: 0;
    flex-grow: 1;
    flex-basis: 50%;
  }
}

/***** VARIA *****/
.tile {
  max-width: 460px;
  cursor: pointer;
}
.tile__wrapper {
  position: relative;
}
.tile__base-layer {
  background-size: cover;
  background-position: center;
  padding: 0 0 65% 0;
}
.tile__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -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;
}
.tile__content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.tile__inner {
  padding: 32px 20px;
}
.tile__header {
  padding: 0 0 8px 0;
}
.tile__content-container {
  padding: 20px 0 0 0;
}
.tile:hover .tile__above-layer, .tile:focus .tile__above-layer {
  opacity: 0.3;
}

.tile--square {
  max-width: 300px;
}
.tile--square .tile__base-layer {
  padding-bottom: 100%;
}

.tile--content-revealing .tile__content-layer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile--content-revealing:hover .tile__content-layer, .tile--content-revealing:focus .tile__content-layer {
  opacity: 1;
}

.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--small-space .icon-label__icon-container {
  padding-right: 8px;
}

.icon-label--more-space .icon-label__icon-container {
  padding-right: 20px;
}

.icon-label--reverse .icon-label__icon-container {
  padding: 0 0 0 12px;
}

.icon-label--reverse.icon-label--more-space .icon-label__icon-container {
  padding-left: 20px;
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 26px;
  }
}

.tabs-bar {
  border-bottom: 1px solid #aaa;
  display: flex;
  list-style-type: none;
}

/***** ICONS *****/
.extended-icon, .icon-email {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .icon-email:before, .extended-icon: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, .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");
}

.plain-extended-icon {
  display: inline-block;
  position: relative;
}
.plain-extended-icon__base-layer {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.plain-extended-icon__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.plain-extended-icon--interactive {
  cursor: pointer;
}
.plain-extended-icon--interactive:hover .plain-extended-icon__above-layer, .plain-extended-icon--interactive:focus .plain-extended-icon__above-layer {
  opacity: 1;
}

.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 20px;
  height: 20px;
}

.icon-arrow--thin {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1px;
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -4px;
}

.icon-arrow--south.icon-arrow--small {
  top: -2px;
}

.icon-arrow--primary {
  border-color: #e08921;
}

.icon-arrow--south {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -4px;
}

.icon-loader {
  width: 32px;
  height: 32px;
  display: block;
  background: url("/img/icons/icon-loader.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: Rotate 2s infinite linear;
  -moz-animation: Rotate 2s infinite linear;
  animation: Rotate 2s infinite linear;
}

.icon-loader--small {
  width: 20px;
  height: 20px;
}

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

.icon-arrow__img img {
  transition: all 0.2s linear;
}

.icon-arrow--south-west img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-arrow--north-east img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__header-inner {
  position: relative;
}
.hawk-dropdown__searching-field {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  outline: none;
  z-index: 4;
}
.hawk-dropdown__searching-field:focus ~ * {
  opacity: 0.2;
}
.hawk-dropdown__searching-field[disabled] {
  display: none;
  width: 0;
  height: 0;
}
.hawk-dropdown__list-container {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 200px;
  overflow: hidden;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 8px 0;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #e08921;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list-container {
  border-color: #e08921;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #F38630;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #69D2E7;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #e08921;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__container {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1000;
}
@media (min-width: 1700px) {
  .hawk-sliding-layer-section__layer {
    width: 40%;
    right: -40%;
  }
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.hawk-ajax-loading-items-manager__loading-layer-container {
  display: flex;
  justify-content: center;
}
.hawk-ajax-loading-items-manager__loading-layer {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.std-ajax-loading-items-manager__loading-layer-container {
  padding: 20px 0 0 0;
}

.ajax-items-manager {
  position: relative;
}
.ajax-items-manager__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

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

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

.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;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
@media (min-width: 650px) {
  .std-overlayer__inner {
    margin: 60px 32px;
    padding: 40px;
  }
}
@media (min-width: 1300px) {
  .std-overlayer__inner {
    margin: 80px auto;
    max-width: 900px;
  }
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.std-overlayer__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

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

.hawk-details-list {
  list-style-type: none;
}
.hawk-details-list__header {
  cursor: pointer;
}
.hawk-details-list__content-container {
  display: none;
}

.details-list-item {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}
.details-list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-list-item__icon-container {
  padding: 0 0 0 32px;
}
.details-list-item__content-container {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .details-list-item--lose-the-separator-on-desktop {
    padding-top: 0;
    border-top: 0;
  }
}

.details-list-item--lose-the-separator-always {
  padding-top: 0;
  border-top: 0;
}

.details-list-item__header--hover-animation .title-description {
  transition: font-weight 0.2s linear;
}
.details-list-item__header--hover-animation .title-description:hover {
  font-weight: 700;
}

.bookmarks-manager {
  margin: 0 auto;
}
.bookmarks-manager .bookmarks-manager__bookmarks-container {
  width: 100%;
}
.bookmarks-manager .bookmarks-manager__bookmark-container {
  display: block;
}
.bookmarks-manager .bookmarks-manager__bookmark {
  cursor: pointer;
  position: relative;
}
.bookmarks-manager .bookmarks-manager__bookmark-container .bookmarks-manager__bookmark-content {
  display: none;
}
.bookmarks-manager .bookmarks-manager__content-container {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 2px;
}
.bookmarks-manager .bookmarks-manager__content-wrapper {
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/***** COMPONENTS *****/
.hawk-single-instance-container__loading-layer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hawk-instances-container {
  position: relative;
  min-height: 32px;
}
.hawk-instances-container__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***** BEHAVIOUR *****/
.hawk-hidden {
  display: none;
}

/** END_MODULES **/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
  font-family: "Georama", 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;
}

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

.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--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: #e08921;
  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;
}

.horizontal-menu__core {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.horizontal-menu__core > li {
  padding: 0 12px;
}

.menu-item {
  color: #000;
  text-decoration: none;
}

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

.tiles-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .tiles-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3.5%;
  }
}
.tiles-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .tiles-list > li {
    flex-grow: 1;
    min-width: 31%;
    max-width: 31%;
    padding: 3.5% 0 0 0;
  }
}
.tiles-list > li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(2) {
    padding-top: 0;
  }
  .tiles-list > li:nth-child(3) {
    padding-top: 0;
  }
}

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

.subsections-list__item {
  padding: 20px 0;
}
.subsections-list__item:first-child {
  padding-top: 0;
}
.subsections-list__item:last-child {
  padding-bottom: 0;
}

.presentation-details-list__content {
  padding: 32px 0 0 0;
}

.plain-bar {
  padding: 0 0 40px 0;
}

.text, .text-title {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
}
@media (min-width: 1500px) {
  .text, .text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p, .text-title p {
  padding: 5px 0;
  margin: 0;
}
.text p:first-child, .text-title p:first-child {
  padding-top: 0;
}
.text p:last-child, .text-title p:last-child {
  padding-bottom: 0;
}
.text em, .text-title em {
  font-style: italic;
}
.text a, .text-title a {
  color: #000;
}
.text a:hover, .text-title a:hover, .text a:focus, .text-title a:focus {
  color: #e08921;
}
.text ol, .text-title ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li, .text-title ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before, .text-title ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul, .text-title ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li, .text-title ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before, .text-title ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--light a {
  color: #fff;
}

.text--large {
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 1500px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--no-indent-lists ul,
.text--no-indent-lists ol {
  padding-left: 0;
}

.text--distinguished {
  font-weight: 700;
}

.text h2, .text-title h2 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.text h2:first-child, .text-title h2:first-child {
  margin-top: 0;
}
.text h3, .text-title h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.text h3:first-child, .text-title h3:first-child {
  margin-top: 0;
}

.text--light {
  color: #fff;
}

.text--thin {
  font-weight: 300;
}

.text--bold {
  font-weight: 700;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--justify {
  text-align: justify;
}

.text--larger {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .text--larger {
    font-size: 18px;
  }
}

.text--very-large {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1300px) {
  .text--very-large {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .text--very-large {
    font-size: 22px;
  }
}

.text--huge {
  font-size: 18px;
}
@media (min-width: 768px) {
  .text--huge {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .text--huge {
    font-size: 22px;
  }
}

.text--semibold {
  font-weight: 600;
}

.text--slashed-list ul {
  list-style: none;
  padding-left: 0;
}
.text--slashed-list ul > li {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}
.text--slashed-list ul > li::after {
  content: "/";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.text--slashed-list ul > li::before {
  display: none;
}

.bid-game {
  min-height: 600px;
}
.bid-game__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 32px 0;
}
.bid-game__header {
  padding: 0 0 32px 0;
}
.bid-game__answers-container {
  padding: 32px 0 0 0;
}
.bid-game__question {
  display: none;
}
.bid-game__question-area {
  padding: 0 0 32px 0;
}
.bid-game__pass-pool-button {
  display: none;
}
.bid-game__pool-resists-button {
  display: none;
}
.bid-game__answering-team-container {
  display: none;
}

/***** COMPONENTS *****/
.filled-label {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  padding: 8px 32px;
  background: #B5B5B5;
  text-align: center;
  border: 0;
}

.filled-label--fixed-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
}

.filled-label--orange {
  background: #F27E2A;
}

.filled-label--orange-dark {
  background: #CC5500;
}

.filled-label--green {
  background: #3AAC12;
}

.filled-label--green-dark {
  background: #1F7900;
}

.filled-label--blue {
  background: #1275AC;
}

.filled-label--blue-dark {
  background: #005889;
}

.question {
  font-size: 32px;
  line-height: 40px;
}

.answer-variant {
  font-size: 32px;
  line-height: 40px;
  cursor: pointer;
}

.answer-variant--correct {
  color: #090;
  font-weight: 700;
}

.answer-variant--failure {
  color: #DB2B39;
  font-weight: 700;
}

.tab-bookmark {
  padding: 8px 32px;
  border: 0;
  border-top: 2px solid #B5B5B5;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.tab-bookmark:hover {
  border-color: #e08921;
}

.tab-bookmark--light:hover {
  border-color: #fff;
}

.bidding-display__amounts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bidding-display__controls {
  padding: 20px 0 0 0;
}

.amount-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.amount-selector__amount {
  width: 60px;
}
.amount-selector__subtract-button, .amount-selector__add-button {
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

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

@media (min-width: 768px) {
  .tiles-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.tiles-list > li {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .tiles-list > li {
    width: 33.33%;
  }
}
.tiles-list > li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(2), .tiles-list > li:nth-child(3) {
    padding-top: 0;
  }
}
.tiles-list > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+1) {
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+2) {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (min-width: 768px) {
  .tiles-list > li:nth-child(3n+3) {
    padding-left: 2%;
  }
}

.horizontal-buttons {
  list-style-type: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .horizontal-buttons {
    flex-direction: row;
    align-items: center;
  }
}

.social-media {
  text-align: center;
}
@media (min-width: 768px) {
  .social-media {
    text-align: left;
  }
}
.social-media > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.social-media > li:first-child {
  padding-left: 0;
}
.social-media > li:last-child {
  padding-right: 0;
}

.numbers-list {
  display: flex;
  gap: 32px;
  list-style-type: none;
}

.filled-labels-list {
  display: flex;
  align-items: stretch;
  list-style-type: none;
}

.filled-labels-list--middle {
  justify-content: center;
}

.fixed-width-list {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 0;
}
.fixed-width-list > li {
  min-width: 50%;
  max-width: 50%;
}

.tab-bookmarks {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.tab-bookmarks:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #B5B5B5;
  z-index: -1;
}

.tab-bookmarks--light:before {
  background: #fff;
}

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

/***** HEADERS *****/
.site-header {
  padding: 32px 40px;
  background: #69D2E7;
  position: relative;
}
@media (min-width: 1500px) {
  .site-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1700px) {
  .site-header {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.site-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.simple-bar {
  padding: 0 0 40px 0;
}

.site-title {
  font-size: 42px;
}
@media (min-width: 1700px) {
  .site-title {
    font-size: 52px;
  }
}

.logo-hawk-framework {
  width: 180px;
  height: 56px;
  background-image: url("/img/logo-hawkframework.svg");
}

.section-title {
  font-size: 48px;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
}

/***** CONTAINERS *****/
.site-content-bar__layer {
  padding: 0 20px;
}
@media (min-width: 420px) {
  .site-content-bar__layer {
    padding: 0 40px;
  }
}
@media (min-width: 1100px) {
  .site-content-bar__layer {
    padding: 0 60px;
  }
}
@media (min-width: 1300px) {
  .site-content-bar__layer {
    padding: 0 80px;
  }
}
@media (min-width: 1500px) {
  .site-content-bar__layer {
    padding: 0 100px;
  }
}
@media (min-width: 1700px) {
  .site-content-bar__layer {
    padding: 0 10%;
  }
}
.site-content-bar__wrapper {
  padding: 32px 0 0 0;
}

.selectable-item {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 6px 10px;
  display: inline-block;
}

.selectable-item--active {
  background: #B5B5B5;
}

/***** FOOTER *****/
.site-footer__layer {
  background: #222222;
  color: #fafafa;
  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: 32px 0;
}
@media (min-width: 1700px) {
  .site-footer__wrapper {
    padding: 48px 0;
  }
}

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

.site-section {
  position: relative;
}
.site-section__layer {
  padding: 0 20px;
}
@media (min-width: 650px) {
  .site-section__layer {
    padding: 0 40px;
  }
}
@media (min-width: 900px) {
  .site-section__layer {
    padding: 0 80px;
  }
}
@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: 1100px) {
  .site-section__inner {
    padding: 0 15vw;
  }
}
@media (min-width: 1300px) {
  .site-section__inner {
    padding: 0 15vw;
  }
}
@media (min-width: 1500px) {
  .site-section__inner {
    padding: 0 14vw;
  }
}
@media (min-width: 768px) {
  .site-section__inner--only-left {
    padding-right: 0 !important;
  }
  .site-section__inner--only-right {
    padding-left: 0 !important;
  }
  .site-section__layer--only-left {
    padding-right: 0 !important;
  }
  .site-section__layer--only-right {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .site-section__layer--only-left-desktop {
    padding-right: 0;
  }
}
@media (min-width: 0px) {
  .site-section__layer--only-left-mobile {
    padding-right: 0;
  }
}
.site-section__wrapper {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .site-section__wrapper {
    padding: 70px 0;
  }
}
@media (min-width: 1300px) {
  .site-section__wrapper {
    padding: 90px 0;
  }
}
.site-section__wrapper--only-top {
  padding-bottom: 0;
}
.site-section__wrapper--only-bottom {
  padding-top: 0;
}
@media (min-width: 1100px) {
  .site-section__wrapper--more-padding {
    padding-right: 5vw;
  }
}
.site-section__wrapper--more-bottom {
  padding-bottom: 70px;
}
@media (min-width: 550px) {
  .site-section__wrapper--more-bottom {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .site-section__wrapper--more-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1100px) {
  .site-section__wrapper--more-bottom {
    padding-bottom: 150px;
  }
}
@media (min-width: 1300px) {
  .site-section__wrapper--more-bottom {
    padding-bottom: 190px;
  }
}
.site-section__wrapper--extra-more-bottom {
  padding-bottom: 120px;
}
@media (min-width: 1100px) {
  .site-section__wrapper--extra-more-bottom {
    padding-bottom: 180px;
  }
}
.site-section__wrapper--space-bottom-mobile {
  padding-bottom: 20vh;
}
@media (min-width: 768px) {
  .site-section__wrapper--space-bottom-mobile {
    padding-bottom: 15vh;
  }
}
.site-section__row {
  padding: 64px 0;
}
.site-section__row:first-child {
  padding-top: 0;
}
.site-section__row:last-child {
  padding-bottom: 0;
}

@media (min-width: 1100px) {
  .site-section__inner--only-left-smaller {
    padding: 0 8vw;
  }
}

.site-section__wrapper--only-top-mobile {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .site-section__wrapper--only-top-mobile {
    padding-top: 70px;
  }
}
@media (min-width: 1500px) {
  .site-section__wrapper--only-top-mobile {
    padding-top: 100px;
  }
}

.site-section__wrapper--more-space {
  padding-top: 100px;
}
@media (min-width: 1300px) {
  .site-section__wrapper--more-space {
    padding-top: 180px;
  }
}

.site-section__wrapper--more-space-top {
  padding-top: 70px;
}
@media (min-width: 1300px) {
  .site-section__wrapper--more-space-top {
    padding-top: 100px;
  }
}

.site-section__line-top-decoration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #d9d7d3;
}
@media (min-width: 420px) {
  .site-section__line-top-decoration::before {
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 900px) {
  .site-section__line-top-decoration::before {
    left: 80px;
    width: calc(100% - 160px);
  }
}
@media (min-width: 1100px) {
  .site-section__line-top-decoration::before {
    left: 60px;
    width: calc(100% - 120px);
  }
}
@media (min-width: 1500px) {
  .site-section__line-top-decoration::before {
    left: 70px;
    width: calc(100% - 140px);
  }
}
@media (min-width: 1700px) {
  .site-section__line-top-decoration::before {
    left: 10vw;
    width: calc(100% - 20vw);
  }
}

.site-section__line-top-decoration-light::before {
  background-color: #fff;
}

.site-section--nearly-light {
  background-color: #69D2E7;
}

.site-section--nearly-light-02 {
  background-color: #23AABA;
}

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

@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.site-section--top-line-decoration {
  position: relative;
}
.site-section--top-line-decoration::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgb(238, 233, 224);
  background: linear-gradient(90deg, rgb(238, 233, 224) 0%, rgb(171, 145, 115) 35%, rgb(238, 233, 224) 63%, rgb(171, 145, 115) 79%);
  background-size: 200% 200%;
  animation: animateGradient 15s ease infinite;
}

.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%;
}

.site-section__south-west-decoration {
  position: relative;
}
.site-section__south-west-decoration::before {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/bedge-stone.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
}
@media (min-width: 768px) {
  .site-section__south-west-decoration::before {
    right: 50%;
    width: 200px;
    height: 200px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1100px) {
  .site-section__south-west-decoration::before {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1500px) {
  .site-section__south-west-decoration::before {
    width: 350px;
    height: 350px;
  }
}

.south-west-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 170px;
  height: 170px;
}
@media (min-width: 420px) {
  .south-west-decoration {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .south-west-decoration {
    right: 50%;
    width: 240px;
    height: 240px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1100px) {
  .south-west-decoration {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1500px) {
  .south-west-decoration {
    width: 350px;
    height: 350px;
  }
}
.south-west-decoration__movie {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@keyframes rotateAndMove {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  50% {
    transform: rotate(360deg) translateY(40px);
  }
  100% {
    transform: rotate(720deg) translateY(0px);
  }
}
.west-gold-decoration {
  position: absolute;
  bottom: 35%;
  left: 0;
  display: none;
}
.west-gold-decoration__container {
  width: 148px;
  height: 248px;
}
@media (min-width: 1500px) {
  .west-gold-decoration__container {
    width: 188px;
    height: 328px;
  }
}
.west-gold-decoration__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 42.6% 0%, 100% 64.7%, 67.2% 100%, 0% 100%);
  background-color: #69D2E7;
  overflow: hidden;
}
.west-gold-decoration__img {
  position: absolute;
  left: -80%;
  top: -40%;
  height: 170%;
  animation: rotateAndMove 45s linear infinite;
}
@media (min-width: 1100px) {
  .west-gold-decoration {
    display: block;
  }
}

.west-gold-decoration--top {
  bottom: auto;
  top: 13%;
}

.west-gold-decoration__container--smaller {
  width: 122px;
  height: 204px;
}
@media (min-width: 1500px) {
  .west-gold-decoration__container--smaller {
    width: 148px;
    height: 248px;
  }
}

.site-section--west-gold-decoration {
  position: relative;
}
.site-section--west-gold-decoration::before {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/ball.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 147px;
  height: 248px;
  position: absolute;
}
.site-section--west-gold-decoration::after {
  content: "";
  position: absolute;
  bottom: 35%;
  left: 0;
  width: 147px;
  height: 248px;
  position: absolute;
  clip-path: polygon(100% 0, 100% 100%, 68% 100%, 81% 70%, 40% 0);
  background-color: transparent;
}
@media (min-width: 1100px) {
  .site-section--west-gold-decoration::before {
    display: block;
  }
}
@media (min-width: 1700px) {
  .site-section--west-gold-decoration::before {
    width: 198px;
    height: 298px;
  }
}
.site-section--west-gold-decoration.site-section--west-gold-decoration-smaller::before {
  width: 128px;
  height: 214px;
}
@media (min-width: 1700px) {
  .site-section--west-gold-decoration.site-section--west-gold-decoration-smaller::before::before {
    width: 168px;
    height: 254px;
  }
}

.site-section--west-gold-decoration-top::before {
  bottom: auto;
  top: 13%;
}

.site-section--west-gold-decoration-small {
  position: relative;
}
.site-section--west-gold-decoration-small::before {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/element-decoration-small.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 1;
  width: 82px;
  height: 140px;
  position: absolute;
}
@media (min-width: 1100px) {
  .site-section--west-gold-decoration-small::before {
    display: block;
  }
}
@media (min-width: 1700px) {
  .site-section--west-gold-decoration-small::before {
    width: 100px;
    height: 170px;
  }
}

.site-section--west-gray-decoration {
  position: relative;
}
.site-section--west-gray-decoration::after {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/stone-gray-side.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: calc(100% - 70px);
  position: absolute;
}
@media (min-width: 1100px) {
  .site-section--west-gray-decoration::after {
    display: block;
  }
}
@media (min-width: 1500px) {
  .site-section--west-gray-decoration::after {
    height: calc(100% - 100px);
  }
}

.site-section--west-gray-decoration-beige::after {
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/stone-beige-side.svg");
}

.site-section--south-west-gold-decoration {
  position: relative;
}
.site-section--south-west-gold-decoration::before {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/stone-oblique.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 130px;
  position: absolute;
}
@media (min-width: 768px) {
  .site-section--south-west-gold-decoration::before {
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-section--south-west-gold-decoration::before {
    width: 370px;
    height: 190px;
  }
}
@media (min-width: 1700px) {
  .site-section--south-west-gold-decoration::before {
    width: 400px;
    height: 203px;
  }
}

.site-section--south-west-gold-decoration-pointed {
  position: relative;
}
.site-section--south-west-gold-decoration-pointed::before {
  display: none;
  content: "";
  background-image: url("/wp-content/themes/kancelaria-winski/img/pictures/element-gold-pointed.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 310px;
  position: absolute;
}
@media (min-width: 768px) {
  .site-section--south-west-gold-decoration-pointed::before {
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-section--south-west-gold-decoration-pointed::before {
    width: 207px;
    height: 405px;
  }
}
@media (min-width: 1500px) {
  .site-section--south-west-gold-decoration-pointed::before {
    width: 230px;
    height: 440px;
  }
}

@media screen and (min-width: 1100px) and (min-height: 635px) {
  .site-section--full-height-desktop {
    height: 100vh;
  }
}

@media screen and (min-width: 1100px) and (min-height: 635px) {
  .columns-layout--full-height-desktop {
    height: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1100px) and (min-height: 635px) {
  .site-section__wrapper--full-height-desktop {
    height: 100%;
    box-sizing: border-box;
  }
}

/** END_SECTIONS **/
