/*!
Theme Name: zf8mnl
Theme URI: #
Version: 6.8.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zf8mnl
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FFD700;
  --primary-btn-bg: #8B008B;
  --secondary-btn-bg: #ADFF2F;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #8B008B;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #2F4F4F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FFD700;
  --table-text-color: #333333;

  --body-bg-color: #000000;
  --card-bg-color: #333333;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 68%;
  --banner-padding: 208.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #4B0082;
  --banner-text-color: #ffffff;

  --container-max-width: 1208px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 27px;
  --py-2: 76px;
  --py-3: 62px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 101px;
  --menu-margin: 0;

  --animation-duration: 883ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #cccccc;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.wraper_vhyzlotjw {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head_zbvudntfw {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(139,0,139,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .h_xcaznowht {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .head_ytegasfkd {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top_slmibkurp {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top_slmibkurp:hover {
        color: var(--primary-btn-bg);
      }


      .h_tulzpanbf {
        display: flex;
        gap: 10px;
      }

      .head_whagxyjqb {
        display: none;
      }
    

@media (max-width: 1024px) {
  .head_ytegasfkd {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .top_slmibkurp {
    padding: 10px 0;
    display: block;
  }

  .head_ytegasfkd.active {
    opacity: 1;
    visibility: visible;
  }

  .head_whagxyjqb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head_whagxyjqb span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head_whagxyjqb.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head_whagxyjqb.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand_hjxubdpqt {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand_hjxubdpqt img {
  max-height: 80px;
}

.primary_mokhxflzc,
.sec_xfrmjsuia {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.primary_mokhxflzc {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_mokhxflzc:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_xfrmjsuia {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_xfrmjsuia:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_vnxhbeqzt{
  position: relative;
}
.f_vnxhbeqzt * {
  z-index: 1;
  position: relative;
}


      .txt_ohzpbkmsq > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #8b008b 0%, #570057 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .txt_ohzpbkmsq > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt_ohzpbkmsq > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .partners_ukrcafdvz {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .partners_ukrcafdvz a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .partners_ukrcafdvz a:hover {
      opacity: .7;
    }

    .lks__title_pkndiajtc {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_vnxhbeqzt {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .foot_pitfezxmw {
      max-width: 1280px;
      margin: 0 auto;
    }

    .f_nybouakzv {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f_eiumwrtxj {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f_eiumwrtxj:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .f_qfkcwgzxb {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .foot_csnvqxrwj {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .f_nybouakzv {
        gap: 16px;
      }
    }
    


        .f_vnxhbeqzt:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-size: 120px 120px;
            background-image:  repeating-linear-gradient(0deg, #000000, #000000 2.6px, #437070 2.6px, #437070);
            
        }
        

.f_nybouakzv li:empty {
  display: none;
}

.b_sekhcztyx {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b_sekhcztyx {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.b_sekhcztyx svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_nkyxdrtqp{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr_fdhcjetkz {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.tbl_lcydqoxzk{
  overflow-x: auto;
  width: 100%;
}

.txt_ohzpbkmsq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_ohzpbkmsq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_ohzpbkmsq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_ohzpbkmsq ul {
  list-style: none;
}

.txt_ohzpbkmsq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_ohzpbkmsq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_ohzpbkmsq ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .txt_ohzpbkmsq ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt_ohzpbkmsq ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #8b008b 0%, #3d003d 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #8B008B;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .txt_ohzpbkmsq table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid #d9d9d9;
        overflow: hidden;
      }

      .txt_ohzpbkmsq table thead {
        background-color: #fafafa;
      }

      .txt_ohzpbkmsq table thead tr {
        border-bottom: 1px solid #d9d9d9;
      }

      .txt_ohzpbkmsq table th {
        padding: 24px 32px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt_ohzpbkmsq table tbody tr {
        border-bottom: 1px solid #d9d9d9;
        transition: background-color 0.2s ease;
      }

      .txt_ohzpbkmsq table tbody tr:last-child {
        border-bottom: none;
      }

      .txt_ohzpbkmsq table tbody tr:hover {
        background-color: #fcfcfc;
      }

      .txt_ohzpbkmsq table td {
        padding: 18px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .txt_ohzpbkmsq table td:first-child {
        font-weight: 500;
      }
    

.txt_ohzpbkmsq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog_gzhkyiujr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts_ycgtrzqsw {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_lhgctwsiy {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_lhgctwsiy .column_sadmiqpjc:first-child {
        order: 1;
      }

      .texted_lhgctwsiy .column_sadmiqpjc:last-child {
        order: 2;
      }

      .texted_lhgctwsiy h2 {
        margin-top: 0;
      }

      .texted_lhgctwsiy figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .texted_lhgctwsiy figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .texted_lhgctwsiy img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .texted_lhgctwsiy {
          grid-template-columns: 1fr;
        }

        .texted_lhgctwsiy .column_sadmiqpjc:first-child {
          order: 1;
        }

        .texted_lhgctwsiy .column_sadmiqpjc:last-child {
          order: 2;
        }
      }
    

.tb_xoblurwze {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tb_xoblurwze p,
.tb_xoblurwze h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb_xoblurwze table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb_xoblurwze table td,
.tb_xoblurwze table th {
  border: 0;
}

.tb_xoblurwze table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb_xoblurwze tr:last-child {
  border-bottom: 0;
}

.tb_xoblurwze h2 {
  margin-top: 0;
}

/*
.blocks_smzypxobq {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.invert_otjqwvzbx {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .invert_otjqwvzbx{
      background: rgba(139,0,139,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(139,0,139,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.invert_otjqwvzbx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_nkyxdrtqp{
    flex-direction: column;
  }

  .hr_fdhcjetkz {
    width: 100%;
  }

  .tb_xoblurwze {
    padding: var(--py);
  }

  .invert_otjqwvzbx {
    padding: var(--py);
  }
}

.map_qkfbwxrvi{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.map_qkfbwxrvi a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.map_qkfbwxrvi a:hover {
  color: var(--primary-btn-bg);
}
.map_qkfbwxrvi h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr_ljnbufzdq {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form_qkeljdzmg {
      display: flex;
      flex-direction: column;
    }

    .form_ztuadsfyr, .fr_cnaijlmud {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .form_ztuadsfyr:focus, .fr_cnaijlmud:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_cnaijlmud {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_ljnbufzdq button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr_ljnbufzdq button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_ljnbufzdq {
        max-width: 100%;
        gap: 15px;
      }

      .form_ztuadsfyr, .fr_cnaijlmud {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .b_sekhcztyx {
            position: relative;
            padding: 125px var(--py) 160px;
            background-color: #000000;
            overflow: hidden;
        }

        .hero_wqpiaovze {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .b_ovxyisctp {
            position: absolute;
            top: 27%;
            left: 45%;
            width: 507px;
            height: 520px;
            background: radial-gradient(circle, rgba(139, 0, 139, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(71px);
        }

        .b_ovxyisctp:nth-child(2) {
            top: 36%;
            left: 35%;
            width: 417px;
            height: 482px;
            background: radial-gradient(circle, rgba(173, 255, 47, 0.05) 0%, transparent 70%);
        }

        .main_nkyxdrtqp {
            max-width: 937px;
            margin: 0 auto;
        }

        .main_xodyubjtl {
            font-size: clamp(54px, 8vw, 93px);
            color: #ffffff;
            margin-bottom: 31px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .ban_xjmfzlcqb {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.4;
            max-width: 478px;
            margin: 0 auto 38px;
            line-height: 1.6;
            text-align: center;
        }

        .hr_fdhcjetkz {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .b_sekhcztyx {
                padding: 91px var(--py) 110px;
            }

            .main_xodyubjtl {
                font-size: 47px;
            }

            .ban_xjmfzlcqb {
                font-size: 16px;
            }
        }
        


        .card_ajvsfhwzr {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .blocks_smzypxobq {
            background: #333333;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 10px solid #8B008B;
        }

        .blocks_smzypxobq:nth-child(even) {
            border-left-color: #ADFF2F;
            margin-left: 28px;
        }

        .blocks_smzypxobq:nth-child(odd) {
            margin-right: 28px;
        }

        .blocks_smzypxobq::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #8B008B05, #ADFF2F05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .blocks_smzypxobq:hover::before {
            opacity: 1;
        }

        .blocks_smzypxobq:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .blocks_smzypxobq h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .blocks_smzypxobq p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .card_ajvsfhwzr {
                max-width: 100%;
            }

            .blocks_smzypxobq:nth-child(even),
            .blocks_smzypxobq:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        