:root {
  --dark-color: #1c1c25;
  --primary-color: #2558e8;
  --primary-color-rgb: 37, 88, 232;
  --light-primary-color: #dee6f5;
  --sub-color: #f76517;
  --alert-color: #f71735;
  --alert-color-rgb: 247, 23, 53;
  --info-color: #ffc200;
  --border-color: #e6e6e9;
  --dark-grey-color: #1c1c25;
  --light-grey-color: #f1f1f1;
  --grey-color: #808080;
  --text-color: #060025;
  --bg-color: #f4f4f4;
  --light-bg-color: #f8f8f8;
  --success-color: #028c29;
  --input-color: #eeeff1;
  --input-hover-color: #dcdcdc;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li {
  list-style-type: none;
  line-height: 1.5;
  display: block;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 1px solid;
  padding: 5px 10px;
  text-align: left;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

hr {
  border: none;
}

label {
  display: block;
}

:root {
  --xxsm-font: clamp(0.6rem, 2.5vw, 0.7rem);
  --xsm-font: clamp(0.7rem, 2.5vw, 0.8rem);
  --sm-font: clamp(0.8rem, 2.5vw, 0.9rem);
  --md-font: clamp(0.9rem, 2.5vw, 0.95rem);
  --lg-font: clamp(1rem, 2.5vw, 1.25rem);
  --xlg-font: clamp(1rem, 2.5vw, 1.5rem);
}

input,
select {
  height: 2.5rem;
}

input,
textarea,
select {
  box-shadow: none;
  box-shadow: unset;
  font-family: "Roboto", "Nuanta", sans-serif !important;
  border: 1px solid #e6e6e9 !important;
  background-color: #eeeff1 !important;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: none;
  display: flex;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  border-radius: 6px;
  width: 100%;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
}
input.is-error,
textarea.is-error,
select.is-error {
  border: 1px solid #f71735 !important;
  background-color: rgba(247, 23, 53, 0.15) !important;
}
input:disabled,
textarea:disabled,
select:disabled {
  background-color: #363636 !important;
  color: #fff;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #2558e8;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #2558e8;
  outline: none;
  box-shadow: none;
  z-index: 2;
}
input:valid,
textarea:valid,
select:valid {
  background-color: #eeeff1;
}
input.error,
textarea.error,
select.error {
  border-color: #f71735;
  background-color: rgba(247, 23, 53, 0.1);
}

.select {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.select::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  z-index: 9;
  right: 15px;
  color: #808080;
}
.select select {
  padding-right: 30px;
  cursor: pointer;
  font-family: "Roboto", "Nuanta", sans-serif !important;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
}

label.label {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
}

.field {
  margin-bottom: 10px;
}
.field .control {
  display: flex;
  position: relative;
  align-items: center;
}
.field .control.has-icon {
  display: flex;
  align-items: center;
}
.field .control.has-icon i {
  position: absolute;
  z-index: 4;
  width: 40px;
  text-align: center;
  color: #808080;
}
.field .control.has-icon input {
  padding-left: 40px;
  font-weight: 500;
}
.field .control.has-icon input:focus {
  z-index: 3;
}
.field .control .error-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
  padding: 3px 8px;
  background-color: #f71735;
  color: #fff !important;
  border-radius: 0 0 0 5px;
}

.input-list li {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.input-list li.col-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}
.input-list li .field .control {
  display: flex;
}
.input-list li .field .control input {
  width: 100%;
}

.buttons {
  display: flex;
  gap: 10px;
}

.button {
  height: 2.5rem;
  border: none;
  font-family: "Roboto", "Nuanta", sans-serif !important;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  cursor: pointer;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  display: inline-flex;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  white-space: pre;
}
.button:focus {
  outline: none;
  box-shadow: none;
}
.button.primary {
  background-color: #2558e8;
  color: #fff;
}
.button.info {
  background-color: #ffc200;
  color: #1c1c25;
}
.button.light-grey {
  background-color: #f1f1f1;
}
.button.grey {
  background-color: #808080;
  color: #fff;
}
.button.dark-grey {
  background-color: #363636;
  color: #fff;
}
.button.alert {
  background-color: #f71735;
  color: #1c1c25;
}
.button.sub {
  background-color: #f76517;
  color: #1c1c25;
}
.button.small-text {
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  height: 2.5rem;
}
.button i {
  margin-right: 5px;
}

ul.items-list {
  margin: 0;
}
ul.items-list li {
  display: flex;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e9;
}
ul.items-list li .field {
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
}
ul.items-list li .field .label {
  margin: 0 10px 0 0;
  white-space: pre;
}
ul.items-list li .field .control {
  width: 100%;
}

