@charset "UTF-8";
.gdpr__checkbox {
  padding-left: 20px;
}
.gdpr__checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.gdpr__checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.gdpr__checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 7px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.gdpr__checkbox label small {
  display: block;
  font-size: 14px;
}
.gdpr__checkbox input[type=checkbox], .gdpr__checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.gdpr__checkbox input[type=checkbox]:focus + label::before, .gdpr__checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gdpr__checkbox input[type=checkbox]:checked + label::after, .gdpr__checkbox input[type=radio]:checked + label::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#ffffff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
}
.gdpr__checkbox input[type=checkbox]:indeterminate + label::after, .gdpr__checkbox input[type=radio]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.gdpr__checkbox input[type=checkbox]:disabled, .gdpr__checkbox input[type=radio]:disabled {
  cursor: not-allowed;
}
.gdpr__checkbox input[type=checkbox]:disabled + label, .gdpr__checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.gdpr__checkbox input[type=checkbox]:disabled + label::before, .gdpr__checkbox input[type=radio]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.gdpr__checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.gdpr__checkbox.checkbox-inline {
  margin-top: 0;
}
.gdpr__checkbox-primary input[type=checkbox]:checked + label::before, .gdpr__checkbox-primary input[type=radio]:checked + label::before {
  background-color: #00a6a6;
  border-color: #00a6a6;
}
.gdpr__checkbox-primary input[type=checkbox]:checked + label::after, .gdpr__checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}
.gdpr__checkbox-primary input[type=checkbox]:indeterminate + label::before, .gdpr__checkbox-primary input[type=radio]:indeterminate + label::before {
  background-color: #00a6a6;
  border-color: #00a6a6;
}
.gdpr__checkbox-primary input[type=checkbox]:indeterminate + label::after, .gdpr__checkbox-primary input[type=radio]:indeterminate + label::after {
  background-color: #fff;
}
.gdpr__checkbox input[type=checkbox].styled:checked + label:after, .gdpr__checkbox input[type=radio].styled:checked + label:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#ffffff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
  padding: 4px;
}
.gdpr__checkbox input[type=checkbox] .styled:checked + label::before, .gdpr__checkbox input[type=radio] .styled:checked + label::before, .gdpr__checkbox input[type=checkbox] .styled:checked + label::after, .gdpr__checkbox input[type=radio] .styled:checked + label::after {
  color: #fff;
}

