@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);@charset "UTF-8";
/*!
 * modweb v4.2
 * 2018 ® All rights reserved - Modweb Pawel Kolodziejczak company
 * web: www.modweb.pl;
 *
 */
/*input, table, ol, ul, q, address, picture, template, li, footer, figure, figcaption, header, nav, audio, progress, body, tr, th, td, aside, select, form, div, p, span, small, i, em, strong, article, header, main, section, blockquote, video, svg, img, a, button, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: 0;
  outline: 0;
  //font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;

  !*&:focus::-webkit-input-placeholder {
    opacity: 0
  }
  &:focus::-moz-placeholder {
    opacity: 0
  }*!
}*/
input, table, ol, ul, q, address, picture, li, footer, figure, figcaption, header, nav, audio, progress, body, tr, th, td, aside, select, form, div, p, span, small, i, em, strong, article, header, main, section, blockquote, video, svg, img, a, button, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

video {
  object-fit: cover; }

address {
  font-style: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, q:before {
    content: '\201E'; }
  blockquote:after, q:after {
    content: '\201D'; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

li, li a, a {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

a {
  text-decoration: none;
  background-color: transparent; }
  a:active, a:hover {
    outline-width: 0; }

sub, sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -0.4em; }

/*svg:not(:root) {
  overflow: hidden;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .55;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}*/
img {
  user-select: none;
  display: block; }

h1, h2 {
  font-size: 3.8em;
  line-height: 110%;
  font-weight: 700; }

h3 {
  font-size: 3em;
  line-height: 120%; }

h4 {
  font-size: 2.5em;
  line-height: 120%; }

h5 {
  font-size: 1.65em;
  line-height: 120%;
  font-weight: 400; }

h6 {
  font-size: 1.35em;
  line-height: 120%; }

p {
  font-size: 1.25em;
  margin-top: 1em;
  line-height: 170%; }

span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit; }

small {
  font-size: 90%; }

.btn {
  padding: 17px 25px;
  color: #fff;
  background-color: #EE6E00;
  border: 1px solid #EE6E00;
  width: auto;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  border-radius: 27px;
  font-family: "Open Sans", sans-serif;
  line-height: 100%;
  transition: color 0.5s ease-out;
  /*&:hover {
    &:after {
      margin-left: 10px;
    }
  }*/ }
  @media only screen and (max-width: 1199px) {
    .btn {
      padding: 25px 50px;
      font-size: 18px !important; } }
  .btn:after {
    font-size: 150%;
    position: relative;
    top: .08em;
    font-weight: 700;
    margin-left: 6px;
    transition: margin 0.3s ease-out; }
  .btn--left:after {
    content: '';
    margin-left: 0; }
  .btn--left:before {
    content: '\2039';
    font-size: 120%;
    font-weight: 700;
    position: relative;
    margin-top: .08em;
    margin-right: 6px;
    transition: margin 0.3s ease-out; }
  .btn--left:hover:before {
    margin-right: 10px; }
  .btn--arrow {
    background-color: #000; }
  .btn--arrowLeft {
    padding: 15px 25px; }
    @media only screen and (max-width: 680px) {
      .btn--arrowLeft {
        left: 50%;
        margin-left: -68px; } }
    .btn--arrowLeft:after {
      content: '';
      margin: 0; }
    .btn--arrowLeft:before {
      content: '\2039';
      color: #fff;
      font-size: 300%;
      margin: 0;
      font-weight: 300; }
    .btn--arrowLeft:hover:after {
      margin: 0; }
  .btn--arrowRight {
    padding: 15px 25px; }
    @media only screen and (max-width: 680px) {
      .btn--arrowRight {
        right: 50%;
        margin-right: -68px; } }
    .btn--arrowRight:after {
      content: '\203A';
      font-size: 300%;
      color: #fff;
      margin: 0;
      font-weight: 300; }
    .btn--arrowRight:hover:after {
      margin: 0; }
  .btn--rot:after {
    width: 12px;
    transform: rotate(-90deg); }
  .btn--clean:after {
    content: '';
    background: none; }
  .btn--clean:before {
    content: '';
    background: none; }

label {
  font-size: .8em; }
  label a {
    margin-left: .3em;
    text-decoration: underline;
    color: #000; }
    label a:hover {
      color: #000; }
  label.checkbox {
    position: relative;
    cursor: pointer;
    z-index: 200;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    label.checkbox:before {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      left: 0;
      color: #000;
      border: 2px solid #000; }
  label .border {
    max-height: 6.2em;
    overflow-y: auto;
    padding: .5em .8em; }
    label .border span {
      padding-bottom: .5em; }
  label.req {
    padding-left: 50px; }
    label.req:after {
      content: '*';
      font-size: 1.4em;
      color: #d70035;
      position: absolute;
      left: 36px;
      top: 0; }

input:disabled {
  cursor: not-allowed;
  background-color: #ccc; }

input:not([type="chechbox"]).alert, textarea.alert {
  border: 1px solid #d70035; }

input[type="checkbox"].alert:not(:checked) + label, input[type="radio"].alert:not(:checked) + label {
  color: #d70035;
  transition: color 0.3s ease-out; }
  input[type="checkbox"].alert:not(:checked) + label:before, input[type="radio"].alert:not(:checked) + label:before {
    content: '';
    border: 2px solid #d70035; }

input[type="checkbox"]:checked + .checkbox:before, input[type="radio"]:checked + .checkbox:before {
  content: '✔';
  font-size: 1.5em; }

/*
.rq {
  &:after {
    content: '*';
    color: $alert;
    margin-left: .2em;
  }
}*/
.contentBox .img-responsive {
  width: 100%;
  display: block;
  height: auto; }

.contentBox .imgLeft, .contentBox .justifyleft {
  float: left;
  margin: 1em 1.5em 0 0; }
  @media only screen and (max-width: 680px) {
    .contentBox .imgLeft, .contentBox .justifyleft {
      width: 100%;
      margin: 1.5em 0; } }

.contentBox .imgRight, .contentBox .justifyright {
  float: right;
  margin: 1em 0 0 1.5em; }
  @media only screen and (max-width: 680px) {
    .contentBox .imgRight, .contentBox .justifyright {
      width: 100%;
      margin: 1.5em 0; } }

.contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5, .contentBox h6 {
  margin: 1em 0; }
  .contentBox h1:first-of-type, .contentBox h2:first-of-type, .contentBox h3:first-of-type, .contentBox h4:first-of-type, .contentBox h5:first-of-type, .contentBox h6:first-of-type {
    margin-top: 0;
    margin-bottom: 0; }

.contentBox p {
  margin-top: 1em; }
  .contentBox p:first-child {
    margin-top: 0; }

.contentBox ol {
  padding-left: 2em; }

.contentBox ul {
  padding-left: 2em; }
  .contentBox ul li {
    margin: 10px 0;
    position: relative; }
    .contentBox ul li:before {
      content: '';
      width: 6px;
      height: 6px;
      top: .5em;
      left: -25px;
      border-radius: 100%;
      position: absolute;
      background-color: #000; }
  .contentBox ul.sqaure {
    padding-left: 40px;
    color: #000; }
    .contentBox ul.sqaure li {
      margin: 15px 0;
      cursor: pointer;
      transition: color 0.3s ease-out; }
      .contentBox ul.sqaure li:before {
        content: '';
        width: 20px;
        height: 20px;
        top: -.2em;
        z-index: 0;
        left: -40px;
        position: absolute;
        background-color: #fff;
        border: 2px solid #000; }
      .contentBox ul.sqaure li:hover {
        color: #000; }
      .contentBox ul.sqaure li.active {
        color: #000;
        font-weight: 700; }
        .contentBox ul.sqaure li.active:after {
          position: absolute;
          content: '✓';
          z-index: 500;
          width: 20px;
          height: 20px;
          color: #000;
          top: 0;
          font-weight: 700;
          left: -35px; }
  .contentBox ul.bull {
    padding-left: 50px; }
    .contentBox ul.bull li {
      margin: 20px 0;
      cursor: pointer;
      transition: color 0.3s ease-out; }
      .contentBox ul.bull li:before {
        content: '';
        width: 30px;
        height: 30px;
        top: -.5em;
        z-index: 0;
        left: -50px;
        border-radius: 100%;
        position: absolute;
        background-color: #fff;
        border: 2px solid #000; }
      .contentBox ul.bull li:hover {
        color: #000; }
      .contentBox ul.bull li.active:after {
        position: absolute;
        content: '';
        z-index: 500;
        background-color: #000;
        top: 0;
        width: 18px;
        height: 18px;
        left: -42px;
        border-radius: 100%; }

.contentBox img {
  margin: 2em 0;
  max-width: 100%;
  display: block;
  height: auto; }

.contentBox iframe {
  max-width: 100%; }

.contentBox table:before {
  content: '';
  width: 100%;
  display: block;
  overflow: auto; }

[data-grid] {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 0;
  justify-content: start; }

.grid:not([data-grid]) {
  z-index: 1;
  position: relative; }
  .grid:not([data-grid]):before {
    content: '';
    z-index: -1;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    visibility: hidden; }
  .grid:not([data-grid])--yt:before {
    padding-bottom: 60%; }
  .grid:not([data-grid]) > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/*@import "effects/2d-transitions/pulse-grow";
@if $includeClasses {
  .hvr-pulse-grow {
    @include pulse-grow();
  }
}*/
/*@import "effects/2d-transitions/pulse-shrink";
@if $includeClasses {
  .hvr-pulse-shrink {
    @include pulse-shrink();
  }
}*/
/*@import "effects/2d-transitions/push";
@if $includeClasses {
  .hvr-push {
    @include push();
  }
}*/
/*@import "effects/2d-transitions/pop";
@if $includeClasses {
  .hvr-pop {
    @include pop();
  }
}*/
/*
@import "effects/2d-transitions/bounce-in";
@if $includeClasses {
  .hvr-bounce-in {
    @include bounce-in();
  }
}
*/
/*@import "effects/2d-transitions/bounce-out";
@if $includeClasses {
  .hvr-bounce-out {
    @include bounce-out();
  }
}*/
/*@import "effects/2d-transitions/rotate";
@if $includeClasses {
  .hvr-rotate {
    @include rotate();
  }
}*/
/*@import "effects/2d-transitions/grow-rotate";
@if $includeClasses {
  .hvr-grow-rotate {
    @include grow-rotate();
  }
}*/
/*@import "effects/2d-transitions/float";
@if $includeClasses {
  .hvr-float {
    @include float();
  }
}*/
/*@import "effects/2d-transitions/sink";
@if $includeClasses {
  .hvr-sink {
    @include sink();
  }
}*/
/*@import "effects/2d-transitions/bob";
@if $includeClasses {
  .hvr-bob {
    @include bob();
  }
}*/
/*@import "effects/2d-transitions/hang";
@if $includeClasses {
  .hvr-hang {
    @include hang();
  }
}*/
/*@import "effects/2d-transitions/skew";
@if $includeClasses {
  .hvr-skew {
    @include skew();
  }
}*/
/*@import "effects/2d-transitions/skew-forward";
@if $includeClasses {
  .hvr-skew-forward {
    @include skew-forward();
  }
}*/
/*@import "effects/2d-transitions/skew-backward";
@if $includeClasses {
  .hvr-skew-backward {
    @include skew-backward();
  }
}*/
/*@import "effects/2d-transitions/wobble-vertical";
@if $includeClasses {
  .hvr-wobble-vertical {
    @include wobble-vertical();
  }
}*/
/*@import "effects/2d-transitions/wobble-horizontal";
@if $includeClasses {
  .hvr-wobble-horizontal {
    @include wobble-horizontal();
  }
}*/
/*@import "effects/2d-transitions/wobble-to-bottom-right";
@if $includeClasses {
  .hvr-wobble-to-bottom-right {
    @include wobble-to-bottom-right();
  }
}*/
/*@import "effects/2d-transitions/wobble-to-top-right";
@if $includeClasses {
  .hvr-wobble-to-top-right {
    @include wobble-to-top-right();
  }
}*/
/*@import "effects/2d-transitions/wobble-top";
@if $includeClasses {
  .hvr-wobble-top {
    @include wobble-top();
  }
}*/
/*@import "effects/2d-transitions/wobble-bottom";
@if $includeClasses {
  .hvr-wobble-bottom {
    @include wobble-bottom();
  }
}*/
/*@import "effects/2d-transitions/wobble-skew";
@if $includeClasses {
  .hvr-wobble-skew {
    @include wobble-skew();
  }
}*/
/*@import "effects/2d-transitions/buzz";
@if $includeClasses {
  .hvr-buzz {
    @include buzz();
  }
}*/
/*@import "effects/2d-transitions/buzz-out";
@if $includeClasses {
  .hvr-buzz-out {
    @include buzz-out();
  }
}*/
/*@import "effects/2d-transitions/forward";
@if $includeClasses {
  .hvr-forward {
    @include forward();
  }
}*/
/*@import "effects/2d-transitions/backward";
@if $includeClasses {
  .hvr-backward {
    @include backward();
  }
}*/
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
    background-color: #2098D1;
    color: white; }

/*@import "effects/background-transitions/back-pulse";
@if $includeClasses {
  .hvr-back-pulse {
    @include back-pulse();
  }
}*/
/*@import "effects/background-transitions/sweep-to-right";
@if $includeClasses {
  .hvr-sweep-to-right {
    @include sweep-to-right();
  }
}*/
/*@import "effects/background-transitions/sweep-to-left";
@if $includeClasses {
  .hvr-sweep-to-left {
    @include sweep-to-left();
  }
}*/
/*@import "effects/background-transitions/sweep-to-bottom";
@if $includeClasses {
  .hvr-sweep-to-bottom {
    @include sweep-to-bottom();
  }
}*/
/*@import "effects/background-transitions/sweep-to-top";
@if $includeClasses {
  .hvr-sweep-to-top {
    @include sweep-to-top();
  }
}*/
/*@import "effects/background-transitions/bounce-to-right";
@if $includeClasses {
  .hvr-bounce-to-right {
    @include bounce-to-right();
  }
}*/
/*@import "effects/background-transitions/bounce-to-left";
@if $includeClasses {
  .hvr-bounce-to-left {
    @include bounce-to-left();
  }
}*/
/*@import "effects/background-transitions/bounce-to-bottom";
@if $includeClasses {
  .hvr-bounce-to-bottom {
    @include bounce-to-bottom();
  }
}*/
/*@import "effects/background-transitions/bounce-to-top";
@if $includeClasses {
  .hvr-bounce-to-top {
    @include bounce-to-top();
  }
}*/
/*@import "effects/background-transitions/radial-out";
@if $includeClasses {
  .hvr-radial-out {
    @include radial-out();
  }
}*/
/*@import "effects/background-transitions/radial-in";
@if $includeClasses {
  .hvr-radial-in {
    @include radial-in();
  }
}*/
/*@import "effects/background-transitions/rectangle-in";
@if $includeClasses {
  .hvr-rectangle-in {
    @include rectangle-in();
  }
}*/
/*
@import "effects/background-transitions/rectangle-out";
@if $includeClasses {
  .hvr-rectangle-out {
    @include rectangle-out();
  }
}
*/
/*@import "effects/background-transitions/shutter-in-horizontal";
@if $includeClasses {
  .hvr-shutter-in-horizontal {
    @include shutter-in-horizontal();
  }
}*/
/*
@import "effects/background-transitions/shutter-out-horizontal";
@if $includeClasses {
  .hvr-shutter-out-horizontal {
    @include shutter-out-horizontal();
  }
}
*/
/*@import "effects/background-transitions/shutter-in-vertical";
@if $includeClasses {
  .hvr-shutter-in-vertical {
    @include shutter-in-vertical();
  }
}*/
/*@import "effects/background-transitions/shutter-out-vertical";
@if $includeClasses {
  .hvr-shutter-out-vertical {
    @include shutter-out-vertical();
  }
}*/
/* BORDER TRANSITIONS */
/*@import "effects/border-transitions/border-fade";
@if $includeClasses {
  .hvr-border-fade {
    @include border-fade();
  }
}*/
/*@import "effects/border-transitions/hollow";
@if $includeClasses {
  .hvr-hollow {
    @include hollow();
  }
}*/
/*@import "effects/border-transitions/trim";
@if $includeClasses {
  .hvr-trim {
    @include trim();
  }
}*/
/*@import "effects/border-transitions/ripple-out";
@if $includeClasses {
  .hvr-ripple-out {
    @include ripple-out();
  }
}*/
/*@import "effects/border-transitions/ripple-in";
@if $includeClasses {
  .hvr-ripple-in {
    @include ripple-in();
  }
}*/
/*@import "effects/border-transitions/outline-out";
@if $includeClasses {
  .hvr-outline-out {
    @include outline-out();
  }
}*/
/*@import "effects/border-transitions/outline-in";
@if $includeClasses {
  .hvr-outline-in {
    @include outline-in();
  }
}*/
/*@import "effects/border-transitions/round-corners";
@if $includeClasses {
  .hvr-round-corners {
    @include round-corners();
  }
}*/
/*@import "effects/border-transitions/underline-from-left";
@if $includeClasses {
  .hvr-underline-from-left {
    @include underline-from-left();
  }
}*/
/*@import "effects/border-transitions/underline-from-center";
@if $includeClasses {
  .hvr-underline-from-center {
    @include underline-from-center();
  }
}*/
/*@import "effects/border-transitions/underline-from-right";
@if $includeClasses {
  .hvr-underline-from-right {
    @include underline-from-right();
  }
}*/
/*@import "effects/border-transitions/overline-from-left";
@if $includeClasses {
  .hvr-overline-from-left {
    @include overline-from-left();
  }
}*/
/*@import "effects/border-transitions/overline-from-center";
@if $includeClasses {
  .hvr-overline-from-center {
    @include overline-from-center();
  }
}*/
/*@import "effects/border-transitions/overline-from-right";
@if $includeClasses {
  .hvr-overline-from-right {
    @include overline-from-right();
  }
}*/
/*@import "effects/border-transitions/reveal";
@if $includeClasses {
  .hvr-reveal {
    @include reveal();
  }
}*/
/*@import "effects/border-transitions/underline-reveal";
@if $includeClasses {
  .hvr-underline-reveal {
    @include underline-reveal();
  }
}*/
/*@import "effects/border-transitions/overline-reveal";
@if $includeClasses {
  .hvr-overline-reveal {
    @include overline-reveal();
  }
}*/
/* SHADOW/GLOW TRANSITIONS */
/*@import "effects/shadow-and-glow-transitions/glow";
@if $includeClasses {
  .hvr-glow {
    @include glow();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/shadow";
@if $includeClasses {
  .hvr-shadow {
    @include shadow();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/grow-shadow";
@if $includeClasses {
  .hvr-grow-shadow {
    @include grow-shadow();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/box-shadow-outset";
@if $includeClasses {
  .hvr-box-shadow-outset {
    @include box-shadow-outset();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/box-shadow-inset";
@if $includeClasses {
  .hvr-box-shadow-inset {
    @include box-shadow-inset();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/float-shadow";
@if $includeClasses {
  .hvr-float-shadow {
    @include float-shadow();
  }
}*/
/*@import "effects/shadow-and-glow-transitions/shadow-radial";
@if $includeClasses {
  .hvr-shadow-radial {
    @include shadow-radial();
  }
}*/
/* SPEECH BUBBLES */
/*@import "effects/speech-bubbles/bubble-top";
@if $includeClasses {
  .hvr-bubble-top {
    @include bubble-top();
  }
}*/
/*@import "effects/speech-bubbles/bubble-right";
@if $includeClasses {
  .hvr-bubble-right {
    @include bubble-right();
  }
}*/
/*@import "effects/speech-bubbles/bubble-bottom";
@if $includeClasses {
  .hvr-bubble-bottom {
    @include bubble-bottom();
  }
}*/
/*@import "effects/speech-bubbles/bubble-left";
@if $includeClasses {
  .hvr-bubble-left {
    @include bubble-left();
  }
}*/
/*@import "effects/speech-bubbles/bubble-float-top";
@if $includeClasses {
  .hvr-bubble-float-top {
    @include bubble-float-top();
  }
}*/
/*@import "effects/speech-bubbles/bubble-float-right";
@if $includeClasses {
  .hvr-bubble-float-right {
    @include bubble-float-right();
  }
}*/
/*
@import "effects/speech-bubbles/bubble-float-bottom";
@if $includeClasses {
  .hvr-bubble-float-bottom {
    @include bubble-float-bottom();
  }
}
*/
/*@import "effects/speech-bubbles/bubble-float-left";
@if $includeClasses {
  .hvr-bubble-float-left {
    @include bubble-float-left();
  }
}*/
/* ICONS */
/*@import "effects/icons/icon-back";
@if $includeClasses {
  .hvr-icon-back {
    @include icon-back();
  }
}*/
/*@import "effects/icons/icon-forward";
@if $includeClasses {
  .hvr-icon-forward {
    @include icon-forward();
  }
}*/
/*
@import "effects/icons/icon-down";
@if $includeClasses {
  .hvr-icon-down {
    @include icon-down();
  }
}
*/
/*@import "effects/icons/icon-up";
@if $includeClasses {
  .hvr-icon-up {
    @include icon-up();
  }
}*/
/*@import "effects/icons/icon-spin";
@if $includeClasses {
  .hvr-icon-spin {
    @include icon-spin();
  }
}*/
/*@import "effects/icons/icon-drop";
@if $includeClasses {
  .hvr-icon-drop {
    @include icon-drop();
  }
}*/
/*@import "effects/icons/icon-fade";
@if $includeClasses {
  .hvr-icon-fade {
    @include icon-fade();
  }
}*/
/*@import "effects/icons/icon-float-away";
@if $includeClasses {
  .hvr-icon-float-away {
    @include icon-float-away();
  }
}*/
/*@import "effects/icons/icon-sink-away";
@if $includeClasses {
  .hvr-icon-sink-away {
    @include icon-sink-away();
  }
}*/
/*@import "effects/icons/icon-grow";
@if $includeClasses {
  .hvr-icon-grow {
    @include icon-grow();
  }
}*/
/*@import "effects/icons/icon-shrink";
@if $includeClasses {
  .hvr-icon-shrink {
    @include icon-shrink();
  }
}*/
/*@import "effects/icons/icon-pulse";
@if $includeClasses {
  .hvr-icon-pulse {
    @include icon-pulse();
  }
}*/
/*@import "effects/icons/icon-pulse-shrink";
@if $includeClasses {
  .hvr-icon-pulse-shrink {
    @include icon-pulse-shrink();
  }
}*/
/*@import "effects/icons/icon-push";
@if $includeClasses {
  .hvr-icon-push {
    @include icon-push();
  }
}*/
/*@import "effects/icons/icon-pop";
@if $includeClasses {
  .hvr-icon-pop {
    @include icon-pop();
  }
}*/
/*@import "effects/icons/icon-bounce";
@if $includeClasses {
  .hvr-icon-bounce {
    @include icon-bounce();
  }
}*/
/*@import "effects/icons/icon-rotate";
@if $includeClasses {
  .hvr-icon-rotate {
    @include icon-rotate();
  }
}*/
/*@import "effects/icons/icon-grow-rotate";
@if $includeClasses {
  .hvr-icon-grow-rotate {
    @include icon-grow-rotate();
  }
}*/
/*@import "effects/icons/icon-sink";
@if $includeClasses {
  .hvr-icon-sink {
    @include icon-sink();
  }
}*/
/*@import "effects/icons/icon-bob";
@if $includeClasses {
  .hvr-icon-bob {
    @include icon-bob();
  }
}*/
/*@import "effects/icons/icon-hang";
@if $includeClasses {
  .hvr-icon-hang {
    @include icon-hang();
  }
}*/
/*@import "effects/icons/icon-wobble-horizontal";
@if $includeClasses {
  .hvr-icon-wobble-horizontal {
    @include icon-wobble-horizontal();
  }
}*/
/*@import "effects/icons/icon-wobble-vertical";
@if $includeClasses {
  .hvr-icon-wobble-vertical {
    @include icon-wobble-vertical();
  }
}*/
/*@import "effects/icons/icon-buzz";
@if $includeClasses {
  .hvr-icon-buzz {
    @include icon-buzz();
  }
}*/
/*
@import "effects/icons/icon-buzz-out";
@if $includeClasses {
  .hvr-icon-buzz-out {
    @include icon-buzz-out();
  }
}
*/
/* CURLS */
/*@import "effects/curls/curl-top-left";
@if $includeClasses {
  .hvr-curl-top-left {
    @include curl-top-left();
  }
}*/
/*@import "effects/curls/curl-top-right";
@if $includeClasses {
  .hvr-curl-top-right {
    @include curl-top-right();
  }
}*/
/*@import "effects/curls/curl-bottom-right";
@if $includeClasses {
  .hvr-curl-bottom-right {
    @include curl-bottom-right();
  }
}*/
/*@import "effects/curls/curl-bottom-left";
@if $includeClasses {
  .hvr-curl-bottom-left {
    @include curl-bottom-left();
  }
}*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

header {
  position: fixed;
  width: 100%;
  background-color: #15042D;
  z-index: 999; }

body {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat; }

main {
  padding-top: 100px; }
  @media only screen and (max-width: 1199px) {
    main {
      padding-top: 120px; } }

main, section {
  width: 100%; }

section {
  padding: 50px 0; }
  @media only screen and (max-width: 1199px) {
    section {
      padding: 30px 0; } }

.container {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 1199px) {
    .container {
      padding: 0 10px; } }

.loaded {
  animation: to1 .3s ease-out forwards; }

@keyframes to1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.section {
  min-height: 100vh; }

.shad {
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.3); }

.bg--white {
  background-color: #fff; }

.bg--black {
  background-color: #000; }

.bg--green {
  background-color: #008834;
  min-height: 30px; }

.hover, .btn, .contentBox a {
  transition: opacity 0.3s ease-out; }
  .hover:hover, .btn:hover, .contentBox a:hover {
    opacity: .75; }

/* Menu */
.top-nav {
  width: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: top .75s ease-in; }
  @media only screen and (max-width: 1000px) {
    .top-nav {
      padding: 20px 0 10px;
      justify-content: space-between; } }
  .top-nav .menu {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: 0;
    transition: max-height .2s ease-out; }
    .top-nav .menu li a {
      font-size: 16px;
      text-decoration: none;
      font-weight: 500;
      color: #13A551;
      transition: .2s; }
      @media only screen and (max-width: 1000px) {
        .top-nav .menu li a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1199px) {
        .top-nav .menu li a:hover {
          color: #000; } }
  .top-nav .logo {
    display: inline-block;
    max-width: 100%;
    max-height: 112px; }
  .top-nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 10px; }
    .top-nav .menu-icon .navicon {
      background: #13A551;
      display: block;
      height: 2px;
      position: relative;
      width: 40px; }
      .top-nav .menu-icon .navicon:before, .top-nav .menu-icon .navicon:after {
        background: #13A551;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%; }
      .top-nav .menu-icon .navicon:before {
        top: 10px; }
      .top-nav .menu-icon .navicon:after {
        top: -10px; }
  .top-nav .menu-btn {
    display: none; }
    .top-nav .menu-btn:checked ~ .menu {
      max-height: 300px; }
    .top-nav .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent; }
      .top-nav .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg); }
      .top-nav .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg); }
    .top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .top-nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0; }

@media (min-width: 840px) {
  .top-nav li {
    margin: 0 20px; }
  .top-nav .menu {
    width: auto;
    max-height: none;
    flex-direction: row; }
  .top-nav .menu-icon {
    display: none; }
  ul {
    display: flex;
    align-items: center; } }

@media (max-width: 839px) {
  .badge {
    max-width: 100px; }
  .top-nav .menu {
    top: 80px;
    left: 0;
    align-items: center;
    flex-direction: none;
    justify-content: center;
    z-index: 999;
    position: absolute;
    text-align: center; }
  .top-nav .menu-btn:checked ~ .menu {
    max-height: 400px;
    height: 200px; }
  li.top-menu {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  #logo_pph {
    width: 200px; }
  .top-nav .logo {
    display: inline-block;
    max-width: 180px !important; }
  .gap {
    gap: 0px; }
  .boxes-index {
    width: 100% !important; } }

footer {
  background-color: #15042D; }
  @media only screen and (max-width: 1199px) {
    footer .menuFooter ul {
      flex-direction: column;
      align-items: flex-start; } }
  footer .menuFooter ul li {
    font-size: 14px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1199px) {
      footer .menuFooter ul li {
        margin-right: 0; } }
  footer .contactFooter p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px; }
    footer .contactFooter p:first-child {
      line-height: 15px; }
    footer .contactFooter p span {
      color: #13A551; }
    footer .contactFooter p strong {
      font-size: 20px; }
  footer .iconsFooter {
    display: flex;
    gap: 10px; }
    footer .iconsFooter a {
      height: 23px;
      display: flex;
      align-items: center; }
      footer .iconsFooter a img {
        max-height: 23px; }
  footer .lowerFooter {
    border-top: 1px solid #fff; }
    footer .lowerFooter p {
      font-size: 16px;
      color: #C0C1C5; }
    footer .lowerFooter a {
      font-size: 16px;
      color: #C0C1C5;
      text-decoration: underline; }

.vsm__title {
  margin-top: 100px; }
  .vsm__title h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 41px; }
    @media only screen and (max-width: 1199px) {
      .vsm__title h1 {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 1025px) {
      .vsm__title h1 {
        margin-top: 100px; } }
    .vsm__title h1 span {
      color: #2AE8F0; }
  .vsm__title p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px; }
    @media only screen and (max-width: 1199px) {
      .vsm__title p {
        font-size: 16px;
        line-height: 22px; } }
  @media only screen and (max-width: 1199px) {
    .vsm__title {
      margin-top: 0;
      justify-content: flex-start; } }

.vsm img {
  max-width: 100%; }

@media only screen and (max-width: 1000px) {
  .vsm {
    padding-top: 0 !important; } }

.sec2 {
  background: rgba(246, 230, 255, 0.8); }
  .sec2 h2 {
    font-size: 25px;
    margin-bottom: 30px;
    color: #15042D; }
  @media only screen and (max-width: 1199px) {
    .sec2__boxes {
      flex-wrap: wrap; } }
  @media only screen and (max-width: 1199px) {
    .sec2__box {
      width: 100%;
      display: flex;
      justify-content: center; } }
  .sec2__box img {
    padding: 0 50px;
    margin-bottom: 30px; }
  .sec2__box-image {
    display: flex; }
    .sec2__box-image::after {
      margin-top: 40px;
      content: url(../img/spacer.png);
      display: inline-block; }
      @media only screen and (max-width: 1199px) {
        .sec2__box-image::after {
          display: none; } }
  .sec2__box h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    min-height: 48px;
    line-height: 22px; }
  .sec2__box ul {
    list-style: none;
    display: block;
    margin-left: 30px; }
    .sec2__box ul li {
      font-size: 16px;
      margin-bottom: 5px; }
      .sec2__box ul li::before {
        content: "\2022";
        color: #13A551;
        font-weight: bold;
        width: .8em;
        display: inline-block;
        margin-left: -1em; }
  .sec2__boxes-bottom {
    gap: 30px; }
  .sec2__box-bottom {
    padding: 30px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 8px -6px black;
    -moz-box-shadow: 5px 5px 8px -6px black;
    box-shadow: 5px 5px 8px -6px black; }
    @media only screen and (max-width: 1199px) {
      .sec2__box-bottom {
        margin-bottom: 30px; } }
    .sec2__box-bottom img {
      height: 48px; }
    .sec2__box-bottom h3 {
      font-size: 36px;
      line-height: 26px;
      font-weight: 500;
      margin: 30px 0 0 10px; }
      .sec2__box-bottom h3 span {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300; }
      .sec2__box-bottom h3.last {
        font-size: 56px; }
    .sec2__box-bottom p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      margin-top: 10px; }

.sec3 video {
  border-radius: 27px;
  width: 100%;
  height: 400px;
  cursor: pointer; }

.sec3 h2 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 20px; }

.sec3 ul {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px; }
  .sec3 ul li {
    list-style-type: disc;
    text-align: left;
    font-size: 20px;
    line-height: 35px; }
    .sec3 ul li::marker {
      color: #E73823; }

.sec3 img {
  max-width: 100%;
  border-radius: 15px 0 0 15px; }
  .sec3 img.right {
    border-radius: 0 15px 15px 0; }
  @media only screen and (max-width: 1023px) {
    .sec3 img {
      border-radius: 15px 15px 0 0; }
      .sec3 img.right {
        border-radius: 0 0 15px 15px; } }

.sec3__content {
  background-color: #01973A;
  padding: 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 15px 15px 0; }
  @media only screen and (max-width: 1023px) {
    .sec3__content {
      border-radius: 0 0 15px 15px;
      padding: 30px; } }
  .sec3__content.right {
    border-radius: 15px 0 0 15px; }
    @media only screen and (max-width: 1023px) {
      .sec3__content.right {
        border-radius: 15px 15px 0 0; } }
  .sec3__content h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700; }
  .sec3__content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px; }
    .sec3__content p:first-of-type {
      font-weight: 500;
      color: #D8DBC0;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .sec3__content a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline; }

.sec4__box {
  background: linear-gradient(90deg, #5e95a4 0%, #15305c 100%);
  border-radius: 25px;
  padding: 30px; }
  .sec4__box img {
    max-width: 100%; }
  .sec4__box2 {
    background-image: url(../img/bg_doc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    border-radius: 25px;
    padding: 30px 30px 0 30px; }
    .sec4__box2 img {
      max-width: 100%; }
    .sec4__box2 h2 {
      color: #16243D !important; }
    .sec4__box2 ul li {
      color: #16243D !important;
      list-style-image: url(../img/check.svg) !important; }

.sec4 h2 {
  font-size: 25px;
  line-height: 34px;
  color: #2AE8F0; }

.sec4 p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 500; }

.sec4 ul {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px; }
  .sec4 ul li {
    list-style-type: disc;
    text-align: left;
    font-size: 20px;
    line-height: 35px; }
    .sec4 ul li::marker {
      color: #E73823; }

.contact {
  color: #fff; }
  .contact__thanks {
    border-top: 1px solid #fff; }
  .contact h4 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  .contact a {
    font-size: 23px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: 300; }
  .contact p {
    font-size: 23px;
    line-height: 24px;
    font-weight: 300; }
  .contact__info {
    display: flex;
    flex-direction: column; }

.thanksPage {
  padding: 50px 0;
  color: #fff; }
  .thanksPage h1 {
    font-size: 57px;
    line-height: 67px;
    text-align: center; }
  .thanksPage p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center; }
  .thanksPage a {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    padding: 15px 35px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 390px;
    outline: none; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

.f-14 {
  font-size: 14px; }

.btn {
  background-color: #EE6E00;
  border: 1px solid #EE6E00;
  border-radius: 27px;
  font-size: 20px;
  font-weight: 700; }

.form-container {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 900px; }
  .form-container h2 {
    text-align: left;
    margin-bottom: 2rem;
    color: #333;
    font-weight: bold; }

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 2rem; }
  @media only screen and (max-width: 1023px) {
    .form-grid {
      grid-template-columns: 1fr; } }

.form-group {
  margin-bottom: 0.75rem; }
  .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: normal;
    color: #15042D;
    font-size: 0.9rem; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(29, 20, 165, 0.45);
    border-radius: 15px;
    background-color: #f5f5f5;
    font-size: 1rem;
    transition: border-color 0.2s; }
    .form-group input[type="text"]:focus,
    .form-group input[type="email"]:focus,
    .form-group input[type="tel"]:focus {
      outline: none;
      border-color: #f38b2d;
      background-color: #fff; }
    .form-group input[type="text"].is-invalid,
    .form-group input[type="email"].is-invalid,
    .form-group input[type="tel"].is-invalid {
      border-color: #dc3545; }

.required {
  color: #dc3545; }

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  display: none;
  margin-top: 0.25rem; }

.consent-section {
  margin-top: 2rem;
  padding-top: 1.5rem; }
  .consent-section h4 {
    margin-top: 0;
    font-weight: bold; }

.checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: #15042D; }
  .checkbox-group .select-all-group label {
    font-weight: bold;
    font-size: 1rem;
    color: #333; }
  .checkbox-group input[type="checkbox"] {
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    cursor: pointer; }
  .checkbox-group label {
    font-size: 0.9rem;
    line-height: 1.5;
    font-size: 16px;
    cursor: pointer; }

.required-info {
  font-size: 0.8rem;
  color: #15042D;
  margin-top: 1rem; }
  .required-info span {
    color: #E73823; }

.border-clause {
  border: 1px solid rgba(29, 20, 165, 0.45);
  background-color: #fff;
  color: #15042D;
  border-radius: 25px;
  margin-top: 30px;
  padding: 20px 30px; }

.info-clause {
  overflow: auto;
  max-height: 236px; }
  .info-clause p {
    font-size: 12px; }
  .info-clause::-webkit-scrollbar {
    width: 10px;
    margin: 10px; }
  .info-clause::-webkit-scrollbar-track {
    border: none;
    border-radius: 10px; }
  .info-clause::-webkit-scrollbar-thumb {
    background: #EE6E00;
    border-radius: 10px; }
  .info-clause::-webkit-scrollbar-thumb:hover {
    background: #EE6E00; }

.grid1 {
  grid-template-columns: repeat(1, 1fr); }

.gap1 {
  grid-gap: 0.25em; }

.start1 {
  grid-column-start: 1; }

.end1 {
  grid-column-end: 1; }

.grid2 {
  grid-template-columns: repeat(2, 1fr); }

.gap2 {
  grid-gap: 0.5em; }

.start2 {
  grid-column-start: 2; }

.end2 {
  grid-column-end: 2; }

.grid3 {
  grid-template-columns: repeat(3, 1fr); }

.gap3 {
  grid-gap: 0.75em; }

.start3 {
  grid-column-start: 3; }

.end3 {
  grid-column-end: 3; }

.grid4 {
  grid-template-columns: repeat(4, 1fr); }

.gap4 {
  grid-gap: 1em; }

.start4 {
  grid-column-start: 4; }

.end4 {
  grid-column-end: 4; }

.grid5 {
  grid-template-columns: repeat(5, 1fr); }

.gap5 {
  grid-gap: 1.25em; }

.start5 {
  grid-column-start: 5; }

.end5 {
  grid-column-end: 5; }

.grid6 {
  grid-template-columns: repeat(6, 1fr); }

.gap6 {
  grid-gap: 1.5em; }

.start6 {
  grid-column-start: 6; }

.end6 {
  grid-column-end: 6; }

.col-12, .row {
  width: 100%; }

.col-11 {
  width: 91.66%; }

.col-10 {
  width: 83.32%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66%; }

.col-7 {
  width: 58.32%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66%; }

.col-4 {
  width: calc(100% / 3); }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66%; }

.col-1 {
  width: 8.32%; }

.flex {
  display: flex; }

.order1 {
  order: 1; }

.order2 {
  order: 2; }

.order3 {
  order: 3; }

.order4 {
  order: 4; }

.order5 {
  order: 5; }

.flex-wrap {
  flex-wrap: wrap; }

.nowrap {
  flex-wrap: nowrap; }

.dir-row {
  flex-direction: row; }

.dir-row-rev {
  flex-direction: row-reverse; }

.dir-col {
  flex-direction: column; }

.dir-col-rev {
  flex-direction: column-reverse; }

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

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

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

.justify-start {
  justify-content: flex-start; }

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

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

.content-center {
  align-content: center; }

.content-stretch {
  align-content: stretch; }

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.fw300, .lig {
  font-weight: 300; }

.fw400, .reg {
  font-weight: 400; }

.bold, .fw700 {
  font-weight: 700; }

.fw800, .xbold {
  font-weight: 800; }

.oblique {
  font-style: oblique; }

.italic {
  font-style: italic; }

.normal {
  font-style: normal; }

.up {
  text-transform: uppercase; }

.low {
  text-transform: lowercase; }

.cap {
  text-transform: capitalize; }

.no-bg {
  background: none; }

.w-auto {
  width: auto; }

.z-1 {
  z-index: -1; }

.z0 {
  z-index: 0; }

.z1 {
  z-index: 1; }

.z100 {
  z-index: 100; }

.z200 {
  z-index: 200; }

.z300 {
  z-index: 300; }

.z400 {
  z-index: 400; }

.z500 {
  z-index: 500; }

.z600 {
  z-index: 600; }

.z700 {
  z-index: 700; }

.z800 {
  z-index: 800; }

.z900 {
  z-index: 900; }

.z999 {
  z-index: 999; }

.z1000 {
  z-index: 1000; }

.cur-pointer {
  cursor: pointer; }

.no-cur {
  cursor: not-allowed; }

.cur-grab {
  cursor: grab; }

.o-auto {
  overflow: auto; }

.hidden {
  visibility: hidden; }

.visible {
  visibility: visible; }

.o-hidden {
  overflow: hidden; }

.o-visible {
  overflow: visible; }

.bl {
  display: block; }

.inl {
  display: inline; }

.inbl {
  display: inline-block; }

.hide, .ukryj {
  display: none; }

.pokaz, .show {
  display: block; }

.hide-i, .ukryj-i {
  display: none !important; }

.pokaz-i, .show-i {
  display: block !important; }

.opa0 {
  opacity: 0; }

.opa1 {
  opacity: 1; }

.h0 {
  height: 0; }

.h100 {
  height: 100%; }

.vh100 {
  height: 100vh; }

.mvh100 {
  min-height: 100vh; }

.mh100 {
  min-height: 100%; }

.h-auto {
  height: auto; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fix {
  position: fixed; }

.static {
  position: static; }

.auto {
  margin: auto; }

.bottom0 {
  bottom: 0; }

.bottom10 {
  bottom: 10px; }

.bottom15 {
  bottom: 15px; }

.bottom20 {
  bottom: 20px; }

.bottom25 {
  bottom: 25px; }

.bottom30 {
  bottom: 30px; }

.bottom35 {
  bottom: 35px; }

.bottom40 {
  bottom: 40px; }

.bottom45 {
  bottom: 45px; }

.bottom50 {
  bottom: 50px; }

.bottom55 {
  bottom: 55px; }

.bottom60 {
  bottom: 60px; }

.bottom70 {
  bottom: 70px; }

.bottom80 {
  bottom: 80px; }

.bottom90 {
  bottom: 90px; }

.bottom100 {
  bottom: 100px; }

.bottom-10 {
  bottom: -10px; }

.bottom-15 {
  bottom: -15px; }

.bottom-20 {
  bottom: -20px; }

.bottom-25 {
  bottom: -25px; }

.bottom-30 {
  bottom: -30px; }

.bottom-35 {
  bottom: -35px; }

.bottom-40 {
  bottom: -40px; }

.bottom-45 {
  bottom: -45px; }

.bottom-50 {
  bottom: -50px; }

.bottom-55 {
  bottom: -55px; }

.bottom-60 {
  bottom: -60px; }

.bottom-70 {
  bottom: -70px; }

.bottom-80 {
  bottom: -80px; }

.bottom-90 {
  bottom: -90px; }

.bottom-100 {
  bottom: -100px; }

.left0 {
  left: 0; }

.left10 {
  left: 10px; }

.left15 {
  left: 15px; }

.left20 {
  left: 20px; }

.left25 {
  left: 25px; }

.left30 {
  left: 30px; }

.left35 {
  left: 35px; }

.left40 {
  left: 40px; }

.left45 {
  left: 45px; }

.left50 {
  left: 50px; }

.left55 {
  left: 55px; }

.left60 {
  left: 60px; }

.left70 {
  left: 70px; }

.left80 {
  left: 80px; }

.left90 {
  left: 90px; }

.left100 {
  left: 100px; }

.left-10 {
  left: -10px; }

.left-15 {
  left: -15px; }

.left-20 {
  left: -20px; }

.left-25 {
  left: -25px; }

.left-30 {
  left: -30px; }

.left-35 {
  left: -35px; }

.left-40 {
  left: -40px; }

.left-45 {
  left: -45px; }

.left-50 {
  left: -50px; }

.left-55 {
  left: -55px; }

.left-60 {
  left: -60px; }

.left-70 {
  left: -70px; }

.left-80 {
  left: -80px; }

.left-90 {
  left: -90px; }

.left-100 {
  left: -100px; }

.right0 {
  right: 0; }

.right10 {
  right: 10px; }

.right15 {
  right: 15px; }

.right20 {
  right: 20px; }

.right25 {
  right: 25px; }

.right30 {
  right: 30px; }

.right35 {
  right: 35px; }

.right40 {
  right: 40px; }

.right45 {
  right: 45px; }

.right50 {
  right: 50px; }

.right55 {
  right: 55px; }

.right60 {
  right: 60px; }

.right70 {
  right: 70px; }

.right80 {
  right: 80px; }

.right90 {
  right: 90px; }

.right100 {
  right: 100px; }

.right-10 {
  right: -10px; }

.right-15 {
  right: -15px; }

.right-20 {
  right: -20px; }

.right-25 {
  right: -25px; }

.right-30 {
  right: -30px; }

.right-35 {
  right: -35px; }

.right-40 {
  right: -40px; }

.right-45 {
  right: -45px; }

.right-50 {
  right: -50px; }

.right-55 {
  right: -55px; }

.right-60 {
  right: -60px; }

.right-70 {
  right: -70px; }

.right-80 {
  right: -80px; }

.right-90 {
  right: -90px; }

.right-100 {
  right: -100px; }

.top0 {
  top: 0; }

.top10 {
  top: 10px; }

.top15 {
  top: 15px; }

.top20 {
  top: 20px; }

.top25 {
  top: 25px; }

.top30 {
  top: 30px; }

.top35 {
  top: 35px; }

.top40 {
  top: 40px; }

.top45 {
  top: 45px; }

.top50 {
  top: 50px; }

.top55 {
  top: 55px; }

.top60 {
  top: 60px; }

.top70 {
  top: 70px; }

.top80 {
  top: 80px; }

.top90 {
  top: 90px; }

.top100 {
  top: 100px; }

.top-10 {
  top: -10px; }

.top-15 {
  top: -15px; }

.top-20 {
  top: -20px; }

.top-25 {
  top: -25px; }

.top-30 {
  top: -30px; }

.top-35 {
  top: -35px; }

.top-40 {
  top: -40px; }

.top-45 {
  top: -45px; }

.top-50 {
  top: -50px; }

.top-55 {
  top: -55px; }

.top-60 {
  top: -60px; }

.top-70 {
  top: -70px; }

.top-80 {
  top: -80px; }

.top-90 {
  top: -90px; }

.top-100 {
  top: -100px; }

.top-auto {
  top: auto; }

.bottom-auto {
  bottom: auto; }

.left-auto {
  left: auto; }

.right-auto {
  right: auto; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

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

.mb-10 {
  margin-bottom: -10px; }

.mb-15 {
  margin-bottom: -15px; }

.mb-20 {
  margin-bottom: -20px; }

.mb-25 {
  margin-bottom: -25px; }

.mb-30 {
  margin-bottom: -30px; }

.mb-35 {
  margin-bottom: -35px; }

.mb-40 {
  margin-bottom: -40px; }

.mb-45 {
  margin-bottom: -45px; }

.mb-50 {
  margin-bottom: -50px; }

.mb-55 {
  margin-bottom: -55px; }

.mb-60 {
  margin-bottom: -60px; }

.mb-70 {
  margin-bottom: -70px; }

.mb-80 {
  margin-bottom: -80px; }

.mb-90 {
  margin-bottom: -90px; }

.mb-100 {
  margin-bottom: -100px; }

.mb1 {
  margin-bottom: 1px; }

.mb2 {
  margin-bottom: 2px; }

.mb3 {
  margin-bottom: 3px; }

.mb4 {
  margin-bottom: 4px; }

.mb5 {
  margin-bottom: 5px; }

.mb6 {
  margin-bottom: 6px; }

.mb7 {
  margin-bottom: 7px; }

.mb8 {
  margin-bottom: 8px; }

.mb9 {
  margin-bottom: 9px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mt-10 {
  margin-top: -10px; }

.mt-15 {
  margin-top: -15px; }

.mt-20 {
  margin-top: -20px; }

.mt-25 {
  margin-top: -25px; }

.mt-30 {
  margin-top: -30px; }

.mt-35 {
  margin-top: -35px; }

.mt-40 {
  margin-top: -40px; }

.mt-45 {
  margin-top: -45px; }

.mt-50 {
  margin-top: -50px; }

.mt-55 {
  margin-top: -55px; }

.mt-60 {
  margin-top: -60px; }

.mt-70 {
  margin-top: -70px; }

.mt-80 {
  margin-top: -80px; }

.mt-90 {
  margin-top: -90px; }

.mt-100 {
  margin-top: -100px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt55 {
  margin-top: 55px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.ml-10 {
  margin-left: -10px; }

.ml-15 {
  margin-left: -15px; }

.ml-20 {
  margin-left: -20px; }

.ml-25 {
  margin-left: -25px; }

.ml-30 {
  margin-left: -30px; }

.ml-35 {
  margin-left: -35px; }

.ml-40 {
  margin-left: -40px; }

.ml-45 {
  margin-left: -45px; }

.ml-50 {
  margin-left: -50px; }

.ml-55 {
  margin-left: -55px; }

.ml-60 {
  margin-left: -60px; }

.ml-70 {
  margin-left: -70px; }

.ml-80 {
  margin-left: -80px; }

.ml-90 {
  margin-left: -90px; }

.ml-100 {
  margin-left: -100px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml50 {
  margin-left: 50px; }

.ml55 {
  margin-left: 55px; }

.ml60 {
  margin-left: 60px; }

.ml70 {
  margin-left: 70px; }

.ml80 {
  margin-left: 80px; }

.ml90 {
  margin-left: 90px; }

.ml100 {
  margin-left: 100px; }

.mr-10 {
  margin-right: -10px; }

.mr-15 {
  margin-right: -15px; }

.mr-20 {
  margin-right: -20px; }

.mr-25 {
  margin-right: -25px; }

.mr-30 {
  margin-right: -30px; }

.mr-35 {
  margin-right: -35px; }

.mr-40 {
  margin-right: -40px; }

.mr-45 {
  margin-right: -45px; }

.mr-50 {
  margin-right: -50px; }

.mr-55 {
  margin-right: -55px; }

.mr-60 {
  margin-right: -60px; }

.mr-70 {
  margin-right: -70px; }

.mr-80 {
  margin-right: -80px; }

.mr-90 {
  margin-right: -90px; }

.mr-100 {
  margin-right: -100px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right: 50px; }

.mr55 {
  margin-right: 55px; }

.mr60 {
  margin-right: 60px; }

.mr70 {
  margin-right: 70px; }

.mr80 {
  margin-right: 80px; }

.mr90 {
  margin-right: 90px; }

.mr100 {
  margin-right: 100px; }

.m0 {
  margin: 0; }

.ml0 {
  margin-left: 0; }

.mr0 {
  margin-right: 0; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.padt10 {
  padding-top: 10px; }

.padt15 {
  padding-top: 15px; }

.padt20 {
  padding-top: 20px; }

.padt25 {
  padding-top: 25px; }

.padt30 {
  padding-top: 30px; }

.padt35 {
  padding-top: 35px; }

.padt40 {
  padding-top: 40px; }

.padt45 {
  padding-top: 45px; }

.padt50 {
  padding-top: 50px; }

.padt60 {
  padding-top: 60px; }

.padt70 {
  padding-top: 70px; }

.padt80 {
  padding-top: 80px; }

.padt90 {
  padding-top: 90px; }

.padt100 {
  padding-top: 100px; }

.padb10 {
  padding-bottom: 10px; }

.padb15 {
  padding-bottom: 15px; }

.padb20 {
  padding-bottom: 20px; }

.padb25 {
  padding-bottom: 25px; }

.padb30 {
  padding-bottom: 30px; }

.padb35 {
  padding-bottom: 35px; }

.padb40 {
  padding-bottom: 40px; }

.padb45 {
  padding-bottom: 45px; }

.padb50 {
  padding-bottom: 50px; }

.padb60 {
  padding-bottom: 60px; }

.padb70 {
  padding-bottom: 70px; }

.padb80 {
  padding-bottom: 80px; }

.padb90 {
  padding-bottom: 90px; }

.padb100 {
  padding-bottom: 100px; }

.padl10 {
  padding-left: 10px; }

.padl15 {
  padding-left: 15px; }

.padl20 {
  padding-left: 20px; }

.padl25 {
  padding-left: 25px; }

.padl30 {
  padding-left: 30px; }

.padl35 {
  padding-left: 35px; }

.padl40 {
  padding-left: 40px; }

.padl45 {
  padding-left: 45px; }

.padl50 {
  padding-left: 50px; }

.padl60 {
  padding-left: 60px; }

.padl70 {
  padding-left: 70px; }

.padl80 {
  padding-left: 80px; }

.padl90 {
  padding-left: 90px; }

.padl100 {
  padding-left: 100px; }

.padr10 {
  padding-right: 10px; }

.padr15 {
  padding-right: 15px; }

.padr20 {
  padding-right: 20px; }

.padr25 {
  padding-right: 25px; }

.padr30 {
  padding-right: 30px; }

.padr35 {
  padding-right: 35px; }

.padr40 {
  padding-right: 40px; }

.padr45 {
  padding-right: 45px; }

.padr50 {
  padding-right: 50px; }

.padr60 {
  padding-right: 60px; }

.padr70 {
  padding-right: 70px; }

.padr80 {
  padding-right: 80px; }

.padr90 {
  padding-right: 90px; }

.padr100 {
  padding-right: 100px; }

.padl0 {
  padding-left: 0; }

.padr0 {
  padding-right: 0; }

.padt0 {
  padding-top: 0; }

.padb0 {
  padding-bottom: 0; }

@media only screen and (max-width: 480px) {
  .xs-grid1 {
    grid-template-columns: repeat(1, 1fr); }
  .xs-gap1 {
    grid-gap: 0.25em; }
  .xs-start1 {
    grid-column-start: 1; }
  .xs-end1 {
    grid-column-end: 1; }
  .xs-grid2 {
    grid-template-columns: repeat(2, 1fr); }
  .xs-gap2 {
    grid-gap: 0.5em; }
  .xs-start2 {
    grid-column-start: 2; }
  .xs-end2 {
    grid-column-end: 2; }
  .xs-grid3 {
    grid-template-columns: repeat(3, 1fr); }
  .xs-gap3 {
    grid-gap: 0.75em; }
  .xs-start3 {
    grid-column-start: 3; }
  .xs-end3 {
    grid-column-end: 3; }
  .xs-grid4 {
    grid-template-columns: repeat(4, 1fr); }
  .xs-gap4 {
    grid-gap: 1em; }
  .xs-start4 {
    grid-column-start: 4; }
  .xs-end4 {
    grid-column-end: 4; }
  .xs-grid5 {
    grid-template-columns: repeat(5, 1fr); }
  .xs-gap5 {
    grid-gap: 1.25em; }
  .xs-start5 {
    grid-column-start: 5; }
  .xs-end5 {
    grid-column-end: 5; }
  .xs-grid6 {
    grid-template-columns: repeat(6, 1fr); }
  .xs-gap6 {
    grid-gap: 1.5em; }
  .xs-start6 {
    grid-column-start: 6; }
  .xs-end6 {
    grid-column-end: 6; }
  .xs-hidden {
    visibility: hidden; }
  .xs-hide {
    display: none; }
  .xs-visible {
    visibility: visible; }
  .xs-show {
    display: block; }
  .xs-flex {
    display: flex; }
  .xs-wrap {
    flex-wrap: wrap; }
  .xs-nowrap {
    flex-wrap: nowrap; }
  .xs-col-12, .xs-row {
    width: 100%; }
  .xs-col-11 {
    width: 91.66%; }
  .xs-col-10 {
    width: 83.32%; }
  .xs-col-9 {
    width: 75%; }
  .xs-col-8 {
    width: 66.66%; }
  .xs-col-7 {
    width: 58.32%; }
  .xs-col-6 {
    width: 50%; }
  .xs-col-5 {
    width: 41.66%; }
  .xs-col-4 {
    width: calc(100% / 3); }
  .xs-col-3 {
    width: 25%; }
  .xs-col-2 {
    width: 16.66%; }
  .xs-col-1 {
    width: 8.32%; } }
