 :root {
     --a-g-bg-color: [object Object];
     --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
 }

 body {
     background: #fff
 }

 .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
 }

 .a-menu {
     display: flex;
     flex-direction: column;
     height: 100%;
     overflow-x: hidden
 }

 .a-menu .a-nav-menu-cont {
     display: flex
 }

 .a-menu .a-nav-menu-vertical .a-nav-menu {
     flex-direction: column
 }

 .a-menu .a-nav-menu-cont .a-nav-menu {
     display: flex;
     flex-wrap: wrap
 }

 .a-menu .a-nav-menu {
     position: relative;
     list-style: none;
     gap: .75rem
 }

 .a-menu .a-nav-menu-cont .a-nav-menu>li {
     display: flex
 }

 .a-menu .a-nav-menu li {
     border-width: 0;
     position: relative;
     list-style: none;
     margin: 0;
     padding: 0;
     line-height: normal
 }

 .a-menu .a-nav-menu .menu-item .menu-link {
     color: #000;
     fill: rgba(0, 0, 0, 1);
     position: relative;
     white-space: nowrap;
     flex-grow: 1;
     padding: 13px 20px;
     display: flex;
     align-items: center;
     transition: .4s
 }

 .a-menu .a-nav-menu .menu-item .menu-link .atomicat-menu-label {
     display: inline-flex;
     align-items: center;
     font-weight: bolder;
 }

 .a-menu .a-nav-menu .menu-item .menu-link .atomicat-menu-icon {
     margin-left: 6px;
     display: inline-flex;
     align-items: center;
     width: 1em;
     height: 1em;
     line-height: 1
 }

 .a-menu .a-nav-menu .menu-item .menu-link .atomicat-menu-icon svg {
     width: 100%;
     height: 100%
 }

 .a-menu .a-nav-menu .menu-item .menu-item-active {
     color: var(--a-accent-color, rgb(180 212 76));
     fill: var(--a-accent-color, rgb(180 212 76))
 }

 .a-menu .a-nav-menu .menu-item:hover .menu-link {
     color: var(--a-accent-color, rgb(180 212 76));
     fill: var(--a-accent-color, rgb(180 212 76))
 }

 .a-menu .a-nav-toggle-cont {
     display: flex;
     align-items: center
 }

 .a-menu .a-nav-toggle {
     display: flex;
     width: fit-content;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     padding: .25em;
     cursor: pointer;
     border: 0 solid;
     border-radius: 3px;
     background-color: rgba(0, 0, 0, .05);
     color: #33373d
 }

 .a-menu .a-nav-toggle .a-nav-toggle-icon {
     width: 25px
 }

 .a-menu .a-nav-menu-none .a-nav-toggle {
     display: none
 }

 .a-menu .a-nav-cont .a-nav-menu .menu-item {
     gap: .75rem;
     align-items: center;
     display: flex
 }

 @media (max-width:1024px) {
     .a-menu .a-nav-menu-tablet .a-nav-menu-cont {
         display: none
     }
 }

 @media (min-width:1025px) {
     .a-menu .a-nav-menu-tablet .a-nav-toggle {
         display: none
     }
 }

 @media (min-width:768px) {
     .a-menu .a-nav-menu-mobile .a-nav-toggle {
         display: none
     }

     .a-menu .a-nav-menu .menu-item .menu-link {
         padding-left: 0
     }
 }

 @media (max-width:767px) {
     .a-menu .a-nav-menu-mobile .a-nav-menu-cont {
         display: none
     }
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-backdrop {
     pointer-events: auto;
     animation-name: enter;
     animation-duration: .15s;
     backdrop-filter: blur(4px);
     background-color: hsl(0 0% 100% / .8);
     z-index: 50;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     position: fixed
 }

 .a-menu .a-nav-cont .a-menu-drawer {
     display: none;
     opacity: 0;
     transform: translateX(100%);
     transition: transform .5s ease-in-out, opacity .5s ease-in-out
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-drawer {
     box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
     padding: 1.5rem;
     background-color: hsl(0 0% 100%);
     border-left-width: 1px;
     width: 75%;
     height: 100%;
     z-index: 50;
     right: 0;
     top: 0;
     bottom: 0;
     position: fixed;
     display: block;
     opacity: 1;
     transform: translateX(0);
     animation: enter .5s ease-in-out forwards
 }

 .a-menu .a-nav-cont.a-menu-closing .a-menu-drawer {
     animation: exit .5s ease-in-out forwards
 }

 @keyframes enter {
     0% {
         opacity: 0;
         transform: translateX(100%)
     }

     100% {
         opacity: 1;
         transform: translateX(0)
     }
 }

 @keyframes exit {
     0% {
         opacity: 1;
         transform: translateX(0)
     }

     100% {
         opacity: 0;
         transform: translateX(100%)
     }
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-drawer .atomicat-drawer-topbar {
     display: flex;
     align-items: center;
     justify-content: space-between
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-drawer .atomicat-drawer-topbar .atomicat-drawer-logo {
     overflow: hidden;
     display: flex;
     position: relative;
     align-items: center;
     justify-content: center
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-drawer .atomicat-drawer-topbar .atomicat-drawer-nav .a-nav-menu {
     gap: 1.25rem;
     flex-direction: column;
     display: flex
 }

 .a-menu .a-nav-cont.a-menu-open .a-menu-drawer .atomicat-drawer-topbar .atomicat-drawer-nav .a-nav-menu .menu-item {
     gap: .75rem;
     align-items: center;
     display: flex
 }

 .a-co {
     border-radius: 12px;
     padding: 8px
 }

 .a-co .a-fb-img img {
     width: 100%;
     height: 100%
 }

 .a-co .a-fb-img {
     max-width: 300px
 }

 .a-co-f {
     border-top: 1px solid #e9ebee;
     padding-bottom: 8px;
     padding-top: 8px
 }

 .a-co-f .a-co-fc {
     display: flex;
     align-items: center;
     gap: 5px
 }

 .a-co-f .a-co-fc .a-co-fb {
     width: 14px;
     height: 14px
 }

 .a-co-f .a-co-fc .a-co-ft {
     color: #385898;
     font-weight: 600;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 11px
 }

 .a-co-h {
     border-bottom: 1px solid #e9ebee;
     padding-bottom: 20px
 }

 .a-co-h .a-co-hc {
     display: flex;
     align-items: center;
     gap: 5px
 }

 .a-co-h .a-co-hc .a-co-ht {
     font-weight: 600;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 14px
 }

 @media screen and (max-width:480px) {
     .a-fb .a-fb-misc {
         flex-direction: column
     }

     .a-co .a-fb .a-fb-text {
         width: 90%
     }
 }

 .a-fb {
     width: 100%
 }

 .a-fb .a-fb-parent {
     display: flex;
     align-items: flex-start;
     gap: 8px
 }

 .a-fb .a-fb-thumb {
     width: 48px;
     height: 48px;
     object-fit: cover;
     border-width: 2px;
     overflow: hidden
 }

 .a-fb .a-fb-thumb-child {
     width: 36px;
     height: 36px
 }

 .a-fb .a-fb-thumb-img {
     width: 100%;
     height: 100%
 }

 .a-fb .a-fb-info {
     width: 100%
 }

 .a-fb .a-fb-text {
     width: 100%;
     font-family: Helvetica, Arial, sans-serif
 }

 .a-fb .a-fb-user {
     color: #385898;
     font-weight: 600;
     font-size: 14px;
     line-height: 1.358;
     text-transform: capitalize;
     word-break: break-word
 }

 .a-fb .a-fb-comm {
     color: #1c1e21;
     line-height: 19.12px;
     margin-top: 4px;
     margin-bottom: 6px;
     font-size: 14px;
     font-weight: 400;
     word-break: break-word
 }

 .a-fb .a-fb-misc {
     display: flex;
     justify-content: space-between
 }

 .a-fb .a-fb-misc-left {
     display: flex;
     line-height: 16px;
     gap: 4px
 }

 .a-fb .a-fb-misc-txt,
 .a-fb .a-fb-time {
     font-weight: 400;
     font-size: 12px;
     font-family: Helvetica, Arial, sans-serif;
     cursor: pointer;
     color: #4267b2
 }

 .a-fb .a-fb-time {
     color: #90949c
 }

 .a-fb .a-fb-misc-txt p {
     color: #4267b2
 }

 .a-fb .a-fb-dot {
     font-weight: 400;
     font-size: 12px
 }

 .a-fb .a-fb-misc-txt:hover {
     text-decoration-line: underline
 }

 .a-fb .a-fb-likes {
     display: flex;
     align-items: center;
     gap: 4px;
     color: #1c1e21
 }

 .a-fb .a-fb-likes .a-fb-like-img {
     width: 14px;
     height: 14px;
     display: block;
     margin-top: -2px
 }

 .a-fb .a-fb-likes .a-fb-heart-img {
     width: 20px;
     margin-left: 4px;
     margin-right: 2px
 }

 .a-fb .a-fb-likes span {
     font-size: 12px;
     font-weight: 400
 }

 .a-fb .a-fb-children {
     margin-left: 48px;
     border-left: 1px dotted #d3d6db;
     padding-left: 8px;
     display: flex;
     flex-direction: column;
     gap: 4px
 }

 .a-fb .a-fb-child {
     display: flex;
     align-items: flex-start;
     gap: 8px
 }

 .a-yt .a-yt-parent {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     font-family: Roboto, Arial, sans-serif
 }

 .a-yt .a-yt-thumb {
     width: 28px;
     height: 28px;
     object-fit: cover;
     border-radius: 50%;
     border-width: 2px;
     overflow: hidden
 }

 .a-yt .a-yt-reply-mob img {
     width: 14px
 }

 @media (min-width:768px) {
     .a-yt .a-yt-reply-mob img {
         display: none
     }

     .a-yt .a-yt-reply-pc {
         display: block
     }
 }

 @media (max-width:767px) {
     .a-yt .a-yt-reply-pc {
         display: none
     }
 }

 .a-yt .a-yt-reply-pc {
     font-size: 12px;
     font-weight: 500;
     color: #0f0f10
 }

 .a-yt .a-yt-thumb-img {
     width: 100%;
     height: 100%
 }

 .a-yt .a-yt-info {
     width: 84%
 }

 .a-yt .a-yt-text {
     width: 100%;
     padding: 0 10px 10px
 }

 .a-yt .a-yt-user {
     font-weight: 400;
     font-size: 13px;
     color: #606060;
     display: flex;
     align-items: center;
     word-break: break-word
 }

 .a-yt .a-yt-user span {
     font-weight: 400;
     color: #606060;
     margin-left: 6px;
     font-size: 12px;
     word-break: break-word
 }

 .a-yt .a-yt-dim {
     font-weight: 400;
     font-size: 12px;
     opacity: .6
 }

 .a-yt .a-yt-comm {
     margin-top: 8px;
     font-size: 14px;
     font-weight: 400;
     word-break: break-word
 }

 .a-yt .a-yt-misc {
     display: flex;
     justify-content: space-between;
     padding: 10px;
     margin-top: -8px
 }

 .a-yt .a-yt-misc .a-yt-unlike {
     transform: rotate(180deg)
 }

 .a-yt .a-yt-misc-left {
     display: flex;
     align-items: center;
     gap: 24px
 }

 .a-yt .a-yt-misc-txt {
     font-weight: 500
 }

 .a-yt .a-yt-children {
     padding-left: 56px;
     display: flex;
     flex-direction: column;
     gap: 4px
 }

 .a-yt .a-yt-child {
     display: flex;
     align-items: flex-start;
     gap: 8px
 }

 .a-yt .gapHalf {
     gap: 4px
 }

 .a-yt .gap1 {
     gap: 24px
 }

 .a-icon svg,
 .a-icon-wrap svg {
     height: 24px
 }

 .a-icon {
     display: block;
     color: var(--a-pry-color, inherit)
 }

 .a-icon-wrap {
     display: inline-block
 }

 .a-icon svg,
 .a-icon-wrap svg {
     fill: currentColor
 }

 .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: 70%;
     height: auto;
     vertical-align: middle
 }

 .atomicat-text * {
     word-break: break-word
 }

 .atomicat-text ul {
     padding-left: revert
 }

 .atomicat-text {
     white-space: pre-line;
     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 {
     white-space: pre-line
 }

 .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
 }

 .a-grid {
     display: inline-grid
 }

 .a-grid-i {
     display: inline-block;
     min-width: 0
 }

 .a-e-cont.a-soc {
     text-align: center
 }

 .a-soc-i-wrap {
     text-align: center;
     grid-auto-flow: column;
     grid-column-gap: 5px
 }

 .a-soc-i {
     border-radius: 10px;
     background-color: #69727d;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     cursor: pointer;
     font-size: 25px;
     word-spacing: 5px;
     width: 100%
 }

 .a-soc-i.a-inline-b {
     display: inline-block
 }

 .a-flex .a-soc-i {
     padding: 13px
 }

 .a-separator {
     width: 1px;
     height: 1em;
     background: #d30c5c;
     margin: auto 5px
 }

 .a-flex-i-wrap {
     display: inline-flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap
 }

 .a-soc-i {
     color: #fff;
     transition: all .3s
 }

 .a-soc-i svg {
     word-spacing: 5px
 }

 .a-soc-i:last-child {
     margin: 0
 }

 .a-soc-i:hover {
     opacity: .9;
     color: #fff
 }

 .a-soc-i-android {
     background-color: #a4c639
 }

 .a-soc-i-apple {
     background-color: #999
 }

 .a-soc-i-behance {
     background-color: #1769ff
 }

 .a-soc-i-bitbucket {
     background-color: #205081
 }

 .a-soc-i-codepen {
     background-color: #000
 }

 .a-soc-i-delicious {
     background-color: #39f
 }

 .a-soc-i-deviantart {
     background-color: #05cc47
 }

 .a-soc-i-digg {
     background-color: #005be2
 }

 .a-soc-i-dribbble {
     background-color: #ea4c89
 }

 .a-soc-i-elementor {
     background-color: #d30c5c
 }

 .a-soc-i-envelope {
     background-color: #ea4335
 }

 .a-soc-i-facebook,
 .a-soc-i-facebook-f {
     background-color: #3b5998
 }

 .a-soc-i-flickr {
     background-color: #0063dc
 }

 .a-soc-i-foursquare {
     background-color: #2d5be3
 }

 .a-soc-i-free-code-camp,
 .a-soc-i-freecodecamp {
     background-color: #006400
 }

 .a-soc-i-github {
     background-color: #333
 }

 .a-soc-i-gitlab {
     background-color: #e24329
 }

 .a-soc-i-globe {
     background-color: #69727d
 }

 .a-soc-i-google-plus,
 .a-soc-i-google-plus-g {
     background-color: #dd4b39
 }

 .a-soc-i-houzz {
     background-color: #7ac142
 }

 .a-soc-i-instagram {
     background-color: #262626
 }

 .a-soc-i-jsfiddle {
     background-color: #487aa2
 }

 .a-soc-i-link {
     background-color: #818a91
 }

 .a-soc-i-linkedin,
 .a-soc-i-linkedin-in {
     background-color: #0077b5
 }

 .a-soc-i-medium {
     background-color: #00ab6b
 }

 .a-soc-i-meetup {
     background-color: #ec1c40
 }

 .a-soc-i-mixcloud {
     background-color: #273a4b
 }

 .a-soc-i-odnoklassniki {
     background-color: #f4731c
 }

 .a-soc-i-pinterest {
     background-color: #bd081c
 }

 .a-soc-i-product-hunt {
     background-color: #da552f
 }

 .a-soc-i-reddit {
     background-color: #ff4500
 }

 .a-soc-i-rss {
     background-color: #f26522
 }

 .a-soc-i-shopping-cart {
     background-color: #4caf50
 }

 .a-soc-i-skype {
     background-color: #00aff0
 }

 .a-soc-i-slideshare {
     background-color: #0077b5
 }

 .a-soc-i-snapchat {
     background-color: #fffc00
 }

 .a-soc-i-soundcloud {
     background-color: #f80
 }

 .a-soc-i-spotify {
     background-color: #2ebd59
 }

 .a-soc-i-stack-overflow {
     background-color: #fe7a15
 }

 .a-soc-i-steam {
     background-color: #00adee
 }

 .a-soc-i-stumbleupon {
     background-color: #eb4924
 }

 .a-soc-i-telegram {
     background-color: #2ca5e0
 }

 .a-soc-i-threads {
     background-color: #000
 }

 .a-soc-i-thumb-tack {
     background-color: #1aa1d8
 }

 .a-soc-i-tripadvisor {
     background-color: #589442
 }

 .a-soc-i-tumblr {
     background-color: #35465c
 }

 .a-soc-i-twitch {
     background-color: #6441a5
 }

 .a-soc-i-twitter {
     background-color: #1da1f2
 }

 .a-soc-i-viber {
     background-color: #665cac
 }

 .a-soc-i-vimeo {
     background-color: #1ab7ea
 }

 .a-soc-i-vk {
     background-color: #45668e
 }

 .a-soc-i-weibo {
     background-color: #dd2430
 }

 .a-soc-i-weixin {
     background-color: #31a918
 }

 .a-soc-i-whatsapp {
     background-color: #25d366
 }

 .a-soc-i-wordpress {
     background-color: #21759b
 }

 .a-soc-i-x-twitter {
     background-color: #000
 }

 .a-soc-i-xing {
     background-color: #026466
 }

 .a-soc-i-yelp {
     background-color: #af0606
 }

 .a-soc-i-youtube {
     background-color: #cd201f
 }

 .a-soc-i-500px {
     background-color: #0099e5
 }

 .atomicat-delay {
     display: none
 }

 .a-b-cont {
     overflow: hidden
 }


 @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: 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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
     unicode-range: U+1F00-1FFF
 }

 @font-face {
     font-family: Roboto;
     font-style: normal;
     font-weight: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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: 600;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
     unicode-range: U+1F00-1FFF
 }

 @font-face {
     font-family: Roboto;
     font-style: normal;
     font-weight: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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: 700;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2) format('woff2');
     unicode-range: U+1F00-1FFF
 }

 @font-face {
     font-family: Roboto;
     font-style: normal;
     font-weight: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.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: 900;
     font-stretch: 100%;
     font-display: swap;
     src: url(https://fonts.gstatic.com/s/roboto/v50/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.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-bd17ff8>.a-o-cont {
     padding-top: 0;
     padding-bottom: 0
 }

 @media screen and (max-width:1024px) {
     .atomicat-container-bd17ff8>.a-o-cont {
         padding-right: 11px;
         padding-left: 11px
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-bd17ff8>.a-o-cont {
         padding-top: 20px;
         padding-bottom: 20px
     }
 }

 .atomicat-container-bd17ff8>.a-o-cont>.a-cont {
     flex-direction: column;
     max-width: 1198px
 }

 @media screen and (max-width:1024px) {
     .atomicat-container-bd17ff8>.a-o-cont>.a-cont {
         max-width: 1243px
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-bd17ff8>.a-o-cont>.a-cont {
         max-width: 1600px
     }
 }

 .a-b-cont .atomicat-container-bd17ff8.a-b-o-cont {
     border-style: hidden;
     border-color: unset;
     border-bottom-width: 1px;
     background: #fff;
     box-shadow: 0 0 10px 0 #e5e7eb;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 .atomicat-container-ce80c4a>.a-o-cont>.a-cont {
     align-items: center;
     flex-direction: row
 }

 .a-b-cont .atomicat-container-ce80c4a.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-ce80c4a.a-b-o-cont {
         width: 100%
     }
 }

 .atomicat-container-85698d7>.a-o-cont>.a-cont {
     flex-direction: column
 }

 .a-b-cont .atomicat-container-85698d7.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-85698d7.a-b-o-cont {
         width: 100%
     }
 }

 .a-e-cont.atomicat-heading-title-8b1032a h3:hover {
     -webkit-text-fill-color: unset
 }

 .a-e-cont.atomicat-heading-title-8b1032a h3 {
     text-align: center;
     font-size: 14px
 }

 @media screen and (max-width:480px) {
     .a-e-cont.atomicat-heading-title-8b1032a h3 {
         font-size: 12px;
         font-weight: 600
     }
 }

 .atomicat-container-918b6c3>.a-o-cont>.a-cont {
     flex-direction: column
 }

 .a-b-cont .atomicat-container-918b6c3.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-918b6c3.a-b-o-cont {
         width: 100%
     }
 }

 .atomicat-container-51a1843>.a-o-cont>.a-cont {
     flex-direction: column
 }

 .a-b-cont .atomicat-container-51a1843.a-b-o-cont {
     margin-top: 20px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 .a-c-cont-4192437>.a-e-cont {
     background: #f9fafb
 }

 .atomicat-container-990a523>.a-o-cont>.a-cont {
     flex-direction: column
 }

 .a-b-cont .atomicat-container-990a523.a-b-o-cont {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 @media screen and (max-width:480px) {
     .a-c-cont-e97d4f0>.a-e-cont {
         padding-top: 0;
         margin-top: 0;
         padding-bottom: 0
     }
 }

 @media screen and (max-width:1024px) {
     .atomicat-container-b721950>.a-o-cont {
         padding-top: 0
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-b721950>.a-o-cont {
         padding-top: 0
     }
 }

 .atomicat-container-b721950>.a-o-cont>.a-cont {
     flex-direction: column;
     max-width: 471px
 }

 .a-b-cont .atomicat-container-b721950.a-b-o-cont {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 @media screen and (max-width:1024px) {
     .a-b-cont .atomicat-container-b721950.a-b-o-cont {
         margin-top: 43px
     }
 }

 @media screen and (max-width:480px) {
     .a-b-cont .atomicat-container-b721950.a-b-o-cont {
         margin-bottom: 22px;
         margin-top: 33px
     }
 }

 .a-e-cont.atomicat-heading-title-2822c5e p:hover {
     -webkit-text-fill-color: unset
 }

 .a-e-cont.atomicat-heading-title-2822c5e p {
     text-align: center;
     font-family: Georgia, sans-serif;
     font-size: 22px
 }

 .atomicat-container-a45f23b>.a-o-cont>.a-cont {
     flex-direction: column
 }

 .a-b-cont .atomicat-container-a45f23b.a-b-o-cont {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 .atomicat-container-b5ecbf5>.a-o-cont {
     padding-top: 57px
 }

 @media screen and (max-width:1024px) {
     .atomicat-container-b5ecbf5>.a-o-cont {
         padding-top: 1px
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-b5ecbf5>.a-o-cont {
         padding-top: 0
     }
 }

 .atomicat-container-b5ecbf5>.a-o-cont>.a-cont {
     min-height: 525px;
     flex-direction: column;
     max-width: 878px
 }

 @media screen and (max-width:480px) {
     .atomicat-container-b5ecbf5>.a-o-cont>.a-cont {
         min-height: 184px;
         max-width: 820px
     }
 }

 .a-b-cont .atomicat-container-b5ecbf5.a-b-o-cont {
     margin-top: 0;
     min-height: 525px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 @media screen and (max-width:480px) {
     .a-b-cont .atomicat-container-b5ecbf5.a-b-o-cont {
         min-height: 184px
     }
 }

 .atomicat-container-b5ecbf5>.a-o-cont {
     min-height: 525px
 }

 @media screen and (max-width:480px) {
     .atomicat-container-b5ecbf5>.a-o-cont {
         min-height: 184px
     }
 }

 .a-e-cont.atomicat-heading-title-58b49d6 h1:hover {
     -webkit-text-fill-color: unset
 }

 .a-e-cont.atomicat-heading-title-58b49d6 h1 {
     color: #000;
     background-image: unset;
     font-family: Roboto, sans-serif;
     font-size: 30px;
     text-align: center;
     font-weight: 900
 }

 @media screen and (max-width:1024px) {
     .a-e-cont.atomicat-heading-title-58b49d6 h1 {
         font-size: 24px;
         font-weight: 900
     }
 }

 @media screen and (max-width:480px) {
     .a-e-cont.atomicat-heading-title-58b49d6 h1 {
         font-size: 23px
     }
 }

 .a-c-cont-58b49d6>.a-e-cont {
     margin-bottom: 14px
 }

 @media screen and (max-width:480px) {
     .a-c-cont-58b49d6>.a-e-cont {
         margin-bottom: 0;
         padding-right: 5px;
         padding-left: 5px
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-2bfa73d>.a-o-cont {
         padding-top: 0
     }
 }

 .atomicat-container-2bfa73d>.a-o-cont>.a-cont {
     flex-direction: column;
     max-width: 1175px
 }

 @media screen and (max-width:1024px) {
     .atomicat-container-2bfa73d>.a-o-cont>.a-cont {
         max-width: 731px
     }
 }

 @media screen and (max-width:480px) {
     .atomicat-container-2bfa73d>.a-o-cont>.a-cont {
         max-width: 1600px
     }
 }

 .a-b-cont .atomicat-container-2bfa73d.a-b-o-cont {
     margin-top: 15px;
     margin-bottom: 15px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center
 }

 @media screen and (max-width:1024px) {
     .a-b-cont .atomicat-container-2bfa73d.a-b-o-cont {
         margin-top: 15px;
         margin-bottom: 15px
     }
 }

 @media screen and (max-width:480px) {
     .a-b-cont .atomicat-container-2bfa73d.a-b-o-cont {
         margin-top: 15px;
         margin-bottom: 15px
     }
 }


 .a-grid .a-soc-i-6dbc585 .a-icon {
     --icon-size: 18px;
     width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
     height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em))
 }

 .a-flex .a-soc-i-6dbc585 .a-icon {
     border-radius: 10px;
     font-size: 18px
 }

 .a-soc-i-6dbc585 .a-icon {
     border-radius: 10px;
     font-size: 18px
 }

 .a-soc-i-6dbc585 .a-soc-i svg {
     height: 18px
 }

 .a-soc-i-6dbc585 .a-icon.a-soc-i.a-soc-i-search.a-soc-i-f893eff {
     background: #fff;
     color: #000
 }

 .a-c-cont-6dbc585>.a-e-cont {
     text-align: right
 }
 


 @import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";

.container {
    max-width: 1210px;
    margin: 0 auto;
    width: 90%
}

.title {
    font-size: 40px;
    font-weight: 600;
    color: #144e66
}

@media(max-width: 900px) {
    .title {
        font-size: 28px
    }
}

.title b {
    color: #5da399;
    font-weight: 600
}

.wk {
    font-family: "Work Sans", sans-serif;
    font-weight: 400
}

.sub {
    font-size: 20px;
    font-weight: 300;
    font-family: "Work Sans", sans-serif
}

@media(max-width: 900px) {
    .sub {
        font-size: 18px
    }
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fffe4a 0%, #ffd901 100%);
    color: #0e0d11;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50px;
    border-bottom: 6px solid #8e7c02;
    padding: 18px;
    width: 100%;
    max-width: 400px;
    gap: 16px;
    transition: all .5s ease
}

.btn::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../assets/img/cart.svg);
    background-repeat: no-repeat;
    background-position: center
}

.btn:hover {
    filter: brightness(90%);
    transform: scale(1.03)
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.pd {
    padding: 80px 0
}

@media(max-width: 900px) {
    .pd {
        padding: 40px 0
    }
}

#soundWaves {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none
}

.countdown-wrapper {
    background: #2f7d96;
    padding: 40px 20px 30px;
    position: relative
}

.countdown-wrapper .title {
    font-size: 32px;
    max-width: 30ch;
    margin: 0 auto 24px
}

.countdown-wrapper .title b {
    color: #ffd901
}

@media(max-width: 900px) {
    .countdown-wrapper {
        padding: 30px 15px 25px
    }
}

.countdown-wrapper::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 30px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #2f7d96;
    z-index: 1
}

@media(max-width: 600px) {
    .countdown-wrapper::after {
        border-left: 20px solid rgba(0, 0, 0, 0);
        border-right: 20px solid rgba(0, 0, 0, 0);
        border-top: 15px solid #2f7d96;
        bottom: -15px
    }
}

.countdown-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

.countdown-title {
    color: #fff;
    margin-bottom: 25px
}

@media(max-width: 900px) {
    .countdown-title {
        margin-bottom: 20px
    }
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

@media(max-width: 600px) {
    .countdown-timer {
        gap: 8px
    }
}

.time-box {
    background: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    min-width: 100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media(max-width: 900px) {
    .time-box {
        padding: 12px 16px;
        min-width: 80px
    }
}

@media(max-width: 600px) {
    .time-box {
        padding: 10px 12px;
        min-width: 65px;
        border-radius: 4px
    }
}

.time-value {
    font-size: 36px;
    font-weight: 700;
    color: #2e5f75;
    line-height: 1;
    font-family: "Roboto Condensed", sans-serif
}

@media(max-width: 900px) {
    .time-value {
        font-size: 30px
    }
}

@media(max-width: 600px) {
    .time-value {
        font-size: 24px
    }
}

.time-label {
    font-size: 11px;
    font-weight: 600;
    color: #5a7a89;
    text-transform: capitalize;
    margin-top: 5px;
    letter-spacing: .3px
}

@media(max-width: 900px) {
    .time-label {
        font-size: 10px;
        margin-top: 4px
    }
}

@media(max-width: 600px) {
    .time-label {
        font-size: 9px
    }
}

.time-separator {
    font-size: 36px;
    font-weight: 700;
    color: #ffd901;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px
}

@media(max-width: 900px) {
    .time-separator {
        font-size: 30px;
        padding-bottom: 12px
    }
}

@media(max-width: 600px) {
    .time-separator {
        font-size: 24px;
        padding-bottom: 10px
    }
}

.area-kits .container {
    width: 98%
}

.area-kits .container .sub {
    margin-bottom: 40px
}

.area-kits .container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    align-items: stretch;
    width: 100%
}

@media(max-width: 900px) {
    .area-kits .container ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.area-kits .container ul a {
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: all .6s;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #f5f5f5
}

.area-kits .container ul a * {
    font-family: "Roboto Condensed", sans-serif
}

.area-kits .container ul a:hover {
    transform: scale(1.05)
}

@media(max-width: 900px) {
    .area-kits .container ul a {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center
    }
}

.area-kits .container ul a .header {
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 6px;
    line-height: 1;
    background: #0077b6
}

@media(max-width: 900px) {
    .area-kits .container ul a .header {
        grid-column: -1/1;
        font-size: 18px
    }
}

.area-kits .container ul a .main {
    padding: 16px 12px 0;
    width: 100%
}

@media(max-width: 900px) {
    .area-kits .container ul a .main {
        padding: 16px 0px;
        padding-left: 10px
    }
}

.area-kits .container ul a .main strong {
    font-size: 40px;
    font-weight: 700;
    display: block;
    color: #014a71
}

@media(max-width: 900px) {
    .area-kits .container ul a .main strong {
        font-size: 33px
    }
}

@media(max-width: 370px) {
    .area-kits .container ul a .main strong {
        font-size: 28px
    }
}

.area-kits .container ul a .main .days {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500
}

@media(max-width: 900px) {
    .area-kits .container ul a .main .days {
        font-size: 25px
    }
}

@media(max-width: 370px) {
    .area-kits .container ul a .main .days {
        font-size: 20px
    }
}

.area-kits .container ul a .main .area-img {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 12px;
    background: #e9faff;
    border-radius: 10px;
    margin-bottom: 16px
}

@media(max-width: 900px) {
    .area-kits .container ul a .main .area-img {
        padding-top: 40px
    }
}

.area-kits .container ul a .main .area-img .save {
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(255, 0, 0, .697);
    border-radius: 6px;
    padding: 6px 16px
}

.area-kits .container ul a .main .area-img .save b {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1
}

@media(max-width: 900px) {
    .area-kits .container ul a .main .area-img .save {
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        width: 60%
    }
}

.area-kits .container ul a .main img {
    height: 190px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width: 900px) {
    .area-kits .container ul a .main img {
        height: auto
    }
}

.area-kits .container ul a .price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    color: rgba(1, 74, 113, .7137254902)
}

@media(max-width: 900px) {
    .area-kits .container ul a .price {
        font-size: 14px
    }
}

.area-kits .container ul a .price strong {
    color: #144e66;
    font-size: 64px;
    line-height: 1;
    font-weight: bold
}

@media(max-width: 900px) {
    .area-kits .container ul a .price strong {
        font-size: 50px
    }
}

@media(max-width: 370px) {
    .area-kits .container ul a .price strong {
        font-size: 40px
    }
}

.area-kits .container ul a ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    text-align: left;
    gap: 4px;
    width: 100%;
    margin-bottom: 12px
}

.area-kits .container ul a ul li {
    display: grid;
    grid-template-columns: 20px 1fr;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    gap: 8px;
    line-height: 1;
    color: #5e7885;
    font-weight: normal
}

.area-kits .container ul a ul li::before {
    content: url(../../assets/img/checkverde.svg)
}

@media(max-width: 900px) {
    .area-kits .container ul a ul li {
        font-size: 16px;
        display: flex;
        gap: 8px;
        margin-left: 0
    }
}

@media(max-width: 370px) {
    .area-kits .container ul a ul li {
        font-size: 14px
    }
}

.area-kits .container ul a .footer {
    padding: 0 12px 20px
}

@media(max-width: 900px) {
    .area-kits .container ul a .footer {
        padding: 16px 10px 20px
    }
}

.area-kits .container ul a .footer button {
    position: relative
}

.area-kits .container ul a .footer .cursor {
    position: absolute;
    width: 60px;
    transform: rotate(-20deg);
    right: 0;
    z-index: 10;
    top: 20px;
    animation: scrollClick 2.5s ease-in-out infinite;
    transform-origin: center center
}

@media(max-width: 900px) {
    .area-kits .container ul a .footer .cursor {
        width: 30px
    }
}

@keyframes scrollClick {
    0% {
        transform: translateY(0) rotate(-20deg) scale(1)
    }

    20% {
        transform: translateY(10px) rotate(-20deg) scale(1)
    }

    40% {
        transform: translateY(10px) rotate(-20deg) scale(0.95)
    }

    50% {
        transform: translateY(10px) rotate(-20deg) scale(1)
    }

    70% {
        transform: translateY(0) rotate(-20deg) scale(1)
    }

    100% {
        transform: translateY(0) rotate(-20deg) scale(1)
    }
}

.area-kits .container ul a .footer .button {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 8px
}

.area-kits .container ul a .footer .bandeiras {
    width: 70%;
    margin: 0 auto 12px
}

@media(max-width: 900px) {
    .area-kits .container ul a .footer .bandeiras {
        width: 100%
    }
}

.area-kits .container ul a .footer .valores {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.area-kits .container ul a .footer .valores * {
    font-size: 26px;
    color: #1b1311
}

@media(max-width: 900px) {
    .area-kits .container ul a .footer .valores * {
        font-size: 21px
    }
}

.area-kits .container ul a .footer .valores s {
    text-decoration: line-through;
    text-decoration-color: red
}

.area-kits .container ul a .footer .valores span {
    font-weight: bold
}

.area-kits .container ul .best-option a {
    border-color: #5da399;
    background: #fff
}

@media(max-width: 900px) {
    .area-kits .container ul .k1 .area-img {
        padding-top: 10px !important
    }
}

@media(max-width: 900px) {
    .area-kits .container ul .best-option {
        grid-row: 1
    }

    .area-kits .container ul .k3 {
        grid-row: 2
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Raleway", sans-serif;
    color: #547684;
    font-weight: 500
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #41c1eb;
    border-radius: 5px;
    border: 2px solid #f5f5f5
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2f7d96
}

::-webkit-scrollbar-corner {
    background: #fff
}

body {
    overflow-x: hidden
}

@media(max-width: 900px) {
    html {
        overflow-x: hidden !important
    }
}

img {
    display: block;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

p {
    font-size: 18px
}

h1 {
    color: #144e66;
    margin-bottom: 16px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1
}

h1 b {
    font-weight: bold;
    color: #ae0909
}

@media(max-width: 900px) {
    h1 {
        font-size: 32px
    }
}

.faixa {
    --faixa-gap: 28px;
    --faixa-duration: 18s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--faixa-gap);
    padding: 42px 3px;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    overflow: hidden;
    contain: paint;
    animation: faixa-track var(--faixa-duration) linear infinite alternate;
    will-change: transform;
    padding-top: 0
}

@media(max-width: 900px) {
    .faixa {
        justify-content: center;
        padding: 30px 3px;
        --faixa-gap: 18px
    }

    .faixa .logo {
        display: none
    }
}

.faixa::before,
.faixa::after {
    content: "";
    position: absolute;
    top: 0;
    width: 72px;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.faixa::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.faixa::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.faixa li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px;
    border-radius: 50px;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: #41c1eb;
    color: #fff;
    border-radius: 50px;
    flex-shrink: 0
}

@media(max-width: 900px) {
    .faixa li {
        padding: 12px;
        font-size: 14px
    }
}

.faixa li:nth-child(even) {
    background: #f5f5f5;
    color: #144e66
}

@keyframes faixa-track {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(100vw - 100%))
    }
}

@keyframes floatSelinho {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-15px) scale(1.05)
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }

    50% {
        transform: translateY(-20px) rotate(5deg)
    }
}

#about {
    background: linear-gradient(261deg, #4badd6 0%, #83c4ea 100%);
    position: relative
}

#about>img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: .1
}

#about .container {
    display: flex;
    align-items: center;
    gap: 24px 80px;
    position: relative;
    z-index: 10
}

#about .container .title {
    line-height: 1;
    margin-bottom: 24px
}