.gdpr__checkbox {
  margin-top: 20px;
  padding-left: 0;
}
.gdpr__checkbox label {
  padding-left: 20px;
  font-size: 18px;
  width: 90%;
  cursor: pointer;
}
.gdpr__checkbox label:before {
  top: 7px;
}
@media (max-width: 768px) {
  .gdpr__checkbox label {
    font-size: 14px;
  }
}
.gdpr--newsletter {
  width: 27.5rem;
}
.gdpr__text {
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  padding: 15px 0;
}
.gdpr-float {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99998;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0 0 50px;
  background-color: #ffab00;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gdpr-float:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#fff" d="M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z"/></svg>');
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gdpr-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 10%;
  max-height: 100%;
  overflow-y: auto;
}
.gdpr-cookie-consent--info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .gdpr-cookie-consent--info {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.gdpr-cookie-consent--info--with-settings {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.gdpr-cookie-consent--info--with-settings .gdpr-cookie-consent--settings {
  display: block;
}
.gdpr-cookie-consent--settings {
  display: none;
}
.gdpr-cookie-consent__message {
  padding-right: 60px;
  flex: 1;
}
@media (max-width: 768px) {
  .gdpr-cookie-consent__message {
    padding-right: 0px;
  }
}
.gdpr-cookie-consent__message a {
  color: #f044a0;
  text-decoration: none;
  font-weight: 700;
}
.gdpr-cookie-consent__message a:hover {
  text-decoration: underline;
}
.gdpr-cookie-consent__message p {
  font-size: 18px;
}
.gdpr-cookie-consent__accept-btn {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: #ffab00;
  padding: 18px 28px;
  text-transform: uppercase;
  letter-spacing: 0.89px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}
.gdpr-cookie-consent__accept-btn:active, .gdpr-cookie-consent__accept-btn:focus {
  outline: none;
}
@media (max-width: 768px) {
  .gdpr-cookie-consent__accept-btn {
    padding: 18px 18px;
    font-size: 14px;
  }
}

/**
Popis funkcii

  widthSize: Pouziva sa pri udavani atributu width
  heightSize: Pouziva sa pri udavani atributu height
  lineHeightSize: Pouziva sa pri udavani atributu line-height
  mediaSize: Pouziva sa pri definovani media query
  paddingSize: Pouziva sa pri udavani atributu padding ( top / right / bottom / left )
  marginSize: Pouziva sa pri udavani atributu margin ( top / right / bottom / left )
  fontSize: Pouziva sa pri udavani atributu font-size

  setSize: Vseobecna funckia ktora ma prvy parameter velkost a druhy typ atributu. Oba su povinne ale typ moze byt prazdny
*/
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:

.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.

.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels

The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.

*/
.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

@media (min-width: 0) {
  .p-xs-0 {
    padding: 0px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 0) {
  .m-xs-0 {
    margin: 0px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-0 {
    padding: 0px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-0 {
    padding: 0px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-0 {
    margin: 0px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-0 {
    padding: 0px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-0 {
    margin-right: 0px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-0 {
    margin-left: 0px !important;
  }
}
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

@media (min-width: 0) {
  .p-xs-5 {
    padding: 5px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 0) {
  .m-xs-5 {
    margin: 5px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-5 {
    padding: 5px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-5 {
    margin: 5px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 5px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 5px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-5 {
    padding: 5px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-5 {
    margin: 5px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-5 {
    padding: 5px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-5 {
    padding-top: 5px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-5 {
    margin: 5px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-5 {
    margin-right: 5px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-5 {
    margin-left: 5px !important;
  }
}
.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

@media (min-width: 0) {
  .p-xs-10 {
    padding: 10px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 0) {
  .m-xs-10 {
    margin: 10px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-10 {
    padding: 10px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-10 {
    margin: 10px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .p-md-10 {
    padding: 10px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-10 {
    margin: 10px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-10 {
    padding: 10px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-10 {
    margin: 10px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-10 {
    margin-left: 10px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-10 {
    padding: 10px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-10 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-10 {
    margin: 10px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-10 {
    margin-right: 10px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-10 {
    margin-left: 10px !important;
  }
}
.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

@media (min-width: 0) {
  .p-xs-15 {
    padding: 15px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 0) {
  .m-xs-15 {
    margin: 15px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-15 {
    padding: 15px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-15 {
    margin: 15px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .p-md-15 {
    padding: 15px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-15 {
    padding: 15px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-15 {
    margin: 15px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-15 {
    margin-left: 15px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-15 {
    padding: 15px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-15 {
    padding-top: 15px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-15 {
    margin: 15px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-15 {
    margin-right: 15px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-15 {
    margin-left: 15px !important;
  }
}
.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

@media (min-width: 0) {
  .p-xs-20 {
    padding: 20px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 0) {
  .m-xs-20 {
    margin: 20px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-20 {
    padding: 20px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-20 {
    margin: 20px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-md-20 {
    padding: 20px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-20 {
    padding: 20px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-20 {
    margin: 20px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-20 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-20 {
    padding: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-20 {
    margin: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-20 {
    margin-left: 20px !important;
  }
}
.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

@media (min-width: 0) {
  .p-xs-25 {
    padding: 25px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 0) {
  .m-xs-25 {
    margin: 25px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-25 {
    padding: 25px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-25 {
    margin: 25px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .m-md-25 {
    margin: 25px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-25 {
    padding: 25px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-25 {
    margin: 25px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-25 {
    margin-left: 25px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-25 {
    padding: 25px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-25 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-25 {
    margin: 25px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-25 {
    margin-top: 25px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-25 {
    margin-right: 25px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-25 {
    margin-left: 25px !important;
  }
}
.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

@media (min-width: 0) {
  .p-xs-30 {
    padding: 30px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 0) {
  .m-xs-30 {
    margin: 30px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-30 {
    padding: 30px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-30 {
    margin: 30px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-30 {
    padding: 30px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-30 {
    margin: 30px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-30 {
    padding: 30px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-30 {
    padding-top: 30px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-30 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-30 {
    margin: 30px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-30 {
    margin-right: 30px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-30 {
    margin-left: 30px !important;
  }
}
.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

@media (min-width: 0) {
  .p-xs-35 {
    padding: 35px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 0) {
  .m-xs-35 {
    margin: 35px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-35 {
    padding: 35px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-35 {
    margin: 35px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .p-md-35 {
    padding: 35px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .m-md-35 {
    margin: 35px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-35 {
    padding: 35px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-35 {
    margin: 35px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-35 {
    margin-left: 35px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-35 {
    padding: 35px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-35 {
    padding-top: 35px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-35 {
    padding-right: 35px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-35 {
    margin: 35px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-35 {
    margin-right: 35px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-35 {
    margin-left: 35px !important;
  }
}
.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

@media (min-width: 0) {
  .p-xs-40 {
    padding: 40px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) {
  .m-xs-40 {
    margin: 40px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-40 {
    padding: 40px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-40 {
    margin: 40px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .p-md-40 {
    padding: 40px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-40 {
    padding: 40px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-40 {
    margin: 40px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-40 {
    margin-left: 40px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-40 {
    padding: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-40 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-40 {
    margin: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-40 {
    margin-right: 40px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-40 {
    margin-left: 40px !important;
  }
}
.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

@media (min-width: 0) {
  .p-xs-45 {
    padding: 45px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 0) {
  .m-xs-45 {
    margin: 45px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-45 {
    padding: 45px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-45 {
    margin: 45px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .p-md-45 {
    padding: 45px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .m-md-45 {
    margin: 45px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-45 {
    padding: 45px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-45 {
    margin: 45px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-45 {
    margin-left: 45px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-45 {
    padding: 45px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-45 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-45 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-45 {
    padding-left: 45px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-45 {
    margin: 45px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-45 {
    margin-right: 45px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-45 {
    margin-left: 45px !important;
  }
}
.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

@media (min-width: 0) {
  .p-xs-50 {
    padding: 50px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 0) {
  .m-xs-50 {
    margin: 50px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-50 {
    padding: 50px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-50 {
    margin: 50px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-50 {
    padding: 50px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-50 {
    margin: 50px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-50 {
    margin-left: 50px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-50 {
    padding: 50px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-50 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-50 {
    padding-right: 50px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-50 {
    margin: 50px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-50 {
    margin-left: 50px !important;
  }
}
.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

@media (min-width: 0) {
  .p-xs-60 {
    padding: 60px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 0) {
  .m-xs-60 {
    margin: 60px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-60 {
    padding: 60px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-60 {
    margin: 60px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .p-md-60 {
    padding: 60px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-60 {
    padding: 60px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-60 {
    margin: 60px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-60 {
    margin-left: 60px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-60 {
    padding: 60px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-60 {
    padding-top: 60px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-60 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-60 {
    margin: 60px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-60 {
    margin-right: 60px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-60 {
    margin-left: 60px !important;
  }
}
.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.p-70 {
  padding: 70px !important;
}

@media (min-width: 0) {
  .p-xs-70 {
    padding: 70px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 0) {
  .m-xs-70 {
    margin: 70px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-70 {
    padding: 70px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-70 {
    margin: 70px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .p-md-70 {
    padding: 70px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 768px) {
  .m-md-70 {
    margin: 70px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-70 {
    padding: 70px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-70 {
    margin: 70px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-70 {
    margin-left: 70px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-70 {
    padding: 70px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-70 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-70 {
    padding-right: 70px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-70 {
    padding-left: 70px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-70 {
    margin: 70px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-70 {
    margin-top: 70px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-70 {
    margin-right: 70px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-70 {
    margin-left: 70px !important;
  }
}
.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

@media (min-width: 0) {
  .p-xs-80 {
    padding: 80px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 0) {
  .m-xs-80 {
    margin: 80px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-80 {
    padding: 80px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-80 {
    margin: 80px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-80 {
    padding: 80px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-80 {
    margin: 80px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-80 {
    margin-left: 80px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-80 {
    padding: 80px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-80 {
    padding-top: 80px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-80 {
    padding-right: 80px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-80 {
    padding-left: 80px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-80 {
    margin: 80px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-80 {
    margin-top: 80px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-80 {
    margin-right: 80px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-80 {
    margin-left: 80px !important;
  }
}
.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

@media (min-width: 0) {
  .p-xs-90 {
    padding: 90px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 0) {
  .m-xs-90 {
    margin: 90px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-90 {
    padding: 90px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-90 {
    margin: 90px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .p-md-90 {
    padding: 90px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 768px) {
  .m-md-90 {
    margin: 90px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-90 {
    padding: 90px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-90 {
    margin: 90px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-90 {
    margin-left: 90px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-90 {
    padding: 90px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-90 {
    padding-top: 90px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-90 {
    padding-right: 90px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-90 {
    padding-left: 90px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-90 {
    margin: 90px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-90 {
    margin-top: 90px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-90 {
    margin-right: 90px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-90 {
    margin-left: 90px !important;
  }
}
.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

@media (min-width: 0) {
  .p-xs-100 {
    padding: 100px !important;
  }
}
@media (min-width: 0) {
  .pt-xs-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 0) {
  .pr-xs-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 0) {
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 0) {
  .pl-xs-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 0) {
  .m-xs-100 {
    margin: 100px !important;
  }
}
@media (min-width: 0) {
  .mt-xs-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 0) {
  .mr-xs-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 0) {
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 0) {
  .ml-xs-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 480px) {
  .p-sm-100 {
    padding: 100px !important;
  }
}
@media (min-width: 480px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 480px) {
  .pr-sm-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 480px) {
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 480px) {
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 480px) {
  .m-sm-100 {
    margin: 100px !important;
  }
}
@media (min-width: 480px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 480px) {
  .mr-sm-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 480px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 480px) {
  .ml-sm-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .p-md-100 {
    padding: 100px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 768px) {
  .m-md-100 {
    margin: 100px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 960px) {
  .p-lg-100 {
    padding: 100px !important;
  }
}
@media (min-width: 960px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 960px) {
  .pr-lg-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 960px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 960px) {
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 960px) {
  .m-lg-100 {
    margin: 100px !important;
  }
}
@media (min-width: 960px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 960px) {
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 960px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 960px) {
  .ml-lg-100 {
    margin-left: 100px !important;
  }
}
@media (min-width: 1280px) {
  .p-xl-100 {
    padding: 100px !important;
  }
}
@media (min-width: 1280px) {
  .pt-xl-100 {
    padding-top: 100px !important;
  }
}
@media (min-width: 1280px) {
  .pr-xl-100 {
    padding-right: 100px !important;
  }
}
@media (min-width: 1280px) {
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1280px) {
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-100 {
    margin: 100px !important;
  }
}
@media (min-width: 1280px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 1280px) {
  .mr-xl-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1280px) {
  .ml-xl-100 {
    margin-left: 100px !important;
  }
}
/*
  RUN GULP to generate the classes. Now you can use these helpers to customize spacing on HTML elements.
*/
#cookie-consent.nd-cookie-consent .message {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  box-shadow: 0 0 3px #ccc;
  z-index: 9999;
  border-bottom: 0px solid #000;
  border-top: 0px solid #000;
  background-color: #6d1295;
}
#cookie-consent.nd-cookie-consent .message p {
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
#cookie-consent.nd-cookie-consent .message .close-btn {
  position: absolute;
  right: 20px;
  margin-top: -20px;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: none;
  border-radius: 30px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #8dc63f;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#cookie-consent.nd-cookie-consent .message .close-btn:hover {
  color: #fff !important;
  background-color: #9fc768;
}
#cookie-consent.nd-cookie-consent .message .more-info-btn, #cookie-consent.nd-cookie-consent .message .more-info-btn:hover {
  color: #ed1782;
}
#cookie-consent.nd-cookie-consent .message .close-btn {
  border-radius: 8px;
}

@media (min-width: 480px) {
  #cookie-consent.nd-cookie-consent .message p {
    position: relative;
    padding: 0 150px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  #cookie-consent.nd-cookie-consent .message .close-btn {
    position: absolute;
    top: 50%;
    right: 0;
  }
  #cookie-consent.nd-cookie-consent .message .close-btn span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    white-space: normal;
  }
}
@media (max-width: 480px) {
  #cookie-consent.nd-cookie-consent .message {
    padding: 10px;
  }
  #cookie-consent.nd-cookie-consent .message .close-btn {
    display: block;
    width: 50%;
    margin: 10px auto 0;
    position: static;
  }
}
@font-face {
  font-family: "innfoo2bold";
  src: url("../fonts/Innfoo2Bold.eot");
  src: url("../fonts/Innfoo2Bold.eot") format("embedded-opentype"), url("../fonts/Innfoo2Bold.woff2") format("woff2"), url("../fonts/Innfoo2Bold.woff") format("woff"), url("../fonts/Innfoo2Bold.ttf") format("truetype"), url("../fonts/Innfoo2Bold.svg#Innfoo2Bold") format("svg");
}
@font-face {
  font-family: "innfoo2book";
  src: url("../fonts/Innfoo2Book.eot");
  src: url("../fonts/Innfoo2Book.eot") format("embedded-opentype"), url("../fonts/Innfoo2Book.woff2") format("woff2"), url("../fonts/Innfoo2Book.woff") format("woff"), url("../fonts/Innfoo2Book.ttf") format("truetype"), url("../fonts/Innfoo2Book.svg#Innfoo2Book") format("svg");
}
@font-face {
  font-family: "signikaregular";
  src: url("../fonts/Signika-Curaprox-Regular.otf") format("opentype");
}
#header {
  font-family: "Signika", "signikaregular", sans-serif;
  background-color: #623494;
  z-index: 2;
  font-size: 24px;
  letter-spacing: 0.2px;
  height: 190px;
}
@media (min-width: 1201px) {
  #header {
    position: relative;
  }
}
#header > .container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 0;
}
#header > .container, #header > .container * {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  #header > .container {
    max-width: 1140px;
  }
}
#header > .container a {
  transition: 0.2s all;
}
#header > .container a:hover {
  color: #f0f421;
  transition: 0.2s all;
}
#header .site-name {
  position: absolute;
  top: 126px;
  left: 0;
  width: 300px;
  -webkit-transform: translateY(-55%);
  -khtml-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
  line-height: 1em;
  font-size: 38px;
  font-weight: bold;
}
#header .site-name a:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  #header .site-name {
    left: 20px;
  }
}
.not-front #header {
  background-position: center -20px;
  background-repeat: no-repeat;
  background-image: url("../images/header-bg.png");
  background-size: auto 100%;
}
#header .menu-toggle-site-name {
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #6d1295;
  font-size: 30px;
  font-weight: bold;
  display: none;
  opacity: 0;
}
#header .menu-toggle-site-name:hover {
  color: #aa9067 !important;
  transition: 0.2s all;
}
@media (min-width: 1201px) {
  #header > .container > * {
    display: inline-block;
    vertical-align: baseline;
  }
  #header > .container .bordered + .menu a {
    transition: 0.2s all;
  }
  #header > .container .bordered + .menu a:hover {
    color: #aa9067 !important;
    transition: 0.2s all;
  }
  #header .menu-toggle {
    display: none !important;
  }
  #header .menu-toggle-site-name {
    display: none;
  }
  #header .block-user-menu {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1200px) {
  #header .menu-overlay {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0f421;
    background-position: right 0 bottom 30px;
    background-size: auto;
    background-image: url(/images/nd/header-mobile-menu-dots.png);
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #header .menu-toggle {
    position: absolute;
    z-index: 102;
    top: 52px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  #header .menu-toggle .burger-icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #header .menu-toggle .burger-icon, #header .menu-toggle .burger-icon::before, #header .menu-toggle .burger-icon::after {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    outline: 1px solid transparent;
    border-radius: 2px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  #header .menu-toggle .burger-icon::before, #header .menu-toggle .burger-icon::after {
    position: absolute;
    content: "";
  }
  #header .menu-toggle .burger-icon::before {
    top: -8px;
  }
  #header .menu-toggle .burger-icon::after {
    top: 8px;
  }
  .responsive-menu-active #header .menu-toggle .burger-icon {
    background-color: transparent;
  }
  .responsive-menu-active #header .menu-toggle .burger-icon::before, .responsive-menu-active #header .menu-toggle .burger-icon::after {
    background-color: #6d1295;
  }
  .responsive-menu-active #header .menu-toggle .burger-icon::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .responsive-menu-active #header .menu-toggle .burger-icon::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  #header .menu-wrap {
    position: absolute;
    z-index: -1;
    top: 75px;
    right: 20px;
    bottom: 0;
    opacity: 0;
    left: 20px;
    text-align: left;
    -webkit-transition: opacity 0.25s ease-in-out;
    -khtml-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #header .menu-wrap a:not(.bordered):not(.btn) {
    transition: 0.2s all;
  }
  #header .menu-wrap a:not(.bordered):not(.btn):hover {
    color: #aa9067 !important;
    transition: 0.2s all;
  }
  .responsive-menu-active #header .menu-overlay {
    z-index: 100;
    opacity: 1;
  }
  .responsive-menu-active #header .menu-wrap {
    z-index: 101;
    opacity: 1;
  }
  .responsive-menu-active #header .menu-wrap > nav {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c8ae43;
  }
  .responsive-menu-active #header .menu-wrap > nav:last-of-type {
    border-bottom: 0px solid #c8ae43;
  }
  .responsive-menu-active #header .menu-wrap > nav .nd-btn {
    margin: 0;
  }
  .responsive-menu-active #header .menu-toggle-site-name {
    display: block;
    opacity: 1;
    transition: 0.2s all;
  }
}
@media (min-width: 1201px) and (max-width: 1200px) {
  #header > .container.is-logged.is-kiosk .wrap-menu .menu-wrap > .block-main-menu:first-of-type {
    letter-spacing: -1px;
  }
  #header > .container:not(.is-logged) {
    text-align: right;
  }
  #header > .container:not(.is-logged) .wrap-menu .menu-wrap > * {
    position: relative;
    display: inline-block;
    transform: none;
    text-align: center;
    right: 0;
  }
}
@media (min-width: 1201px) {
  #header > .container.is-kiosk {
    text-align: right;
  }
  #header > .container.is-kiosk .wrap-menu .menu-wrap > * {
    position: relative;
    display: inline-block;
    transform: none;
    text-align: center;
    right: 0;
  }
}

.block-main-menu > ul {
  display: block;
  padding: 0;
  margin: 0;
}
.block-main-menu > ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: none;
}
.block-main-menu > ul li {
  padding: 0 10px;
}
.block-main-menu > ul li > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.block-main-menu > ul li > *.active, .block-main-menu > ul li > *.active-trail {
  text-decoration: underline !important;
}
.block-main-menu > ul li.active a {
  color: #f0f421 !important;
}
@media (max-width: 1200px) {
  .block-main-menu > ul li {
    display: block;
    padding: 10px;
  }
  .block-main-menu > ul li > * {
    font-size: 28px;
    color: #6d1295 !important;
  }
  .block-main-menu > ul li.active a {
    color: #aa9067 !important;
  }
}

#header .block-user-menu > ul {
  display: block;
  padding: 0;
  margin: 0;
}
#header .block-user-menu > ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: none;
}
#header .block-user-menu > ul li {
  padding: 0 6px;
}
#header .block-user-menu > ul li:last-child {
  padding-right: 0;
}
#header .block-user-menu > ul li > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
#header .block-user-menu > ul li > a.nd-btn {
  font-size: 19px;
  padding: 9px 15px;
}
#header .block-user-menu > ul > li.expanded > a:hover {
  color: #ffffff;
}
#header .block-user-menu > ul > li.expanded:last-child > a {
  padding-right: 20px;
}
@media (min-width: 992px) {
  #header .block-user-menu > ul > li.expanded:last-child:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: -2px;
  }
}
@media (min-width: 1201px) {
  #header .block-user-menu > ul > li.expanded {
    position: relative;
    padding: 5px 15px;
    border: 2px solid #f0f421;
    border-radius: 8px;
    margin-left: 10px;
    min-width: 156px;
  }
  #header .block-user-menu > ul > li.expanded > ul {
    min-width: 156px;
    margin-top: 5px;
    border: 1px solid #f0f421;
    border-radius: 8px;
    padding: 10px;
    background-color: #f0f421;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    text-align: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 0.25s ease-in-out;
    -khtml-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  #header .block-user-menu > ul > li.expanded > ul li {
    padding: 5px 10px !important;
  }
  #header .block-user-menu > ul > li.expanded > ul a {
    white-space: nowrap;
    color: #623494 !important;
  }
  #header .block-user-menu > ul > li.expanded > ul:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
  }
  #header .block-user-menu > ul > li.expanded:hover > ul {
    display: block;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  #header .block-user-menu > ul li {
    display: block;
    padding: 12px !important;
  }
  #header .block-user-menu > ul li > a {
    color: #6d1295 !important;
  }
  #header .block-user-menu > ul li > a.btn {
    color: #ffffff !important;
  }
  #header .block-user-menu > ul li > a.bordered {
    color: #997e54 !important;
  }
  #header .block-user-menu > ul li.expanded {
    padding-bottom: 0 !important;
  }
  #header .block-user-menu > ul li.expanded ul {
    padding-top: 12px;
  }
  #header .block-user-menu > ul li.expanded ul li {
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  #header .block-user-menu > ul ul {
    padding-left: 0;
  }
}

.menu li.menu__item--active a {
  color: #f0f421;
}

#footer {
  color: #0066b2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/nd/footer-dots-mobile.png");
}
#footer a {
  color: #0066b2;
  text-decoration: none;
}
#footer a:hover {
  color: #d12b84;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/nd/footer-dots.png?20180208");
    background-size: auto 100%;
  }
}
#footer > .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 18px;
  text-align: center;
}
#footer .footer-border {
  border-top: 1px solid #0066b2;
  margin-top: -20px;
}
#footer .footer-logo {
  text-align: justify;
}
#footer .footer-logo > a {
  display: inline-block;
  font-size: 40px;
  vertical-align: middle;
}
#footer .footer-logo img {
  padding: 10px 0;
  max-width: 175px;
  width: 175px;
}
#footer .footer-logo .fb {
  position: absolute;
  right: 15px;
  top: 5px;
}
@media (min-width: 768px) {
  #footer .footer-logo .fb {
    display: none;
  }
}
#footer .footer-menu {
  text-align: left;
}
#footer .footer-menu > div {
  display: block;
  padding: 15px 0px;
}
#footer .footer-menu > div.fb {
  font-size: 40px;
  display: none;
  padding-right: 0px;
}
#footer .footer-menu > div:last-of-type {
  padding-right: 0;
}
@media (min-width: 768px) {
  #footer .footer-menu {
    text-align: right;
  }
  #footer .footer-menu > div {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
  }
  #footer .footer-menu > div.fb {
    font-size: 40px;
    display: inline-block;
  }
}
#footer .footer-gdpr > div {
  display: block;
  padding: 15px 0px 15px 0;
}
#footer .footer-gdpr > div:last-of-type {
  padding-right: 0;
}
@media (min-width: 768px) {
  #footer .footer-gdpr {
    text-align: right;
  }
  #footer .footer-gdpr > div {
    vertical-align: middle;
    padding: 10px 0px 10px 20px;
  }
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .copyright {
    text-align: left;
  }
}

.nd-md-form label, .nd-md-form .label, .nd-label {
  display: block;
  color: #0066b2 !important;
  left: 20px;
  top: 0.7em;
  font-size: 18px;
}
.nd-md-form label:after, .nd-md-form .label:after, .nd-label:after {
  font-size: 12px;
  top: 40px !important;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.nd-md-form label:after, .nd-md-form .label:after, .nd-label:after {
  left: -17px;
}
.nd-md-form label.active, .nd-md-form .active.label, .active.nd-label {
  transform: translateY(-20%) !important;
}
.nd-md-form label.active:after, .nd-md-form .active.label:after, .active.nd-label:after {
  top: 49px !important;
}
.nd-md-form label.nd-select-label, .nd-md-form .nd-select-label.label, .nd-select-label.nd-label {
  position: initial;
}

.nd-text-color-primary {
  color: #0066b2;
}
.nd-alert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 16px 42px;
  color: #0066b2;
}
.nd-alert-danger {
  background-color: rgba(215, 0, 0, 0.2);
}
.nd-alert-icon {
  width: 40px;
  margin-right: 35px;
}
.nd-alert-text {
  font-size: 18px;
}
.nd-md-form.required label:before {
  content: " *";
  position: absolute;
  right: -12px;
}
.nd-md-form.required label:empty:before {
  display: none;
}
.nd-md-form.valid:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -30px;
  top: 13px;
  color: #32af00;
}
@media (max-width: 359px) {
  .nd-md-form.valid:after {
    right: -25px;
  }
}
.nd-md-form .form-text, .nd-md-form .form-email, .nd-md-form .form-tel, .nd-md-form .form-select, .nd-md-form .form-control {
  padding: 0.7em 1em 0em 1em;
  width: calc(100% - 2em - 4px);
  box-shadow: none !important;
  border: 2px solid rgba(0, 102, 178, 0.6);
  border-bottom: 2px solid rgba(0, 102, 178, 0.6) !important;
  color: #0066b2;
  font-size: 18px;
}
.nd-md-form .form-text:focus, .nd-md-form .form-text.active, .nd-md-form .form-email:focus, .nd-md-form .form-email.active, .nd-md-form .form-tel:focus, .nd-md-form .form-tel.active, .nd-md-form .form-select:focus, .nd-md-form .form-select.active, .nd-md-form .form-control:focus, .nd-md-form .form-control.active {
  border: 2px solid #0066b2;
  border-bottom: 2px solid #0066b2 !important;
}
.nd-md-form .form-text.invalid, .nd-md-form .form-email.invalid, .nd-md-form .form-tel.invalid, .nd-md-form .form-select.invalid, .nd-md-form .form-control.invalid {
  border: 2px solid #e90000 !important;
  border-bottom: 2px solid #e90000 !important;
  color: #e90000 !important;
}
.nd-md-form .form-text.invalid + label, .nd-md-form .form-email.invalid + label, .nd-md-form .form-tel.invalid + label, .nd-md-form .form-select.invalid + label, .nd-md-form .form-control.invalid + label {
  color: #e90000 !important;
  width: 100%;
}
.nd-md-form .form-text.invalid + label:before, .nd-md-form .form-email.invalid + label:before, .nd-md-form .form-tel.invalid + label:before, .nd-md-form .form-select.invalid + label:before, .nd-md-form .form-control.invalid + label:before {
  content: "";
}
.nd-md-form textarea.form-control {
  width: 100%;
  padding-top: 20px;
  height: 110px;
}
.nd-md-form-textarea:after {
  content: "";
  opacity: 0;
  bottom: -25px;
}
.nd-md-form-textarea.invalid:after {
  content: attr(data-error);
  color: #F44336;
  position: absolute;
  bottom: -20px;
  left: 4px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.nd-md-form .form-control + label {
  opacity: 0.8;
}
.nd-md-form .form-control:-moz-placeholder {
  color: #0066b2;
  position: absolute;
}
.nd-md-form .form-control::-moz-placeholder {
  color: #0066b2;
  position: absolute;
}
.nd-md-form .form-control::-webkit-input-placeholder {
  color: #0066b2;
  position: absolute;
}
.nd-md-form .form-control:-ms-input-placeholder {
  color: #0066b2;
  position: absolute;
}
.nd-form-group {
  margin-bottom: 24px;
}
.nd-birthday.valid:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -30px;
  top: 13px;
  color: #32af00;
}
.nd-btn {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-transform: none;
  border-width: 2px;
  border-style: solid;
  font-size: 20px;
  padding: 0.45em 1.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important;
}
.nd-btn:first-of-type {
  margin-left: 0px;
}
.nd-btn:last-of-type {
  margin-right: 0px;
}
.nd-btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nd-btn-big-padding {
  padding-left: 45px;
  padding-right: 45px;
}
.nd-btn-register {
  max-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
}
.nd-btn-primary {
  background-color: #ffffff !important;
  border-color: #0066b2 !important;
  color: #0066b2 !important;
}
.nd-btn-primary:hover, .nd-btn-primary:not([disabled]):not(.disabled):active {
  background-color: #0066b2 !important;
  border-color: #0066b2 !important;
  color: #ffffff !important;
}
.nd-btn-primary-2 {
  background-color: #6d1295 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.nd-btn-primary-2:hover, .nd-btn-primary-2:not([disabled]):not(.disabled):active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #6d1295 !important;
}
.nd-btn-primary-2.disabled, .nd-btn-primary-2[disabled] {
  background-color: #6d1295 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.nd-btn-primary.disabled, .nd-btn-primary[disabled] {
  background-color: #ffffff !important;
  border-color: #0066b2 !important;
  color: #0066b2 !important;
}
.nd-btn-secondary {
  background-color: #f044a0 !important;
  border-color: #f044a0 !important;
  color: #ffffff !important;
}
.nd-btn-secondary:hover, .nd-btn-secondary:not([disabled]):not(.disabled):active {
  background-color: #d12b84 !important;
  border-color: #d12b84 !important;
  color: #ffffff;
}
.nd-btn-secondary.disabled, .nd-btn-secondary[disabled] {
  background-color: #f044a0 !important;
  border-color: #f044a0 !important;
  color: #ffffff !important;
}
.nd-btn-tertiary {
  background-color: #6d1295 !important;
  border-color: #6d1295 !important;
  color: #ffffff !important;
}
.nd-btn-tertiary:hover, .nd-btn-tertiary:not([disabled]):not(.disabled):active {
  background-color: #643598 !important;
  border-color: #643598 !important;
  color: #ffffff;
}
.nd-btn-tertiary.disabled, .nd-btn-tertiary[disabled] {
  background-color: #6d1295 !important;
  border-color: #6d1295 !important;
  color: #ffffff !important;
}
.nd-btn-quaternary {
  background-color: #0066b2 !important;
  border-color: #0066b2 !important;
  color: #ffffff !important;
}
.nd-btn-quaternary:hover, .nd-btn-quaternary:not([disabled]):not(.disabled):active {
  background-color: #005297 !important;
  border-color: #005297 !important;
  color: #ffffff;
}
.nd-btn-quaternary.disabled, .nd-btn-quaternary[disabled] {
  background-color: #0066b2 !important;
  border-color: #0066b2 !important;
  color: #ffffff !important;
}
.nd-btn--fixed {
  min-width: 200px;
}
.nd-btn--ib {
  display: inline-block;
}
.nd-btn--radio {
  min-width: auto;
  white-space: nowrap;
  padding: 0.55em 1em;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.nd-btn--full-width {
  width: 100%;
}
@media (max-width: 480px) {
  .nd-btn--full-width--mobile {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.nd-btn--max-width {
  width: calc(100% - 10px);
  height: 55px;
  padding-left: 0;
  padding-right: 0;
}
.nd-btn--max-width-190 {
  max-width: 187px;
}
.nd-btn--max-width-230 {
  max-width: 230px;
}
.nd-btn--max-width-240 {
  max-width: 230px;
}
.nd-btn--min-padding {
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
.nd-btn.disabled, .nd-btn[disabled] {
  opacity: 0.5;
}
.nd-pretty {
  color: #0066b2;
}
.nd-pretty.p-default {
  margin-top: 10px;
  margin-bottom: 24px;
}
.nd-pretty.p-default input + .state label {
  text-indent: 3em;
}
.nd-pretty.p-default input + .state label:before {
  border-color: rgba(0, 102, 178, 0.6) !important;
  content: "";
}
.nd-pretty.p-default input + .state label:before, .nd-pretty.p-default input + .state label:after {
  top: calc(0% - (100% - 10px) - 8%) !important;
  width: 30px;
  height: 30px;
  border-width: 2px;
  transition: 0.2s ease-out;
}
.nd-pretty.p-default input:checked + .state label:before {
  border-width: 2px !important;
  border-color: #0066b2 !important;
}
.nd-pretty.p-default input:checked + .state label:after {
  background-color: #0066b2 !important;
  transition: 0.2s ease-out;
}
.nd-pretty.p-default.invalid input + .state label {
  color: #e90000;
}
.nd-pretty.p-default.invalid input + .state label:before {
  border-color: #e90000 !important;
}
.nd-pretty.p-default.invalid input:checked + .state label:after {
  background-color: #e90000 !important;
}
.nd-pretty.p-icon {
  margin-bottom: 24px;
}
.nd-pretty.p-icon input {
  width: 20px;
}
.nd-pretty.p-icon input:checked + .state .icon {
  color: #ffffff;
  font-size: 13px;
  left: 3px;
  top: 2px;
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}
.nd-pretty.p-icon input:checked + .state label:before {
  border-color: #0066b2;
  background-color: #0066b2;
}
.nd-pretty.p-icon input + .state .icon {
  top: 2px;
  left: 3px;
}
.nd-pretty.p-icon input + .state label {
  font-size: 18px;
  line-height: 24px;
  padding-left: 40px;
  padding-top: 2px;
  text-indent: 0;
  white-space: normal;
}
.nd-pretty.p-icon input + .state label:before {
  top: 0;
  border-color: #0066b2;
  border-width: 2px !important;
  width: calc(1em + 4px);
  height: calc(1em + 4px);
}
.nd-pretty.p-icon input + .state.invalid label:before {
  border-color: #e90000;
}
.nd-pretty.p-icon input.invalid {
  background-color: #e90000;
}
.nd-pretty.p-icon input.invalid + .state label {
  color: #e90000;
}
.nd-pretty.p-icon.invalid input:checked + .state .icon {
  color: #ffffff;
}
.nd-pretty.p-icon.invalid input:checked + .state label:before {
  background-color: #e90000;
}
.nd-pretty.p-icon.invalid input + .state label {
  color: #e90000;
}
.nd-pretty.p-icon.invalid input + .state label:before {
  border-color: #e90000 !important;
}
.nd-btn-group {
  margin-bottom: 24px;
}
.nd-btn-group > label {
  background-color: #fff !important;
  color: #0066b2 !important;
  font-size: 18px;
}
.nd-btn-group > label input {
  display: none;
}
.nd-btn-group > label.active {
  background-color: #0066b2 !important;
  border-color: #0066b2 !important;
  color: #fff !important;
}
.nd-btn-group > label:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nd-btn-group > label:not(:first-of-type):not(:last-of-type) {
  border-right-width: 1px;
  border-left-width: 1px;
}
.nd-btn-group > label:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nd-btn-group--full-width {
  width: 100%;
}
.nd-btn-group--full-width label.btn {
  flex: 1;
}
.nd-pagination .page-item {
  color: #0066b2 !important;
}
.nd-pagination .page-item.active {
  color: #ffffff;
}
.nd-pagination .page-item.active .page-link {
  background-color: #0066b2;
}
.nd-pagination .page-item.active .page-link:hover {
  background-color: #f8feff;
  color: #0066b2;
}
.nd-pagination .page-item .page-link:hover {
  background-color: #f8feff;
  color: #0066b2;
}
.nd-paginator-wrapper {
  margin: 20px 0;
}
@media (min-width: 481px) {
  .nd-paginator-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .nd-paginator-wrapper {
    position: relative;
  }
  .nd-paginator-wrapper .paginator-controls--left, .nd-paginator-wrapper .paginator-controls--right {
    position: absolute;
    top: 50px;
  }
  .nd-paginator-wrapper .paginator-controls--left {
    left: 0;
  }
  .nd-paginator-wrapper .paginator-controls--right {
    right: 0;
  }
}
.nd-paginator-wrapper--full-width {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.nd-paginator-wrapper .nd-paginator-numbers__item_dots, .nd-paginator-wrapper .paginator-numbers__item {
  padding: 0 !important;
}
.nd-paginator-wrapper .paginator-numbers__item {
  padding-bottom: 0;
}
.nd-paginator-wrapper .paginator-numbers__item span, .nd-paginator-wrapper .paginator-numbers__item .paginator-numbers__link {
  display: block;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #0066b2;
  text-decoration: none;
}
@media (max-width: 480px) {
  .nd-paginator-wrapper .paginator-numbers__item span, .nd-paginator-wrapper .paginator-numbers__item .paginator-numbers__link {
    margin-left: 1px;
    margin-right: 1px;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
.nd-paginator-wrapper .paginator-numbers__item.active span, .nd-paginator-wrapper .paginator-numbers__item.active .paginator-numbers__link {
  transition: 0.2s ease-out;
  background-color: #0066b2;
  color: #fff;
}
.nd-paginator-wrapper .paginator-numbers__item:not(.active):not(.nd-paginator-numbers__item_dots):hover span, .nd-paginator-wrapper .paginator-numbers__item:not(.active):not(.nd-paginator-numbers__item_dots):hover .paginator-numbers__link {
  background-color: #c9e0f1;
  border-radius: 100px;
  width: 40px;
  transition: 0.2s ease-out;
  color: #0066b2;
  text-decoration: none;
}
.nd-paginator-wrapper .paginator-numbers__item:before {
  content: "" !important;
}
.nd-paginator-wrapper .paginator-controls--left {
  text-align: left;
}
.nd-paginator-wrapper .paginator-controls--left a {
  padding-right: 25px;
}
.nd-paginator-wrapper .paginator-controls--right {
  text-align: right;
}
.nd-paginator-wrapper .paginator-controls--right a {
  padding-left: 25px;
}
.nd-paginator-wrapper .paginator-controls a {
  color: #f044a0 !important;
  text-decoration: none;
  font-size: 20px;
}
.nd-paginator-wrapper .paginator-controls .paginator-controls__link + .paginator-controls__link {
  margin-left: 15px;
}
.nd-paginator-wrapper .nd-pagination {
  margin: 0 15px;
  padding: 0;
}
@media (max-width: 480px) {
  .nd-paginator-wrapper .nd-pagination {
    width: fit-content;
    margin: auto;
  }
}
.nd-paginator-wrapper .nd-pagination ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
}
.nd-paginator-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
}
.nd-select2 {
  min-width: 200px;
  width: 100%;
}
.nd-select2--full-width {
  width: 100% !important;
}
@media (max-width: 480px) {
  .nd-select2--full-width-on-mobile {
    width: 100% !important;
  }
}
.nd-select2--full-width + .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.nd-select2 + .select2.select2-container.select2-container--default {
  min-height: 50px;
}
@media (max-width: 768px) {
  .nd-select2 + .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
}
.nd-select2 + .select2.select2-container.select2-container--default.select2-container--open .select2-selection {
  border-color: #0066b2 !important;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection--single {
  height: 50px;
  border-radius: 0;
  background-color: #ffffff;
  border-color: rgba(0, 102, 178, 0.6) !important;
  border-width: 2px;
  transition: 0.2s ease-out;
  outline: none;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection--single:hover {
  background-color: #0066b2;
  border-color: #0066b2;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__rendered, .nd-select2 + .select2.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #ffffff !important;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection__rendered, .nd-select2 + .select2.select2-container.select2-container--default .select2-selection__placeholder {
  color: #0066b2 !important;
  height: 46px;
  line-height: 46px;
  padding-left: 20px;
  font-size: 18px;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection__placeholder {
  padding-left: 0;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection__clear {
  right: 15px;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection__arrow {
  height: 46px;
  width: 40px;
}
.nd-select2 + .select2.select2-container.select2-container--default .select2-selection__arrow b {
  border-color: #0066b2 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  top: 50%;
}
.nd-select2 + .select2.select2-container.select2-container--default.select2-container--open .select2-selection--single:hover .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}
.nd-select2 + .select2.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0066b2 transparent;
  border-width: 0px 7px 7px 7px;
}
.nd-select2-choosed + .select2.select2-container.select2-container--default .select2-selection {
  border-color: #0066b2 !important;
}
.nd-select2-choosed + .select2.select2-container.select2-container--default .select2-selection__rendered {
  color: #ffffff !important;
  background-color: #0066b2 !important;
}
.nd-select2-choosed + .select2.select2-container.select2-container--default .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.nd-select2.invalid + .select2.select2-container.select2-container--default .select2-selection {
  border-color: #e90000 !important;
}
.nd-select2.invalid + .select2.select2-container.select2-container--default .select2-selection__rendered, .nd-select2.invalid + .select2.select2-container.select2-container--default .select2-selection__placeholder {
  color: #e90000 !important;
}
.nd-select2-dropdown {
  border-width: 2px;
  border-color: #0066b2;
}
.nd-select2-dropdown .select2 {
  color: #0066b2;
}
.nd-select2-dropdown .select2-search--dropdown {
  padding: 4px 14px;
}
.nd-select2-dropdown .select2-search__field {
  border: 0px solid #fff !important;
  box-shadow: 0 1px 0 0 #0066b2 !important;
}
.nd-select2-dropdown .select2-dropdown {
  padding: 0px !important;
  border-color: #f8feff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nd-select2-dropdown .select2-results__option {
  background-color: #ffffff !important;
  color: #0066b2 !important;
  min-height: 50px;
  padding: 13px 20px;
  border-bottom: 1px solid #fff;
}
.nd-select2-dropdown .select2-results__option:last-of-type {
  border-bottom: 0px solid #fff;
}
.nd-select2-dropdown .select2-results__option--highlighted {
  background-color: #0066b2 !important;
  border-bottom: 0px solid #0066b2;
  color: #fff !important;
}
@media (max-width: 768px) {
  .nd-no-mobile {
    display: none;
  }
}

form.no-check-arrows .nd-md-form.valid:after {
  content: "";
}

.select2-container .select2-choice:not(.select2-default) {
  background-image: none !important;
  background-color: #D9FFC7;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.fa-line-through:after {
  position: absolute;
  content: "";
  font-weight: 700;
  font-size: 1.7em;
  left: -4px;
  top: 8px;
  border-bottom: 3px solid;
  width: 30px;
  transform: rotate(-45deg);
}

body {
  font-family: "Signika", "signikaregular", sans-serif;
  background-color: #ffffff;
  letter-spacing: 0.2px;
}

.fixLetter {
  font-family: "signikaregular", sans-serif;
}

.divider-new, body, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
}

h1, h2, h3 {
  color: #0066b2;
  text-align: center;
  font-weight: 700;
}

h1 {
  font-size: 28px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 44px;
    padding-bottom: 60px;
  }
}

h2 {
  font-size: 24px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}

h3 {
  padding-bottom: 20px;
}

a, .a {
  text-decoration: underline;
}
a:hover, .a:hover {
  color: #d12b84;
  text-decoration: none;
  cursor: pointer;
}
a:focus, .a:focus {
  outline: none;
  text-decoration: underline;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.nd {
  /* HOME */
}
.nd-tel-number {
  color: #ffffff;
}
.nd-tel-number:hover {
  color: #ffffff;
  text-decoration: none;
}
.nd-content-area {
  width: 100%;
}
.nd-bg-color--white {
  background-color: #ffffff;
}
.nd-bg-color--menu {
  background-color: #623494;
}
.nd-bg-color--menu .nd-btn-primary-2 {
  background-color: #623494 !important;
}
.nd-bg-color--menu .nd-btn-primary-2:hover {
  background-color: #ffffff !important;
}
.nd-bg-color--footer {
  background-color: #ffffff;
}
.nd-bg-color--primary {
  background-color: #0066b2;
  color: #ffffff;
}
.nd-bg-color--secondary {
  background-color: #6d1295;
}
.nd-bg-color--tertiary {
  background-color: #f0f421;
}
.nd-bg-color--faq {
  background-color: #def8ff;
}
.nd-bg-color--blue-medium {
  background-color: #c9e0f1;
}
.nd-bg-dots {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nd-bg-dots--all-sizes {
  background-image: url(/images/nd/dots.png);
}
@media (max-width: 480px) {
  .nd-bg-dots--xs {
    background-image: url(/images/nd/dots.png);
  }
}
@media (max-width: 768px) {
  .nd-bg-dots--sm {
    background-image: url(/images/nd/dots.png);
  }
}
@media (max-width: 992px) {
  .nd-bg-dots--md {
    background-image: url(/images/nd/dots.png);
  }
}
.nd-text--red {
  color: #e90000 !important;
}
.nd-text--red--delete {
  color: #d70000 !important;
}
.nd-text--green {
  color: #76d03a !important;
}
.nd-color--white {
  color: #ffffff;
}
.nd-color-primary {
  color: #0066b2;
}
.nd-color-secondary {
  color: #6d1295;
}
.nd-color-tertiary {
  color: #f0f421;
}
.nd-img-text__img {
  text-align: center;
  padding-bottom: 30px;
}
.nd-img-text__img img {
  max-height: 100px;
}
@media (min-width: 768px) {
  .nd-img-text__img {
    padding-bottom: 20px;
  }
  .nd-img-text__img img {
    max-height: none;
  }
}
.nd-img-text__text__title {
  color: #0066b2;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .nd-img-text__text__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .nd-img-text__text__title {
    font-size: 30px;
    font-weight: 700;
  }
}
.nd-img-text__text__content {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4a4f53;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .nd-img-text__text__content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .nd-img-text__text__content {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
  }
}
.nd-img-text__text__content__title {
  padding-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .nd-img-text__text__content__title {
    font-size: 26px;
  }
}
.nd-home__header .header-image img {
  max-height: 150px;
  display: none;
}
@media (min-width: 992px) {
  .nd-home__header .header-image img {
    max-height: none;
    display: block;
    padding: 60px;
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .nd-home__header .header-image img {
    max-height: none;
    display: block;
    padding: 90px;
  }
}
.nd-home__header .header-text h1 {
  font-size: 36px;
  text-align: left;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .nd-home__header .header-text h1 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .nd-home__header .header-text h1 {
    font-size: 55px;
  }
}
.nd-home__header .header-text img {
  max-height: 210px;
}
@media (min-width: 992px) {
  .nd-home__header .header-text img {
    display: none;
  }
}
.nd-home__header .header-btns {
  text-align: center;
}
@media (min-width: 992px) {
  .nd-home__header .header-btns {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .nd-home__approach .nd-img-text__text__title {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .nd-home__approach .nd-img-text__text__title {
    padding-top: 15px;
  }
}
.nd .steps ul li a {
  font-size: 18px;
}
.nd-anchor {
  color: #f044a0;
  transition: 0.2s all;
  text-decoration: none;
}
.nd-anchor:hover {
  color: #d12b84;
  text-decoration: underline;
}
.nd-main#main {
  min-height: calc(100vh - 100px - 238px);
}
@media (max-width: 992px) {
  .nd-main#main {
    min-height: calc(100vh - 70px - 238px);
  }
}
@media (max-width: 767px) {
  .nd-main#main {
    min-height: calc(100vh - 70px - 389px);
  }
}
.nd-main#main .password-eye .fa {
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
  color: #0066b2;
}
.nd-main#main .progress {
  height: 10px;
  border-radius: 0;
}
.nd-main#main .progress-bar {
  height: 10px;
}
.nd-main#main.flex--vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nd-main#main.nd-main-error .article-perex {
  max-width: 700px;
  margin: auto;
}
.nd-main#main a {
  color: #f044a0;
  text-decoration: none;
}
.nd-main#main .nd-save-exit-buttons a:hover {
  text-decoration: underline;
}
.nd-content .content-area .nd-box {
  background-color: #eefbff;
  border-radius: 8px;
  padding: 30px 40px;
}
.nd-content .content-area .nd-box p {
  color: #0066b2;
}
.nd-content .content-area .nd-box p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nd-custom-content {
  color: #0066b2;
}
.nd-custom-content .nd-content .content-area p {
  font-size: 26px;
  line-height: 1.3;
}
.nd-custom-content .nd-content .content-area h1 {
  font-size: 44px;
}
.nd-custom-content .nd-content .content-area h1 + .h1-perex {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.2;
}
.nd-custom-content .nd-content .content-area .article-perex {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.25px;
}
.nd-custom-content .nd-content .content-area .nd-swiper-button {
  border-radius: 100px;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  background: #f044a0;
  z-index: 11;
  /*position: relative;*/
}
.nd-custom-content .nd-content .content-area .nd-swiper-button .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}
.nd-custom-content .nd-content .content-area .nd-swiper-button-next .fas {
  left: 60%;
}
.nd-custom-content .nd-content .content-area .nd-swiper-button-prev .fas {
  left: 55%;
}
@media (max-width: 480px) {
  .nd-custom-content .nd-content .content-area .nd-swiper-button {
    width: 50px;
    height: 50px;
  }
  .nd-custom-content .nd-content .content-area .nd-swiper-button-next .fas {
    left: 65%;
  }
  .nd-custom-content .nd-content .content-area .nd-swiper-button-prev .fas {
    left: 53%;
  }
}
.nd-custom-content .nd-content .content-area .nd-img-text__text {
  font-size: 30px;
  line-height: 1.2;
}
.nd-custom-content .nd-content .content-area .nd-img-text__text__title {
  padding-bottom: 20px;
}
.nd-custom-content .nd-content .content-area .nd-img-text__text__content {
  color: #0066b2;
  font-size: 20px;
}
.nd-custom-content .nd-content .content-area .nd-img-text__text__content ul {
  padding-left: 30px;
}
.nd-custom-content .nd-content .content-area .nd-img-text__text__content ul li {
  color: #0066b2;
}
.nd-custom-content .nd-content .content-area .faq-item {
  margin-bottom: 1px;
}
.nd-custom-content .nd-content .content-area .faq-item > * {
  padding: 30px 40px 40px 40px;
}
.nd-custom-content .nd-content .content-area .faq-item__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, transparent 50%, white 20%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  padding-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nd-custom-content .nd-content .content-area .faq-item__title:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 40px;
  top: 16px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .nd-custom-content .nd-content .content-area .faq-item__title {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .nd-custom-content .nd-content .content-area .faq-item__title:after {
    top: 36px;
  }
}
.nd-custom-content .nd-content .content-area .faq-item__content {
  padding-top: 0;
  display: none;
  background-color: #fff;
}
.nd-custom-content .nd-content .content-area .faq-item__content p {
  font-size: 20px;
}
.nd-custom-content .nd-content .content-area .faq-item__content p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .nd-custom-content .nd-content .content-area .faq-item__content p {
    max-width: calc(100% - 80px);
  }
}
.nd-custom-content .nd-content .content-area .faq-item-active .faq-item__title {
  background-position: 0 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}
.nd-custom-content .nd-content .content-area .faq-item-active .faq-item__title:after {
  content: "\f0d8";
  top: 31px;
}
.nd-custom-content .nd-content .content-area .contact-person {
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(222, 248, 255, 0.2);
}
.nd-custom-content .nd-content .content-area .contact-person h2 {
  font-size: 32px;
}
.nd-custom-content .nd-content .content-area .contact-person__img {
  border-radius: 100%;
  max-width: 141px;
  max-height: 141px;
  width: 100%;
  height: 141px;
  background-position: center center;
  background-size: cover;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nd-custom-content .nd-content .content-area .contact-person__name {
  font-size: 26px;
  letter-spacing: 0.25px;
  line-height: 28px;
  font-weight: bold;
}
.nd-custom-content .nd-content .content-area .contact-person__position {
  font-size: 18px;
  letter-spacing: 0.25px;
  padding-bottom: 20px;
}
.nd-custom-content .nd-content .content-area .contact-person__contacts {
  font-size: 24px;
  line-height: 28px;
}
.nd-custom-content .nd-content .content-area .contact-person__contacts__phone a {
  color: #0066b2;
}
@media (min-width: 992px) {
  .nd-custom-content .nd-content .content-area .contact-person {
    margin-right: 50px;
  }
}
.nd-custom-content .nd-content .content-area .contact-discount__text {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.nd-custom-content .nd-content .content-area .contact-discount__btn .nd-btn {
  margin-left: 0;
  margin-top: 30px;
}
.nd-custom-content .nd-content .content-area .contact-discount__img {
  background-image: url(/images/nd/contact-eshop.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.nd-custom-content .nd-content .content-area .contact-form-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nd-custom-content .nd-content .content-area .contact-form-wrapper h2 {
  font-size: 32px;
}
.nd-custom-content .swiper-container {
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.nd-custom-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nd-custom-content .swiper-pagination-bullet {
  background: #0066b2;
  opacity: 1;
}
.nd-custom-content .swiper-pagination-bullet-active {
  background: #f044a0;
}
.nd-custom-content-contact .contact-map .content-area .contact-map__head {
  display: inline-block;
  max-width: 500px;
  font-size: 20px;
  line-height: 1.4;
}
.nd-custom-content-contact .contact-map .content-area .contact-map__head h2 {
  font-size: 32px;
  line-height: 1.06;
}
.nd-el-video {
  padding-bottom: 56.2%;
  position: relative;
}
.nd-el-video.el-video + div.nd-swiper-button.nd-swiper-button-next {
  display: inline-block;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  margin-top: 0;
}
.nd-el-video.el-video + div.nd-swiper-button.nd-swiper-button-next:focus, .nd-el-video.el-video + div.nd-swiper-button.nd-swiper-button-next:active {
  outline: 0;
}
.nd-el-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.nd-save-exit-buttons a {
  font-size: 18px;
  color: #6d1295;
}
.nd-date, .nd-time {
  position: relative;
}
.nd-date .help-block, .nd-time .help-block {
  position: absolute;
  top: 60px;
  left: 2px;
  font-size: 12px;
  color: #F44336;
}

form .invalid.nd-date *, form .invalid.nd-time * {
  color: #e90000;
}
form .invalid.nd-date input, form .invalid.nd-time input {
  border: 2px solid #e90000 !important;
  border-bottom: 2px solid #e90000 !important;
}
form .invalid.nd-date input + label, form .invalid.nd-time input + label {
  color: #e90000 !important;
}

ul.select2-selection__rendered {
  padding-right: 30px !important;
}

ul.select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 15px;
  transform: translateY(-50%);
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.nd-help {
  display: inline-table;
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url("../images/nd/help.svg");
  vertical-align: middle;
  background-size: 100%;
  margin-right: 5px;
  cursor: help;
  vertical-align: middle;
}
.nd-help:hover {
  background-image: url("../images/nd/help-hover.svg");
}
.nd-help:hover .nd-help__text {
  visibility: visible;
  opacity: 1;
}
.nd-help__text {
  visibility: hidden;
  width: 274px;
  background-color: #0066b2;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 6px;
  padding: 15px 20px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 13px + 5px);
  left: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-24%);
  -moz-transform: translateX(-24%);
  -ms-transform: translateX(-24%);
  -o-transform: translateX(-24%);
  transform: translateX(-24%);
}
.nd-help__text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border-width: 13px;
  border-style: solid;
  border-color: #6d1295 transparent transparent transparent;
}

.hidden {
  display: none;
}

/*
  Tooltip
 */
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 350px;
  background-color: #005297;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #005297;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #005297;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #005297;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #005297;
}

/*
  END Tooltip
 */
.nd-nowrap {
  white-space: nowrap !important;
}

body .modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
body .modal-backdrop {
  background-color: #fff;
}
body .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
body .modal-dialog .modal-content {
  background-color: #def8ff;
  box-shadow: none;
  border-radius: 8px;
  color: #0066b2;
}
body .modal-dialog .modal-content p {
  color: #0066b2;
  font-size: 19px;
  padding-bottom: 0px;
}
body .modal-dialog .modal-header {
  border-bottom-width: 0;
  padding-top: 30px;
  font-weight: bold;
  font-size: 28px;
}
body .modal-dialog .modal-header h4 {
  font-size: 28px;
  font-weight: bold;
}
body .modal-dialog .modal-header .close {
  margin: -2.3rem -4rem -1rem auto;
  color: #f044a0;
}
body .modal-dialog .modal-footer {
  border-top-width: 0;
  padding-bottom: 30px;
}
body .modal-dialog .modal-header, body .modal-dialog .modal-body, body .modal-dialog .modal-footer {
  padding-left: 60px;
  padding-right: 60px;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .modal-backdrop.show {
  opacity: 0.75;
}

.fade.in {
  opacity: 1;
}

#loginForm a {
  font-size: 18px;
}

#googleMapSmileShops {
  height: 450px;
  background-color: #fff;
  max-height: 80vh;
}

.alert.alert-success {
  color: #0066b2;
  background-color: #d2eab3;
  border-color: #d2eab3;
}

#dc-card-wrap .nd-dc-card-upload-item + .nd-dc-card-upload-item + .nd-dc-card-upload-item-addSecondItem, .dc-card-wrap .nd-dc-card-upload-item + .nd-dc-card-upload-item + .nd-dc-card-upload-item-addSecondItem {
  display: none;
}

#main .ui-tabs.ui-widget-content #dc-card-wrap .modal-body p, #main .ui-tabs.ui-widget-content .dc-card-wrap .modal-body p {
  font-size: 18px;
}

#childrens-row p, #dc-card-wrap p {
  color: #0066b2;
  font-size: 18px;
  line-height: 26px;
}

#main #dc-card-wrap .fas, #main #dc-card-wrap .far {
  font-size: 16px;
  color: #0066b2;
}

/*pozadie*/
/*#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1)*/
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div {
  /*x*/
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) {
  /*sipka dole*/
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) div {
  box-shadow: none !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) > div:nth-of-type(1) {
  display: none !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) > div:nth-of-type(2) {
  background: none !important;
  border-radius: 0 !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(1) > div {
  height: 15px !important;
  transform: skewX(33.6deg) !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(1) > div:nth-of-type(3) > div:nth-of-type(2) > div {
  height: 15px !important;
  transform: skewX(-33.6deg) !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3) {
  right: 8px !important;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3):before, #googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px; /* cross thickness */
  top: 4px;
  background-color: #f044a0;
  z-index: 2;
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3):before {
  transform: rotate(45deg);
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3):after {
  transform: rotate(-45deg);
}
#googleMapSmileShops > div > div > div > div:nth-of-type(3) > div:nth-of-type(2) > div:nth-of-type(4) > div > div:nth-of-type(3) img {
  display: none;
}

.nd-content .content-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #0066b2;
}
.nd-content .content-header .title {
  font-size: 38px;
  padding: 35px 0;
  background-color: #ffffff;
  margin-bottom: 0;
}
.nd-content .content-header__text {
  padding: 35px 0;
  background-color: #def8ff;
}
.nd-content .content-header__text--alternative {
  background-color: rgba(222, 248, 255, 0.2);
}
.nd-content .content-header__text__perex {
  color: #0066b2;
  font-size: 20px;
}
.nd-content .content-area {
  max-width: 100%;
  width: 100%;
}
.nd-content .content-area .article-image {
  padding-bottom: 40px;
}
.nd-content .content-area .article-perex {
  font-size: 26px;
  line-height: 34px;
  color: #0066b2;
}
.nd-content .content-area .article-perex-sub {
  font-size: 16px;
  line-height: 1.4;
  color: #0066b2;
}
.nd-content .content-area p, .nd-content .content-area ul, .nd-content .content-area ol {
  font-size: 20px;
  line-height: 29px;
}
.nd-content .content-area p {
  padding-bottom: 20px;
  color: #4a4f53;
}
.nd-content .content-area h1, .nd-content .content-area h2, .nd-content .content-area h3 {
  text-align: left;
}
.nd-content .content-area h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
.nd-content .content-area h2 {
  font-size: 24px;
  padding-bottom: 10px;
}
.nd-content .content-area h3 {
  font-size: 20px;
  padding-bottom: 10px;
}
.nd-content .content-area a {
  color: #f044a0;
  transition: 0.2s all;
  text-decoration: none;
}
.nd-content .content-area a:hover {
  color: #d12b84;
  text-decoration: underline;
}
.nd-content .content-area a.nd-normal-text {
  color: inherit;
  text-decoration: none;
}
.nd-content .content-area a.nd-normal-text:hover {
  color: inherit;
}
.nd-content .content-area blockquote {
  border-left: 1px #fff solid;
}
.nd-content .content-area blockquote p {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0.18px;
  color: #0066b2;
  padding-left: 1rem;
  padding-right: 1rem;
}
.nd-content .content-area blockquote p:before {
  content: "“";
}
.nd-content .content-area blockquote p:after {
  content: "”";
}
.nd-content .content-area ul, .nd-content .content-area ol {
  position: relative;
}
.nd-content .content-area ul li, .nd-content .content-area ol li {
  padding-bottom: 20px;
  color: #4a4f53;
}
.nd-content .content-area ul li:last-of-type, .nd-content .content-area ol li:last-of-type {
  padding-bottom: 0;
}
.nd-content .content-area ul {
  list-style: none;
}
.nd-content .content-area ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #89ebff;
  font-size: 40px;
  line-height: 20px;
}
.nd-content .content-area ol {
  list-style: none;
  counter-reset: li;
}
.nd-content .content-area ol li {
  counter-increment: li;
}
.nd-content .content-area ol li:before {
  position: absolute;
  left: 0;
  content: counter(li) ".";
  color: #89ebff;
}
.nd-content .content-area table {
  border-collapse: collapse;
  border: none;
  width: 100% !important;
  display: block;
  overflow: auto;
  margin-bottom: 30px;
}
.nd-content .content-area table tr th {
  background-color: #0066b2;
  color: #ffffff;
  padding: 30px 30px;
  border-width: 0;
}
.nd-content .content-area table tr th a {
  color: #ffffff;
  text-decoration: none;
}
.nd-content .content-area table tr th a span:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  font-size: 1em;
  color: #9ce8fc;
}
.nd-content .content-area table tr th a.asc span:after {
  content: "\f0de";
}
.nd-content .content-area table tr th a.desc span:after {
  content: "\f0dd";
}
.nd-content .content-area table tr td {
  color: #0066b2;
  font-weight: 400;
  padding: 20px 30px;
  border-width: 0;
}
.nd-content .content-area table tr:nth-of-type(odd) td {
  background-color: #def8ff;
}
.nd-content .content-area table tr:nth-of-type(even) td {
  background-color: #ffffff;
}
.nd-content .content-area table tr:last-of-type td {
  border-bottom: 1px solid #def8ff;
}
.nd-content-blue .content-area p {
  color: #0066b2;
}

.nd-dc-card-upload-item-addSecondItem span, .nd-dc-card-upload-item__selected-file-remove, .nd-go-prev, .nd-addChild span, .nd-removeChildren span {
  cursor: pointer;
}

.hidden {
  display: none;
}

.nd-register {
  padding-bottom: 80px;
  color: #0066b2;
}
.nd-register .nd-select2 + .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.nd-register .nd-content .content-area h3 {
  font-size: 22px;
}
.nd-register input.invalid {
  border-color: #e90000;
}
.nd-register .invalid * {
  color: #e90000;
}
.nd-register .invalid.nd-birthday input {
  border: 2px solid #e90000 !important;
  border-bottom: 2px solid #e90000 !important;
}
.nd-register .invalid.nd-birthday input + label {
  color: #e90000 !important;
}
.nd-register .user-registration-kiosk #step-1, .nd-register .user-registration-kiosk #fast-step-1 {
  padding: 23px 37px;
}
.nd-register .user-registration-kiosk .fast-step-1-inner {
  padding: 7px 61px;
}
@media (max-width: 510px) {
  .nd-register .user-registration-kiosk .fast-step-1-inner {
    padding: 7px 0;
  }
}
.nd-register .user-registration-kiosk .nd-btn-group .nd-btn--radio {
  padding: 10px 17px;
  padding-left: 50px;
}
.nd-register .user-registration-kiosk .nd-btn-group .nd-btn--radio span {
  position: absolute;
  left: 15px;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 767px) {
  .nd-register .user-registration-kiosk .nd-btn-group {
    flex-direction: column;
  }
  .nd-register .user-registration-kiosk .nd-btn-group > label {
    border-left-width: 2px;
    border-right-width: 2px;
    margin-left: 0;
  }
  .nd-register .user-registration-kiosk .nd-btn-group > label:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .nd-register .user-registration-kiosk .nd-btn-group > label:not(:first-of-type):not(:last-of-type) {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .nd-register .user-registration-kiosk .nd-btn-group > label:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media (min-width: 992px) {
  .nd-register .col-card-number .nd-md-form {
    margin-right: 15px;
  }
}
.nd-step {
  border-bottom: 2px solid rgba(0, 102, 178, 0.2);
}
.nd-step.nd-filled .nd-step__header h2 button, .nd-step.nd-filled .nd-step__header h2 span {
  background-color: transparent;
  opacity: 0.5;
}
.nd-step.nd-not-filled .nd-step__header h2 button, .nd-step.nd-not-filled .nd-step__header h2 span {
  background-color: transparent;
}
.nd-step__header h2 button, .nd-step__header h2 span {
  display: block;
  font-size: 32px;
  padding: 23px 37px;
  width: 100%;
  text-align: left;
  background-color: rgba(222, 248, 255, 0.2);
}
.nd-step__header h2 button:hover, .nd-step__header h2 span:hover {
  text-decoration: none;
}
.nd-step__content {
  background-color: rgba(222, 248, 255, 0.2);
  padding: 30px 98px 30px 98px;
}
@media (max-width: 510px) {
  .nd-step__content {
    padding: 8px 40px 30px 40px;
  }
}
@media (max-width: 359px) {
  .nd-step__content {
    padding: 8px 35px 30px 35px;
  }
}
.nd-step__content h3 {
  font-size: 22px;
}
.nd-step__content__item .info {
  font-size: 18px;
}
.nd-step__content__item .info-label {
  font-size: 22px;
  padding-bottom: 10px;
}
.nd-step__content #dc-card-wrap .nd-dc-card-upload-item + .nd-dc-card-upload-item + .nd-dc-card-upload-item-addSecondItem {
  display: none;
}
.nd-step__content #childrens-row p, .nd-step__content #dc-card-wrap p {
  color: #0066b2;
  font-size: 18px;
  line-height: 26 px;
}
.nd-step .col-next .btn {
  max-width: 187px;
  min-width: 105px;
  width: 100%;
  height: 55px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .nd-step .col-prev {
    text-align: center;
  }
  .nd-step .col-next {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .nd-step .col-prev {
    text-align: left;
  }
  .nd-step .col-next {
    text-align: right;
  }
}
.nd-birthday-inputs, .nd-date-inputs, .nd-time-inputs {
  display: flex;
  margin-top: 10px;
}
.nd-birthday-inputs > div, .nd-date-inputs > div, .nd-time-inputs > div {
  margin-right: 10px;
  flex: 3;
}
@media (max-width: 359px) {
  .nd-birthday-inputs > div, .nd-date-inputs > div, .nd-time-inputs > div {
    margin-right: 2px;
    flex: 4;
  }
}
.nd-birthday-inputs > div:last-of-type, .nd-date-inputs > div:last-of-type, .nd-time-inputs > div:last-of-type {
  margin-right: 0;
  flex: 5;
}
.nd-removeChildren {
  text-align: right;
}
.nd-removeChildren .removeChildren-inner {
  display: inline-block;
}
.nd-removeChildren .removeChildren-inner:hover span {
  text-decoration: underline;
}
.nd-removeChildren span {
  font-size: 18px;
}
.nd-addChild {
  font-size: 18px;
  font-weight: 400;
}
.nd-addChild span {
  margin-left: 5px;
}
.nd-addChild:hover span {
  text-decoration: underline;
}
.nd-addChild i {
  padding: 7px;
  cursor: pointer;
}
.nd-childContainer__item {
  border-bottom: 2px solid rgba(0, 102, 178, 0.2);
  margin-bottom: 10px;
}
.nd-childContainer__item__content__numChildren {
  margin: 40px 0 30px 0;
}
.nd-childContainer__item__content__group:last-of-type {
  padding-bottom: 0;
}
.nd-childContainer__item__content__group:last-of-type .nd-birthday-inputs .nd-md-form {
  margin-bottom: 0;
}
.nd-go-prev {
  color: #f044a0;
  font-size: 18px;
}
.nd-go-prev:hover span {
  text-decoration: underline;
}
.nd-dc-card-upload-item__btn-file {
  margin-right: 25px;
}
.nd-dc-card-upload-item__selected-file {
  display: inline-block;
  padding: 10px 0px 10px 5px;
  color: #0066b2;
}
.nd-dc-card-upload-item__selected-file-remove {
  margin-left: 5px;
}
.nd-dc-card-upload-item-addSecondItem {
  margin-top: 30px;
}
.nd-dc-card-upload-item-addSecondItem i {
  padding: 7px;
  cursor: pointer;
}
.nd-dc-card-upload-item-addSecondItem span {
  margin-left: 5px;
  font-size: 18px;
}
.nd-dc-card-upload-item-addSecondItem:hover span {
  text-decoration: underline;
}
.nd-birthday {
  position: relative;
}
.nd-birthday .help-block {
  position: absolute;
  top: 60px;
  left: 2px;
  font-size: 12px;
  color: #F44336;
}
.nd-select2 + .select2-container + label:after {
  opacity: 0;
}
.nd-select2.invalid + .select2-container + label {
  width: 100%;
}
.nd-select2.invalid + .select2-container + label:after {
  content: attr(data-error);
  color: #e90000;
  opacity: 1;
  position: absolute;
  top: 30px;
  left: -17px;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

#select2-user-data-discount-card-id-results {
  max-height: 250px;
}

.thanks-page-text {
  width: 100%;
  max-width: 450px;
  text-align: left;
  display: inline-block;
}
.thanks-page-text .article-perex strong {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.nd-dentist-list {
  /* for get correct heights  */
}
.nd-dentist-list .content-area .article-perex {
  font-size: 20px;
  line-height: 1.4;
}
.nd-dentist-list .nd-dentistList-form {
  width: 100%;
}
.nd-dentist-list .nd-dentistList-form .input-group {
  border: 2px solid rgba(0, 102, 178, 0.6);
}
.nd-dentist-list .nd-dentistList-form .input-group:focus {
  border: 2px solid #0066b2;
}
.nd-dentist-list .nd-dentistList-form .input-group-search {
  margin-bottom: 1.5rem;
}
.nd-dentist-list .nd-dentistList-form .input-group input, .nd-dentist-list .nd-dentistList-form .input-group .input-group-text {
  color: #0066b2 !important;
}
.nd-dentist-list .nd-dentistList-form .input-group input:-moz-placeholder, .nd-dentist-list .nd-dentistList-form .input-group .input-group-text:-moz-placeholder {
  color: #0066b2;
}
.nd-dentist-list .nd-dentistList-form .input-group input::-moz-placeholder, .nd-dentist-list .nd-dentistList-form .input-group .input-group-text::-moz-placeholder {
  color: #0066b2;
}
.nd-dentist-list .nd-dentistList-form .input-group input::-webkit-input-placeholder, .nd-dentist-list .nd-dentistList-form .input-group .input-group-text::-webkit-input-placeholder {
  color: #0066b2;
}
.nd-dentist-list .nd-dentistList-form .input-group input:-ms-input-placeholder, .nd-dentist-list .nd-dentistList-form .input-group .input-group-text:-ms-input-placeholder {
  color: #0066b2;
}
@media (min-width: 1200px) {
  .nd-dentist-list .nd-dentistList-form .filter-left .nd-select2 + .select2.select2-container.select2-container--default {
    width: 420px !important;
  }
  .nd-dentist-list .nd-dentistList-form .filter-right .row > div:first-of-type label {
    width: 100%;
    margin-left: 90px;
  }
  .nd-dentist-list .nd-dentistList-form .filter-right .row > div:last-of-type .btn-group {
    padding-left: 40px;
  }
}
@media (max-width: 480px) {
  .nd-dentist-list .nd-dentistList-form .input-group-search {
    margin-top: 30px;
  }
}
.nd-dentist-list .nd-dentistList-form .input-group-search label {
  position: absolute;
  top: -30px;
}
.nd-dentist-list .nd-dentistList-form .input-group-text {
  background-color: #ffffff;
  padding: 15px;
  border: none;
}
.nd-dentist-list .nd-dentistList-form .input-group .form-control {
  background-color: #ffffff;
  padding: 6px 0;
  border: none;
  margin: 0;
  font-size: 18px;
}
.nd-dentist-list .nd-dentistList-form .input-group .form-control:focus, .nd-dentist-list .nd-dentistList-form .input-group .form-control.valid {
  border-bottom: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .nd-dentist-list .nd-dentistList-form_header_filter > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .nd-dentist-list .nd-dentistList-form_header_filter > div:last-of-type {
    text-align: center;
  }
}
.nd-dentist-list .nd-dentistList-form .nd-select2 + .select2.select2-container.select2-container--default {
  width: 100% !important;
}
@media (min-width: 992px) {
  .nd-dentist-list .nd-dentistList-form .inline-btn-group .nd-label {
    margin-bottom: 24px;
  }
}
.nd-dentist-list .nd-dentistList--width-last-item-in-filter-header {
  text-align: center;
}
@media (min-width: 992px) {
  .nd-dentist-list .nd-dentistList--width-last-item-in-filter-header {
    text-align: right;
  }
}
.nd-dentist-list .nd-dentistList-table {
  margin-top: 35px;
  overflow: scroll;
}
.nd-dentist-list .nd-advanced-filter {
  display: none;
  padding-top: 28px;
}
.nd-dentist-list .nd-advanced-filter label {
  font-size: 16px;
}
.nd-dentist-list .nd-advanced-filter.active {
  display: block;
}
.nd-dentist-list .nd-advanced-filter__btn {
  position: relative;
  font-size: 18px;
  text-decoration: underline;
  margin-right: 30px;
}
.nd-dentist-list .nd-advanced-filter__btn:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 23px;
  margin-left: 15px;
  position: absolute;
  bottom: 0px;
  right: -30px;
}
.nd-dentist-list .nd-advanced-filter__btn--hide:after {
  content: "\f0de";
  top: 0;
}
.nd-dentist-list .nd-advanced-filter .btn-group > .btn {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nd-dentist-list .nd-advanced-filter__reset {
  color: #0066b2;
  display: none;
}
.nd-dentist-list .nd-advanced-filter__reset a {
  color: #0066b2;
  text-decoration: none;
  font-size: 20px;
}
.nd-dentist-list .nd-advanced-filter__reset a:hover {
  text-decoration: none;
}
.nd-dentist-list .nd-advanced-filter__reset.active {
  display: block;
}
.nd-dentist-list .nd-advanced-filter__reset i {
  color: #d70000;
}
@media (min-width: 1200px) {
  .nd-dentist-list .nd-advanced-filter__reset {
    position: absolute;
    right: 15px;
    top: -60px;
  }
}
.nd-dentist-list .content-area .nd-dentistListTable tr td, .nd-dentist-list .content-area .nd-dentistListTable tr th {
  font-size: 16px;
}
@media (min-width: 481px) {
  .nd-dentist-list .content-area .nd-dentistListTable {
    display: table !important;
  }
}
.nd-dentist-list .content-area .nd-dentistListTable__cell--itop > div.th-inner {
  min-width: 150px;
  text-align: center;
}
.nd-dentist-list .content-area .nd-dentistListTable__cell--itop > div.th-inner > * {
  vertical-align: middle;
}
.nd-dentist-list .content-area .nd-dentistListTable__cell--itop span {
  padding-left: 5px;
}
.nd-dentist-list .content-area .nd-dentistListTable__cell--phone {
  min-width: 190px;
}
.nd-dentist-list .content-area .nd-dentistListTable__cell--phone > div.th-inner {
  min-width: 120px;
}
.nd-dentist-list .content-area .nd-dentistListTable thead a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nd-dentist-list .content-area .nd-dentistListTable thead .th-name {
  min-width: 190px;
}
.nd-dentist-list .content-area .nd-dentistListTable thead .th-ambulance {
  min-width: 210px;
}
.nd-dentist-list .content-area .nd-dentistListTable thead tr th:last-of-type {
  max-width: 60px;
}
.nd-dentist-list .content-area .nd-dentistListTable tbody tr {
  cursor: pointer;
}
.nd-dentist-list .content-area .nd-dentistListTable tbody tr:not(.nd-detail-view) td {
  position: relative;
}
.nd-dentist-list .content-area .nd-dentistListTable tbody tr:not(.nd-detail-view) td:last-of-type:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  font-size: 25px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nd-dentist-list .content-area .nd-dentistListTable tbody tr.active td {
  background-color: #cce0f0 !important;
}
.nd-dentist-list .content-area .nd-dentistListTable tbody tr.active td:last-of-type:after {
  content: "\f0de";
  top: 60%;
  opacity: 0.3;
}
.nd-dentist-list .content-area .nd-dentistListTable.noLogin tbody tr.active td {
  background-color: #cce0f0 !important;
}
.nd-dentist-list .content-area .nd-dentistListTable.noLogin .nd-detail-view td {
  background-color: rgba(204, 224, 240, 0.7) !important;
}
.nd-dentist-list .content-area .nd-dentistListTable .nd-detail-view {
  cursor: auto;
  transition: all 1.3s linear;
}
.nd-dentist-list .content-area .nd-dentistListTable .nd-detail-view td {
  background-color: #dbe9f4 !important;
}
.nd-dentist-list .content-area .nd-dentistListTable.btable-activate thead > tr > th.detail, .nd-dentist-list .content-area .nd-dentistListTable.btable-activate tbody > tr:not(.detail-view) > td:first-of-type {
  display: none;
}
.nd-dentist-list .content-area .nd-dentistListTable.btable-activate thead > tr > th:nth-child(2), .nd-dentist-list .content-area .nd-dentistListTable.btable-activate tbody > tr:not(.detail-view) > td:nth-child(2) {
  border-left: none !important;
}
.nd-dentist-list .content-area .nd-dentistListTable__register_info {
  text-align: center;
  font-size: 20px;
  color: #0066b2;
  position: sticky;
  position: -webkit-sticky;
  left: 30px;
}
@media (max-width: 768px) {
  .nd-dentist-list .content-area .nd-dentistListTable__register_info {
    width: calc(100vw - 90px);
    max-width: 450px;
  }
}
.nd-dentist-list .content-area .nd-dentistListTable__register_info .nd-btn {
  margin-top: 15px;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item {
  font-size: 16px;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item + .nd-dentistListTable__detail__item {
  margin-top: 20px;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item__header {
  font-weight: bold;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item__text i, .nd-dentist-list .content-area .nd-dentistListTable__detail__item__text svg {
  margin-right: 5px;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item__text--mb {
  margin-bottom: 15px;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item__text--one-line {
  white-space: nowrap;
}
.nd-dentist-list .content-area .nd-dentistListTable__detail__item__text.working-hours div {
  display: inline-block;
  width: 25px;
}
.nd-dentist-list .nd-ajax-loader {
  display: block;
  margin: auto;
}
.nd-dentist-list .fixed-table-toolbar:after, .nd-dentist-list .fixed-table-pagination:after {
  content: "";
  display: block;
  clear: both;
}
.nd-dentist-list .fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center;
}

#main.profile h2 {
  font-size: 32px;
  letter-spacing: 0.25px;
  text-align: left;
  padding-bottom: 20px;
}
#main.profile h3 {
  text-align: left;
  font-size: 26px;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}
#main.profile hr {
  border-top: 2px solid #def8ff;
}
#main.profile .tab-content--primary hr {
  border-top: 1px solid #0066b2;
}
#main.profile .tab-content--primary + .tab-content--secondary.hidden {
  display: block;
  padding: 15px;
}
#main.profile .tab-content--primary + .tab-content--secondary.hidden > * {
  display: none;
}
#main.profile .card-number {
  font-size: 26px;
  letter-spacing: 1.63px;
  padding-left: 20px;
}
#main.profile .card-number-wrapper {
  font-size: 20px;
}
@media (max-width: 600px) {
  #main.profile .card-number {
    display: block;
    padding-left: 0;
  }
}
#main.profile .discount-box {
  background-color: #f0f421;
  padding: 30px 40px;
  border-radius: 8px;
}
#main.profile .discount-box p {
  color: #0066b2;
  font-size: 18px;
}
#main.profile .discount-box p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #main.profile .discount-box {
    padding: 25px 15px;
  }
}
@media (min-width: 992px) {
  #main.profile .discount-box {
    margin-top: 64px;
  }
}
#main.profile .discount-box-fixed {
  position: fixed;
  top: 40px;
}
@media (min-width: 992px) {
  #main.profile .discount-box-fixed {
    margin-top: 0px;
  }
}
#main.profile .nd-content-box {
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
#main.profile .nd-content-box--narrow {
  padding: 15px 30px;
}
#main.profile .nd-content-box--blue {
  background-color: #def8ff;
}
#main.profile .nd-content-box--danger {
  background-color: #f7cccc;
}
#main.profile .nd-content-box--success {
  background-color: #d2eab3;
}
#main.profile .nd-content-box--start {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#main.profile .nd-content-box--next {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#main.profile .nd-content-box--next p {
  font-size: 16px;
}
#main.profile .nd-content-box--next.nd-content-box--blue {
  background-color: #f8feff;
}
#main.profile .nd-content-box hr {
  border-top: 1px solid #0066b2;
}
@media (max-width: 600px) {
  #main.profile .nd-content-box .col-2 {
    align-self: self-start;
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  #main.profile .nd-content-box .col-2 {
    padding-right: 0;
  }
}
#main.profile .box-fa-text .fas, #main.profile .box-fa-text .far {
  font-size: 40px;
  color: #0066b2;
}
#main.profile .box-fa-text .dc-card-wrap .fas {
  font-size: 16px;
}
#main.profile .tab-content.tab-content--secondary hr {
  margin: 40px 0;
}
#main.profile #tabs-1 .tab-content--primary {
  background-image: url(/images/nd/my_card_bg.png);
  background-position: right 30px bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #main.profile #tabs-1 .tab-content--primary {
    background-image: none;
  }
}
@media (max-width: 767px) {
  #main.profile .row-sm-odd-bold > div[class^=col-]:nth-of-type(odd) {
    font-weight: bold;
  }
  #main.profile .row-sm-even-bold > div[class^=col-]:nth-of-type(even) {
    font-weight: bold;
  }
}
#main .ui-tabs {
  font-family: "Signika", "signikaregular", sans-serif;
  padding: 0;
}
#main .ui-tabs > div .tab-content--primary {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main .ui-tabs > div:last-of-type .tab-content--primary {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}
@media (min-width: 768px) {
  #main .ui-tabs > div:last-of-type .tab-content--primary {
    border-top-right-radius: 8px;
  }
}
#main .ui-tabs > div:first-of-type .tab-content--primary {
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
}
#main .ui-tabs.ui-widget-content {
  border-width: 0;
  color: #0066b2;
}
#main .ui-tabs.ui-widget-content .tab-content {
  color: #0066b2;
}
#main .ui-tabs.ui-widget-content p {
  color: #0066b2;
  font-size: 18px;
}
#main .ui-tabs.ui-widget-content p:last-of-type {
  margin-bottom: 0;
}
#main .ui-tabs.ui-widget-content .nd-content-box--next p {
  font-size: 16px;
}
#main .ui-tabs.ui-widget input {
  font-family: "Signika", "signikaregular", sans-serif;
}
#main .ui-tabs.ui-widget button {
  font-family: "Signika", "signikaregular", sans-serif;
  font-size: 20px;
}
#main .ui-tabs .ui-tabs-nav {
  background: none;
  border-width: 0;
  padding: 0;
}
#main .ui-tabs-tab {
  font-size: 18px;
  color: #0066b2;
  text-align: center;
}
#main .ui-tabs-tab.ui-state-default {
  background: none;
  border-width: 0;
}
#main .ui-tabs-tab.ui-state-default a.ui-tabs-anchor {
  padding: 20px 30px;
  color: #0066b2;
}
@media (max-width: 767px) {
  #main .ui-tabs-tab.ui-state-default {
    font-size: 14px;
    width: 33.333%;
    height: 60px;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  #main .ui-tabs-tab.ui-state-default a.ui-tabs-anchor {
    float: none;
    padding: 10px 0;
    word-wrap: break-word;
    white-space: pre-wrap;
    align-self: center;
  }
}
#main .ui-tabs-tab.ui-state-active {
  background: #def8ff;
  border-width: 0;
}
#main .ui-tabs-tab.ui-state-active a {
  color: #0066b2;
}
#main .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#main .ui-tabs .ui-tabs-panel .tab-content {
  padding: 40px 30px;
}
#main .ui-tabs .ui-tabs-panel .tab-content--primary {
  background-color: #def8ff;
}
@media (max-width: 991px) {
  #main .ui-tabs .ui-tabs-panel .tab-content--secondary {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  #main .ui-tabs .ui-tabs-panel .tab-content--primary, #main .ui-tabs .ui-tabs-panel .nd-content-box {
    padding: 25px 15px;
  }
}
#main .ui-corner-top {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/*# sourceMappingURL=nd.css.map */