.table {
  width: 100%;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 0;
  color: #060025;
  margin-bottom: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.table.th-sticky thead tr {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table.th-sticky thead tr th {
  z-index: 8;
  position: relative;
  background-color: var(--light-grey-color) !important;
}
.table.th-sticky th,
.table.th-sticky td {
  padding: 10px !important;
}
.table.small-text * {
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
}
.table.small-text th,
.table.small-text td {
  padding: 8px;
}
.table th,
.table td {
  transition: all ease-in-out 0.3s;
  border-left: none;
  border-right: none;
  border-top: none;
  white-space: nowrap;
  border-color: #e6e6e9;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table th.al-right,
.table td.al-right {
  text-align: right;
}
.table th.al-center,
.table td.al-center {
  text-align: center !important;
}
.table thead tr.sticky {
  position: sticky;
  top: -20px;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.table thead th {
  padding: 15px;
  border-width: 0 0 1px 0;
  color: #363636;
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
}
.table thead th.is-xxs {
  width: 3%;
}
.table thead th.is-xs {
  width: 5%;
}
.table thead th.is-sm {
  width: 8%;
}
.table thead th.is-md {
  width: 20%;
}
.table thead th.is-lg {
  width: 25%;
}
.table tbody tr {
  cursor: pointer;
  border-radius: 3px;
  border-color: #e6e6e9;
}
.table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 30%;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
}
.table tbody tr td p {
  white-space: nowrap;
}
.table tbody tr td i.is-info {
  color: #ffc200;
}
.table tbody tr td.deduct {
  color: #f71735;
}
.table tbody tr td .photo {
  background-image: url("https://www.cobdoglaps.sa.edu.au/wp-content/uploads/2017/11/placeholder-profile-sq.jpg");
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 1px solid #e6e6e9;
}
.table tbody tr td .photo img {
  object-fit: cover;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.table tbody tr td .button-group .button {
  border: 1px solid #e6e6e9;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.table tbody tr td .status {
  color: #060025;
}
.table tbody tr td .status i {
  margin-right: 5px;
  color: #060025;
}
.table tbody tr td .status.approved {
  color: #2558e8;
}
.table tbody tr td .status.approved i {
  margin-right: 5px;
  color: #2558e8;
}
.table tbody tr td .icons {
  display: flex;
  float: right;
  cursor: pointer;
}
.table tbody tr td .icons .icon {
  display: flex;
  padding: 10px;
  color: #2558e8;
  background-color: #f1f1f1;
}
.table tbody tr td .icons .icon:not(:last-child) {
  margin-right: 5px;
}
.table tbody tr td .icons .icon.alert {
  color: #f71735;
}
.table tbody tr td .icons .icon i {
  font-size: 14px;
  padding: 5px;
  transition: all 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.table tbody tr td .icons .icon i:hover {
  transform: scale(1.2);
}
.table tbody tr td .code {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td .code.new span {
  background-color: #f71735;
  color: #fff !important;
}
.table tbody tr td .code:hover {
  color: #2558e8 !important;
}
.table tbody tr td .code i {
  margin-right: 10px;
}
.table tbody tr td .code span {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 3px;
}
.table tbody tr td .code a {
  margin-left: 10px;
  display: flex;
  justify-content: center;
}
.table tbody tr td .code a .tooltips {
  background-color: #363636;
  color: #fff;
  padding: 5px 8px;
  position: absolute;
  top: -35px;
  border-radius: 3px;
  justify-content: center;
}
.table tbody tr td .code a .tooltips::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #363636;
}
.table tbody tr td .code a.copy:hover {
  position: relative;
}
.table tbody tr td .code a.copy:hover .tooltips {
  display: flex !important;
  justify-content: center;
}
.table tbody tr td .code a.copied {
  position: relative;
  font-weight: bold !important;
  color: #f71735 !important;
}
.table tbody tr td .code a.copied .tooltips {
  display: flex !important;
  justify-content: center;
}
.table tbody tr td span.tag {
  background-color: #2558e8;
  color: #fff !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.linked {
  background-color: #e6e6e9;
  color: #000 !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.primary {
  background-color: #2558e8;
  color: #fff !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.info {
  background-color: #ffc200;
  color: #000 !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.danger {
  background-color: #f71735;
  color: #fff !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.grey {
  background-color: #f1f1f1;
  color: #000 !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}
.table tbody tr td span.success {
  background-color: #028c29;
  color: #fff !important;
  padding: 8px;
  border-radius: 3px;
  font-size: clamp(0.7rem, 2.5vw, 0.8rem);
}

.sub-sidebar {
  border-right: 1px solid #e6e6e9;
  min-width: 260px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  box-shadow: -5px 0 15px 5px rgba(0, 0, 0, 0.03);
  position: relative;
}
.sub-sidebar .sub-sidebar-header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
  cursor: pointer;
}
.sub-sidebar .sub-sidebar-header .sub-sidebar-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
}
.sub-sidebar .sub-sidebar-header.is-button {
  background-color: #363636;
  height: 50px;
}
.sub-sidebar .sub-sidebar-header.is-button h3,
.sub-sidebar .sub-sidebar-header.is-button span {
  color: #fff !important;
}
.sub-sidebar .sub-sidebar-input {
  border-top: 1px solid #e6e6e9;
  border-bottom: 1px solid #e6e6e9;
  cursor: pointer;
  padding: 0 20px;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(37, 88, 232, 0.05);
}
.sub-sidebar .sub-sidebar-input input.input {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
}
.sub-sidebar ul {
  margin: 0;
  padding-bottom: 20px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.sub-sidebar ul.no-border-top li {
  border-top: none !important;
}
.sub-sidebar ul li {
  margin: 0;
  border-bottom: 1px solid #e6e6e9;
}
.sub-sidebar ul li a {
  cursor: pointer;
  list-style-type: none;
  margin: 0;
  color: #060025;
  width: 100%;
  display: block;
  padding: 10px 20px;
  transition: all ease-in-out 0.1s;
}
.sub-sidebar ul li a:hover {
  background-color: #f1f1f1;
}
.sub-sidebar ul li a.router-link-active {
  background-color: #2558e8;
  color: #fff !important;
}
.sub-sidebar ul li a.router-link-active p span {
  color: #fff !important;
}
.sub-sidebar ul li a.router-link-active * {
  color: #fff !important;
}
.sub-sidebar ul li a h3 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(0.9rem, 2.5vw, 0.95rem);
}
.sub-sidebar ul li a small {
  font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  color: #363636;
}

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

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

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

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

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

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

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

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

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

.margin-l-0 {
  margin-left: 0px;
}

.margin-r-0 {
  margin-right: 0px;
}

.margin-t-0 {
  margin-top: 0px;
}

.margin-b-0 {
  margin-bottom: 0px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-1 {
  width: 1%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-all-0 {
  padding: 0px;
}

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

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-all-5 {
  padding: 5px;
}

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

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

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

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

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

.padding-all-10 {
  padding: 10px;
}

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

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

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

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

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

.padding-all-20 {
  padding: 20px;
}

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

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

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

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

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

.padding-all-30 {
  padding: 30px;
}

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

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

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

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

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

.padding-all-40 {
  padding: 40px;
}

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

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

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

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

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

.padding-all-50 {
  padding: 50px;
}

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

.b-400 {
  font-weight: 400;
}

.b-400 {
  font-weight: 400;
}

.b-400 {
  font-weight: 400;
}

.b-400 {
  font-weight: 400;
}

.b-400 {
  font-weight: 400;
}

.b-400 {
  font-weight: 400;
}

.b-500 {
  font-weight: 500;
}

.b-500 {
  font-weight: 500;
}

.b-500 {
  font-weight: 500;
}

.b-500 {
  font-weight: 500;
}

.b-500 {
  font-weight: 500;
}

.b-500 {
  font-weight: 500;
}

.b-600 {
  font-weight: 600;
}

.b-600 {
  font-weight: 600;
}

.b-600 {
  font-weight: 600;
}

.b-600 {
  font-weight: 600;
}

.b-600 {
  font-weight: 600;
}

.b-600 {
  font-weight: 600;
}

.b-700 {
  font-weight: 700;
}

.b-700 {
  font-weight: 700;
}

.b-700 {
  font-weight: 700;
}

.b-700 {
  font-weight: 700;
}

.b-700 {
  font-weight: 700;
}

.b-700 {
  font-weight: 700;
}

.radius-3px {
  border-radius: 3pxpx;
}

.radius-3px {
  border-radius: 3pxpx;
}

.radius-3px {
  border-radius: 3pxpx;
}

.radius-3px {
  border-radius: 3pxpx;
}

.radius-3px {
  border-radius: 3pxpx;
}

.radius-3px {
  border-radius: 3pxpx;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-1 {
  border: 1px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-2 {
  border: 2px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-3 {
  border: 3px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-4 {
  border: 4px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

.border-5 {
  border: 5px solid #e6e6e9;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 8px;
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-1-mobile {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-1-fullhd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grids.is-1-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-2-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-2-fullhd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grids.is-2-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-3-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-3-fullhd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grids.is-3-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-4-mobile {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-4-fullhd {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grids.is-4-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-5-mobile {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-5-fullhd {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grids.is-5-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-6-mobile {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-6-fullhd {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grids.is-6-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-7-mobile {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-7-tablet {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-7-desktop {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-7-fullhd {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grids.is-7-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-8-mobile {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-8-tablet {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-8-desktop {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-8-fullhd {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grids.is-8-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-9-mobile {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-9-tablet {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-9-desktop {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-9-fullhd {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grids.is-9-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-10-mobile {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-10-tablet {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-10-desktop {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-10-fullhd {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grids.is-10-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-11-mobile {
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-11-tablet {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-11-desktop {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-11-fullhd {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grids.is-11-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-1-mobile {
    grid-column: span 1;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-1-tablet {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-1-desktop {
    grid-column: span 1;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-1-fullhd {
    grid-column: span 1;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-2-mobile {
    grid-column: span 2;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-2-tablet {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-2-desktop {
    grid-column: span 2;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-2-fullhd {
    grid-column: span 2;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-3-mobile {
    grid-column: span 3;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-3-tablet {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-3-desktop {
    grid-column: span 3;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-3-fullhd {
    grid-column: span 3;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-4-mobile {
    grid-column: span 4;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-4-tablet {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-4-desktop {
    grid-column: span 4;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-4-fullhd {
    grid-column: span 4;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-5-mobile {
    grid-column: span 5;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-5-tablet {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-5-desktop {
    grid-column: span 5;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-5-fullhd {
    grid-column: span 5;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-6-mobile {
    grid-column: span 6;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-6-tablet {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-6-desktop {
    grid-column: span 6;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-6-fullhd {
    grid-column: span 6;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-7-mobile {
    grid-column: span 7;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-7-tablet {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-7-desktop {
    grid-column: span 7;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-7-fullhd {
    grid-column: span 7;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-8-mobile {
    grid-column: span 8;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-8-tablet {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-8-desktop {
    grid-column: span 8;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-8-fullhd {
    grid-column: span 8;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-9-mobile {
    grid-column: span 9;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-9-tablet {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-9-desktop {
    grid-column: span 9;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-9-fullhd {
    grid-column: span 9;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-10-mobile {
    grid-column: span 10;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-10-tablet {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-10-desktop {
    grid-column: span 10;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-10-fullhd {
    grid-column: span 10;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-11-mobile {
    grid-column: span 11;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-11-tablet {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-11-desktop {
    grid-column: span 11;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-11-fullhd {
    grid-column: span 11;
  }
}

.grids {
  display: grid;
  width: 100%;
}
@media (max-width: 768px) {
  .grids.is-12-mobile {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-mobile .span-12-mobile {
    grid-column: span 12;
  }
}
@media (min-width: 769px) {
  .grids.is-12-tablet {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-tablet .span-12-tablet {
    grid-column: span 12;
  }
}
@media (min-width: 1024px) {
  .grids.is-12-desktop {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-desktop .span-12-desktop {
    grid-column: span 12;
  }
}
@media (min-width: 1408px) {
  .grids.is-12-fullhd {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grids.is-12-fullhd .span-12-fullhd {
    grid-column: span 12;
  }
}

@media (max-width: 768px) {
  .grids.gap-1-mobile {
    gap: 1px;
  }
}
@media (min-width: 769px) {
  .grids.gap-1-tablet {
    gap: 1px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-1-desktop {
    gap: 1px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-1-fullhd {
    gap: 1px;
  }
}

@media (max-width: 768px) {
  .grids.gap-2-mobile {
    gap: 2px;
  }
}
@media (min-width: 769px) {
  .grids.gap-2-tablet {
    gap: 2px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-2-desktop {
    gap: 2px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-2-fullhd {
    gap: 2px;
  }
}

@media (max-width: 768px) {
  .grids.gap-3-mobile {
    gap: 3px;
  }
}
@media (min-width: 769px) {
  .grids.gap-3-tablet {
    gap: 3px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-3-desktop {
    gap: 3px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-3-fullhd {
    gap: 3px;
  }
}

@media (max-width: 768px) {
  .grids.gap-4-mobile {
    gap: 4px;
  }
}
@media (min-width: 769px) {
  .grids.gap-4-tablet {
    gap: 4px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-4-desktop {
    gap: 4px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-4-fullhd {
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .grids.gap-5-mobile {
    gap: 5px;
  }
}
@media (min-width: 769px) {
  .grids.gap-5-tablet {
    gap: 5px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-5-desktop {
    gap: 5px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-5-fullhd {
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .grids.gap-6-mobile {
    gap: 6px;
  }
}
@media (min-width: 769px) {
  .grids.gap-6-tablet {
    gap: 6px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-6-desktop {
    gap: 6px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-6-fullhd {
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .grids.gap-7-mobile {
    gap: 7px;
  }
}
@media (min-width: 769px) {
  .grids.gap-7-tablet {
    gap: 7px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-7-desktop {
    gap: 7px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-7-fullhd {
    gap: 7px;
  }
}

@media (max-width: 768px) {
  .grids.gap-8-mobile {
    gap: 8px;
  }
}
@media (min-width: 769px) {
  .grids.gap-8-tablet {
    gap: 8px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-8-desktop {
    gap: 8px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-8-fullhd {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .grids.gap-9-mobile {
    gap: 9px;
  }
}
@media (min-width: 769px) {
  .grids.gap-9-tablet {
    gap: 9px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-9-desktop {
    gap: 9px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-9-fullhd {
    gap: 9px;
  }
}

@media (max-width: 768px) {
  .grids.gap-10-mobile {
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .grids.gap-10-tablet {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-10-desktop {
    gap: 10px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-10-fullhd {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .grids.gap-11-mobile {
    gap: 11px;
  }
}
@media (min-width: 769px) {
  .grids.gap-11-tablet {
    gap: 11px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-11-desktop {
    gap: 11px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-11-fullhd {
    gap: 11px;
  }
}

@media (max-width: 768px) {
  .grids.gap-12-mobile {
    gap: 12px;
  }
}
@media (min-width: 769px) {
  .grids.gap-12-tablet {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-12-desktop {
    gap: 12px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-12-fullhd {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .grids.gap-13-mobile {
    gap: 13px;
  }
}
@media (min-width: 769px) {
  .grids.gap-13-tablet {
    gap: 13px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-13-desktop {
    gap: 13px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-13-fullhd {
    gap: 13px;
  }
}

@media (max-width: 768px) {
  .grids.gap-14-mobile {
    gap: 14px;
  }
}
@media (min-width: 769px) {
  .grids.gap-14-tablet {
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-14-desktop {
    gap: 14px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-14-fullhd {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .grids.gap-15-mobile {
    gap: 15px;
  }
}
@media (min-width: 769px) {
  .grids.gap-15-tablet {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-15-desktop {
    gap: 15px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-15-fullhd {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .grids.gap-16-mobile {
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .grids.gap-16-tablet {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-16-desktop {
    gap: 16px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-16-fullhd {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .grids.gap-17-mobile {
    gap: 17px;
  }
}
@media (min-width: 769px) {
  .grids.gap-17-tablet {
    gap: 17px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-17-desktop {
    gap: 17px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-17-fullhd {
    gap: 17px;
  }
}

@media (max-width: 768px) {
  .grids.gap-18-mobile {
    gap: 18px;
  }
}
@media (min-width: 769px) {
  .grids.gap-18-tablet {
    gap: 18px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-18-desktop {
    gap: 18px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-18-fullhd {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .grids.gap-19-mobile {
    gap: 19px;
  }
}
@media (min-width: 769px) {
  .grids.gap-19-tablet {
    gap: 19px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-19-desktop {
    gap: 19px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-19-fullhd {
    gap: 19px;
  }
}

@media (max-width: 768px) {
  .grids.gap-20-mobile {
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .grids.gap-20-tablet {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-20-desktop {
    gap: 20px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-20-fullhd {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .grids.gap-21-mobile {
    gap: 21px;
  }
}
@media (min-width: 769px) {
  .grids.gap-21-tablet {
    gap: 21px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-21-desktop {
    gap: 21px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-21-fullhd {
    gap: 21px;
  }
}

@media (max-width: 768px) {
  .grids.gap-22-mobile {
    gap: 22px;
  }
}
@media (min-width: 769px) {
  .grids.gap-22-tablet {
    gap: 22px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-22-desktop {
    gap: 22px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-22-fullhd {
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .grids.gap-23-mobile {
    gap: 23px;
  }
}
@media (min-width: 769px) {
  .grids.gap-23-tablet {
    gap: 23px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-23-desktop {
    gap: 23px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-23-fullhd {
    gap: 23px;
  }
}

@media (max-width: 768px) {
  .grids.gap-24-mobile {
    gap: 24px;
  }
}
@media (min-width: 769px) {
  .grids.gap-24-tablet {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-24-desktop {
    gap: 24px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-24-fullhd {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .grids.gap-25-mobile {
    gap: 25px;
  }
}
@media (min-width: 769px) {
  .grids.gap-25-tablet {
    gap: 25px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-25-desktop {
    gap: 25px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-25-fullhd {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .grids.gap-26-mobile {
    gap: 26px;
  }
}
@media (min-width: 769px) {
  .grids.gap-26-tablet {
    gap: 26px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-26-desktop {
    gap: 26px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-26-fullhd {
    gap: 26px;
  }
}

@media (max-width: 768px) {
  .grids.gap-27-mobile {
    gap: 27px;
  }
}
@media (min-width: 769px) {
  .grids.gap-27-tablet {
    gap: 27px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-27-desktop {
    gap: 27px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-27-fullhd {
    gap: 27px;
  }
}

@media (max-width: 768px) {
  .grids.gap-28-mobile {
    gap: 28px;
  }
}
@media (min-width: 769px) {
  .grids.gap-28-tablet {
    gap: 28px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-28-desktop {
    gap: 28px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-28-fullhd {
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .grids.gap-29-mobile {
    gap: 29px;
  }
}
@media (min-width: 769px) {
  .grids.gap-29-tablet {
    gap: 29px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-29-desktop {
    gap: 29px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-29-fullhd {
    gap: 29px;
  }
}

@media (max-width: 768px) {
  .grids.gap-30-mobile {
    gap: 30px;
  }
}
@media (min-width: 769px) {
  .grids.gap-30-tablet {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-30-desktop {
    gap: 30px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-30-fullhd {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .grids.gap-31-mobile {
    gap: 31px;
  }
}
@media (min-width: 769px) {
  .grids.gap-31-tablet {
    gap: 31px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-31-desktop {
    gap: 31px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-31-fullhd {
    gap: 31px;
  }
}

@media (max-width: 768px) {
  .grids.gap-32-mobile {
    gap: 32px;
  }
}
@media (min-width: 769px) {
  .grids.gap-32-tablet {
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-32-desktop {
    gap: 32px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-32-fullhd {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .grids.gap-33-mobile {
    gap: 33px;
  }
}
@media (min-width: 769px) {
  .grids.gap-33-tablet {
    gap: 33px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-33-desktop {
    gap: 33px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-33-fullhd {
    gap: 33px;
  }
}

@media (max-width: 768px) {
  .grids.gap-34-mobile {
    gap: 34px;
  }
}
@media (min-width: 769px) {
  .grids.gap-34-tablet {
    gap: 34px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-34-desktop {
    gap: 34px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-34-fullhd {
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .grids.gap-35-mobile {
    gap: 35px;
  }
}
@media (min-width: 769px) {
  .grids.gap-35-tablet {
    gap: 35px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-35-desktop {
    gap: 35px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-35-fullhd {
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .grids.gap-36-mobile {
    gap: 36px;
  }
}
@media (min-width: 769px) {
  .grids.gap-36-tablet {
    gap: 36px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-36-desktop {
    gap: 36px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-36-fullhd {
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .grids.gap-37-mobile {
    gap: 37px;
  }
}
@media (min-width: 769px) {
  .grids.gap-37-tablet {
    gap: 37px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-37-desktop {
    gap: 37px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-37-fullhd {
    gap: 37px;
  }
}

@media (max-width: 768px) {
  .grids.gap-38-mobile {
    gap: 38px;
  }
}
@media (min-width: 769px) {
  .grids.gap-38-tablet {
    gap: 38px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-38-desktop {
    gap: 38px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-38-fullhd {
    gap: 38px;
  }
}

@media (max-width: 768px) {
  .grids.gap-39-mobile {
    gap: 39px;
  }
}
@media (min-width: 769px) {
  .grids.gap-39-tablet {
    gap: 39px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-39-desktop {
    gap: 39px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-39-fullhd {
    gap: 39px;
  }
}

@media (max-width: 768px) {
  .grids.gap-40-mobile {
    gap: 40px;
  }
}
@media (min-width: 769px) {
  .grids.gap-40-tablet {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-40-desktop {
    gap: 40px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-40-fullhd {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .grids.gap-41-mobile {
    gap: 41px;
  }
}
@media (min-width: 769px) {
  .grids.gap-41-tablet {
    gap: 41px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-41-desktop {
    gap: 41px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-41-fullhd {
    gap: 41px;
  }
}

@media (max-width: 768px) {
  .grids.gap-42-mobile {
    gap: 42px;
  }
}
@media (min-width: 769px) {
  .grids.gap-42-tablet {
    gap: 42px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-42-desktop {
    gap: 42px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-42-fullhd {
    gap: 42px;
  }
}

@media (max-width: 768px) {
  .grids.gap-43-mobile {
    gap: 43px;
  }
}
@media (min-width: 769px) {
  .grids.gap-43-tablet {
    gap: 43px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-43-desktop {
    gap: 43px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-43-fullhd {
    gap: 43px;
  }
}

@media (max-width: 768px) {
  .grids.gap-44-mobile {
    gap: 44px;
  }
}
@media (min-width: 769px) {
  .grids.gap-44-tablet {
    gap: 44px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-44-desktop {
    gap: 44px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-44-fullhd {
    gap: 44px;
  }
}

@media (max-width: 768px) {
  .grids.gap-45-mobile {
    gap: 45px;
  }
}
@media (min-width: 769px) {
  .grids.gap-45-tablet {
    gap: 45px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-45-desktop {
    gap: 45px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-45-fullhd {
    gap: 45px;
  }
}

@media (max-width: 768px) {
  .grids.gap-46-mobile {
    gap: 46px;
  }
}
@media (min-width: 769px) {
  .grids.gap-46-tablet {
    gap: 46px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-46-desktop {
    gap: 46px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-46-fullhd {
    gap: 46px;
  }
}

@media (max-width: 768px) {
  .grids.gap-47-mobile {
    gap: 47px;
  }
}
@media (min-width: 769px) {
  .grids.gap-47-tablet {
    gap: 47px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-47-desktop {
    gap: 47px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-47-fullhd {
    gap: 47px;
  }
}

@media (max-width: 768px) {
  .grids.gap-48-mobile {
    gap: 48px;
  }
}
@media (min-width: 769px) {
  .grids.gap-48-tablet {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-48-desktop {
    gap: 48px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-48-fullhd {
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .grids.gap-49-mobile {
    gap: 49px;
  }
}
@media (min-width: 769px) {
  .grids.gap-49-tablet {
    gap: 49px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-49-desktop {
    gap: 49px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-49-fullhd {
    gap: 49px;
  }
}

@media (max-width: 768px) {
  .grids.gap-50-mobile {
    gap: 50px;
  }
}
@media (min-width: 769px) {
  .grids.gap-50-tablet {
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-50-desktop {
    gap: 50px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-50-fullhd {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .grids.gap-51-mobile {
    gap: 51px;
  }
}
@media (min-width: 769px) {
  .grids.gap-51-tablet {
    gap: 51px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-51-desktop {
    gap: 51px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-51-fullhd {
    gap: 51px;
  }
}

@media (max-width: 768px) {
  .grids.gap-52-mobile {
    gap: 52px;
  }
}
@media (min-width: 769px) {
  .grids.gap-52-tablet {
    gap: 52px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-52-desktop {
    gap: 52px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-52-fullhd {
    gap: 52px;
  }
}

@media (max-width: 768px) {
  .grids.gap-53-mobile {
    gap: 53px;
  }
}
@media (min-width: 769px) {
  .grids.gap-53-tablet {
    gap: 53px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-53-desktop {
    gap: 53px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-53-fullhd {
    gap: 53px;
  }
}

@media (max-width: 768px) {
  .grids.gap-54-mobile {
    gap: 54px;
  }
}
@media (min-width: 769px) {
  .grids.gap-54-tablet {
    gap: 54px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-54-desktop {
    gap: 54px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-54-fullhd {
    gap: 54px;
  }
}

@media (max-width: 768px) {
  .grids.gap-55-mobile {
    gap: 55px;
  }
}
@media (min-width: 769px) {
  .grids.gap-55-tablet {
    gap: 55px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-55-desktop {
    gap: 55px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-55-fullhd {
    gap: 55px;
  }
}

@media (max-width: 768px) {
  .grids.gap-56-mobile {
    gap: 56px;
  }
}
@media (min-width: 769px) {
  .grids.gap-56-tablet {
    gap: 56px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-56-desktop {
    gap: 56px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-56-fullhd {
    gap: 56px;
  }
}

@media (max-width: 768px) {
  .grids.gap-57-mobile {
    gap: 57px;
  }
}
@media (min-width: 769px) {
  .grids.gap-57-tablet {
    gap: 57px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-57-desktop {
    gap: 57px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-57-fullhd {
    gap: 57px;
  }
}

@media (max-width: 768px) {
  .grids.gap-58-mobile {
    gap: 58px;
  }
}
@media (min-width: 769px) {
  .grids.gap-58-tablet {
    gap: 58px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-58-desktop {
    gap: 58px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-58-fullhd {
    gap: 58px;
  }
}

@media (max-width: 768px) {
  .grids.gap-59-mobile {
    gap: 59px;
  }
}
@media (min-width: 769px) {
  .grids.gap-59-tablet {
    gap: 59px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-59-desktop {
    gap: 59px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-59-fullhd {
    gap: 59px;
  }
}

@media (max-width: 768px) {
  .grids.gap-60-mobile {
    gap: 60px;
  }
}
@media (min-width: 769px) {
  .grids.gap-60-tablet {
    gap: 60px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-60-desktop {
    gap: 60px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-60-fullhd {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .grids.gap-61-mobile {
    gap: 61px;
  }
}
@media (min-width: 769px) {
  .grids.gap-61-tablet {
    gap: 61px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-61-desktop {
    gap: 61px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-61-fullhd {
    gap: 61px;
  }
}

@media (max-width: 768px) {
  .grids.gap-62-mobile {
    gap: 62px;
  }
}
@media (min-width: 769px) {
  .grids.gap-62-tablet {
    gap: 62px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-62-desktop {
    gap: 62px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-62-fullhd {
    gap: 62px;
  }
}

@media (max-width: 768px) {
  .grids.gap-63-mobile {
    gap: 63px;
  }
}
@media (min-width: 769px) {
  .grids.gap-63-tablet {
    gap: 63px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-63-desktop {
    gap: 63px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-63-fullhd {
    gap: 63px;
  }
}

@media (max-width: 768px) {
  .grids.gap-64-mobile {
    gap: 64px;
  }
}
@media (min-width: 769px) {
  .grids.gap-64-tablet {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-64-desktop {
    gap: 64px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-64-fullhd {
    gap: 64px;
  }
}

@media (max-width: 768px) {
  .grids.gap-65-mobile {
    gap: 65px;
  }
}
@media (min-width: 769px) {
  .grids.gap-65-tablet {
    gap: 65px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-65-desktop {
    gap: 65px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-65-fullhd {
    gap: 65px;
  }
}

@media (max-width: 768px) {
  .grids.gap-66-mobile {
    gap: 66px;
  }
}
@media (min-width: 769px) {
  .grids.gap-66-tablet {
    gap: 66px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-66-desktop {
    gap: 66px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-66-fullhd {
    gap: 66px;
  }
}

@media (max-width: 768px) {
  .grids.gap-67-mobile {
    gap: 67px;
  }
}
@media (min-width: 769px) {
  .grids.gap-67-tablet {
    gap: 67px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-67-desktop {
    gap: 67px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-67-fullhd {
    gap: 67px;
  }
}

@media (max-width: 768px) {
  .grids.gap-68-mobile {
    gap: 68px;
  }
}
@media (min-width: 769px) {
  .grids.gap-68-tablet {
    gap: 68px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-68-desktop {
    gap: 68px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-68-fullhd {
    gap: 68px;
  }
}

@media (max-width: 768px) {
  .grids.gap-69-mobile {
    gap: 69px;
  }
}
@media (min-width: 769px) {
  .grids.gap-69-tablet {
    gap: 69px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-69-desktop {
    gap: 69px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-69-fullhd {
    gap: 69px;
  }
}

@media (max-width: 768px) {
  .grids.gap-70-mobile {
    gap: 70px;
  }
}
@media (min-width: 769px) {
  .grids.gap-70-tablet {
    gap: 70px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-70-desktop {
    gap: 70px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-70-fullhd {
    gap: 70px;
  }
}

@media (max-width: 768px) {
  .grids.gap-71-mobile {
    gap: 71px;
  }
}
@media (min-width: 769px) {
  .grids.gap-71-tablet {
    gap: 71px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-71-desktop {
    gap: 71px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-71-fullhd {
    gap: 71px;
  }
}

@media (max-width: 768px) {
  .grids.gap-72-mobile {
    gap: 72px;
  }
}
@media (min-width: 769px) {
  .grids.gap-72-tablet {
    gap: 72px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-72-desktop {
    gap: 72px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-72-fullhd {
    gap: 72px;
  }
}

@media (max-width: 768px) {
  .grids.gap-73-mobile {
    gap: 73px;
  }
}
@media (min-width: 769px) {
  .grids.gap-73-tablet {
    gap: 73px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-73-desktop {
    gap: 73px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-73-fullhd {
    gap: 73px;
  }
}

@media (max-width: 768px) {
  .grids.gap-74-mobile {
    gap: 74px;
  }
}
@media (min-width: 769px) {
  .grids.gap-74-tablet {
    gap: 74px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-74-desktop {
    gap: 74px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-74-fullhd {
    gap: 74px;
  }
}

@media (max-width: 768px) {
  .grids.gap-75-mobile {
    gap: 75px;
  }
}
@media (min-width: 769px) {
  .grids.gap-75-tablet {
    gap: 75px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-75-desktop {
    gap: 75px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-75-fullhd {
    gap: 75px;
  }
}

@media (max-width: 768px) {
  .grids.gap-76-mobile {
    gap: 76px;
  }
}
@media (min-width: 769px) {
  .grids.gap-76-tablet {
    gap: 76px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-76-desktop {
    gap: 76px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-76-fullhd {
    gap: 76px;
  }
}

@media (max-width: 768px) {
  .grids.gap-77-mobile {
    gap: 77px;
  }
}
@media (min-width: 769px) {
  .grids.gap-77-tablet {
    gap: 77px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-77-desktop {
    gap: 77px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-77-fullhd {
    gap: 77px;
  }
}

@media (max-width: 768px) {
  .grids.gap-78-mobile {
    gap: 78px;
  }
}
@media (min-width: 769px) {
  .grids.gap-78-tablet {
    gap: 78px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-78-desktop {
    gap: 78px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-78-fullhd {
    gap: 78px;
  }
}

@media (max-width: 768px) {
  .grids.gap-79-mobile {
    gap: 79px;
  }
}
@media (min-width: 769px) {
  .grids.gap-79-tablet {
    gap: 79px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-79-desktop {
    gap: 79px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-79-fullhd {
    gap: 79px;
  }
}

@media (max-width: 768px) {
  .grids.gap-80-mobile {
    gap: 80px;
  }
}
@media (min-width: 769px) {
  .grids.gap-80-tablet {
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-80-desktop {
    gap: 80px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-80-fullhd {
    gap: 80px;
  }
}

@media (max-width: 768px) {
  .grids.gap-81-mobile {
    gap: 81px;
  }
}
@media (min-width: 769px) {
  .grids.gap-81-tablet {
    gap: 81px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-81-desktop {
    gap: 81px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-81-fullhd {
    gap: 81px;
  }
}

@media (max-width: 768px) {
  .grids.gap-82-mobile {
    gap: 82px;
  }
}
@media (min-width: 769px) {
  .grids.gap-82-tablet {
    gap: 82px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-82-desktop {
    gap: 82px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-82-fullhd {
    gap: 82px;
  }
}

@media (max-width: 768px) {
  .grids.gap-83-mobile {
    gap: 83px;
  }
}
@media (min-width: 769px) {
  .grids.gap-83-tablet {
    gap: 83px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-83-desktop {
    gap: 83px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-83-fullhd {
    gap: 83px;
  }
}

@media (max-width: 768px) {
  .grids.gap-84-mobile {
    gap: 84px;
  }
}
@media (min-width: 769px) {
  .grids.gap-84-tablet {
    gap: 84px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-84-desktop {
    gap: 84px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-84-fullhd {
    gap: 84px;
  }
}

@media (max-width: 768px) {
  .grids.gap-85-mobile {
    gap: 85px;
  }
}
@media (min-width: 769px) {
  .grids.gap-85-tablet {
    gap: 85px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-85-desktop {
    gap: 85px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-85-fullhd {
    gap: 85px;
  }
}

@media (max-width: 768px) {
  .grids.gap-86-mobile {
    gap: 86px;
  }
}
@media (min-width: 769px) {
  .grids.gap-86-tablet {
    gap: 86px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-86-desktop {
    gap: 86px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-86-fullhd {
    gap: 86px;
  }
}

@media (max-width: 768px) {
  .grids.gap-87-mobile {
    gap: 87px;
  }
}
@media (min-width: 769px) {
  .grids.gap-87-tablet {
    gap: 87px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-87-desktop {
    gap: 87px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-87-fullhd {
    gap: 87px;
  }
}

@media (max-width: 768px) {
  .grids.gap-88-mobile {
    gap: 88px;
  }
}
@media (min-width: 769px) {
  .grids.gap-88-tablet {
    gap: 88px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-88-desktop {
    gap: 88px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-88-fullhd {
    gap: 88px;
  }
}

@media (max-width: 768px) {
  .grids.gap-89-mobile {
    gap: 89px;
  }
}
@media (min-width: 769px) {
  .grids.gap-89-tablet {
    gap: 89px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-89-desktop {
    gap: 89px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-89-fullhd {
    gap: 89px;
  }
}

@media (max-width: 768px) {
  .grids.gap-90-mobile {
    gap: 90px;
  }
}
@media (min-width: 769px) {
  .grids.gap-90-tablet {
    gap: 90px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-90-desktop {
    gap: 90px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-90-fullhd {
    gap: 90px;
  }
}

@media (max-width: 768px) {
  .grids.gap-91-mobile {
    gap: 91px;
  }
}
@media (min-width: 769px) {
  .grids.gap-91-tablet {
    gap: 91px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-91-desktop {
    gap: 91px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-91-fullhd {
    gap: 91px;
  }
}

@media (max-width: 768px) {
  .grids.gap-92-mobile {
    gap: 92px;
  }
}
@media (min-width: 769px) {
  .grids.gap-92-tablet {
    gap: 92px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-92-desktop {
    gap: 92px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-92-fullhd {
    gap: 92px;
  }
}

@media (max-width: 768px) {
  .grids.gap-93-mobile {
    gap: 93px;
  }
}
@media (min-width: 769px) {
  .grids.gap-93-tablet {
    gap: 93px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-93-desktop {
    gap: 93px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-93-fullhd {
    gap: 93px;
  }
}

@media (max-width: 768px) {
  .grids.gap-94-mobile {
    gap: 94px;
  }
}
@media (min-width: 769px) {
  .grids.gap-94-tablet {
    gap: 94px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-94-desktop {
    gap: 94px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-94-fullhd {
    gap: 94px;
  }
}

@media (max-width: 768px) {
  .grids.gap-95-mobile {
    gap: 95px;
  }
}
@media (min-width: 769px) {
  .grids.gap-95-tablet {
    gap: 95px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-95-desktop {
    gap: 95px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-95-fullhd {
    gap: 95px;
  }
}

@media (max-width: 768px) {
  .grids.gap-96-mobile {
    gap: 96px;
  }
}
@media (min-width: 769px) {
  .grids.gap-96-tablet {
    gap: 96px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-96-desktop {
    gap: 96px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-96-fullhd {
    gap: 96px;
  }
}

@media (max-width: 768px) {
  .grids.gap-97-mobile {
    gap: 97px;
  }
}
@media (min-width: 769px) {
  .grids.gap-97-tablet {
    gap: 97px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-97-desktop {
    gap: 97px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-97-fullhd {
    gap: 97px;
  }
}

@media (max-width: 768px) {
  .grids.gap-98-mobile {
    gap: 98px;
  }
}
@media (min-width: 769px) {
  .grids.gap-98-tablet {
    gap: 98px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-98-desktop {
    gap: 98px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-98-fullhd {
    gap: 98px;
  }
}

@media (max-width: 768px) {
  .grids.gap-99-mobile {
    gap: 99px;
  }
}
@media (min-width: 769px) {
  .grids.gap-99-tablet {
    gap: 99px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-99-desktop {
    gap: 99px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-99-fullhd {
    gap: 99px;
  }
}

@media (max-width: 768px) {
  .grids.gap-100-mobile {
    gap: 100px;
  }
}
@media (min-width: 769px) {
  .grids.gap-100-tablet {
    gap: 100px;
  }
}
@media (min-width: 1024px) {
  .grids.gap-100-desktop {
    gap: 100px;
  }
}
@media (min-width: 1408px) {
  .grids.gap-100-fullhd {
    gap: 100px;
  }
}

.more-btn {
  text-align: center;
  pointer-events: none;
  user-select: none;
}
.more-btn span {
  background-color: #ffc200;
  color: #1c1c25;
  display: block;
  padding: 10px 20px;
}
.more-btn.fullwidth {
  min-width: 100%;
}
.more-btn.no-bg span {
  background-color: transparent !important;
}

.v3dp__elements button.selected span {
  background-color: #2558e8 !important;
  color: #fff !important;
}

.v3dp__elements button:hover span {
  background-color: #2558e8 !important;
  color: #fff !important;
}

.select-date-picker-container {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.select-date-picker-container i {
  margin-left: 10px;
  color: #808080;
}

.control.fullwidth .v3dp__datepicker {
  width: 100%;
}
.control .v3dp__datepicker {
  width: 100%;
}
.control .v3dp__datepicker .v3dp__input_wrapper {
  position: relative;
}
.control .v3dp__datepicker .v3dp__input_wrapper input {
  padding-right: 60px !important;
}
.control .v3dp__datepicker .v3dp__input_wrapper input.has-icon::before {
  display: block;
  content: "\f073" !important;
  font-family: "Font Awesome 6 Pro";
}
.control .v3dp__datepicker .v3dp__input_wrapper .v3dp__clearable {
  width: 50px;
  height: 100%;
  position: absolute !important;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.control .v3dp__datepicker .v3dp__input_wrapper .v3dp__clearable i {
  color: red;
  font-style: normal;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control .v3dp__datepicker .v3dp__input_wrapper .v3dp__clearable i::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  color: #f71735 !important;
}

.modal-page {
  position: absolute;
  left: 280px;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 888;
  overflow-x: hidden;
}
.modal-page .modal-page-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.modal-page .modal-page-content {
  background-color: #fff;
  z-index: 888;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-page .modal-page-content .modal-page-header {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 777;
  padding: 10px 30px;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start .page-title {
  font-size: var(--lg-font);
  font-weight: 700 !important;
  margin: 0;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start a.add-button {
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start a.add-button i {
  color: #fff;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input {
  width: 100%;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .page-title {
  position: absolute;
  z-index: 2;
  margin: 0;
  pointer-events: none;
  font-size: var(--lg-font);
  color: var(--grey-color) !important;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-photo label {
  cursor: pointer;
  margin-right: 10px;
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  border-radius: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background-color: var(--light-grey-color);
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-photo label img {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  object-fit: cover;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-photo label input {
  display: none;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input {
  width: 100%;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input input {
  width: 100%;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input input.focus {
  background-color: transparent !important;
  border-width: 0 !important;
  color: var(--primary-color) !important;
  padding: 0;
  border-radius: 0;
  font-size: var(--lg-font);
  font-weight: 700;
  height: auto;
  z-index: 0 !important;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input input.focus:focus {
  z-index: 999 !important;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input input.focus:valid {
  z-index: 999 !important;
}
.modal-page .modal-page-content .modal-page-header .modal-page-header-start.title-input .employee-name-input span {
  white-space: nowrap;
}
.modal-page .modal-page-content .modal-page-header .page-header-end {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  gap: 10px;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field {
  display: flex;
  align-items: center;
  background-color: var(--light-grey-color);
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .icon {
  padding-left: 10px;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .icon i {
  color: var(--grey-color) !important;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .input {
  border: none !important;
}
.modal-page .modal-page-content .modal-page-header .page-header-end a {
  cursor: pointer;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field {
  display: flex;
  align-items: center;
  background-color: var(--light-grey-color);
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .icon {
  padding-left: 10px;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .icon i {
  color: var(--grey-color) !important;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .search-field .input {
  border: none !important;
}
.modal-page .modal-page-content .modal-page-header .page-header-end .bottons {
  display: flex;
  gap: 10px;
}
.modal-page .modal-page-content .modal-page-body {
  padding: 30px;
  flex-grow: 1;
  height: 100%;
}
.modal-page .modal-page-content .modal-page-footer {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  z-index: 9;
  margin-left: auto;
  padding: 10px 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
}
.modal-page .modal-page-content .modal-page-footer .modal-page-footer-end span {
  color: var(--grey-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid var(--grey-color);
  padding: 3px 10px;
  border-radius: 3px;
  transition: all ease-in-out 0.3s;
}
.modal-page .modal-page-content .modal-page-footer .modal-page-footer-end span:hover {
  border-color: var(--alert-color);
  background-color: var(--alert-color);
  color: #fff !important;
}
.modal-page .modal-page-content .modal-page-footer .modal-page-footer-end span.alert {
  color: var(--alert-color);
  border: 1px solid var(--alert-color);
}
.modal-page .modal-page-content .modal-page-footer .modal-page-footer-end span i {
  margin-right: 5px;
}

.scrollable-auto {
  overflow-y: auto !important;
}

:root {
  --font: Roboto, Nuanta, sans-serif !important;
  --border-radius: 6px;
}

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