#about .container .title b {
    color: #144e66
}

#about .container .sub {
    margin-bottom: 40px;
    font-size: 16px;
    display: block;
    color: #144e66 !important;
    font-weight: bold
}

@media(max-width: 900px) {
    #about .container {
        flex-direction: column
    }
}

#about .container .content * {
    color: #fff
}

#about .container .content p {
    margin: 16px 0;
    line-height: 1.5
}

#about .container .content .btn {
    margin-top: 40px;
    color: #0e0d11
}

#about .container figure {
    padding-right: 80px;
    padding-bottom: 30px
}

#about .container figure .produto {
    position: absolute;
    right: 0;
    bottom: 0
}

@media(max-width: 900px) {
    #about .container figure .produto {
        max-width: 160px
    }
}

#about .container figure .sta2 {
    position: absolute;
    bottom: 100px;
    right: 140px;
    top: inherit
}

@media(max-width: 900px) {
    #about .container figure .sta2 {
        right: 100px;
        display: none
    }
}

.bene {
    background-color: #fff;
    background-image: url(/assets/img/grade.png);
    background-repeat: no-repeat;
    background-position: left
}

@media(max-width: 900px) {
    .bene {
        background-position: top
    }
}

.bene .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px 100px
}

@media(max-width: 900px) {
    .bene .container {
        flex-direction: column
    }
}

