
    :root {
      --white: #ffffff
    }

    .a-cloned .a-c-cont {
      width: 100%
    }

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: Roboto, sans-serif;
      min-height: 100vh;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden
    }

    *,
    ::after,
    ::before,
    body {
      margin: 0;
      padding: 0;
      box-sizing: border-box
    }

    .ql-align-left {
      text-align: left
    }

    .ql-align-center {
      text-align: center
    }

    .ql-align-right {
      text-align: right
    }

    .ql-align-justify {
      text-align: justify
    }

    .atomicat-interactive-quiz-progress {
      margin: 20px auto;
      padding: 0;
      max-width: 28rem;
      height: 10px;
      overflow: hidden;
      position: relative;
      border-radius: 1rem
    }

    .atomicat-interactive-quiz-progress.atomicat-margin-top-zero {
      margin-top: 0
    }

    .a-txt-extra {
      padding: 1rem;
      border-radius: .375rem;
      line-height: 1.4;
      font-size: 16px;
      font-weight: 400
    }

    .a-txt-timer {
      line-height: 1.25;
      text-align: center;
      padding-left: 1.25rem;
      padding-right: 1.25rem
    }

    .a-txt-extra,
    .a-txt-extra.a-danger {
      color: rgb(185 28 28);
      background-color: rgb(254 226 226)
    }

    .a-txt-extra.a-danger.a-highlight {
      color: rgb(254 242 242);
      background-color: rgb(220 38 38)
    }

    .a-txt-extra.a-info {
      color: rgb(29 78 216);
      background-color: rgb(219 234 254)
    }

    .a-txt-extra.a-info.a-highlight {
      color: rgb(239 246 255);
      background-color: rgb(37 99 235)
    }

    .a-txt-extra.a-success {
      color: rgb(21 128 61);
      background-color: rgb(220 252 231)
    }

    .a-txt-extra.a-success.a-highlight {
      color: rgb(240 253 244);
      background-color: rgb(22 163 74)
    }

    .a-txt-extra.a-warning {
      color: rgb(161 98 7);
      background-color: rgb(254 249 195)
    }

    .a-txt-extra.a-warning.a-highlight {
      color: rgb(66 32 6);
      background-color: rgb(250 204 21)
    }

    .a-txt-extra.a-light {
      color: rgb(63 63 70);
      background-color: rgb(244 244 245)
    }

    .a-txt-extra.a-light.a-highlight {
      color: rgb(250 250 250);
      background-color: rgb(82 82 91)
    }

    .a-hidden {
      display: none
    }

    button {
      border: none;
      outline: 0;
      background: 0 0;
      font-family: "Space Grotesk", sans-serif;
      cursor: pointer
    }

    .atomicat-interactive-quiz-bar-bg {
      opacity: .1;
      width: 100%
    }

    .atomicat-interactive-quiz-bar,
    .atomicat-interactive-quiz-bar-bg {
      height: 100%;
      background: var(--a-g-theme-color, #6495ed);
      transition-duration: .7s;
      position: absolute;
      top: 0;
      left: 0
    }

    a {
      color: inherit;
      text-decoration: inherit
    }

    .atomi-h1 {
      font-size: 36px
    }

    .atomi-h2 {
      font-size: 30px
    }

    .atomi-h3 {
      font-size: 24px
    }

    .atomi-h4 {
      font-size: 20px
    }

    .atomi-h5 {
      font-size: 18px
    }

    .atomi-h6 {
      font-size: 16px
    }

    h1 {
      font-size: 2em
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-weight: inherit
    }

    .a-g-m-t,
    [class*=atomicat-modal-trigger] {
      cursor: pointer
    }

    .atomicat-cursor-pointer {
      cursor: pointer
    }

    .a-o-cont.atomicat-unfold,
    .atomicat-unfold {
      overflow: hidden;
      height: 200px;
      align-items: start;
      position: relative;
      transition: height 4s ease-in-out
    }

    .a-o-cont.atomicat-unfold-transition {
      transition: height .5s ease-in-out
    }

    .a-b-cont {
      word-wrap: break-word
    }

    .atomicat-unfold-button {
      cursor: pointer;
      display: block;
      position: relative;
      z-index: 1;
      background: 0 0;
      border: none;
      padding: 10px;
      text-decoration: underline
    }

    .atomicat-unfold::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(rgba(255, 255, 255, 0), #fff);
      transition: background .5s ease-in-out;
      z-index: 1;
      height: 100%
    }

    .atomicat-ribbon-container {
      --text: 'MOST POPULAR';
      --first-color: #62baea;
      --second-color: #4a98bf;
      position: relative
    }

    .atomicat-ribbon-container .atomicat-ribbon {
      position: absolute;
      top: -10px;
      width: 150px;
      height: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9;
      overflow: hidden
    }

    .a-b-o-cont.atomicat-infinite-entrance-animation,
    .a-e-cont.atomicat-infinite-entrance-animation {
      animation-iteration-count: infinite
    }

    .a-b-o-cont {
      width: 100%;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      max-width: 100%;
      position: relative
    }

    .atomicat-ribbon-top-left {
      left: -10px
    }

    .atomicat-ribbon-top-left::before {
      transform: rotate(-45deg) translateY(-20px)
    }

    .atomicat-ribbon-top-left::after {
      left: 0
    }

    .atomicat-ribbon-top-right {
      right: -10px
    }

    .atomicat-ribbon-top-right::before {
      transform: rotate(45deg) translateY(-20px)
    }

    .atomicat-ribbon-top-right::after {
      right: 0
    }

    .atomicat-ribbon-bottom-left {
      left: -10px;
      bottom: -10px
    }

    .atomicat-ribbon-bottom-left::before {
      transform: rotate(45deg) translateY(-20px)
    }

    .atomicat-ribbon-bottom-left::after {
      left: 0
    }

    .atomicat-ribbon-bottom-right {
      right: -10px;
      bottom: -10px
    }

    .atomicat-ribbon-bottom-right::before {
      transform: rotate(-45deg) translateY(-20px)
    }

    .atomicat-ribbon-bottom-right::after {
      right: 0
    }

    .atomicat-ribbon-container .atomicat-ribbon::before {
      content: var(--text);
      position: absolute;
      width: 150%;
      height: 40px;
      background: var(--first-color);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      letter-spacing: .1em;
      box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .atomicat-ribbon-container .atomicat-ribbon::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 10px;
      height: 10px;
      background: var(--second-color);
      z-index: -1;
      box-shadow: 140px -140px var(--second-color)
    }

    .atomicat-marquee {
      position: relative;
      display: flex
    }

    .atomicat-overflow-hidden {
      overflow: hidden
    }

    .atomicat-marquee-content {
      flex-shrink: 0;
      display: flex;
      justify-content: space-around;
      min-width: 100%
    }

    .atomicat-enable-animation .atomicat-marquee-content {
      animation: atomicat-marquee-animation 10s linear infinite
    }

    .atomicat-marquee-reverse .atomicat-marquee-content {
      animation-direction: reverse
    }

    .atomicat-marquee-alternate .atomicat-marquee-content {
      animation-direction: alternate
    }

    .atomicat-marquee-pause:hover .atomicat-marquee-content {
      animation-play-state: paused
    }

    @keyframes atomicat-marquee-animation {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-100%)
      }
    }

    .fadeIn {
      animation: fadeIn 1s ease-in-out
    }

    @keyframes fadeIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    .fadeInUp {
      animation: fadeInUp 1s ease-in-out
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .fadeInDown {
      animation: fadeInDown 1s ease-in-out
    }

    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-20px)
      }

      to {
        opacity: 1;
        transform: translateY(0)
      }
    }

    .fadeInLeft {
      animation: fadeInLeft 1s ease-in-out
    }

    @keyframes fadeInLeft {
      from {
        opacity: 0;
        transform: translateX(-20px)
      }

      to {
        opacity: 1;
        transform: translateX(0)
      }
    }

    .fadeInRight {
      animation: fadeInRight 1s ease-in-out
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        transform: translateX(20px)
      }

      to {
        opacity: 1;
        transform: translateX(0)
      }
    }

    .zoomIn {
      animation: zoomIn 1s ease-in-out
    }

    @keyframes zoomIn {
      from {
        opacity: 0;
        transform: scale(.5)
      }

      to {
        opacity: 1;
        transform: scale(1)
      }
    }

    .bounceIn {
      animation: bounceIn 1s ease-in-out
    }

    @keyframes bounceIn {
      0% {
        opacity: 0;
        transform: scale(.3)
      }

      50% {
        opacity: 1;
        transform: scale(1.05)
      }

      70% {
        transform: scale(.9)
      }

      100% {
        transform: scale(1)
      }
    }

    .swing {
      animation: swing 1s ease-in-out
    }

    @keyframes swing {
      20% {
        transform: rotate(15deg)
      }

      40% {
        transform: rotate(-10deg)
      }

      60% {
        transform: rotate(5deg)
      }

      80% {
        transform: rotate(-5deg)
      }

      100% {
        transform: rotate(0)
      }
    }

    .a-html-ele {
      width: 18px;
      height: 18px
    }

    .atomicat-page {
      background-color: red
    }

    .a-g-s-h,
    .atomicat-heading-title {
      font-family: Poppins, sans-serif
    }

    .a-g-s-t,
    .atomicat-heading-title>span,
    .atomicat-text,
    .atomicat-text>span {
      font-family: Roboto, sans-serif
    }

    .a-e-cont.a-btn>.a-btn,
    .a-g-s-b {
      font-family: Montserrat, sans-serif
    }

    .atomicat-fullheight {
      height: 100%
    }

    .atomicat-disable-selection {
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      cursor: default
    }

    .atomicat-hidden {
      display: none
    }

    .a-r {
      position: relative
    }

    .a-r .atomicat-hidden,
    .atomicat-hidden.a-i-e-cont,
    .atomicat-hidden.a-r {
      display: none
    }

    .atomicat-chosen-option {
      background: #ff0
    }

    .atomicat-fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20
    }

    .flex-row {
      display: flex
    }

    .flex-row-reverse {
      flex-direction: row-reverse
    }

    .flex-column-reverse {
      flex-direction: column-reverse
    }

    .flex-column {
      display: flex;
      flex-direction: column
    }

    .flex-row-all {
      display: flex;
      justify-content: center;
      align-items: center
    }

    .flex-column-all {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center
    }

    .flex-row-reverse {
      flex-direction: row-reverse
    }

    .flex-column-reverse {
      flex-direction: column-reverse
    }

    .flex-row-between {
      display: flex;
      justify-content: space-between;
      align-items: center
    }

    .gap-1 {
      gap: 1rem
    }

    .flex-align-center {
      align-items: center
    }

    .flex-row-center {
      display: flex;
      justify-content: center;
      align-items: center
    }

    .flex-row-align-center {
      display: flex;
      align-items: center
    }

    .a-c-cont {
      max-width: 100%;
      min-width: 0
    }

    .atomicat-custom-embed iframe {
      max-width: 100%;
      width: 100%;
      margin: 0;
      line-height: 1;
      border: none
    }

    .a-c-f-w {
      width: 100%
    }

    .a-e-cont {
      max-width: 100%
    }

    .atomicat-transform-element {
      transform: perspective(var(--atomicat-transform-perspective, 0)) rotate(var(--atomicat-transform-rotate-z, 0)) rotateX(var(--atomicat-transform-rotate-x, 0)) rotateY(var(--atomicat-transform-rotate-y, 0)) translate(var(--atomicat-transform-translate, 0)) translateX(var(--atomicat-transform-translate-x, 0)) translateY(var(--atomicat-transform-translate-y, 0)) scaleX(calc(var(--atomicat-transform-flip-x, 1)* var(--atomicat-transform-scale-x, var(--atomicat-transform-scale, 1)))) scaleY(calc(var(--atomicat-transform-flip-y, 1)* var(--atomicat-transform-scale-y, var(--atomicat-transform-scale, 1)))) skewX(var(--atomicat-transform-skew-x, 0)) skewY(var(--atomicat-transform-skew-y, 0));
      transform-origin: var(--atomicat-transform-origin-y) var(--atomicat-transform-origin-x);
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--atomicat-transform-transition-duration, .4s)
    }

    .a-e-cont.a-gmaps {
      overflow: hidden
    }

    .a-flex {
      display: flex
    }

    .atomicat-emoji {
      width: 65px
    }

    .atomica-emoji-unicode {
      font-size: 65px
    }

    .a-f-c {
      display: flex;
      flex-direction: column
    }

    .a-flex-start {
      align-self: flex-start
    }

    .a-flex-end {
      align-self: flex-end
    }

    .a-flex-center {
      align-self: center
    }

    .a-flex-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%
    }

    .a-o-cont {
      display: flex;
      width: 100%;
      align-items: center;
      max-width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center
    }

    .a-o-cont {
      height: 100%;
      margin: 0 auto
    }

    .a-acc-cont {
      position: relative
    }

    .a-i-e-cont {
      transition: height .5s ease-in-out, background .5s ease-in-out
    }

    .a-o-cont.a-cont-b>.a-cont {
      max-width: 1140px
    }

    .a-o-cont.a-cont-f-w>.a-cont {
      max-width: 100%
    }

    .a-o-cont .a-cont {
      flex-direction: column
    }

    .a-b-cont>.a-o-cont {
      margin: 0 auto
    }

    .atomicat-divider-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 15px 0;
      gap: .5rem
    }

    .atomicat-divider-flex .atomicat-content {
      border-bottom: 2px solid #000;
      width: 50%
    }

    .atomicat-border-bottom {
      border-bottom: 1.5px solid #e6e8ea
    }

    .atomicat-border-top {
      border-top: 1.5px solid #e6e8ea
    }

    .a-cont {
      display: flex;
      margin: 0 auto;
      font-weight: 600;
      min-height: 100%;
      width: 100%
    }

    .atomicat-hidden-tablet {
      display: block
    }

    .atomicat-hidden-mobile {
      display: block
    }

    .atomicat-hidden-desktop {
      display: none
    }

    @media screen and (max-width:1024px) {
      .atomicat-hidden-mobile {
        display: block
      }

      .atomicat-hidden-desktop {
        display: block
      }

      .atomicat-hidden-tablet {
        display: none
      }
    }

    @media screen and (max-width:480px) {
      .a-o-cont.a-cont-b>.a-cont {
        grid-template-columns: repeat(1, 1fr)
      }

      .atomicat-hidden-tablet {
        display: block
      }

      .atomicat-hidden-desktop {
        display: block
      }

      .atomicat-hidden-mobile {
        display: none
      }

      .a-cont {
        flex-wrap: wrap
      }
    }

    @media (min-width:768px) {
      .atomicat-column[data-col="10"] {
        width: 10%
      }

      .atomicat-column[data-col="11"] {
        width: 11.111%
      }

      .atomicat-column[data-col="12"] {
        width: 12.5%
      }

      .atomicat-column[data-col="14"] {
        width: 14.285%
      }

      .atomicat-column[data-col="16"] {
        width: 16.666%
      }

      .atomicat-column[data-col="20"] {
        width: 20%
      }

      .atomicat-column[data-col="25"] {
        width: 25%
      }

      .atomicat-column[data-col="30"] {
        width: 30%
      }

      .atomicat-column[data-col="33"] {
        width: 33.333%
      }

      .atomicat-column[data-col="40"] {
        width: 40%
      }

      .atomicat-column[data-col="50"] {
        width: 50%
      }

      .atomicat-column[data-col="60"] {
        width: 60%
      }

      .atomicat-column[data-col="66"] {
        width: 66.666%
      }

      .atomicat-column[data-col="70"] {
        width: 70%
      }

      .atomicat-column[data-col="75"] {
        width: 75%
      }

      .atomicat-column[data-col="80"] {
        width: 80%
      }

      .atomicat-column[data-col="83"] {
        width: 83.333%
      }

      .atomicat-column[data-col="90"] {
        width: 90%
      }

      .atomicat-column[data-col="100"] {
        width: 100%
      }
    }

    .flexBox {
      display: flex;
      flex-direction: column;
      gap: 8px
    }

    @keyframes atomicat-animation-zoomInOut {

      0%,
      100% {
        transform: scale(1)
      }

      50% {
        transform: scale(var(--a-g-animation-zoom, 1.2))
      }
    }

    @keyframes atomicat-animation-zoomIn {
      from {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
      }
    }

    .a-icl {
      display: flex
    }

    .a-icl-cont.a-i-e-cont {
      width: 100%
    }

    .a-icl-cont .a-icl-list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 8px
    }

    .a-icl-cont .a-icl-list .a-icl-item {
      position: relative;
      display: flex;
      gap: 20px;
      align-items: center;
      width: 100%
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
      color: var(--a-pry-color, #000);
      font-size: 24px
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-cnt {
      color: var(--a-sec-color, #7a7a7a);
      font-size: 16px
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
      transition: all .5s;
      border-top-left-radius: 100%;
      border-top-right-radius: 100%;
      border-bottom-right-radius: 100%;
      border-bottom-left-radius: 100%;
      transition: all .5s;
      display: inline-flex
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
      padding: 10px 10px 10px 10px;
      transition: all .5s;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
    .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
      height: 20px;
      width: 20px;
      position: relative;
      display: block;
      color: var(--a-pry-color, #000)
    }

    .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img {
      width: 60px
    }

    .a-ac .atomicat-content {
      padding: 15px 20px;
      font-weight: 400;
     
      word-break: break-word;
      transition: height .5s ease-in-out
    }

    .a-ac .a-c-text {
      color: var(--a-g-content-color, #000)
    }

    .a-ac .atomicat-svg-container svg {
      height: 14px;
      color: var(--a-g-theme-color, #6ec1e4)
    }

    .a-ac .atomicat-title {
      padding: 15px 20px;
      transition: border-bottom .5s ease-in-out;
      border-bottom: 0 solid transparent;
      display: flex;
      justify-content: space-between;
      align-items: center
    }

    .a-ac .atomicat-title.atomicat-icons-start {
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 1rem
    }

    .a-ac-t {
      cursor: pointer
    }

    .a-ac .atomicat-content-active {
      max-height: 1000rem
    }

    .a-ac .a-c-inactive {
      max-height: 0;
      padding: 0 20px;
      overflow: hidden;
      display: none
    }

    .a-ac-c {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 2px
    }

    .a-ac-i {
      border-radius: 10px;
      background: #f7f8fa;
      overflow: hidden
    }

    .a-ac .atomicat-content .a-img-w {
      display: flex;
      align-items: center;
      justify-content: center
    }

    .a-b-a {
      display: flex;
      flex-direction: row-reverse;
      gap: 5px;
      justify-content: center;
      align-items: center
    }

    .a-b-b {
      display: flex;
      flex-direction: row;
      gap: 5px;
      align-items: center;
      justify-content: center
    }

    .a-e-cont>.a-btn,
    .atomicat-marquee-content>.a-btn {
      background: var(--a-button-bg, var(--a-accent-color, #6495ed));
      padding: 12px;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      transition: background-color .3s ease-in-out, color .3s ease-in-out;
      word-break: break-word;
      color: var(--a-button-color, var(--a-pry-color, #fff));
      border-radius: var(--a-g-round, 1rem);
      align-self: center
    }

    .a-btn svg {
      height: 14px
    }

    .atomicat-tooltip-trigger:hover .atomicat-tooltip {
      opacity: 1;
      z-index: 1;
      cursor: pointer
    }

    .a-c-cont .atomicat-tooltip-trigger {
      overflow: visible;
      position: relative;
      cursor: pointer
    }

    .atomicat-tooltip-trigger:hover .atomicat-tooltip-top {
      animation: atomicat-tooltip-topin .3s linear
    }

    .atomicat-tooltip-trigger:hover .atomicat-tooltip-right {
      animation: atomicat-tooltip-rightin .3s linear
    }

    .atomicat-tooltip-trigger:hover .atomicat-tooltip-bottom {
      animation: atomicat-tooltip-bottomin .3s linear
    }

    .atomicat-tooltip-trigger:hover .atomicat-tooltip-left {
      animation: atomicat-tooltip-leftin .3s linear
    }

    .atomicat-tooltip {
      width: 150px;
      background-color: #555;
      color: #fff;
      animation-duration: .3s;
      opacity: 0;
      display: block;
      color: #fff;
      border-radius: 4px;
      padding: 10px;
      position: absolute;
      z-index: -1;
      line-height: 1.3;
      cursor: pointer;
      text-align: left
    }

    .atomicat-tooltip::after {
      border-width: 5px;
      content: "";
      position: absolute;
      border-style: solid
    }

    .atomicat-tooltip-top {
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 auto 10px auto
    }

    .atomicat-tooltip-top::after {
      top: 100%;
      left: calc(50% - 5px);
      border-top-color: #555;
      margin-top: 0;
      border-color: #000 transparent transparent transparent;
      border-top-color: #555
    }

    .atomicat-tooltip-right {
      top: 50%;
      left: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      margin-left: 10px;
      border-color: transparent #000 transparent transparent
    }

    .atomicat-tooltip-right::after {
      top: calc(50% - 5px);
      right: 100%;
      border-color: transparent #000 transparent transparent;
      border-right-color: #555
    }

    .atomicat-tooltip-bottom {
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 10px auto 0 auto
    }

    .atomicat-tooltip-bottom::after {
      left: calc(50% - 5px);
      margin-top: 0;
      bottom: 100%;
      border-color: transparent transparent #000 transparent;
      border-bottom-color: #555
    }

    .atomicat-tooltip-left {
      top: 50%;
      right: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-right: 10px
    }

    .atomicat-tooltip-left::after {
      top: calc(50% - 5px);
      left: 100%;
      border-color: transparent transparent transparent #000;
      border-left-color: #555
    }

    @keyframes atomicat-tooltip-rightin {
      0% {
        opacity: 0;
        left: 105%
      }

      100% {
        opacity: 1;
        left: 100%
      }
    }

    @keyframes atomicat-tooltip-leftin {
      0% {
        opacity: 0;
        right: 105%
      }

      100% {
        opacity: 1;
        right: 100%
      }
    }

    @keyframes atomicat-tooltip-topin {
      0% {
        opacity: 0;
        bottom: 110%
      }

      100% {
        opacity: 1;
        bottom: 100%
      }
    }

    @keyframes atomicat-tooltip-bottomin {
      0% {
        opacity: 0;
        top: 110%
      }

      100% {
        opacity: 1;
        top: 100%
      }
    }

    .a-video {
      overflow: hidden
    }

    .a-video iframe {
      height: 100%;
      width: 100%
    }

    .a-v-o-c {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden
    }

    .a-v-o {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: all .3s ease
    }

    .a-v-o:hover svg {
      transform: scale(1.1)
    }

    .a-v-p-b {
      width: 80px;
      height: 80px
    }

    @media (max-width:768px) {
      .a-v-p-b {
        width: 60px;
        height: 60px
      }
    }

    .a-img-ele {
      overflow: hidden;
      text-align: center
    }

    .a-img-ele img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      vertical-align: middle
    }

    .atomicat-text * {
      word-break: break-word
    }

    .atomicat-text ul {
      padding-left: revert
    }

    .atomicat-text {
    
      color: var(--a-text-color, var(--a-pry-color, var(--a-g-content-color, inherit)))
    }

    .atomicat-text :is(h1, h2, h3, h4, h5, h6) {
      color: var(--a-heading-color, var(--a-pry-color, var(--a-g-title-color, inherit)))
    }

    .atomicat-text p {
      font-size: 16px;
      font-weight: 400
    }

    

    .atomicat-heading-title h1 {
      font-size: 48px;
      font-weight: 700
    }

    .atomicat-heading-title h2 {
      font-size: 36px;
      font-weight: 600
    }

    .atomicat-heading-title h3 {
      font-size: 24px;
      font-weight: 500
    }

    .atomicat-delay {
      display: none
    }
  

    .a-b-cont {
      overflow: hidden
    }
  

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Inter;
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Lato;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Lato;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w0aXpsog.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w9aXpsog.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w2aXpsog.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w3aXpsog.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
      unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format('woff2');
      unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format('woff2');
      unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');
      unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format('woff2');
      unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format('woff2');
      unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 700;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
      unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
      unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
      unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Poppins;
      font-style: normal;
      font-weight: 600;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmZiArmlw.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmQiArmlw.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmYiArmlw.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmXiArmlw.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVnoiArmlw.woff2) format('woff2');
      unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVn6iArmlw.woff2) format('woff2');
      unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmbiArmlw.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiArmlw.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: Roboto;
      font-style: normal;
      font-weight: 400;
      font-stretch: 100%;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAo.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
      unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
      unicode-range: U+1F00-1FFF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
      unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
      unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 900;
      font-display: swap;
      src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
  

        .atomicat-container-732f1a7>.a-o-cont {
          padding-top: 10px;
          padding-right: 10px;
          padding-bottom: 10px;
          padding-left: 10px
        }

        .atomicat-container-732f1a7>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-732f1a7.a-b-o-cont {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-48bb710 p:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-48bb710 p {
                text-align: center;
                color: #0c2032;
                background-image: unset;
                font-size: 18px;
                font-family: "Open Sans", sans-serif;
                font-weight: 700
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-48bb710 p {
                  font-size: 18px
                }
              }

              .a-c-cont-48bb710>.a-e-cont {
                margin-bottom: 40px
              }
            

              .a-e-cont.atomicat-heading-title-fdc80df h1:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-fdc80df h1 {
                text-align: center;
                color: #62001d;
                background-image: unset;
                font-size: 44px;
                font-family: "Open Sans", sans-serif
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-fdc80df h1 {
                  font-size: 24px
                }
              }
            

              .atomicat-container-9063026>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-9063026.a-b-o-cont {
                margin-bottom: 22px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 27%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-9063026.a-b-o-cont {
                  width: 40%
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-9063026.a-b-o-cont {
                  width: 82%
                }
              }
            

                    @media screen and (max-width:480px) {
                      .a-icl-b3ec6b5.a-icl .a-icl-cont .a-icl-list {
                        gap: 6px
                      }
                    }

                    .a-icl-b3ec6b5.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                      gap: 0
                    }

                    .a-icl-b3ec6b5.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                      font-size: 18px;
                      font-family: Lato, sans-serif;
                      font-weight: 600
                    }

                    @media screen and (max-width:480px) {
                      .a-icl-b3ec6b5.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                        font-size: 16px
                      }
                    }
                  

              .atomicat-container-b7270ea>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-b7270ea.a-b-o-cont {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-b7270ea.a-b-o-cont {
                  width: 100%
                }
              }
            

                    .a-c-cont-74ee032 {
                      width: 100%
                    }
                  

                          [class^="vt-loading"] {
                            box-sizing: border-box;
                            font-family: Arial, Helvetica, sans-serif;
                            text-decoration: none
                          }

                          .vt-loading-wrapper {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            z-index: 99999;
                            background-color: #000;
                            color: #fff;
                            display: flex !important;
                            justify-content: center;
                            align-items: center
                          }

                          .vt-loading-percentage {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            font-size: 18px;
                            font-weight: 600
                          }

                          #smartplayer .vt-loading-percentage {
                            content: "99%"
                          }

                          .vt-loading-android-spinner {
                            width: 80px;
                            aspect-ratio: 1;
                            border-radius: 50%;
                            background: radial-gradient(farthest-side, #E50914 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #E50914);
                            -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
                            animation: vt-loading-android-spinner-animation .75s infinite linear
                          }

                          @keyframes vt-loading-android-spinner-animation {
                            100% {
                              transform: rotate(1turn)
                            }
                          }
                        

        .atomicat-container-6c786e6>.a-o-cont {
          padding-top: 30px;
          padding-bottom: 50px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-6c786e6>.a-o-cont {
            padding-right: 10px;
            padding-left: 10px
          }
        }

        .atomicat-container-6c786e6>.a-o-cont>.a-cont {
          align-items: flex-start;
          column-gap: 20px;
          flex-direction: row;
          row-gap: 20px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-6c786e6>.a-o-cont>.a-cont {
            flex-direction: column
          }
        }

        .a-b-cont .atomicat-container-6c786e6.a-b-o-cont {
          margin-bottom: 0;
          background: 0 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-position: center
        }

        @media screen and (max-width:1024px) {
          .a-b-cont .atomicat-container-6c786e6.a-b-o-cont {
            margin-top: 0
          }
        }
      

              .atomicat-container-e7073d6>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-e7073d6>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .atomicat-container-e7073d6>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-e7073d6.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #fff;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-e7073d6.a-b-o-cont {
                  order: 2;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-e7073d6.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-a1a655a h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-a1a655a h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-a1a655a h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-a1a655a>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-a1a655a>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-8a4bbf6>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-8a4bbf6>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-8a4bbf6>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-8a4bbf6>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-8a4bbf6.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-8a4bbf6.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-ce0ba37>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-ce0ba37.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-ce0ba37.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-ce0ba37.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-b95b52b p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-b95b52b p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-b95b52b p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-b95b52b p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-b95b52b>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-b95b52b>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-64a4a71 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-64a4a71 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-64a4a71 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-64a4a71 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-64a4a71>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-288714c img {
                                  width: 65%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-288714c img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-af30f50>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-af30f50>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-af30f50.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-af30f50.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-af30f50.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-c61ed56>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-c61ed56.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-c61ed56.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-a214bb4 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-a214bb4 p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-a214bb4 p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-a214bb4>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-a214bb4>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-473c36a p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-473c36a p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-473c36a p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-473c36a>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-473c36a>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-c228013 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-c228013 p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-c228013>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-img-ele-2a19803 img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-2a19803 img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-2a19803>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-2a19803>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-3bedad6 img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-3bedad6 img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-3bedad6 img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-394cf27 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-394cf27 p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-394cf27 p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-394cf27>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

              .atomicat-container-abcebe5>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-abcebe5>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .a-e-a-abcebe5 {
                animation: atomicat-animation-zoomInOut 2s 1 linear
              }

              .atomicat-container-abcebe5>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-abcebe5.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #f8e9ed;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-abcebe5.a-b-o-cont {
                  order: 0;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-abcebe5.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-8ebb813 h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-8ebb813 h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-8ebb813 h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-8ebb813>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-8ebb813>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-1993a39>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-1993a39>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-1993a39>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-1993a39>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-1993a39.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-1993a39.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-70dff08>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-70dff08.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-70dff08.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-70dff08.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-0abd9ac p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-0abd9ac p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-0abd9ac p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-0abd9ac p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-0abd9ac>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-0abd9ac>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-a9ddba0 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-a9ddba0 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-a9ddba0 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-a9ddba0 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-a9ddba0>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-8ca3a9f img {
                                  width: 85%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-8ca3a9f img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-8244a7f>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-8244a7f>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-8244a7f.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-8244a7f.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-8244a7f.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-4e96128>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-4e96128.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-4e96128.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-2a498b4 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-2a498b4 p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-2a498b4 p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-2a498b4>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-2a498b4>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-c4a896d p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-c4a896d p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-c4a896d p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-c4a896d>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-c4a896d>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-58350e6 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-58350e6 p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-58350e6>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #0b7135
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #0b7135;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-3ac491e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-3ac491e>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #62001b
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #62001b;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-6063f7a.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-6063f7a>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-img-ele-ea4542f img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-ea4542f img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-ea4542f>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-ea4542f>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-e4ad8c6 img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-e4ad8c6 img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-e4ad8c6 img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-233ea0e p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-233ea0e p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-233ea0e p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-233ea0e>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

              .atomicat-container-b86d6a0>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-b86d6a0>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .atomicat-container-b86d6a0>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-b86d6a0.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #fff;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-b86d6a0.a-b-o-cont {
                  order: 1;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-b86d6a0.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-f02b6aa h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-f02b6aa h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-f02b6aa h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-f02b6aa>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-f02b6aa>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-586f99b>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-586f99b>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-586f99b>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-586f99b>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-586f99b.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-586f99b.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-9f1b7e8>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-9f1b7e8.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-9f1b7e8.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-9f1b7e8.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-1a1d3ed p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-1a1d3ed p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-1a1d3ed p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-1a1d3ed p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-1a1d3ed>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-1a1d3ed>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-522de66 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-522de66 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-522de66 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-522de66 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-522de66>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-7922557 img {
                                  width: 65%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-7922557 img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-64e0600>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-64e0600>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-64e0600.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-64e0600.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-64e0600.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-0e7b680>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-0e7b680.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-0e7b680.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-0ec7021 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-0ec7021 p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-0ec7021 p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-0ec7021>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-0ec7021>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-6948514 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-6948514 p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-6948514 p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-6948514>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-6948514>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-1f85e81 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-1f85e81 p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-1f85e81>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #0b7135
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #0b7135;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-1304f9e.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-1304f9e>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #62001b
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #62001b;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-a342ec9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-a342ec9>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-img-ele-1c1b66a img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-1c1b66a img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-1c1b66a>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-1c1b66a>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-d93e787 img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-d93e787 img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-d93e787 img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-8c1af17 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-8c1af17 p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-8c1af17 p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-8c1af17>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

        .atomicat-container-f3814e8>.a-o-cont {
          padding-top: 20px;
          padding-bottom: 20px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-f3814e8>.a-o-cont {
            padding-right: 10px;
            padding-left: 10px
          }
        }

        @media screen and (max-width:480px) {
          .atomicat-container-f3814e8>.a-o-cont {
            padding-bottom: 0
          }
        }

        .atomicat-container-f3814e8>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-f3814e8.a-b-o-cont {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-btn-05d806e.a-e-cont .a-btn {
                align-self: center;
                background: #00c450;
                padding-top: 16px;
                padding-right: 16px;
                padding-bottom: 16px;
                padding-left: 16px;
                width: 500px;
                border-top-left-radius: 100px;
                border-top-right-radius: 100px;
                border-bottom-right-radius: 100px;
                border-bottom-left-radius: 100px;
                font-size: 24px;
                font-family: Inter, sans-serif
              }

              @media screen and (max-width:480px) {
                .a-btn-05d806e.a-e-cont .a-btn {
                  width: 100%
                }
              }
            

              .a-e-cont.atomicat-heading-title-1abe02d h2:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-1abe02d h2 {
                text-align: center;
                color: #0c2032;
                background-image: unset;
                font-size: 44px;
                font-family: "Roboto Condensed", sans-serif;
                font-weight: 700
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-1abe02d h2 {
                  font-size: 23px
                }
              }

              .a-c-cont-1abe02d>.a-e-cont {
                margin-top: 14px
              }
            

              .a-e-cont.atomicat-heading-title-fe58e5d p:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-fe58e5d p {
                text-align: center;
                font-size: 20px;
                font-family: "Roboto Condensed", sans-serif
              }
            

        .atomicat-container-f83ecf6>.a-o-cont {
          padding-top: 20px;
          padding-right: 10px;
          padding-bottom: 20px;
          padding-left: 10px
        }

        .atomicat-container-f83ecf6>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-f83ecf6.a-b-o-cont {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .atomicat-container-66e4b15>.a-o-cont {
                padding-top: 50px;
                padding-right: 50px;
                padding-bottom: 50px;
                padding-left: 50px
              }

              @media screen and (max-width:480px) {
                .atomicat-container-66e4b15>.a-o-cont {
                  padding-top: 20px;
                  padding-right: 20px;
                  padding-bottom: 20px;
                  padding-left: 20px
                }
              }

              .atomicat-container-66e4b15>.a-o-cont>.a-cont {
                column-gap: 20px;
                flex-direction: row;
                row-gap: 20px
              }

              .a-b-cont .atomicat-container-66e4b15.a-b-o-cont {
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
                border-bottom-left-radius: 20px;
                border-style: solid;
                border-color: rgba(0, 0, 0, .2);
                border-image: unset 1;
                border-top-width: 1px;
                border-right-width: 1px;
                border-bottom-width: 1px;
                border-left-width: 1px;
                background: #f8e9ed;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-66e4b15.a-b-o-cont {
                  width: 100%
                }
              }
            

                    .atomicat-container-4cac719>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-4cac719.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 45%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-4cac719.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-img-ele-37a9f7f img {
                            width: 320px
                          }

                          .a-c-cont-37a9f7f>.a-e-cont {
                            margin-bottom: 30px
                          }
                        

                    .atomicat-container-44dd51f>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-44dd51f.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-44dd51f.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-8a5844b p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-8a5844b p {
                            color: #62001b;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            font-size: 24px;
                            text-transform: uppercase
                          }

                          .a-c-cont-8a5844b>.a-e-cont {
                            margin-bottom: 12px
                          }
                        

                          .a-e-cont.atomicat-heading-title-5ec0512 h2:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-5ec0512 h2 {
                            font-size: 40px;
                            font-family: Inter, sans-serif
                          }

                          @media screen and (max-width:480px) {
                            .a-e-cont.atomicat-heading-title-5ec0512 h2 {
                              font-size: 32px
                            }
                          }

                          .a-c-cont-5ec0512>.a-e-cont {
                            margin-bottom: 20px
                          }
                        

                          .a-e-cont.atomicat-heading-title-9d52e56 p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-9d52e56 p {
                            font-size: 20px;
                            font-family: Inter, sans-serif;
                            color: #414141;
                            background-image: unset
                          }

                          @media screen and (max-width:480px) {
                            .a-e-cont.atomicat-heading-title-9d52e56 p {
                              font-size: 18px
                            }
                          }

                          .a-c-cont-9d52e56>.a-e-cont {
                            margin-bottom: 20px
                          }
                        

                          .a-btn-fa48deb.a-e-cont .a-btn {
                            align-self: start;
                            background: #00c450;
                            padding-top: 16px;
                            padding-right: 16px;
                            padding-bottom: 16px;
                            padding-left: 16px;
                            width: 376px;
                            border-top-left-radius: 100px;
                            border-top-right-radius: 100px;
                            border-bottom-right-radius: 100px;
                            border-bottom-left-radius: 100px;
                            font-size: 24px;
                            font-family: Inter, sans-serif
                          }

                          @media screen and (max-width:480px) {
                            .a-btn-fa48deb.a-e-cont .a-btn {
                              width: 100%
                            }
                          }
                        

        .atomicat-container-c54d1a8>.a-o-cont {
          padding-top: 30px;
          padding-right: 10px;
          padding-bottom: 30px;
          padding-left: 10px
        }

        .atomicat-container-c54d1a8>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-c54d1a8.a-b-o-cont {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-b6f000a h3:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-b6f000a h3 {
                text-align: center;
                font-size: 32px;
                font-family: Inter, sans-serif;
                font-weight: 700
              }

              @media screen and (max-width:1024px) {
                .a-e-cont.atomicat-heading-title-b6f000a h3 {
                  font-size: 27px
                }
              }
            

              .a-e-cont.atomicat-heading-title-a4e1ddf h3:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-a4e1ddf h3 {
                text-align: center;
                font-size: 20px;
                font-family: Inter, sans-serif;
                font-weight: 700;
                color: #0b7135;
                background-image: unset
              }
            

        .atomicat-container-f761acf>.a-o-cont {
          padding-top: 20px;
          padding-right: 80px;
          padding-bottom: 20px;
          padding-left: 80px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-f761acf>.a-o-cont {
            padding-right: 40px;
            padding-left: 40px
          }
        }

        @media screen and (max-width:480px) {
          .atomicat-container-f761acf>.a-o-cont {
            padding-top: 40px;
            padding-right: 20px;
            padding-bottom: 40px;
            padding-left: 20px
          }
        }

        .atomicat-container-f761acf>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-f761acf.a-b-o-cont {
          margin-top: 20px;
          border-top-left-radius: 100px;
          border-top-right-radius: 100px;
          border-bottom-right-radius: 100px;
          border-bottom-left-radius: 100px;
          margin-bottom: 20px;
          background: #ffdedf;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-437d073 h3:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-437d073 h3 {
                text-align: center;
                font-size: 40px;
                font-weight: 600;
                font-family: Inter, sans-serif;
                color: #0c2032;
                background-image: unset
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-437d073 h3 {
                  font-size: 24px
                }
              }

              .a-c-cont-437d073>.a-e-cont {
                margin-bottom: 20px
              }
            

              .atomicat-container-789892d>.a-o-cont>.a-cont {
                column-gap: 30px;
                flex-direction: row;
                row-gap: 30px
              }

              .a-b-cont .atomicat-container-789892d.a-b-o-cont {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-789892d.a-b-o-cont {
                  width: 100%
                }
              }
            

                    .atomicat-container-12933bc>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-12933bc.a-b-o-cont {
                      border-top-left-radius: 6px;
                      border-top-right-radius: 6px;
                      border-bottom-left-radius: 6px;
                      border-bottom-right-radius: 6px;
                      background: 0 0;
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-12933bc.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-549a47a>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-549a47a.a-b-o-cont {
                            border-top-left-radius: 6px;
                            border-top-right-radius: 6px;
                            background: #fff;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-549a47a.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-img-ele-11bb627 img {
                                  width: 230px
                                }
                              

                          .atomicat-container-5651d98>.a-o-cont {
                            padding-top: 16px;
                            padding-right: 16px;
                            padding-bottom: 16px;
                            padding-left: 16px
                          }

                          .atomicat-container-5651d98>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-5651d98.a-b-o-cont {
                            border-bottom-right-radius: 6px;
                            border-bottom-left-radius: 6px;
                            background: #62001b;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-5651d98.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-de9ca40 h3:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-de9ca40 h3 {
                                  color: #dcbc63;
                                  background-image: unset;
                                  font-size: 18px;
                                  font-family: Inter, sans-serif;
                                  font-weight: 700;
                                  text-align: center
                                }
                              

                          .atomicat-container-ebc4a23>.a-o-cont {
                            padding-top: 16px;
                            padding-bottom: 16px
                          }

                          .atomicat-container-ebc4a23>.a-o-cont>.a-cont {
                            flex-direction: row
                          }

                          .a-b-cont .atomicat-container-ebc4a23.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-ebc4a23.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .atomicat-container-2beb223>.a-o-cont>.a-cont {
                                  flex-direction: column
                                }

                                .a-b-cont .atomicat-container-2beb223.a-b-o-cont {
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-2beb223.a-b-o-cont {
                                    width: 47%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-ccb1c6e h3:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-ccb1c6e h3 {
                                        font-family: Inter, sans-serif;
                                        font-weight: 700;
                                        color: #7a7a7a;
                                        background-image: unset
                                      }
                                    

                                .atomicat-container-92833d7>.a-o-cont>.a-cont {
                                  flex-direction: column
                                }

                                .a-b-cont .atomicat-container-92833d7.a-b-o-cont {
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-92833d7.a-b-o-cont {
                                    width: 50%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-9a82881 h3:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-9a82881 h3 {
                                        font-family: Inter, sans-serif;
                                        font-weight: 700;
                                        color: #18c45d;
                                        background-image: unset;
                                        text-align: right
                                      }
                                    

                          .atomicat-container-d080d2e>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-d080d2e.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-d080d2e.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-2145aec p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-2145aec p {
                                  font-size: 20px;
                                  font-family: Inter, sans-serif;
                                  color: #414141;
                                  background-image: unset
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-2145aec p {
                                    font-size: 18px
                                  }
                                }
                              

                    .atomicat-container-b4e9c60>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-b4e9c60.a-b-o-cont {
                      border-top-left-radius: 6px;
                      border-top-right-radius: 6px;
                      border-bottom-left-radius: 6px;
                      border-bottom-right-radius: 6px;
                      background: 0 0;
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-b4e9c60.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-25e70f6>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-25e70f6.a-b-o-cont {
                            border-top-left-radius: 6px;
                            border-top-right-radius: 6px;
                            background: #fff;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-25e70f6.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-img-ele-257bd3d img {
                                  width: 230px
                                }
                              

                          .atomicat-container-09ccec3>.a-o-cont {
                            padding-top: 16px;
                            padding-right: 16px;
                            padding-bottom: 16px;
                            padding-left: 16px
                          }

                          .atomicat-container-09ccec3>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-09ccec3.a-b-o-cont {
                            border-bottom-right-radius: 6px;
                            border-bottom-left-radius: 6px;
                            background: #62001b;
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-09ccec3.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-8a7cd6e h3:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-8a7cd6e h3 {
                                  color: #dcbc63;
                                  background-image: unset;
                                  font-size: 18px;
                                  font-family: Inter, sans-serif;
                                  font-weight: 700;
                                  text-align: center
                                }
                              

                          .atomicat-container-003054a>.a-o-cont {
                            padding-top: 16px;
                            padding-bottom: 16px
                          }

                          .atomicat-container-003054a>.a-o-cont>.a-cont {
                            flex-direction: row
                          }

                          .a-b-cont .atomicat-container-003054a.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-003054a.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .atomicat-container-d161e3e>.a-o-cont>.a-cont {
                                  flex-direction: column
                                }

                                .a-b-cont .atomicat-container-d161e3e.a-b-o-cont {
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-d161e3e.a-b-o-cont {
                                    width: 46%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-29a9488 h3:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-29a9488 h3 {
                                        font-family: Inter, sans-serif;
                                        font-weight: 700;
                                        color: #7a7a7a;
                                        background-image: unset
                                      }
                                    

                                .atomicat-container-eaa6e75>.a-o-cont>.a-cont {
                                  flex-direction: column
                                }

                                .a-b-cont .atomicat-container-eaa6e75.a-b-o-cont {
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-eaa6e75.a-b-o-cont {
                                    width: 50%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-e8bfbca h3:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-e8bfbca h3 {
                                        font-family: Inter, sans-serif;
                                        font-weight: 700;
                                        color: #18c45d;
                                        background-image: unset;
                                        text-align: right
                                      }
                                    

                          .atomicat-container-cfa3b9c>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-cfa3b9c.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-cfa3b9c.a-b-o-cont {
                              width: 100%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-ae33c89 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-ae33c89 p {
                                  font-size: 20px;
                                  font-family: Inter, sans-serif;
                                  color: #414141;
                                  background-image: unset
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-ae33c89 p {
                                    font-size: 18px
                                  }
                                }
                              

        .atomicat-container-9c0b335>.a-o-cont {
          padding-top: 80px;
          padding-right: 80px;
          padding-bottom: 80px;
          padding-left: 80px
        }

        @media screen and (max-width:480px) {
          .atomicat-container-9c0b335>.a-o-cont {
            padding-top: 30px;
            padding-right: 30px;
            padding-bottom: 30px;
            padding-left: 30px
          }
        }

        .atomicat-container-9c0b335>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-9c0b335.a-b-o-cont {
          margin-top: 20px;
          border-top-left-radius: 100px;
          border-top-right-radius: 100px;
          border-bottom-right-radius: 100px;
          border-bottom-left-radius: 100px;
          margin-bottom: 20px;
          background: #ffdedf;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-44925ef h3:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-44925ef h3 {
                text-align: center;
                font-size: 40px;
                font-weight: 600;
                font-family: Inter, sans-serif
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-44925ef h3 {
                  font-size: 28px
                }
              }

              .a-c-cont-44925ef>.a-e-cont {
                margin-bottom: 30px
              }
            

              .a-ac-e0c9001 .atomicat-content {
                font-family: Inter, sans-serif;
                font-size: 18px;
                background: #ffdedf;
                line-height: 26px
              }

              @media screen and (max-width:480px) {
                .a-ac-e0c9001 .atomicat-content {
                  font-size: 16px
                }
              }

              .a-ac-e0c9001 .atomicat-content .a-c-text {
                font-family: Inter, sans-serif
              }

              .a-ac-e0c9001 .a-ac-t {
                font-family: Inter, sans-serif;
                font-size: 24px;
                font-weight: 600;
                text-transform: uppercase
              }

              @media screen and (max-width:480px) {
                .a-ac-e0c9001 .a-ac-t {
                  font-size: 20px
                }
              }

              .a-ac-e0c9001 .a-ac-c .a-ac-i {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
                border-bottom-left-radius: 8px;
                border-style: solid;
                border-color: rgba(47, 27, 82, .2);
                border-image: unset 1;
                border-top-width: 1px;
                border-right-width: 1px;
                border-bottom-width: 1px;
                border-left-width: 1px
              }

              .a-ac-e0c9001 .a-ac-tg svg {
                color: #000;
                height: 18px
              }

              .a-c-cont-e0c9001>.a-e-cont {
                margin-bottom: 50px
              }
            

                          .atomicat-container-424dfab>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-424dfab.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-a01794b>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-a01794b.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-92473fe>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-92473fe.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-4612671>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-4612671.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-309d0bf>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-309d0bf.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-09a78d7>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-09a78d7.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-0a0fb37>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-0a0fb37.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

                          .atomicat-container-1f07e7e>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-1f07e7e.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center
                          }
                        

              .a-btn-acc194e.a-e-cont .a-btn {
                align-self: center;
                background: #00c450;
                padding-top: 16px;
                padding-right: 16px;
                padding-bottom: 16px;
                padding-left: 16px;
                width: 376px;
                border-top-left-radius: 100px;
                border-top-right-radius: 100px;
                border-bottom-right-radius: 100px;
                border-bottom-left-radius: 100px;
                font-size: 24px;
                font-family: Inter, sans-serif
              }

              @media screen and (max-width:480px) {
                .a-btn-acc194e.a-e-cont .a-btn {
                  width: 100%
                }
              }

              .a-c-cont-acc194e>.a-e-cont {
                margin-bottom: 8px
              }
            

              .a-e-cont.atomicat-heading-title-f350230 p:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-f350230 p {
                text-align: center;
                font-family: Inter, sans-serif
              }
            

        .atomicat-container-776fc71>.a-o-cont {
          padding-top: 15px;
          padding-bottom: 15px
        }

        .atomicat-container-776fc71>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-776fc71.a-b-o-cont {
          background: #62001b;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-4448ff4 h1:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-4448ff4 h1 {
                text-align: center;
                font-size: 32px;
                font-family: Inter, sans-serif;
                font-weight: 600;
                color: #fff;
                background-image: unset;
                text-transform: uppercase
              }

              @media screen and (max-width:480px) {
                .a-e-cont.atomicat-heading-title-4448ff4 h1 {
                  font-size: 24px
                }
              }
            

        .atomicat-container-da4da4e>.a-o-cont {
          padding-top: 30px;
          padding-bottom: 50px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-da4da4e>.a-o-cont {
            padding-right: 10px;
            padding-left: 10px
          }
        }

        .atomicat-container-da4da4e>.a-o-cont>.a-cont {
          align-items: flex-start;
          column-gap: 20px;
          flex-direction: row;
          row-gap: 20px
        }

        @media screen and (max-width:1024px) {
          .atomicat-container-da4da4e>.a-o-cont>.a-cont {
            flex-direction: column
          }
        }

        .a-b-cont .atomicat-container-da4da4e.a-b-o-cont {
          margin-bottom: 0;
          background: 0 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-position: center
        }

        @media screen and (max-width:1024px) {
          .a-b-cont .atomicat-container-da4da4e.a-b-o-cont {
            margin-top: 0
          }
        }
      

              .atomicat-container-fbac3a2>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-fbac3a2>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .atomicat-container-fbac3a2>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-fbac3a2.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #fff;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-fbac3a2.a-b-o-cont {
                  order: 2;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-fbac3a2.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-c3ab479 h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-c3ab479 h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-c3ab479 h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-c3ab479>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-c3ab479>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-07220e7>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-07220e7>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-07220e7>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-07220e7>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-07220e7.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-07220e7.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-ccafcd4>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-ccafcd4.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-ccafcd4.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-ccafcd4.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-dbe079b p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-dbe079b p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-dbe079b p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-dbe079b p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-dbe079b>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-dbe079b>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-f48d799 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-f48d799 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-f48d799 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-f48d799 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-f48d799>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-cfd3945 img {
                                  width: 65%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-cfd3945 img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-95132cd>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-95132cd>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-95132cd.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-95132cd.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-95132cd.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-7766c0c>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-7766c0c.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-7766c0c.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-ec8dcf1 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-ec8dcf1 p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-ec8dcf1 p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-ec8dcf1>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-ec8dcf1>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-60ec552 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-60ec552 p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-60ec552 p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-60ec552>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-60ec552>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-423835f p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-423835f p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-423835f>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-img-ele-5c0c0d3 img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-5c0c0d3 img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-5c0c0d3>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-5c0c0d3>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-ada23ab img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-ada23ab img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-ada23ab img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-ba9abf2 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-ba9abf2 p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-ba9abf2 p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-ba9abf2>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

              .atomicat-container-1a7b84e>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-1a7b84e>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .a-e-a-1a7b84e {
                animation: atomicat-animation-zoomInOut 2s 1 linear
              }

              .atomicat-container-1a7b84e>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-1a7b84e.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #f8e9ed;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-1a7b84e.a-b-o-cont {
                  order: 0;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-1a7b84e.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-9ed55b5 h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-9ed55b5 h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-9ed55b5 h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-9ed55b5>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-9ed55b5>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-9db3c35>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-9db3c35>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-9db3c35>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-9db3c35>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-9db3c35.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-9db3c35.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-066c4b1>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-066c4b1.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-066c4b1.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-066c4b1.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-5f68ff2 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-5f68ff2 p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-5f68ff2 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-5f68ff2 p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-5f68ff2>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-5f68ff2>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-0be5da6 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-0be5da6 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-0be5da6 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-0be5da6 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-0be5da6>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-0e88cc4 img {
                                  width: 85%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-0e88cc4 img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-8df8171>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-8df8171>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-8df8171.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-8df8171.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-8df8171.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-032f124>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-032f124.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-032f124.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-eb4d4f0 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-eb4d4f0 p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-eb4d4f0 p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-eb4d4f0>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-eb4d4f0>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-cb48320 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-cb48320 p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-cb48320 p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-cb48320>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-cb48320>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-966a888 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-966a888 p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-966a888>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #0b7135
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #0b7135;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-17581e9.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-17581e9>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #62001b
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #62001b;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-f97aaaf.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-f97aaaf>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-img-ele-623859e img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-623859e img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-623859e>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-623859e>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-25eac38 img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-25eac38 img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-25eac38 img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-7c536c3 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-7c536c3 p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-7c536c3 p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-7c536c3>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

              .atomicat-container-76efb79>.a-o-cont {
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 20px;
                padding-left: 0
              }

              @media screen and (max-width:480px) {
                .atomicat-container-76efb79>.a-o-cont {
                  padding-top: 0;
                  padding-right: 0;
                  padding-bottom: 0;
                  padding-left: 0
                }
              }

              .atomicat-container-76efb79>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-76efb79.a-b-o-cont {
                border-bottom-right-radius: 12px;
                border-bottom-left-radius: 12px;
                border-bottom-width: 3px;
                border-top-width: 3px;
                border-right-width: 3px;
                margin-left: 0;
                border-top-right-radius: 12px;
                border-left-width: 3px;
                border-style: solid;
                border-color: #000;
                border-image: unset 1;
                border-top-left-radius: 12px;
                background: #fff;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:1024px) {
                .a-b-cont .atomicat-container-76efb79.a-b-o-cont {
                  order: 1;
                  margin-bottom: 20px
                }
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-76efb79.a-b-o-cont {
                  margin-top: 0;
                  margin-left: 0;
                  margin-bottom: 0;
                  margin-right: 0;
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-6b82d97 h3:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-6b82d97 h3 {
                      font-family: "Roboto Condensed", sans-serif;
                      text-align: center;
                      font-weight: 500;
                      background-image: unset;
                      color: #fff;
                      font-size: 24px
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-6b82d97 h3 {
                        font-size: 18px
                      }
                    }

                    .a-c-cont-6b82d97>.a-e-cont {
                      padding-top: 6px;
                      margin-right: 0;
                      border-top-right-radius: 12px;
                      padding-bottom: 6px;
                      border-top-left-radius: 12px;
                      background: #000;
                      border-bottom-left-radius: 0;
                      padding-right: 6px;
                      border-bottom-right-radius: 0;
                      padding-left: 6px;
                      margin-top: 0;
                      margin-bottom: 0;
                      margin-left: 0
                    }

                    @media screen and (max-width:480px) {
                      .a-c-cont-6b82d97>.a-e-cont {
                        margin-right: 0;
                        padding-right: 0
                      }
                    }
                  

                    @media screen and (max-width:480px) {
                      .atomicat-container-56e5997>.a-o-cont {
                        padding-top: 6px;
                        padding-right: 6px;
                        padding-bottom: 6px;
                        padding-left: 6px
                      }
                    }

                    .atomicat-container-56e5997>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    @media screen and (max-width:1024px) {
                      .atomicat-container-56e5997>.a-o-cont>.a-cont {
                        flex-direction: row
                      }
                    }

                    @media screen and (max-width:480px) {
                      .atomicat-container-56e5997>.a-o-cont>.a-cont {
                        align-items: center;
                        flex-direction: row
                      }
                    }

                    .a-b-cont .atomicat-container-56e5997.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-56e5997.a-b-o-cont {
                        margin-top: 0;
                        width: 100%
                      }
                    }
                  

                          .atomicat-container-4af0385>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-4af0385.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-4af0385.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-4af0385.a-b-o-cont {
                              width: 45%
                            }
                          }
                        

                                .a-e-cont.atomicat-heading-title-fd03538 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-fd03538 p {
                                  color: #000;
                                  background-image: unset;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 44px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-fd03538 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-fd03538 p {
                                    line-height: 22px;
                                    font-size: 25px
                                  }
                                }

                                .a-c-cont-fd03538>.a-e-cont {
                                  background: 0 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-right-radius: 0;
                                  border-top-left-radius: 0;
                                  border-bottom-right-radius: 0;
                                  padding-top: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-fd03538>.a-e-cont {
                                    margin-bottom: 2px;
                                    margin-top: 2px;
                                    padding-top: 0
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-7347944 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-7347944 p {
                                  color: #000;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 28px;
                                  font-weight: 700;
                                  text-align: center;
                                  text-transform: none;
                                  background-image: unset
                                }

                                @media screen and (max-width:1024px) {
                                  .a-e-cont.atomicat-heading-title-7347944 p {
                                    line-height: 36px
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-7347944 p {
                                    font-size: 14px;
                                    line-height: 24px
                                  }
                                }

                                .a-c-cont-7347944>.a-e-cont {
                                  border-bottom-right-radius: 0;
                                  padding-bottom: 0;
                                  border-bottom-left-radius: 0;
                                  border-top-left-radius: 0;
                                  border-top-right-radius: 0;
                                  background: 0 0
                                }
                              

                                .a-img-ele-3eeb2e8 img {
                                  width: 65%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-3eeb2e8 img {
                                    width: 100%
                                  }
                                }
                              

                          @media screen and (max-width:480px) {
                            .atomicat-container-bb9799c>.a-o-cont {
                              padding-top: 0;
                              padding-right: 0;
                              padding-bottom: 0;
                              padding-left: 0
                            }
                          }

                          .atomicat-container-bb9799c>.a-o-cont>.a-cont {
                            flex-direction: column
                          }

                          .a-b-cont .atomicat-container-bb9799c.a-b-o-cont {
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position: center;
                            width: 100%
                          }

                          @media screen and (max-width:1024px) {
                            .a-b-cont .atomicat-container-bb9799c.a-b-o-cont {
                              width: 50%
                            }
                          }

                          @media screen and (max-width:480px) {
                            .a-b-cont .atomicat-container-bb9799c.a-b-o-cont {
                              margin-top: 0;
                              margin-left: 0;
                              margin-bottom: 0;
                              margin-right: 0;
                              width: 55%
                            }
                          }
                        

                                .atomicat-container-51c6249>.a-o-cont>.a-cont {
                                  align-items: center;
                                  column-gap: 5px;
                                  flex-direction: row;
                                  justify-content: center;
                                  row-gap: 5px
                                }

                                .a-b-cont .atomicat-container-51c6249.a-b-o-cont {
                                  border-bottom-right-radius: 0;
                                  background-size: cover;
                                  background-repeat: no-repeat;
                                  background-position: center;
                                  width: 100%
                                }

                                @media screen and (max-width:480px) {
                                  .a-b-cont .atomicat-container-51c6249.a-b-o-cont {
                                    width: 100%
                                  }
                                }
                              

                                      .a-e-cont.atomicat-heading-title-8acf2fb p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-8acf2fb p {
                                        font-size: 88px;
                                        font-weight: 900;
                                        font-family: "Roboto Condensed", sans-serif
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-8acf2fb p {
                                          font-size: 60px
                                        }
                                      }

                                      .a-c-cont-8acf2fb>.a-e-cont {
                                        margin-top: 0;
                                        padding-top: 0;
                                        margin-bottom: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-8acf2fb>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                      .a-e-cont.atomicat-heading-title-7779752 p:hover {
                                        -webkit-text-fill-color: unset
                                      }

                                      .a-e-cont.atomicat-heading-title-7779752 p {
                                        font-family: "Roboto Condensed", sans-serif;
                                        background-image: unset;
                                        font-size: 18px;
                                        font-weight: 700
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-e-cont.atomicat-heading-title-7779752 p {
                                          font-size: 14px
                                        }
                                      }

                                      .a-c-cont-7779752>.a-e-cont {
                                        padding-top: 0;
                                        padding-bottom: 0;
                                        margin-top: 0
                                      }

                                      @media screen and (max-width:480px) {
                                        .a-c-cont-7779752>.a-e-cont {
                                          padding-top: 0
                                        }
                                      }
                                    

                                .a-e-cont.atomicat-heading-title-7bc42a6 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-7bc42a6 p {
                                  font-size: 16px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 400
                                }

                                .a-c-cont-7bc42a6>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0
                                }
                              

                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #0b7135
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #0b7135;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-2614966.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-2614966>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list {
                                  gap: 0
                                }

                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item {
                                  gap: 0
                                }

                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  padding-right: 5px;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                  padding-top: 0;
                                  padding-right: 5px;
                                  padding-bottom: 0;
                                  padding-left: 45px
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic {
                                    padding-left: 18px
                                  }
                                }

                                .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                  color: #62001b
                                }

                                @media screen and (max-width:480px) {

                                  .a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic img,
                                  .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-ic-bx .a-icl-ic svg {
                                    width: 14px;
                                    height: 14px
                                  }
                                }

                                .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                  color: #62001b;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-size: 20px;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-icl-4590858.a-icl .a-icl-cont .a-icl-list .a-icl-item .a-icl-cnt-bx .a-icl-ttl {
                                    font-size: 14px
                                  }
                                }

                                .a-c-cont-4590858>.a-e-cont {
                                  margin-bottom: 4px
                                }
                              

                                .a-img-ele-3d7070d img {
                                  width: 80%
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-3d7070d img {
                                    width: 100%
                                  }
                                }

                                .a-c-cont-3d7070d>.a-e-cont {
                                  margin-top: 8px;
                                  margin-bottom: 10px
                                }

                                @media screen and (max-width:480px) {
                                  .a-c-cont-3d7070d>.a-e-cont {
                                    margin-top: 10px;
                                    margin-bottom: 5px
                                  }
                                }
                              

                                .a-img-ele-311b1a8 img {
                                  width: 220px
                                }

                                @media screen and (max-width:1024px) {
                                  .a-img-ele-311b1a8 img {
                                    width: 50%
                                  }
                                }

                                @media screen and (max-width:480px) {
                                  .a-img-ele-311b1a8 img {
                                    width: 60%
                                  }
                                }
                              

                                .a-e-cont.atomicat-heading-title-84cd5c9 p:hover {
                                  -webkit-text-fill-color: unset
                                }

                                .a-e-cont.atomicat-heading-title-84cd5c9 p {
                                  font-size: 26px;
                                  text-align: center;
                                  font-family: "Roboto Condensed", sans-serif;
                                  font-weight: 700
                                }

                                @media screen and (max-width:480px) {
                                  .a-e-cont.atomicat-heading-title-84cd5c9 p {
                                    font-size: 18px
                                  }
                                }

                                .a-c-cont-84cd5c9>.a-e-cont {
                                  padding-top: 0;
                                  padding-bottom: 0;
                                  margin-top: 8px
                                }
                              

        .atomicat-container-c371b27>.a-o-cont {
          padding-top: 30px;
          padding-right: 10px;
          padding-bottom: 30px;
          padding-left: 10px
        }

        .atomicat-container-c371b27>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-c371b27.a-b-o-cont {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-c-cont-f222e26>.a-e-cont {
                margin-bottom: 30px
              }
            

              .atomicat-container-8fa0787>.a-o-cont>.a-cont {
                align-items: center;
                flex-direction: row
              }

              @media screen and (max-width:480px) {
                .atomicat-container-8fa0787>.a-o-cont>.a-cont {
                  column-gap: 8px;
                  row-gap: 8px
                }
              }

              .a-b-cont .atomicat-container-8fa0787.a-b-o-cont {
                margin-bottom: 20px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-8fa0787.a-b-o-cont {
                  width: 100%
                }
              }
            

                    .atomicat-container-34aa219>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-34aa219.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-34aa219.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-e837882 p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-e837882 p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-8bfc452>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-8bfc452.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-8bfc452.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-2005011 p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-2005011 p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-8768d43>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-8768d43.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-8768d43.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-1857e8d p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-1857e8d p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-eb614e9>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-eb614e9.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-eb614e9.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-96c02eb p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-96c02eb p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-cf83fcd>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-cf83fcd.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-cf83fcd.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-28451ce p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-28451ce p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-71ecac5>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-71ecac5.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-71ecac5.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-99d6521 p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-99d6521 p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

                    .atomicat-container-c599ea8>.a-o-cont>.a-cont {
                      flex-direction: column
                    }

                    .a-b-cont .atomicat-container-c599ea8.a-b-o-cont {
                      background-size: cover;
                      background-repeat: no-repeat;
                      background-position: center;
                      width: 100%
                    }

                    @media screen and (max-width:480px) {
                      .a-b-cont .atomicat-container-c599ea8.a-b-o-cont {
                        width: 100%
                      }
                    }
                  

                          .a-e-cont.atomicat-heading-title-9e66cbe p:hover {
                            -webkit-text-fill-color: unset
                          }

                          .a-e-cont.atomicat-heading-title-9e66cbe p {
                            color: #0c2032;
                            background-image: unset;
                            font-family: Inter, sans-serif;
                            text-align: center
                          }
                        

              .atomicat-container-84a5c68>.a-o-cont {
                padding-top: 24px;
                padding-right: 24px;
                padding-bottom: 24px;
                padding-left: 24px
              }

              .atomicat-container-84a5c68>.a-o-cont>.a-cont {
                flex-direction: column
              }

              .a-b-cont .atomicat-container-84a5c68.a-b-o-cont {
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
                border-bottom-left-radius: 20px;
                background: #f6f4f9;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%
              }

              @media screen and (max-width:480px) {
                .a-b-cont .atomicat-container-84a5c68.a-b-o-cont {
                  width: 100%
                }
              }
            

                    .a-e-cont.atomicat-heading-title-60a2ced p:hover {
                      -webkit-text-fill-color: unset
                    }

                    .a-e-cont.atomicat-heading-title-60a2ced p {
                      text-align: center;
                      font-family: Inter, sans-serif;
                      color: #454447;
                      background-image: unset
                    }

                    @media screen and (max-width:480px) {
                      .a-e-cont.atomicat-heading-title-60a2ced p {
                        font-size: 14px
                      }
                    }
                  

        .atomicat-container-b9d7def>.a-o-cont {
          padding-top: 30px;
          padding-right: 10px;
          padding-bottom: 30px;
          padding-left: 10px
        }

        .atomicat-container-b9d7def>.a-o-cont>.a-cont {
          flex-direction: column
        }

        .a-b-cont .atomicat-container-b9d7def.a-b-o-cont {
          background: #000;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center
        }
      

              .a-e-cont.atomicat-heading-title-e78e2af p:hover {
                -webkit-text-fill-color: unset
              }

              .a-e-cont.atomicat-heading-title-e78e2af p {
                text-align: center;
                font-family: Inter, sans-serif;
                color: #fff;
                background-image: unset;
                font-size: 18px
              }
            
