@charset "UTF-8";
:root {
  --bs-blue: #004ABA;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #C21D1E;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #EA0775;
  --bs-secondary: #000061;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #C21D1E;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 234, 7, 117;
  --bs-secondary-rgb: 0, 0, 97;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 194, 29, 30;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 67, 59, 59;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #433B3B;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #EA0775;
  --bs-link-hover-color: #bb065e;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #171210;
}

h1, .h1 {
  font-size: calc(1.45rem + 2.4vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.625rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

/*@import "../node_modules/bootstrap/scss/images";
@import "../node_modules/bootstrap/scss/containers";
@import "../node_modules/bootstrap/scss/grid";
@import "../node_modules/bootstrap/scss/tables";
@import "../node_modules/bootstrap/scss/forms";
@import "../node_modules/bootstrap/scss/buttons";
@import "../node_modules/bootstrap/scss/transitions";
@import "../node_modules/bootstrap/scss/dropdown";
@import "../node_modules/bootstrap/scss/button-group";
@import "../node_modules/bootstrap/scss/nav";
@import "../node_modules/bootstrap/scss/navbar";
@import "../node_modules/bootstrap/scss/card";
@import "../node_modules/bootstrap/scss/accordion";
@import "../node_modules/bootstrap/scss/breadcrumb";
@import "../node_modules/bootstrap/scss/pagination";
@import "../node_modules/bootstrap/scss/badge";
@import "../node_modules/bootstrap/scss/alert";
@import "../node_modules/bootstrap/scss/progress";
@import "../node_modules/bootstrap/scss/list-group";
@import "../node_modules/bootstrap/scss/close";
@import "../node_modules/bootstrap/scss/toasts";
@import "../node_modules/bootstrap/scss/modal";
@import "../node_modules/bootstrap/scss/tooltip";
@import "../node_modules/bootstrap/scss/popover";
@import "../node_modules/bootstrap/scss/carousel";
@import "../node_modules/bootstrap/scss/spinners";
@import "../node_modules/bootstrap/scss/offcanvas";
@import "../node_modules/bootstrap/scss/helpers";*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("/assets/fonts/swiper-icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * General
 */
strong {
  font-weight: 700;
}

/* bootstrap podmianka fix */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.btn-primary {
  background: #EA0775;
  padding: 12px 26px !important;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 15px;
  border: none;
}

.btn-secondary {
  background: #000061;
  padding: 12px 26px !important;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 15px;
  border: none;
}

/* koniec podmianki */
body {
  overflow-x: hidden;
  padding-top: 66px;
  /* If WP-Adminbar is visible */
}
@media (min-width: 1200px) {
  body {
    padding-top: 150px;
  }
}
body.page-template-page-full #main {
  max-width: 100%;
}
body.admin-bar #header.fixed-top {
  top: var(--wp-admin--admin-bar--height);
}
body.admin-bar .edit-link a {
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
body.admin-bar .edit-link a::before {
  content: "✎";
  display: inline-block;
  margin-right: 5px;
}

a {
  transition: 0.3s all;
}

img {
  vertical-align: middle;
}

/**
 * WordPress customization
 */
#wpadminbar {
  position: fixed;
}

/* WordPress Embeds */
.post-thumbnail,
.wp-video,
.embed-responsive {
  margin: 5px 0;
  width: 100% !important;
}

.post img,
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.btn-primary {
  color: #fff;
}

.heading-title {
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}
.heading-title:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.7323 13.5327C34.824 14.0171 34.5972 13.9567 34.0557 14.1684C31.7496 15.2589 30.0437 18.9299 31.3663 21.6307C34.1596 27.3344 28.6893 33.6636 22.7277 31.6012C18.8004 30.2426 18.4895 27.0294 17.7819 26.0164C17.1286 25.0811 16.3634 24.3931 15.3305 23.9066C10.8786 21.8089 9.64961 25.9773 4.8115 23.8879C1.20876 22.3318 -0.46631 18.1137 1.07045 14.4667C3.62183 8.41174 11.9913 8.87347 14.2133 14.7055C14.894 16.485 15.5954 17.5213 17.4587 18.3271C22.5575 20.5301 28.2787 15.5411 25.6464 9.28839C25.1718 7.72354 25.2181 5.9877 25.9018 4.36424C27.4386 0.71711 31.6062 -0.978467 35.2094 0.577874C40.7948 2.98908 40.8826 10.7901 35.7323 13.5327Z' fill='%23EA0775'/%3E%3C/svg%3E");
  width: 40px;
  height: 32px;
  display: block;
  margin: 0 auto 10px;
}