.bene .container .title {
    margin-bottom: 16px
}

.bene .container .sub {
    margin-bottom: 40px
}

.bene .container .content {
    max-width: 500px
}

.bene .container ul {
    display: grid;
    gap: 32px
}

.bene .container ul li {
    display: grid;
    grid-template-columns: 52px auto;
    gap: 20px
}

.bene .container ul li h3 {
    font-size: 20px;
    color: #144e66;
    font-weight: bold;
    margin-bottom: 10px
}

.bene .container ul li p {
    font-size: 16px;
    line-height: 1.4
}

.bene .container .area-img {
    position: relative
}

.bene .container .area-img .selinho {
    position: absolute;
    animation: floatSelinho 4s ease-in-out infinite
}

@media(max-width: 900px) {
    .bene .container .area-img .selinho {
        max-width: 40px
    }
}

.bene .container .area-img .selinho.s1 {
    top: 10%;
    left: 10%;
    animation-delay: 0s
}

.bene .container .area-img .selinho.s2 {
    top: 15%;
    right: 7%;
    animation-delay: 1s
}

.bene .container .area-img .selinho.s3 {
    bottom: 25%;
    right: 10%;
    animation-delay: 2s
}

.bene .container .area-img .selinho.s4 {
    bottom: 25%;
    left: 10%;
    animation-delay: 3s
}

