@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, label, textarea, 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, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

input, select, textarea {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none; }

video {
  object-fit: cover; }

address {
  font-style: normal; }

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;
  max-width: 100%; }

@font-face {
  font-family: 'BloggerSans';
  src: url("../fonts/BloggerSans.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'BloggerSansBold';
  src: url("../fonts/BloggerSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

strong, b, h1, h2, h3, h4, h5, h6 {
  font-family: 'BloggerSansBold';
  color: #1E4698;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  text-align: center; }

h1 {
  font-size: 2em;
  line-height: 110%; }

h3 {
  font-size: 1.4em;
  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: 18px;
  margin: 0;
  line-height: 130%; }
  p strong {
    font-weight: 700;
    color: #7A7A7A;
    font-family: "Poppins", sans-serif; }

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

small {
  display: inline-block;
  margin-top: .5em;
  color: rgba(128, 127, 151, 0.5);
  font-size: .8em;
  font-weight: 300; }

.f--def {
  font-family: "BloggerSans", sans-serif; }

.error {
  font-size: .8em; }

button, .btn {
  padding: 1.5em 2.5em;
  border-radius: 35px;
  background-color: #1E4698;
  width: auto;
  height: 3em;
  line-height: 3em;
  border: 0;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "BloggerSans", sans-serif;
  transition: background-color .3s ease;
  position: relative;
  display: flex;
  align-items: center; }
  button:hover, .btn:hover {
    opacity: .7; }
  button:after, .btn:after {
    content: '';
    width: 17px;
    height: 13px;
    margin-left: 6px;
    background: url(../img/arr-r.png) 0 0/auto scroll no-repeat; }

label {
  font-size: 15px;
  color: #000;
  display: inline; }
  label a {
    margin-left: .3em;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.8); }
    label a:hover {
      color: rgba(0, 0, 0, 0.8); }
  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;
      top: .1em;
      color: rgba(0, 0, 0, 0.8);
      border: 1px solid #D5D5D5; }
  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.6em;
      color: #FF0000;
      font-weight: 400;
      position: absolute;
      left: 30px;
      top: 0;
      line-height: 140%; }

input[type=range] {
  width: 100%;
  padding: 0;
  background: linear-gradient(to right, #ccc 0%, #ccc 50%, #D5D5D5 50%, #D5D5D5 100%);
  height: 6px;
  border-radius: 10px;
  outline: none;
  border: 0;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  cursor: pointer; }
  input[type=range]:hover {
    opacity: .8; }
  input[type=range]::-webkit-slider-thumb, input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 0;
    background: #ccc; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

select {
  background-color: transparent;
  border: 0;
  padding: 10px 15px; }

input, select, textarea {
  font-size: .9em;
  position: relative;
  z-index: 100;
  color: #000;
  background-color: transparent;
  font-weight: 300; }

input, textarea {
  border: 1px solid #D5D5D5;
  width: 100%;
  padding: .8em 2em; }
  input[data-min], textarea[data-min] {
    padding: .8em 2em .8em 2.5em; }

.search:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(../img/search.png) 100% 50%/100% scroll no-repeat; }

.dropdown:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(../img/arr-d.png) 100% 50%/21px 12px scroll no-repeat; }

.req:not(label):before {
  content: '';
  position: absolute;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 1em;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/req.png) 0 0/95% scroll no-repeat; }

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

input.error {
  border: 1px solid #FF0000; }

input.date {
  min-height: 44px; }

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

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

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

input {
  appearance: none;
  -webkit-appearance: none; }

::-moz-placeholder, ::-webkit-input-placeholder {
  font-size: .85em;
  appearance: none;
  -moz-appearance: none;
  opacity: 1;
  color: rgba(128, 127, 151, 0.5); }

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

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #1E4698; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2); }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #1E4698; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #1E4698;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff; }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb; }

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff; }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff; }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #1E4698;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #1E4698;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: #1E4698;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #1E4698;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2; }

.flatpickr-day.today {
  border-color: #bbb; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #1E4698;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #1E4698; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #1E4698;
  box-shadow: -10px 0 0 #1E4698; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(153, 153, 153, 0.4); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #1E4698, 5px 0 0 #1E4698;
  box-shadow: -5px 0 0 #1E4698, 5px 0 0 #1E4698; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: #484848;
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2); }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  border: 1px solid rgba(72, 72, 72, 0.2);
  border-top: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

body {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-family: "Poppins", sans-serif; }

main, section {
  width: 100%; }

.box .el {
  cursor: pointer;
  padding: .5em 1em;
  background-color: #F4F4F4;
  border-bottom: 2px solid #E0E0E0; }
  .box .el:first-of-type {
    padding-top: 1em;
    border-top: 1px solid #E0E0E0; }
  .box .el:last-of-type {
    padding-bottom: 1em;
    border-bottom: 0; }
  .box .el:hover {
    background-color: #1E4698;
    color: #fff; }

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px; }
  .container--xs {
    max-width: 680px; }

hr {
  width: 100%;
  background-color: #D6D6D6;
  height: 1px;
  border: 0;
  margin: 2em 0;
  outline: none; }

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

footer {
  border-top: 1px solid #D5D5D5;
  padding: 60px 0 0;
  font-size: .8em;
  color: #7A7A7A;
  font-weight: 300; }
  footer a {
    color: #1E4698;
    text-decoration: underline; }

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

.section {
  min-height: 100vh; }

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

.c--b {
  color: #000; }

.c--w {
  color: #fff; }

.c--header {
  color: rgba(0, 0, 0, 0.8); }

.c--input {
  color: rgba(128, 127, 151, 0.5); }

.c--blu {
  color: #1E4698; }

.c--gray {
  color: rgba(0, 0, 0, 0.4); }

.c--red {
  color: #ED5C4A; }

.c--error {
  color: #FF0000; }

.c--dark {
  color: #7A7A7A; }

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

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

.bg--blu {
  background-color: #1E4698; }

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

@media only screen and (max-width: 1200px) {
  body {
    font-size: 15px; } }

@media only screen and (max-width: 680px) {
  .search input {
    padding-right: 4em; }
  /*.search {
    &:after {
      display: none;
    }
  }*/ }

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