/* Header */
#header {
  background: #fff !important;
}
#header .nav-wrapper {
  flex-wrap: wrap;
}
#header .search-form {
  min-width: 250px;
}
#header .navbar-toggler {
  border: none;
}
#header .navbar-toggler:focus,
#header .navbar-toggler:active,
#header .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  #header {
    display: block;
  }
  #header .navbar-collapse {
    flex-grow: unset;
  }
  #header #menu-main-menu {
    gap: 30px;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  #header #menu-main-menu {
    align-items: center;
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  #header #menu-main-menu {
    gap: 40px;
  }
}
@media (min-width: 576px) {
  #header #menu-main-menu .nav-link {
    color: #000;
    font-weight: 500;
    padding: 0;
  }
}
@media (min-width: 576px) {
  #header #menu-main-menu .nav-link:hover {
    color: #EA0775;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 30px 0;
  }
}
.header-before {
  display: none;
}

@media (min-width: 1200px) {
  .header-before {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    font-size: 14px;
    line-height: 16px;
  }
  .header-before i {
    color: #B3B3B3;
    font-size: 16px;
  }
  .header-before .header-before__telephone,
  .header-before .header-before__email,
  .header-before .header-before__business {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .header-before .header-before__telephone a,
  .header-before .header-before__email a,
  .header-before .header-before__business a {
    font-weight: 600;
  }
  .header-before .header-before__telephone a,
  .header-before .header-before__email a {
    color: #433b3b;
    font-weight: 400;
  }
}
.navbar-brand img {
  height: 30px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: 50px;
  }
}

.navbar-static-top {
  margin-bottom: 1.5rem;
}

#navbar {
  /*display: flex;*/
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 1199.98px) {
  #navbar {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .nav-link {
    font-weight: 500;
    color: #000;
  }
  .dropdown-menu {
    border: none;
    padding: 0 0 10px 0;
  }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #EA0775;
    text-decoration: none;
    background-color: #fff;
  }
}
.dropdown-menu li.promo a.dropdown-item {
  color: #EA0775;
  font-weight: 500;
}

@media (min-width: 768px) {
  li.highlight a.nav-link {
    background: #ec2083;
    padding: 12px 26px !important;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 15px;
  }
  li.highlight a.nav-link:hover {
    background: #d3086a;
  }
  .dropdown-menu {
    padding: 0;
    margin-top: 1rem;
    border-color: #e1e1e1;
    --bs-dropdown-spacer: 1rem;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    width: 10px;
    height: 10px;
    vertical-align: 0.255em;
    transform: rotate(315deg);
    content: "";
    border-left: 2px solid #171210;
    border-bottom: 2px solid #171210;
    border-top: none;
    border-right: none;
  }
  .dropdown-menu li a.dropdown-item {
    padding: 12px 15px;
    font-size: 16px;
    color: #000;
  }
  .dropdown-item.active, .dropdown-item:active {
    background: #EA0775;
    color: #fff !important;
  }
  .dropdown-menu li a.dropdown-item:hover {
    color: #fff;
    background: #ec2083;
  }
}
.main-menu {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .main-menu {
    display: none;
  }
}
.main-menu .menu-item {
  margin-right: 50px;
}
.main-menu .menu-item a {
  font-size: 0.9375rem;
  font-weight: 600;
}

.phone-contact a {
  border: 1px solid #C2D4DE;
  color: #0074BA;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 5px;
}
.phone-contact a span {
  margin-left: 10px;
}

.img-featured {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 0px 120px 0px 120px;
}

.img-featured-reverse {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 120px 0 120px 0;
  max-width: 100%;
}