.ingredients {
    background: #e9faff
}

.ingredients .container {
    max-width: 1240px
}

.ingredients .header-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px
}

@media(max-width: 900px) {
    .ingredients .header-slider {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 20px
    }
}

.ingredients .header-text {
    flex: 1
}

.ingredients .header-text .title {
    margin-bottom: 4px;
    text-align: left
}

.ingredients .slider-controls {
    display: flex;
    gap: 12px;
    align-items: center
}

.ingredients .slider-btn {
    background: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all .3s ease;
    color: #2c5f6f
}

.ingredients .slider-btn:hover {
    background: #f5f5f5;
    border-color: #5da399;
    color: #5da399
}

.ingredients .slider-btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

.ingredients .slider-btn:disabled:hover {
    background: #fff;
    border-color: #d0d0d0;
    color: #2c5f6f
}

.ingredients .slider-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 48px
}

.ingredients .slider-track {
    display: grid;
    grid-template-columns: repeat(6, calc((100% - 40px) / 3));
    gap: 20px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform
}

@media(max-width: 900px) {
    .ingredients .slider-track {
        grid-template-columns: repeat(6, calc((100% - 20px) / 2))
    }
}

@media(max-width: 600px) {
    .ingredients .slider-track {
        grid-template-columns: repeat(6, 100%);
        gap: 20px
    }
}