/* Hero */
.hero {
  position: relative;
}
.hero .fiber-logo-mark-index {
  display: none;
}
@media (min-width: 992px) {
  .hero .fiber-logo-mark-index {
    display: block;
    position: absolute;
    left: -30vh;
    z-index: -1;
    top: 30vh;
  }
}
.hero .fiber-logo-mark-index img {
  width: 30vw;
  max-width: 480px;
  transform: rotate(45deg);
}
@media (min-width: 576px) {
  .hero {
    padding: 2rem 0;
  }
}
.hero .swiper-pagination {
  position: relative;
  padding: 30px 0 0 0;
}
.hero .swiper-pagination-bullets {
  display: flex;
  gap: 5px;
}
.hero .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  margin: 0 !important;
  transition: 0.3s all;
}
.hero .swiper-pagination-bullet::after {
  content: "";
  background: #00CCBE;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
}
.hero .swiper-pagination-bullet-active {
  background: transparent;
  border-color: #EA0775;
}
.hero .swiper-pagination-bullet-active::after {
  background: #EA0775;
}
.hero__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .hero__slide {
    flex-wrap: nowrap;
    gap: 10%;
  }
}
.hero__slide-text {
  flex: 100%;
  margin-top: 1rem;
  order: 1;
}
@media (min-width: 768px) {
  .hero__slide-text {
    flex: 40%;
    order: initial;
    margin: 1rem 2rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__slide-text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hero__slide-text .btn {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__slide-text-head {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__slide-text-head {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .hero__slide-text-head {
    margin-top: 3rem;
  }
}
.hero__slide-text-head span {
  position: relative;
}
.hero__slide-text-head span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 10px;
  left: 0;
  right: 0;
  background: #E6E6E6;
  border-radius: 25px;
  z-index: -1;
}
.hero__slide-image {
  flex: 100%;
  max-width: 80%;
  margin-top: 35px;
  overflow: hidden;
  border-radius: 0 115px 0 115px;
  padding: 15px;
  background: #F4F4F4;
}
@media (min-width: 768px) {
  .hero__slide-image {
    flex: 50%;
  }
}
.hero__slide-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 0 100px 0 100px;
}
.hero__information {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 30px;
  order: 2;
  max-width: 760px;
}
@media (min-width: 768px) {
  .hero__information {
    position: absolute;
    bottom: 80px;
    box-shadow: 0px 10px 20px rgba(0, 0, 97, 0.1);
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__information {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  .hero__information {
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 97, 0.1);
    position: absolute;
    bottom: 100px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .hero__information {
    padding: 2rem;
    min-width: 60%;
    max-width: 760px;
    bottom: 160px;
  }
}
@media (min-width: 1400px) {
  .hero__information {
    font-size: 16px;
  }
}
.hero__information span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hero__information span {
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media (max-width: 767.98px) {
  .hero__information .btn {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .hero__information .btn {
    width: auto;
    margin-top: 0;
  }
}
.hero__information p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__information p {
    font-size: 14px;
  }
}

/* OFFER */
.offer {
  overflow: hidden;
}
.offer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .offer__list {
    margin-bottom: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .offer__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
  }
}
.offer__list-item {
  order: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 97, 0.04);
  overflow: hidden;
}
.offer__list-item > a {
  overflow: hidden;
  display: block;
}
.offer__list-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .offer__list-item img {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .offer__list-item img {
    height: auto;
    object-fit: contain;
  }
}
.offer__list-item img:hover {
  transform: scale(1.2);
}
.offer__list-item.featured {
  border: 2px solid #EA0775;
  order: 1;
}
@media (min-width: 992px) {
  .offer__list-item.featured {
    order: 2;
  }
}
.offer__list-item-text {
  padding: 0.75rem;
}
@media (min-width: 1200px) {
  .offer__list-item-text {
    padding: 20px 15px;
  }
}
.offer__list-item-text h3, .offer__list-item-text .h3 {
  margin-bottom: 7px;
  line-height: 27px;
}
@media (max-width: 991.98px) {
  .offer__list-item-text h3, .offer__list-item-text .h3 {
    font-size: 18px;
  }
}
.offer__list-item-text a {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.offer__list-item-text a::after {
  font-family: "Bootstrap-icons";
  content: "\f138";
  font-size: 18px;
  color: #EA0775;
  margin-left: 5px;
  transition: 0.3s all;
}
.offer__list-item-text a:hover::after {
  margin-left: 10px;
}

/* ABOUT */
.about {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .about__image {
    margin-bottom: 2rem;
  }
}
.about__text > h2, .about__text > .h2 {
  margin-bottom: 20px;
}
.about__text p {
  font-weight: 300;
}
.about__text p:nth-child(2) {
  font-weight: 400;
}
.about__text > button {
  margin-top: 15px;
}

/* Servies */
.services {
  position: relative;
  margin-bottom: 16vh;
}
.services:before {
  content: "";
  border-radius: 25px;
  background: #F4F4F4;
  width: 100vw;
  transform: translateX(-50%);
  height: calc(100% + 80px);
  display: block;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 50%;
}
@media (min-width: 1200px) {
  .services:before {
    width: calc(100% + 180px);
    height: 640px;
    top: -195px;
    left: -90px;
    transform: none;
  }
}
.services__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .services__list {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.services__list-item {
  text-align: center;
  padding: 30px 36px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 97, 0.04);
}
@media (max-width: 575.98px) {
  .services__list-item {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .services__list-item {
    margin-bottom: 0;
  }
}
.services__list-item img {
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .services__list-item h3, .services__list-item .h3 {
    font-size: 1rem;
  }
}
.services__contact {
  text-align: center;
  margin-top: 40px;
}
.services__footer {
  padding: 40px 0 0 0;
  text-align: center;
}

/* FAQ */
.faq {
  margin-bottom: 80px;
}
.faq .heading-title {
  margin-top: 30px;
}
.faq .accordion-body {
  color: #433B3B !important;
  font-weight: 300 !important;
}
.faq__list-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .faq__list-item span {
    font-size: 1rem;
  }
}
.faq__list-item-button {
  background: #fff;
  border: none;
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.faq__list-item-button:not(.collapsed):after {
  /*background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);*/
  background-image: url("../img/faq-arrow-white.svg");
  background-color: #EA0775 !important;
  border-color: #EA0775;
}
.faq__list-item-button:after {
  content: "";
  /*background-image: var(--bs-accordion-btn-icon);*/
  background-image: url("../img/faq-arrow-pink.svg");
  background-repeat: no-repeat;
  /*background-size: var(--bs-accordion-btn-icon-width);*/
  background-size: 12px;
  background-position: center;
  height: var(--bs-accordion-btn-icon-width);
  width: var(--bs-accordion-btn-icon-width);
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 15px;
}

/* CONTACT */
.contact {
  position: relative;
  color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contact {
    padding: 80px 0;
  }
}
.contact::after {
  content: "";
  background-image: url("../img/contact-section-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .contact::after {
    background-size: auto;
  }
}
.contact__heading {
  margin-bottom: 40px;
}
.contact__heading .heading-title {
  padding-bottom: 10px;
  margin: 0;
  color: #fff;
}
.contact__heading > p {
  color: #fff;
  text-align: center;
}
.contact__heading > p a {
  text-decoration: underline;
  color: #fff;
}
.contact__heading > p a:hover {
  color: #EA0775;
}
.contact__container-company {
  background: rgba(0, 0, 77, 0.9);
  padding: 30px 32px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .contact__container-company {
    margin-top: 2rem;
  }
}
.contact__container-company h3, .contact__container-company .h3 {
  color: #fff;
  margin-bottom: 30px;
}
.contact__container-company > span {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.contact__container-company > span i {
  font-size: 24px;
  margin-right: 5px;
}
.contact__container-company > span.company {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.contact__container-company > span a {
  color: #fff;
}
.contact__container-company > span a:hover {
  color: #EA0775;
}
.contact__container-company .others span {
  display: block;
}
.contact__container-company .social-media {
  display: flex;
  gap: 10px;
  padding: 15px 0;
}
.contact__container-company .social-media a {
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact__container-company .social-media a:hover {
  border-color: #fff;
}
.contact__container-form {
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .contact__container-form {
    margin-left: 0;
  }
}
.contact__container-form > h3, .contact__container-form > .h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.contact__container-form .form-control {
  background: none;
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  border-radius: 5px;
  min-height: 46px;
  font-size: 15px;
  font-weight: 400;
}
.contact__container-form .form-control::placeholder {
  color: #fff;
}
.contact__container-form textarea.form-control {
  max-height: 90px;
}
.contact__container-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact__container-form .wpcf7-acceptance label {
  text-align: left;
  display: flex;
}
.contact__container-form .wpcf7-acceptance label > input {
  min-width: 16px;
  margin-right: 15px;
}
.contact__container-form .wpcf7-acceptance label > span {
  font-size: 12px;
}
.contact__container-form .wpcf7-acceptance label > span a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.contact__container-form .wpcf7-not-valid-tip {
  text-align: left;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 5px;
  padding: 6px 12px;
  color: #fff;
  background-color: #EA0775;
}
.contact__container-form .wpcf7-submit {
  color: #fff;
}

/* FOOTER */
.footer__list {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .footer__list {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .footer__list-item {
    margin-bottom: 2rem;
  }
}
.footer__list-item-heading {
  margin-bottom: 15px;
}
.footer__list-item-heading:after {
  content: "";
  background: #EA0775;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 10px;
  margin-top: 3px;
}
.footer__list-item > img {
  width: 200px;
  margin-bottom: 20px;
}
.footer__list-item > p {
  margin: 0;
}
.footer__list-item .footer-menu .menu-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.footer__list-item .footer-menu .menu-item:last-child {
  margin-bottom: 0;
}
.footer__list-item .footer-menu .menu-item a {
  padding: 0;
  color: #433B3B;
}
.footer__list-item .footer-menu .menu-item a:hover {
  color: #EA0775;
}

.footer__cities {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__cities {
    padding-bottom: 60px;
  }
}
.footer__cities .footer-menu--cities {
  display: block;
  column-count: 1;
  column-gap: 1.5rem;
}
@media (min-width: 576px) {
  .footer__cities .footer-menu--cities {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .footer__cities .footer-menu--cities {
    column-count: 4;
  }
}
.footer__cities .footer-menu--cities .menu-item {
  display: block;
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

/* Page Styles */
.page__header {
  position: relative;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .page__header {
    padding: 1rem 0 4rem 0;
  }
}
.page__header::after {
  content: "";
  position: absolute;
  background-color: #000061;
  background-image: url("../img/page-bg.png");
  background-size: cover;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.page__header .breadcrumbs {
  color: #B3B3B3;
  font-size: 15px;
}
.page__header .breadcrumbs a {
  color: #fff;
}
.page__header .breadcrumbs a:hover {
  text-decoration: underline;
}
.page__header h1, .page__header .h1 {
  color: #fff;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .page__header h1, .page__header .h1 {
    margin-top: 3rem;
  }
}

.page__content {
  position: relative;
}
.page__content .fiber-logo-mark-page {
  display: none;
}
@media (min-width: 992px) {
  .page__content .fiber-logo-mark-page {
    display: block;
    position: absolute;
    right: -25vh;
    z-index: -1;
    top: 20vh;
  }
}
.page__content .fiber-logo-mark-page img {
  width: 25vh;
  max-width: 480px;
}

/* page oferta */
.pricing-tables {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .pricing-tables {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .pricing-tables-radio {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .pricing-tables-radio {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.pricing-table {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  justify-content: space-between;
}
.pricing-tablefeatured {
  background: #EA0775;
}
.pricing-table .speed {
  position: relative;
  display: flex;
  justify-content: center;
}
.pricing-table .speed .half-circle {
  background-color: transparent;
  border: 7px solid #EA0775;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: #f1f1f1;
  display: inline-block;
  height: 150px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 150px;
}
.pricing-table .speed .speed-value {
  position: absolute;
  bottom: 50px;
  color: #EA0775;
}
.pricing-table .speed .speed-value span {
  display: block;
  text-align: center;
}
.pricing-table .speed .speed-value span.number {
  font-weight: bold;
  font-size: 20px;
  color: #000061;
}
.pricing-table .speed .speed-value span.units {
  font-size: 14px;
}
.pricing-table .name {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #000061;
}
.pricing-table .features {
  margin-top: 1rem;
  border-top: 1px solid #e1e1e1;
  padding-top: 1rem;
}
.pricing-table .features ul {
  list-style: none;
}
.pricing-table .features ul li {
  display: flex;
  line-height: 1.4;
}
.pricing-table .features ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-table .features ul li::before {
  content: \f270;
  font-family: "Bootstrap-icons";
  content: "\f270";
  margin-right: 8px;
  margin-top: -5px;
  font-size: 24px;
  color: #EA0775;
}
.pricing-table .price {
  display: flex;
  justify-content: center;
  margin: 1rem 0 2rem 0;
  flex-direction: column;
}
.pricing-table .price .addon {
  font-size: 16px;
  margin: 5px 0 0 0;
  color: #EA0775;
  font-weight: 500;
}
.pricing-table .price span {
  color: #000061;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.1;
}
.pricing-table span.date {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

.speed-circle {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: inline-block;
  background-color: transparent;
  border-right: 7px solid #EA0775;
  border-bottom: 7px solid #f1f1f1;
  border-left: 7px solid #f1f1f1;
  border-top: 7px solid transparent;
  transform: rotate(180deg);
}

.speed-circle.gold {
  border-left-color: #37377e;
  border-bottom-color: #ea0775;
}

.speed-circle.mega {
  border-left-color: #ea0775;
  border-bottom-color: #ea0775;
}

.pricing-table.pricing-table-featured {
  background: #000061;
}
.pricing-table.pricing-table-featured .table-info {
  color: #fff;
}
.pricing-table.pricing-table-featured .table-info span.number,
.pricing-table.pricing-table-featured span {
  color: #fff;
}
.pricing-table.pricing-table-featured .name {
  color: #fff;
}
.pricing-table.pricing-table-featured .features {
  border-color: #37377e;
}

.telewizja_offer .pricing-tables {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .telewizja_offer .pricing-tables {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .telewizja_offer .pricing-tables {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.telewizja_offer .pricing-table .name {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
}

.telewizja_offer .pricing-tv-channels .head {
  font-size: 36px;
}
.telewizja_offer .pricing-tv-channels .head-internet {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #EA0775;
}

.telewizja_offer .pricing-tv-channels .sub-head {
  font-size: 18px;
}

.telewizja_offer .pricing-table .features ul {
  padding: 0;
}

.modal {
  top: 5% !important;
  --bs-modal-width: 90% !important;
}

/* page blog */
.page-sidebar-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .page-sidebar-container {
    grid-template-columns: 260px 1fr;
    gap: 30px;
  }
}
.page-sidebar-container .sidebar {
  padding: 3rem 0;
}

.blog-categories {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-categories li a {
  display: block;
  color: #000;
  padding: 0.75rem 1.5rem;
}
.blog-categories li a:hover {
  color: #EA0775;
}
.blog-categories li:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}

.sidebar .block__blog {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.sidebar .block__blog h3, .sidebar .block__blog .h3 {
  margin: 0;
  padding: 0.75rem 1.5rem;
  background: #000061;
  color: #fff;
}

.blog-content {
  display: grid;
  gap: 40px;
  grid-template-columns: 100%;
  margin: 0 0 3rem 0;
}
@media (min-width: 992px) {
  .blog-content {
    margin: 3rem 0;
    grid-template-columns: 1fr 1fr;
  }
}
.blog-content article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-content article .content-text {
  padding: 1.5rem;
}
.blog-content article .content-text .post-date {
  margin-bottom: 10px;
}
.blog-content article .content-text h2, .blog-content article .content-text .h2 {
  font-size: 1.5rem;
}
.blog-content article .content-text a:hover h2, .blog-content article .content-text a:hover .h2 {
  color: #EA0775;
}
.blog-content article .content-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-listing {
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

/* blog single */
.post-single__header {
  position: relative;
  display: grid;
  padding: 30px 0;
  grid-template-columns: 100%;
  color: #fff;
  align-items: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .post-single__header {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.post-single__header h1, .post-single__header .h1 {
  color: #fff;
}
.post-single__header img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-single-meta-date {
  color: #fff;
}

.post-single__header::before {
  content: "";
  background: #000061;
  color: #fff;
  width: 100vw;
  transform: translateX(-50%);
  height: 60%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
}
@media (min-width: 992px) {
  .post-single__header::before {
    height: 100%;
  }
}

.article-single-content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .article-single-content {
    grid-template-columns: 50% 1fr;
    gap: 60px;
  }
}
.article-single-content article {
  margin: 3rem 0;
  order: 2;
}
@media (min-width: 992px) {
  .article-single-content article {
    order: 1;
  }
}
.article-single-content .post-single-thumbnail {
  order: 1;
  margin: 3rem 0 0 0;
}
@media (min-width: 992px) {
  .article-single-content .post-single-thumbnail {
    order: 2;
  }
}

/* module faq links */
.faq-links {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .faq-links {
    padding: 3rem 0;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.faq-links .faq-login,
.faq-links .faq-contact {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .faq-links .faq-login,
  .faq-links .faq-contact {
    padding: 3rem;
  }
}

/* module tabs */
.tab-pane {
  padding: 30px 0;
}

.faq .nav-link.active {
  background-color: #EA0775;
}

.faq-help-pills {
  gap: 20px;
}
.faq-help-pills .nav-link {
  padding: 1rem 0;
  border: 1px solid #e1e1e1;
}
.faq-help-pills .nav-link:focus {
  outline: none;
}

/* module service availbility */
.service-availability {
  margin: 3rem 0;
}
.service-availability p {
  text-align: center;
  margin-bottom: 60px;
}
.service-availability ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  .service-availability ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.service-availability ul li {
  display: flex;
  margin-bottom: 10px;
}
.service-availability ul li::before {
  content: \f270;
  font-family: "Bootstrap-icons";
  content: "\f270";
  margin-right: 8px;
  margin-top: -5px;
  font-size: 24px;
  color: #EA0775;
}

/* page order service */
.order-service-form {
  padding: 0 0 3rem 0;
}

/* page pakiety */
.offer-extras {
  margin-bottom: 120px;
}
.offer-extras__block {
  background: #F4F4F4;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  gap: 60px;
}
@media (min-width: 768px) {
  .offer-extras__block {
    padding: 30px 60px;
    gap: 120px;
  }
}
@media (min-width: 992px) {
  .offer-extras__block {
    padding: 30px 120px;
  }
}
.offer-extras__block--text {
  width: 100%;
}
.offer-extras__block--text p {
  width: 100%;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .offer-extras__block--text p {
    margin: 0 30px;
  }
}
.offer-extras__block--price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.offer-extras__block--price .price {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #000061;
  display: block;
  text-align: center;
}
.offer-extras__block--price .desc {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
}

/* page kontakt */
.contact-wrapper {
  padding: 3rem 0;
  display: grid;
  gap: 20px;
}
@media (min-width: 992px) {
  .contact-wrapper {
    gap: 20px 60px;
    grid-template-columns: 30% 1fr;
    grid-template-areas: "adres form" "godziny form" "helpdesk form";
  }
}
.contact-wrapper .contact-info-adres {
  border: 1px solid #e1e1e1;
  padding: 2rem;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .contact-wrapper .contact-info-adres {
    grid-area: adres;
  }
}
.contact-wrapper .contact-info-hours {
  border: 1px solid #e1e1e1;
  padding: 2rem;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .contact-wrapper .contact-info-hours {
    grid-area: godziny;
  }
}
.contact-wrapper .contact-info-helpdesk {
  border: 1px solid #e1e1e1;
  padding: 2rem;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .contact-wrapper .contact-info-helpdesk {
    grid-area: helpdesk;
  }
}
.contact-wrapper .contact-info-form .wpcf7-not-valid-tip {
  background: #EA0775;
  color: #fff;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.contact-wrapper .contact-info-form h2, .contact-wrapper .contact-info-form .h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-wrapper .contact-info-form {
    grid-area: form;
  }
}

/* module paragraf with photo */
.page-description {
  margin: 2rem 0 4rem 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-description__image {
    margin-bottom: 2rem;
  }
}
.page-description__text > h2, .page-description__text > .h2 {
  margin-bottom: 20px;
}
.page-description__text p {
  font-weight: 400;
}

/* module list information */
.page-list-information {
  padding: 3rem 0;
}
.page-list-information ul {
  list-style: none;
  margin: 0;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 2rem;
}
.page-list-information ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-list-information ul li:before {
  content: "*";
  color: #EA0775;
  margin-right: 3px;
}

/* Sidebar */
.widget-area ul {
  list-style: none;
  padding: 0;
}

/* Author */
.author-avatar .avatar {
  width: 64px;
  height: auto;
}

.author-info {
  margin: 40px 0;
}
.author-info h2, .author-info .h2,
.author-info h3,
.author-info .h3 {
  margin-top: 0;
}

/* Posts */
.sticky .card {
  background-color: #f8f9fa;
}

.entry-meta {
  font-size: small;
  margin-top: 0.75rem;
}

.single .entry-content,
.single .post-navigation,
.single #comments-title {
  margin: 1.5rem 0;
}

#comments {
  margin-top: 1.5rem;
}

.comment-meta {
  height: 40px;
}

.comment-reply-title {
  margin: 1.5rem 0 0.75rem;
}

.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.commentlist > li.comment {
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .children {
  list-style: none;
  margin-top: 1.5rem;
}
.commentlist .children > li.comment {
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
  position: relative;
}
.commentlist .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 1px 2px #6c757d;
  padding: 0;
  position: absolute;
  top: 0;
  left: -102px;
}

/* WordPress Blocks */
/* forms */
.form-check-input:checked {
  background-color: #EA0775 !important;
  border-color: #EA0775 !important;
}

.btn {
  --bs-btn-padding-y: 12px;
}

.btn-primary:hover {
  background: #d3086a;
}

.btn-secondary:hover {
  background: #37378d;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: #EA0775;
  border-color: #EA0775;
  opacity: var(--bs-btn-disabled-opacity);
}

.wp-block-image img,
.wp-block-image video,
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

/**
 * Responsive Design using "mixins/_breakpoints.scss"
 */
@media (max-width: 575.98px) {
  #sidebar {
    margin-top: 60px;
  }
}
/* formularz wyceny */
.wq--body {
  flex-wrap: wrap !important;
}

.wq-Form .wq-Option {
  width: 100% !important;
  padding: 15px 15px 0px 15px !important;
}
@media (min-width: 768px) {
  .wq-Form .wq-Option {
    padding: 15px !important;
  }
}
@media (min-width: 992px) {
  .wq-Form .wq-Option {
    width: 20% !important;
  }
}

.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-taxClass {
  text-align: left !important;
}
@media (min-width: 768px) {
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-taxClass {
    text-align: center !important;
  }
}

.wq-Form .wq-Option > .wq--input {
  height: 20px !important;
  opacity: 1 !important;
  position: absolute;
  top: 50px !important;
  width: 20px !important;
}

.wq--media {
  display: none !important;
}

.wq-Form .wq-Option > .wq--label {
  border: 1px solid #e1e1e1 !important;
  border-radius: 10px !important;
  padding: 80px 15px 30px 15px !important;
}

.wq-Form .wq-Option > .wq--label:hover {
  background: #fff !important;
  border-color: #EA0775 !important;
}

.wq-Form .wq-Option > .wq--input:checked + .wq--label {
  background: #fff !important;
  border-color: #EA0775 !important;
}

.wq--label .wq--note {
  padding: 15px 0 !important;
}

.wq-Form .wq-Selector {
  border-radius: 10px !important;
  background: #f9f9f9 !important;
  border: none !important;
}

.wq--head {
  background: #000061 !important;
  color: #fff !important;
  padding: 10px 20px !important;
}
.wq--head .wq--name {
  font-size: 20px;
}

.wq-Form .wq-Selector > .wq--head > .wq--main > .wq--note {
  color: #fff !important;
}

.wq-Form .wq-Monitor > .wq--entries {
  border-radius: 10px !important;
  border: 1px solid #e1e1e1 !important;
}

.wq-Form .wq-Monitor > .wq--footer > .wq--entry {
  border: none !important;
}

.wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-for-header {
  border-bottom: none !important;
}

.wq-Form .wq-Monitor > .wq--entries > .wq--entry:nth-child(2n) {
  background: #f9f9f9 !important;
}

.wq-Form .wq-Monitor > .wq--entries > .wq--entry:not(.wq-for-header) > .wq-for-taxClass {
  font-size: 16px !important;
}

.wq-Form .wq-Monitor > .wq--footer {
  margin-top: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #e1e1e1 !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wq-Form .wq-Monitor > .wq--footer {
    max-width: 460px !important;
  }
}
.wq-Form .wq-Monitor > .wq--footer .wq-for-total {
  order: 1;
}
.wq-Form .wq-Monitor > .wq--footer .wq-for-installment {
  order: 2;
}

.wq-Form .wq-custom {
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-top: 30px;
}

.wq-Form .wq-Attributes {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .wq-Form .wq-Attributes {
    gap: 0 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name adres" "email adres" "phone adres";
  }
  .wq-Form .wq-Attributes .wq-for-address .wq--body input {
    margin-bottom: 0px !important;
  }
}

.wq-Form .wq-Attributes {
  margin: 1rem 0 !important;
}

.wq-InputGroup.wq-gutter-mini.wq-belongs-attr.wq-belongs-address {
  margin-top: 0px !important;
}

.wq-Form .wq-Attributes > :not(:last-child) {
  margin-bottom: 0px !important;
}

.wq-Form > :not(:last-child) {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .wq-Form .wq-for-name {
    grid-area: name;
  }
  .wq-Form .wq-for-email {
    grid-area: email;
  }
  .wq-Form .wq-for-tel {
    grid-area: phone;
  }
  .wq-Form .wq-for-address {
    grid-area: adres;
  }
}
.wq-Form .wq-Control {
  display: block !important;
}
.wq-Form .wq-Control > .wq--header {
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0px !important;
}
.wq-Form .wq-Control input {
  width: 100% !important;
}

#wq-action .wq--header.wq-content-empty {
  display: none !important;
}

.wq-Form .wq-Button.wq-type-primary {
  background: #EA0775 !important;
  border-radius: 30px !important;
  padding: 12px 26px !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.wq-Form .wq-is-invalid.wq-TextArea:not(:focus), .wq-Form .wq-is-invalid.wq-TextInput:not(:focus) {
  border-color: #EA0775 !important;
}

.wq-Form .wq-Control > .wq--body > .wq--message, .wq-Form .wq-Quantity > .wq--head > .wq--message, .wq-Form .wq-Selector > .wq--head > .wq--message, .wq-Form .wq-Slider > .wq--head > .wq--message, .wq-Form .wq-WNavigator > .wq--base .wq--message {
  color: #EA0775 !important;
}

.wq-Form .wq-TextArea, .wq-Form .wq-TextInput {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 5px !important;
  margin: 8px 0 0 0 !important;
}

.wq-Form .wq-Control > .wq--body > .wq--message {
  left: auto !important;
  position: absolute !important;
  top: -25px !important;
  right: 0px !important;
}

.wq-Form .wq-Control > .wq--header > .wq--required {
  color: #EA0775 !important;
}

.wq-Dialog > .wq--frame {
  border-radius: 10px;
  padding: 20px;
  top: 30% !important;
}

.wq--prop.wq-for-unitPrice {
  display: none !important;
}

.wq--prop.wq-for-quantity {
  display: none !important;
}

.wq--prop.wq-for-taxClass {
  display: none !important;
}

.wq--entry.wq-for-tax.wq-rate-common {
  display: none !important;
}

.wq--entry.wq-for-subtotal {
  display: none !important;
}

.wq--prop.wq-for-price::after {
  content: " zł";
}

.wq-Dialog .wq-Button, .wq-Form .wq-Button {
  background: #EA0775 !important;
  color: #fff !important;
  border-radius: 30px !important;
  border: none !important;
}

.wq-Attributes--header {
  order: 30;
}

.wq-custom {
  order: 40;
}

.wq-Attributes--header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wq-Attributes--header .section-title {
  margin-top: 70px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  flex: 100%;
}
.wq-Attributes--header .section-title:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32' viewBox='0 0 40 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.7323 13.5327C34.824 14.0171 34.5972 13.9567 34.0557 14.1684C31.7496 15.2589 30.0437 18.9299 31.3663 21.6307C34.1596 27.3344 28.6893 33.6636 22.7277 31.6012C18.8004 30.2426 18.4895 27.0294 17.7819 26.0164C17.1286 25.0811 16.3634 24.3931 15.3305 23.9066C10.8786 21.8089 9.64961 25.9773 4.8115 23.8879C1.20876 22.3318 -0.46631 18.1137 1.07045 14.4667C3.62183 8.41174 11.9913 8.87347 14.2133 14.7055C14.894 16.485 15.5954 17.5213 17.4587 18.3271C22.5575 20.5301 28.2787 15.5411 25.6464 9.28839C25.1718 7.72354 25.2181 5.9877 25.9018 4.36424C27.4386 0.71711 31.6062 -0.978467 35.2094 0.577874C40.7948 2.98908 40.8826 10.7901 35.7323 13.5327Z' fill='%23EA0775'/%3E%3C/svg%3E");
  width: 40px;
  height: 32px;
  display: block;
  margin: 0 auto 10px;
}
.wq-Attributes--header p {
  color: #484848;
  max-width: 500px;
  text-align: center;
  display: block;
  flex: 100%;
  width: 100%;
}

/* promocje */
.promocje {
  padding: 30px 0;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.promocje-entry {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promocje-entry {
    width: 49%;
    margin: 0 0 2% 0;
  }
}
@media (min-width: 992px) {
  .promocje-entry {
    width: 32%;
  }
}
.promocje-entry img {
  width: 100%;
}
.promocje-entry__content {
  padding: 30px;
}
.promocje-entry__content--text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}
.promocje-entry__content h2, .promocje-entry__content .h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.menu-shadow {
  box-shadow: 1px -2px 10px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=main.css.map */