.ingredients .ingredient-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: transform .3s ease, box-shadow .3s ease
}

.ingredients .ingredient-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.ingredients .ingredient-card .card-image {
    width: 100%;
    height: 180px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ingredients .ingredient-card .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ingredients .ingredient-card h3 {
    font-size: 24px;
    color: #144e66;
    margin: 20px 20px 12px;
    line-height: 1.3;
    text-align: left
}

.ingredients .ingredient-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5e7885;
    padding: 0 20px 24px;
    text-align: left;
    margin: 0
}

.ingredients .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center
}

.comments {
    background-color: #48acd5;
    background-image: url(../../assets/img/bg-result.png);
    background-position: center;
    background-attachment: fixed
}

.comments h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px
}

.comments h2 b {
    color: #144e66;
    font-weight: bold
}

.comments .aval {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 48px;
    font-size: 20px;
    gap: 16px
}

@media(max-width: 600px) {
    .comments .aval {
        flex-wrap: wrap
    }

    .comments .aval img {
        max-width: 100px;
        font-size: 14px
    }
}

.comments ul {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px
}

@media(max-width: 600px) {
    .comments ul {
        grid-template-columns: repeat(1, 1fr)
    }
}

.comments ul li {
    display: grid;
    grid-template-columns: 220px 1fr;
    background: #fff;
    overflow: hidden;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    transition: all .8s ease-in
}

@media(max-width: 600px) {
    .comments ul li {
        grid-template-columns: repeat(1, 1fr)
    }
}

.comments ul li:hover {
    transform: translateX(10px);
    border-left: 10px solid #41c1eb
}

.comments ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comments ul li>div {
    padding: 24px;
    text-align: left
}

.comments ul li>div img {
    width: 130px;
    margin-bottom: 24px
}

.comments ul li>div p {
    color: #3f5f6c;
    font-size: 16px;
    margin-bottom: 24px
}

.comments ul li>div .nome {
    color: #1b1311;
    margin-bottom: 8px;
    font-size: 18px
}

.comments ul li>div .verifi {
    font-size: 16px;
    color: #414141
}

.shipping {
    position: relative;
    background: #2189b6;
    padding: 30px
}

.shipping * {
    color: #fff
}

.shipping * b {
    color: #144e66
}

.shipping .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px 48px
}

@media(max-width: 900px) {
    .shipping .container {
        flex-wrap: wrap;
        text-align: center
    }
}

.shipping .container .title {
    margin-bottom: 16px
}

.shipping .container span {
    font-size: 20px
}

@media(max-width: 900px) {
    .shipping .container span {
        font-size: 14px
    }
}

.shipping svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.selos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 80px
}

@media(max-width: 900px) {
    .selos {
        padding-bottom: 40px
    }
}

.selos li {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 12px;
    font-size: 18px
}

.guarantee {
    display: flex;
    align-items: center;
    background: linear-gradient(261deg, #48acd5 0%, #83c4ea 100%);
    padding: 80px 70px 48px 71px;
    gap: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 80px
}

.guarantee span {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 16px
}

@media(max-width: 900px) {
    .guarantee {
        flex-direction: column;
        margin-bottom: 40px;
        padding: 24px
    }
}

.guarantee h2 {
    color: #144e66;
    margin-bottom: 24px
}

.guarantee p {
    margin-bottom: 40px;
    color: #fff;
    line-height: 1.5
}

.guarantee p * {
    color: #fff
}

.faq {
    background: #e9faff
}

.faq .title {
    text-align: center;
    margin: 0 auto 48px;
    font-size: 36px;
    font-weight: bold
}

.faq .days_gua {
    color: #41c1eb
}

.faq .accordion-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
    margin-bottom: 48px
}

@media(max-width: 900px) {
    .faq .accordion-wrapper {
        grid-template-columns: 1fr
    }
}

.faq .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faq .item {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: box-shadow .3s ease
}

.faq .item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .15)
}

.faq .item .header {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px;
    transition: all .3s ease
}

.faq .item .header:hover {
    filter: brightness(90%)
}

@media(max-width: 900px) {
    .faq .item .header {
        padding: 16px
    }
}

.faq .item .header p {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0;
    color: #144e66;
    text-align: left
}

@media(max-width: 900px) {
    .faq .item .header p {
        font-size: 18px
    }
}

.faq .item .header::after {
    content: "+";
    transition: all .4s ease;
    font-size: 28px;
    font-weight: 400
}

.faq .item .body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease;
    padding: 0 12px;
    background: #fff
}

.faq .item .body p,
.faq .item .body li,
.faq .item .body p b {
    text-align: left;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5
}

@media(max-width: 900px) {

    .faq .item .body p,
    .faq .item .body li,
    .faq .item .body p b {
        font-size: 16px
    }
}

.faq .item .body li {
    list-style: "✔";
    margin-left: 20px
}

.faq .item .body img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.faq .item.active .header::after {
    content: "-";
    color: #5da399
}

.faq .item.active .body {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 600px;
    overflow: auto
}

.rotulo {
    max-width: 800px;
    width: 100%;
    padding-top: 40px
}

footer {
    background: #41c1eb
}

footer .area-routulo {
    padding: 0 0 40px 0
}

footer .area-routulo img {
    margin: 0 auto
}

footer .area-routulo h3 {
    color: #5da399;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold
}

footer .area-routulo ul {
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 24px
}

@media(max-width: 900px) {
    footer .area-routulo ul {
        -moz-column-count: 1;
        column-count: 1
    }
}

footer .area-routulo ul li {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 12px
}

footer .area-routulo ul li a {
    font-size: 14px;
    text-decoration: underline
}

@media(max-width: 900px) {
    footer .area-routulo ul li a {
        word-break: break-all
    }
}

footer nav {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 32px 5%;
    flex-wrap: wrap
}

footer nav a {
    color: #144e66;
    font-size: 20px
}

footer nav a:hover {
    color: #41c1eb
}

footer .disclaimer {
    padding: 24px 0
}

footer .disclaimer p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6
}

footer .copy {
    display: grid;
    place-items: center;
    padding: 32px 5%;
    border-top: 1px solid #fff;
    text-align: center;
    background: #41c1eb;
    color: #fff
}