@font-face {
    font-family: 'Dibaj';
    src: url('../fonts/woff2/DibajFaNum-Black.woff2') format('woff2'),
         url('../fonts/woff/DibajFaNum-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Dibaj';
    src: url('../fonts/woff2/DibajFaNum-Bold.woff2') format('woff2'),
         url('../fonts/woff/DibajFaNum-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Dibaj';
    src: url('../fonts/woff2/DibajFaNum-ExtraBold.woff2') format('woff2'),
         url('../fonts/woff/DibajFaNum-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Dibaj';
    src: url('../fonts/woff2/DibajFaNum-SemiBold.woff2') format('woff2'),
         url('../fonts/woff/DibajFaNum-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/yekanbakh.woff') format('woff');
    font-weight: 600;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Yekan Bakh';
    src: url('../fonts/yekanbakhbold.woff') format('woff');
    font-weight: 600;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  /* فونت پیش‌فرض برای همه‌ی تگ‌ها */
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Dibaj', sans-serif;
    font-style: normal;
  }
  
  /* اعمال وزن‌ها به تگ‌ها */
  h1 {
    font-weight: 800; /* ExtraBold */
  }
  
  h2, h3 {
    font-weight: 600; /* SemiBold */
  }
  
  h4, h5, h6 {
    font-weight: 700; /* Bold */
  }
  
  p {
    font-weight: 400; /* Black */
  }

  /* بررسی تمام المان‌ها برای جلوگیری از overflow */

  body {
    max-width: 1900px;
    margin: 0 auto; /* برای وسط‌چین کردن در صورت بزرگ‌تر بودن صفحه */
    background-color: #f9f9f9;
  }
html{

  margin: 0 auto; /* برای وسط‌چین کردن در صورت بزرگ‌تر بودن صفحه */
}

/* ==== Default heading & paragraph styles ==== */

h1 {
  font-size: 2.25rem;   /* تقریبا 36px */
  line-height: 1.3;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;  /* تقریبا 30px */
  line-height: 1.35;
  margin: 1.4rem 0 0.9rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;    /* تقریبا 24px */
  line-height: 1.4;
  margin: 1.3rem 0 0.8rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;   /* تقریبا 20px */
  line-height: 1.45;
  margin: 1.2rem 0 0.7rem;
  font-weight: 500;
}

h5 {
  font-size: 1.125rem;  /* تقریبا 18px */
  line-height: 1.5;
  margin: 1.1rem 0 0.6rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;      /* تقریبا 16px */
  line-height: 1.5;
  margin: 1rem 0 0.5rem;
  font-weight: 500;
}

p {
  font-size: 1rem;      /* تقریبا 16px */
  line-height: 1.7;
  margin: 0 0 1rem;
}

/* Body */
body{
	margin-left:auto !important;
	margin-right:auto !important;
}

/* استایل‌های کلی برای محتوای وبلاگ */
.Blog_Content {
   
    margin: 0 auto; /* وسط‌چین کردن محتوا */
    padding: 0 1rem; /* فاصله داخلی */
   
}

/* استایل پاراگراف‌ها */
.Blog_Content p {
    font-size: 1rem; /* 16px */
    line-height: 1.6; /* فاصله خطوط برای خوانایی */
    margin-bottom: 1em;
    color: #333; /* رنگ متن تیره برای خوانایی */
}

/* استایل تیترها */
.Blog_Content h1 {
    font-size: 2.5rem; /* 40px */
    font-weight: 700;
    margin: 1.5em 0 0.5em;
    line-height: 1.2;
    color: #222;
}

.Blog_Content h2 {
    font-size: 2rem; /* 32px */
    font-weight: 600;
    margin: 1.25em 0 0.5em;
    line-height: 1.3;
    color: #222;
}

.Blog_Content h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Blog_Content h4 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Blog_Content h5 {
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Blog_Content h6 {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

/* استایل متن بولد */
.Blog_Content strong {
    font-weight: bold;
    font-size: 1rem;
}

/* استایل متن ایتالیک */
.Blog_Content em {
    font-style: italic;
    font-size: 1rem;
}

/* استایل لیست‌ها */
.Blog_Content ul,
.Blog_Content ol {
    margin: 1em 0;
    padding-right: 2rem; /* فاصله برای لیست‌های راست به چپ */
    font-size: 1rem;
    line-height: 1.6;
}

.Blog_Content li {
    margin-bottom: 0.5em;
}

/* استایل نقل‌قول‌ها */
.Blog_Content blockquote {
    border-right: 4px solid #ccc; /* خط عمودی برای زبان‌های راست به چپ */
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #555;
}

/* استایل‌های responsive برای موبایل */
@media (max-width: 768px) {
    .Blog_Content {
        padding: 0 0.5rem; /* کاهش فاصله داخلی در موبایل */
    }

    .Blog_Content p {
        font-size: 0.9375rem; /* 15px */
        line-height: 1.5;
    }

    .Blog_Content h1 {
        font-size: 2rem; /* 32px */
        margin: 1.25em 0 0.4em;
    }

    .Blog_Content h2 {
        font-size: 1.75rem; /* 28px */
        margin: 1em 0 0.4em;
    }

    .Blog_Content h3 {
        font-size: 1.375rem; /* 22px */
        margin: 1em 0 0.4em;
    }

    .Blog_Content h4 {
        font-size: 1.125rem; /* 18px */
        margin: 1em 0 0.4em;
    }

    .Blog_Content h5 {
        font-size: 1rem; /* 16px */
        margin: 1em 0 0.4em;
    }

    .Blog_Content h6 {
        font-size: 0.9375rem; /* 15px */
        margin: 1em 0 0.4em;
    }

    .Blog_Content ul,
    .Blog_Content ol {
        padding-right: 1.5rem; /* کاهش فاصله در موبایل */
        font-size: 0.9375rem; /* 15px */
    }

    .Blog_Content blockquote {
        padding: 0.5em;
        font-size: 0.9375rem; /* 15px */
    }
}
.Blog_ContentSection{
  width: 100%;
}
@media (max-width: 480px) {
    .Blog_Content p {
        font-size: 0.875rem; /* 14px */
        line-height: 1.4;
    }

    .Blog_Content h1 {
        font-size: 1.75rem; /* 28px */
    }

    .Blog_Content h2 {
        font-size: 1.5rem; /* 24px */
    }

    .Blog_Content h3 {
        font-size: 1.25rem; /* 20px */
    }

    .Blog_Content h4 {
        font-size: 1rem; /* 16px */
    }

    .Blog_Content h5 {
        font-size: 0.9375rem; /* 15px */
    }

    .Blog_Content h6 {
        font-size: 0.875rem; /* 14px */
    }
}




/* استایل‌های کلی برای محتوای رویداد */
.Event_PostContent {
    margin: 0 auto; /* وسط‌چین کردن محتوا */
    padding: 0 1rem; /* فاصله داخلی */
}

/* استایل پاراگراف‌ها */
.Event_PostContent p {
    font-size: 1rem; /* 16px */
    line-height: 1.6; /* فاصله خطوط برای خوانایی */
    margin-bottom: 1em;
    color: #333; /* رنگ متن تیره برای خوانایی */
}

/* استایل تیترها */
.Event_PostContent h1 {
    font-size: 2.5rem; /* 40px */
    font-weight: 700;
    margin: 1.5em 0 0.5em;
    line-height: 1.2;
    color: #222;
}

.Event_PostContent h2 {
    font-size: 2rem; /* 32px */
    font-weight: 600;
    margin: 1.25em 0 0.5em;
    line-height: 1.3;
    color: #222;
}

.Event_PostContent h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Event_PostContent h4 {
    font-size: 1.25rem; /* 20px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Event_PostContent h5 {
    font-size: 1.125rem; /* 18px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

.Event_PostContent h6 {
    font-size: 1rem; /* 16px */
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.4;
    color: #222;
}

/* استایل متن بولد */
.Event_PostContent strong {
    font-weight: bold;
    font-size: 1rem;
}

/* استایل متن ایتالیک */
.Event_PostContent em {
    font-style: italic;
    font-size: 1rem;
}

/* استایل لیست‌ها */
.Event_PostContent ul,
.Event_PostContent ol {
    margin: 1em 0;
    padding-right: 2rem; /* فاصله برای لیست‌های راست به چپ */
    font-size: 1rem;
    line-height: 1.6;
}

.Event_PostContent li {
    margin-bottom: 0.5em;
}

/* استایل نقل‌قول‌ها */
.Event_PostContent blockquote {
    border-right: 4px solid #ccc; /* خط عمودی برای زبان‌های راست به چپ */
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #555;
}

/* استایل‌های responsive برای موبایل */
@media (max-width: 768px) {
    .Event_PostContent {
        padding: 0 0.5rem; /* کاهش فاصله داخلی در موبایل */
    }

    .Event_PostContent p {
        font-size: 0.9375rem; /* 15px */
        line-height: 1.5;
    }

    .Event_PostContent h1 {
        font-size: 2rem; /* 32px */
        margin: 1.25em 0 0.4em;
    }

    .Event_PostContent h2 {
        font-size: 1.75rem; /* 28px */
        margin: 1em 0 0.4em;
    }

    .Event_PostContent h3 {
        font-size: 1.375rem; /* 22px */
        margin: 1em 0 0.4em;
    }

    .Event_PostContent h4 {
        font-size: 1.125rem; /* 18px */
        margin: 1em 0 0.4em;
    }

    .Event_PostContent h5 {
        font-size: 1rem; /* 16px */
        margin: 1em 0 0.4em;
    }

    .Event_PostContent h6 {
        font-size: 0.9375rem; /* 15px */
        margin: 1em 0 0.4em;
    }

    .Event_PostContent ul,
    .Event_PostContent ol {
        padding-right: 1.5rem; /* کاهش فاصله در موبایل */
        font-size: 0.9375rem; /* 15px */
    }

    .Event_PostContent blockquote {
        padding: 0.5em;
        font-size: 0.9375rem; /* 15px */
    }
}

.Event_PostContentSection {
  width: 100%;
}

@media (max-width: 480px) {
    .Event_PostContent p {
        font-size: 0.875rem; /* 14px */
        line-height: 1.4;
    }

    .Event_PostContent h1 {
        font-size: 1.75rem; /* 28px */
    }

    .Event_PostContent h2 {
        font-size: 1.5rem; /* 24px */
    }

    .Event_PostContent h3 {
        font-size: 1.25rem; /* 20px */
    }

    .Event_PostContent h4 {
        font-size: 1rem; /* 16px */
    }

    .Event_PostContent h5 {
        font-size: 0.9375rem; /* 15px */
    }

    .Event_PostContent h6 {
        font-size: 0.875rem; /* 14px */
    }
}
.Blog_Content a {
  color: #0073e6; /* آبی خوانا */
  text-decoration: underline;
}

.Blog_Content a:hover {
  color: #005bb5; /* آبی تیره‌تر در هاور */
}
.Event_PostContent a {
  color: #e63946; /* قرمز شیک */
  text-decoration: underline;
}

.Event_PostContent a:hover {
  color: #b71c1c; /* قرمز تیره‌تر در هاور */
}

     
div { 
  -webkit-tap-highlight-color: transparent; 
  text-decoration: none;
} 

.zI7 { 
  box-sizing: border-box;
} 

.MIw { 
  position: absolute;
} 

.Rym { 
  left: var(--sema-space-0);
} 

:root { 
  --rounding-circle: 50%; 
  --rounding-400: 16px; 
  --rounding-0: 0px; 
} 

:root { 
  --g-ncols: 12;
} 

:root { 
  --g-border-width: var(--sema-space-25); 
  --g-border-width-lg: var(--sema-space-50);
} 

:root { 
  --sema-rounding-400: 16px; 
  --sema-space-0: 0px; 
  --sema-space-25: 1px; 
  --sema-space-50: 2px; 
  --sema-space-200: 8px; 
  --sema-space-400: 16px; 
  --sema-space-600: 24px; 
  --sema-space-negative-25: -1px; 
  --rounding-400: 16px; 
  --rounding-0: 0px; 
  --rounding-circle: 50%; 
} 

.sLG { 
  overflow: hidden;
} 

.p6V { 
  right: var(--sema-space-0);
} 

.ojN { 
  bottom: var(--sema-space-0);
} 

.jzS { 
  flex-direction: column;
} 

.un8 { 
  display: flex;
} 

.TB_ { 
  margin-bottom: var(--sema-space-0); 
  margin-top: var(--sema-space-0);
} 

.C9i { 
  margin-left: var(--sema-space-0); 
  margin-right: var(--sema-space-0);
} 

.KS5 { 
  align-items: center;
} 

.jX8 { 
  margin-top: var(--sema-space-600);
} 

.XiG { 
  position: relative;
} 

.Jea { 
  display: flex; 
  flex-direction: row;
} 

html:not([dir="rtl"]) .s7I { 
  margin-left: auto;
} 

html:not([dir="rtl"]) .feh { 
  margin-right: auto;
} 

.xEW { 
  width: calc(3 / var(--g-ncols) * 100%);
} 

.unauth-hompeage-all-pins { 
  overflow: visible; 
  object-fit: cover;
} 

.unauth-homepage-use-case-food { 
  opacity: 0;
} 

.unauth-homepage-use-case-homeDecor { 
  opacity: 0;
} 

.unauth-homepage-use-case-fashion { 
  opacity: 0;
} 

.tNl { 
  margin-top: var(--sema-space-400);
} 

.k9Z { 
  margin-bottom: var(--sema-space-400);
} 

.ho- { 
  border-radius: var(--sema-rounding-400);
} 

html:not([dir="rtl"]) .Yo2 { 
  margin-left: var(--sema-space-200);
} 

html:not([dir="rtl"]) .H-G { 
  margin-right: var(--sema-space-200);
} 

img { 
  interpolation-mode: bicubic; 
  border: 0; 
  height: auto; 
  max-width: 100%; 
  vertical-align: middle;
} 

img { 
  max-width: 100%; 
  width: auto; 
  height: auto; 
  vertical-align: middle; 
  border: 0; 
  -ms-interpolation-mode: bicubic;
} 

.hCL { 
  display: block; 
  position: absolute; 
  width: 100%;
} 

.N7A { 
  height: 100%; 
  position: relative; 
  width: 100%;
} 

.hCL[alt] { 
  color: transparent;
} 

#style-qRcob.style-qRcob {  
  height: 90vh;  
}  

#style-xxeC8.style-xxeC8 {  
  height: 100%;  
  width: 1750px;  
}  

#style-LMHZg.style-LMHZg {  
  top: 20%;  
  left: auto;  
  right: auto;  
  width: 1750px;  
}  

#style-Wqvlf.style-Wqvlf {  
  margin-top: 0px;  
}  

#style-x7QJL.style-x7QJL {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-azD8n.style-azD8n {  
  height: 350px;  
  width: 236px;  
}  

#style-A9CnV.style-A9CnV {  
  background-color: transparent;  
  height: 100%;  
}  

#style-CosNI.style-CosNI {  
  object-fit: cover;  
}  

#style-wWPEN.style-wWPEN {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-xFEHz.style-xFEHz {  
  height: 350px;  
  width: 236px;  
}  

#style-mOOsl.style-mOOsl {  
  background-color: transparent;  
  height: 100%;  
}  

#style-2i3As.style-2i3As {  
  object-fit: cover;  
}  

#style-bef1O.style-bef1O {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-Lqrjp.style-Lqrjp {  
  height: 350px;  
  width: 236px;  
}  

#style-lpgzf.style-lpgzf {  
  background-color: transparent;  
  height: 100%;  
}  

#style-kVPq3.style-kVPq3 {  
  object-fit: cover;  
}  

#style-jJhQx.style-jJhQx {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-VbUCF.style-VbUCF {  
  height: 350px;  
  width: 236px;  
}  

#style-YxDz1.style-YxDz1 {  
  background-color: transparent;  
  height: 100%;  
}  

#style-Yt5hr.style-Yt5hr {  
  object-fit: cover;  
}  

#style-xdzZ8.style-xdzZ8 {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-nHgzy.style-nHgzy {  
  height: 350px;  
  width: 236px;  
}  

#style-9Rjid.style-9Rjid {  
  background-color: transparent;  
  height: 100%;  
}  

#style-dl5hz.style-dl5hz {  
  object-fit: cover;  
}  

#style-mnX7z.style-mnX7z {  
  margin-top: 160px;  
}  

#style-hDeA6.style-hDeA6 {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-8Xo1h.style-8Xo1h {  
  height: 350px;  
  width: 236px;  
}  

#style-acH3C.style-acH3C {  
  background-color: transparent;  
  height: 100%;  
}  

#style-2evWZ.style-2evWZ {  
  object-fit: cover;  
}  

#style-IqhUe.style-IqhUe {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-VzddL.style-VzddL {  
  height: 350px;  
  width: 236px;  
}  

#style-1tNU1.style-1tNU1 {  
  background-color: transparent;  
  height: 100%;  
}  

#style-p4fUJ.style-p4fUJ {  
  object-fit: cover;  
}  

#style-hZ2Q9.style-hZ2Q9 {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-IAqVD.style-IAqVD {  
  height: 350px;  
  width: 236px;  
}  

#style-WQm4j.style-WQm4j {  
  background-color: transparent;  
  height: 100%;  
}  

#style-PKoYB.style-PKoYB {  
  object-fit: cover;  
}  

#style-aF5Jt.style-aF5Jt {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-fvP3T.style-fvP3T {  
  height: 350px;  
  width: 236px;  
}  

#style-H7vlS.style-H7vlS {  
  background-color: transparent;  
  height: 100%;  
}  

#style-Wt3oK.style-Wt3oK {  
  object-fit: cover;  
}  

#style-GxEoh.style-GxEoh {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-n886V.style-n886V {  
  height: 350px;  
  width: 236px;  
}  

#style-QO4dl.style-QO4dl {  
  background-color: transparent;  
  height: 100%;  
}  

#style-KZhhn.style-KZhhn {  
  object-fit: cover;  
}  

#style-64Etq.style-64Etq {  
  margin-top: 240px;  
}  

#style-lXfqV.style-lXfqV {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-r3MgB.style-r3MgB {  
  height: 350px;  
  width: 236px;  
}  

#style-6wshk.style-6wshk {  
  background-color: transparent;  
  height: 100%;  
}  

#style-9662e.style-9662e {  
  object-fit: cover;  
}  

#style-eFq5c.style-eFq5c {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-JwwNN.style-JwwNN {  
  height: 350px;  
  width: 236px;  
}  

#style-vYEfc.style-vYEfc {  
  background-color: transparent;  
  height: 100%;  
}  

#style-TBnVr.style-TBnVr {  
  object-fit: cover;  
}  

#style-oBrTM.style-oBrTM {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-fabjs.style-fabjs {  
  height: 350px;  
  width: 236px;  
}  

#style-JGRwM.style-JGRwM {  
  background-color: transparent;  
  height: 100%;  
}  

#style-QvPMo.style-QvPMo {  
  object-fit: cover;  
}  

#style-IbDp2.style-IbDp2 {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-oNBLF.style-oNBLF {  
  height: 350px;  
  width: 236px;  
}  

#style-Pfadt.style-Pfadt {  
  background-color: transparent;  
  height: 100%;  
}  

#style-hgc16.style-hgc16 {  
  object-fit: cover;  
}  

#style-kDNph.style-kDNph {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-IBoqs.style-IBoqs {  
  height: 350px;  
  width: 236px;  
}  

#style-HzWOG.style-HzWOG {  
  background-color: transparent;  
  height: 100%;  
}  

#style-4UafH.style-4UafH {  
  object-fit: cover;  
}  

#style-EK7Yp.style-EK7Yp {  
  margin-top: 400px;  
}  

#style-krodJ.style-krodJ {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-5YGXh.style-5YGXh {  
  height: 350px;  
  width: 236px;  
}  

#style-Sylq2.style-Sylq2 {  
  background-color: transparent;  
  height: 100%;  
}  

#style-LWzaH.style-LWzaH {  
  object-fit: cover;  
}  

#style-YC2zm.style-YC2zm {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-eUtO3.style-eUtO3 {  
  height: 350px;  
  width: 236px;  
}  

#style-PSNEw.style-PSNEw {  
  background-color: transparent;  
  height: 100%;  
}  

#style-HNi2i.style-HNi2i {  
  object-fit: cover;  
}  

#style-Tgb8Z.style-Tgb8Z {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-VgXE6.style-VgXE6 {  
  height: 350px;  
  width: 236px;  
}  

#style-mSyQ3.style-mSyQ3 {  
  background-color: transparent;  
  height: 100%;  
}  

#style-CaCLj.style-CaCLj {  
  object-fit: cover;  
}  

#style-ZV7Xh.style-ZV7Xh {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-ZdONK.style-ZdONK {  
  height: 350px;  
  width: 236px;  
}  

#style-LTcck.style-LTcck {  
  background-color: transparent;  
  height: 100%;  
}  

#style-9r7ox.style-9r7ox {  
  object-fit: cover;  
}  

#style-xwcUG.style-xwcUG {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-DbrUj.style-DbrUj {  
  height: 350px;  
  width: 236px;  
}  

#style-DXR3p.style-DXR3p {  
  background-color: transparent;  
  height: 100%;  
}  

#style-PjyUG.style-PjyUG {  
  object-fit: cover;  
}  

#style-FqpXz.style-FqpXz {  
  margin-top: 240px;  
}  

#style-VKs6v.style-VKs6v {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-iQnVo.style-iQnVo {  
  height: 350px;  
  width: 236px;  
}  

#style-THW6S.style-THW6S {  
  background-color: transparent;  
  height: 100%;  
}  

#style-XboO7.style-XboO7 {  
  object-fit: cover;  
}  

#style-foTXS.style-foTXS {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-ALm4q.style-ALm4q {  
  height: 350px;  
  width: 236px;  
}  

#style-alXzJ.style-alXzJ {  
  background-color: transparent;  
  height: 100%;  
}  

#style-cB4Vx.style-cB4Vx {  
  object-fit: cover;  
}  

#style-woxke.style-woxke {  
  transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  

#style-kA1ja.style-kA1ja {  
  height: 350px;  
  width: 236px;  
}


#style-CTlh3.style-CTlh3 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-5RJqr.style-5RJqr {  
 object-fit: cover;  
}  
#style-fvQFL.style-fvQFL {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-pHC62.style-pHC62 {  
 height: 350px;  
  width: 236px;  
}  
#style-5G3yY.style-5G3yY {  
 background-color: transparent;  
  height: 100%;  
}  
#style-8ejnp.style-8ejnp {  
 object-fit: cover;  
}  
#style-p9376.style-p9376 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-pVZAH.style-pVZAH {  
 height: 350px;  
  width: 236px;  
}  
#style-doEVK.style-doEVK {  
 background-color: transparent;  
  height: 100%;  
}  
#style-GDBGO.style-GDBGO {  
 object-fit: cover;  
}  
#style-JYt9m.style-JYt9m {  
 margin-top: 160px;  
}  
#style-roxFv.style-roxFv {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-v3hee.style-v3hee {  
 height: 350px;  
  width: 236px;  
}  
#style-JXx8o.style-JXx8o {  
 background-color: transparent;  
  height: 100%;  
}  
#style-421oo.style-421oo {  
 object-fit: cover;  
}  
#style-L6yvX.style-L6yvX {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-KbTc6.style-KbTc6 {  
 height: 350px;  
  width: 236px;  
}  
#style-afOSE.style-afOSE {  
 background-color: transparent;  
  height: 100%;  
}  
#style-qjBke.style-qjBke {  
 object-fit: cover;  
}  
#style-55o48.style-55o48 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-SbhVT.style-SbhVT {  
 height: 350px;  
  width: 236px;  
}  
#style-h32mD.style-h32mD {  
 background-color: transparent;  
  height: 100%;  
}  
#style-FstcU.style-FstcU {  
 object-fit: cover;  
}  
#style-yqDpo.style-yqDpo {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-HcMva.style-HcMva {  
 height: 350px;  
  width: 236px;  
}  
#style-ls4rB.style-ls4rB {  
 background-color: transparent;  
  height: 100%;  
}  
#style-ws1KH.style-ws1KH {  
 object-fit: cover;  
}  
#style-bSWkh.style-bSWkh {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-H51Tp.style-H51Tp {  
 height: 350px;  
  width: 236px;  
}  
#style-V7NYx.style-V7NYx {  
 background-color: transparent;  
  height: 100%;  
}  
#style-NvTo7.style-NvTo7 {  
 object-fit: cover;  
}  
#style-qC5oo.style-qC5oo {  
 margin-top: 0px;  
}  
#style-pqWZw.style-pqWZw {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-lsUSF.style-lsUSF {  
 height: 350px;  
  width: 236px;  
}  
#style-src9o.style-src9o {  
 background-color: transparent;  
  height: 100%;  
}  
#style-jx8LI.style-jx8LI {  
 object-fit: cover;  
}  
#style-Snwqc.style-Snwqc {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-k5aKG.style-k5aKG {  
 height: 350px;  
  width: 236px;  
}  
#style-X3Jah.style-X3Jah {  
 background-color: transparent;  
  height: 100%;  
}  
#style-NSZNo.style-NSZNo {  
 object-fit: cover;  
}  
#style-Tqplq.style-Tqplq {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-YV6fD.style-YV6fD {  
 height: 350px;  
  width: 236px;  
}  
#style-bcTwU.style-bcTwU {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Q73l3.style-Q73l3 {  
 object-fit: cover;  
}  
#style-vFPEw.style-vFPEw {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-KVytB.style-KVytB {  
 height: 350px;  
  width: 236px;  
}  
#style-n9KQK.style-n9KQK {  
 background-color: transparent;  
  height: 100%;  
}  
#style-V4wXX.style-V4wXX {  
 object-fit: cover;  
}  
#style-EJ2zy.style-EJ2zy {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-ZVSIO.style-ZVSIO {  
 height: 350px;  
  width: 236px;  
}  
#style-QZJiM.style-QZJiM {  
 background-color: transparent;  
  height: 100%;  
}  
#style-TVe8n.style-TVe8n {  
 object-fit: cover;  
}  
#style-EbwwS.style-EbwwS {  
 top: 6%;  
  left: auto;  
  right: auto;  
  width: 1750px;  
}  
#style-jHCfE.style-jHCfE {  
 margin-top: 0px;  
}  
#style-OOYds.style-OOYds {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-8xVwd.style-8xVwd {  
 height: 350px;  
  width: 236px;  
}  
#style-9BpGD.style-9BpGD {  
 background-color: transparent;  
  height: 100%;  
}  
#style-c63YP.style-c63YP {  
 object-fit: cover;  
}  
#style-UAYnX.style-UAYnX {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-c5dBn.style-c5dBn {  
 height: 350px;  
  width: 236px;  
}  
#style-CzU2M.style-CzU2M {  
 background-color: transparent;  
  height: 100%;  
}  
#style-l4Zqt.style-l4Zqt {  
 object-fit: cover;  
}  
#style-9A5RJ.style-9A5RJ {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-hzpWg.style-hzpWg {  
 height: 350px;  
  width: 236px;  
}  
#style-RT7cB.style-RT7cB {  
 background-color: transparent;  
  height: 100%;  
}  
#style-gaoYs.style-gaoYs {  
 object-fit: cover;  
}  
#style-EEmxI.style-EEmxI {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-fqvRh.style-fqvRh {  
 height: 350px;  
  width: 236px;  
}  
#style-BIVYb.style-BIVYb {  
 background-color: transparent;  
  height: 100%;  
}  
#style-TOvSq.style-TOvSq {  
 object-fit: cover;  
}  
#style-X2GPP.style-X2GPP {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-pCCvZ.style-pCCvZ {  
 height: 350px;  
  width: 236px;  
}  
#style-x9BJY.style-x9BJY {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Sjqgs.style-Sjqgs {  
 object-fit: cover;  
}  
#style-rNTzF.style-rNTzF {  
 margin-top: 160px;  
}  
#style-srKDi.style-srKDi {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-Do2tm.style-Do2tm {  
 height: 350px;  
  width: 236px;  
}  
#style-QBMyo.style-QBMyo {  
 background-color: transparent;  
  height: 100%;  
}  
#style-qZTyy.style-qZTyy {  
 object-fit: cover;  
}  
#style-cdDRi.style-cdDRi {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-qQ3Ud.style-qQ3Ud {  
 height: 350px;  
  width: 236px;  
}  
#style-FqaFq.style-FqaFq {  
 background-color: transparent;  
  height: 100%;  
}  
#style-R4qC2.style-R4qC2 {  
 object-fit: cover;  
}  
#style-svdi8.style-svdi8 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-JMP3o.style-JMP3o {  
 height: 350px;  
  width: 236px;  
}  
#style-JQEtm.style-JQEtm {  
 background-color: transparent;  
  height: 100%;  
}  
#style-OMHZ8.style-OMHZ8 {  
 object-fit: cover;  
}  
#style-edPq9.style-edPq9 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-wtCgM.style-wtCgM {  
 height: 350px;  
  width: 236px;  
}  
#style-qprzN.style-qprzN {  
 background-color: transparent;  
  height: 100%;  
}  
#style-RFBz2.style-RFBz2 {  
 object-fit: cover;  
}  
#style-ZIlLF.style-ZIlLF {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-shaiL.style-shaiL {  
 height: 350px;  
  width: 236px;  
}  
#style-z4hs7.style-z4hs7 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-tD7hE.style-tD7hE {  
 object-fit: cover;  
}  
#style-x91Cn.style-x91Cn {  
 margin-top: 240px;  
}  
#style-ehhR5.style-ehhR5 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-rXVSO.style-rXVSO {  
 height: 350px;  
  width: 236px;  
}  
#style-4DBmL.style-4DBmL {  
 background-color: transparent;  
  height: 100%;  
}  
#style-rmTNp.style-rmTNp {  
 object-fit: cover;  
}  
#style-5xlrt.style-5xlrt {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-P6GoK.style-P6GoK {  
 height: 350px;  
  width: 236px;  
}  
#style-2hbtz.style-2hbtz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-VA76R.style-VA76R {  
 object-fit: cover;  
}  
#style-ziKWw.style-ziKWw {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-loebb.style-loebb {  
 height: 350px;  
  width: 236px;  
}  
#style-LyUwX.style-LyUwX {  
 background-color: transparent;  
  height: 100%;  
}  
#style-9gVpq.style-9gVpq {  
 object-fit: cover;  
}  
#style-X6rOZ.style-X6rOZ {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-ITf3e.style-ITf3e {  
 height: 350px;  
  width: 236px;  
}  
#style-HOZ2a.style-HOZ2a {  
 background-color: transparent;  
  height: 100%;  
}  
#style-zq6g1.style-zq6g1 {  
 object-fit: cover;  
}  
#style-GQ6KA.style-GQ6KA {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-cvFYy.style-cvFYy {  
 height: 350px;  
  width: 236px;  
}  
#style-coOTp.style-coOTp {  
 background-color: transparent;  
  height: 100%;  
}  
#style-dtHW1.style-dtHW1 {  
 object-fit: cover;  
}  
#style-ZBAhz.style-ZBAhz {  
 margin-top: 400px;  
}  
#style-CtPba.style-CtPba {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-CziDs.style-CziDs {  
 height: 350px;  
  width: 236px;  
}  
#style-pFLSI.style-pFLSI {  
 background-color: transparent;  
  height: 100%;  
}  
#style-axPk9.style-axPk9 {  
 object-fit: cover;  
}  
#style-hZYOX.style-hZYOX {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-3D9HR.style-3D9HR {  
 height: 350px;  
  width: 236px;  
}  
#style-l7TNf.style-l7TNf {  
 background-color: transparent;  
  height: 100%;  
}  
#style-gbvy2.style-gbvy2 {  
 object-fit: cover;  
}  
#style-eaic4.style-eaic4 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-7lMKW.style-7lMKW {  
 height: 350px;  
  width: 236px;  
}  
#style-djW4X.style-djW4X {  
 background-color: transparent;  
  height: 100%;  
}  
#style-wTEkE.style-wTEkE {  
 object-fit: cover;  
}  
#style-hRPLf.style-hRPLf {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-zSwww.style-zSwww {  
 height: 350px;  
  width: 236px;  
}  
#style-l2Hcy.style-l2Hcy {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Gljoz.style-Gljoz {  
 object-fit: cover;  
}  
#style-FOabC.style-FOabC {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-lINNG.style-lINNG {  
 height: 350px;  
  width: 236px;  
}  
#style-5XVbz.style-5XVbz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-1m8pg.style-1m8pg {  
 object-fit: cover;  
}  
#style-GYPGd.style-GYPGd {  
 margin-top: 240px;  
}  
#style-A3Jrb.style-A3Jrb {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-KAOAI.style-KAOAI {  
 height: 350px;  
  width: 236px;  
}  
#style-pULe3.style-pULe3 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-iRvq5.style-iRvq5 {  
 object-fit: cover;  
}  
#style-KeiQK.style-KeiQK {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-MhCp5.style-MhCp5 {  
 height: 350px;  
  width: 236px;  
}  
#style-XW6fs.style-XW6fs {  
 background-color: transparent;  
  height: 100%;  
}  
#style-IPoC1.style-IPoC1 {  
 object-fit: cover;  
}  
#style-n5BoT.style-n5BoT {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-L7ytE.style-L7ytE {  
 height: 350px;  
  width: 236px;  
}  
#style-2LL8O.style-2LL8O {  
 background-color: transparent;  
  height: 100%;  
}  
#style-cVCGX.style-cVCGX {  
 object-fit: cover;  
}  
#style-DcoOD.style-DcoOD {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-wXIRz.style-wXIRz {  
 height: 350px;  
  width: 236px;  
}  
#style-h1Z9e.style-h1Z9e {  
 background-color: transparent;  
  height: 100%;  
}  
#style-oDNmR.style-oDNmR {  
 object-fit: cover;  
}  
#style-MPWK6.style-MPWK6 {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-VYmBD.style-VYmBD {  
 height: 350px;  
  width: 236px;  
}  
#style-9aDkZ.style-9aDkZ {  
 background-color: transparent;  
  height: 100%;  
}  
#style-rWx3E.style-rWx3E {  
 object-fit: cover;  
}  
#style-XFxky.style-XFxky {  
 margin-top: 160px;  
}  
#style-oEbys.style-oEbys {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-2zDC8.style-2zDC8 {  
 height: 350px;  
  width: 236px;  
}  
#style-9QhBo.style-9QhBo {  
 background-color: transparent;  
  height: 100%;  
}  
#style-YiKbk.style-YiKbk {  
 object-fit: cover;  
}  
#style-Gg1EO.style-Gg1EO {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-WFfBR.style-WFfBR {  
 height: 350px;  
  width: 236px;  
}  
#style-sPmnk.style-sPmnk {  
 background-color: transparent;  
  height: 100%;  
}  
#style-1xAgp.style-1xAgp {  
 object-fit: cover;  
}  
#style-Yvqnb.style-Yvqnb {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-KLyst.style-KLyst {  
 height: 350px;  
  width: 236px;  
}  
#style-y5p29.style-y5p29 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-6JoXe.style-6JoXe {  
 object-fit: cover;  
}  
#style-4t6GQ.style-4t6GQ {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-ccXnG.style-ccXnG {  
 height: 350px;  
  width: 236px;  
}  
#style-KqORp.style-KqORp {  
 background-color: transparent;  
  height: 100%;  
}  
#style-aiXwd.style-aiXwd {  
 object-fit: cover;  
}  
#style-VsEeh.style-VsEeh {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-IoY2i.style-IoY2i {  
 height: 350px;  
  width: 236px;  
}  
#style-AydS7.style-AydS7 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-19D4z.style-19D4z {  
 object-fit: cover;  
}  
#style-4pAai.style-4pAai {  
 margin-top: 0px;  
}  
#style-cbVfZ.style-cbVfZ {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-ksFEF.style-ksFEF {  
 height: 350px;  
  width: 236px;  
}

#style-sooZs.style-sooZs {  
 background-color: transparent;  
  height: 100%;  
}  
#style-bhvXZ.style-bhvXZ {  
 object-fit: cover;  
}  
#style-9ah8w.style-9ah8w {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-yNzvC.style-yNzvC {  
 height: 350px;  
  width: 236px;  
}  
#style-9tF1l.style-9tF1l {  
 background-color: transparent;  
  height: 100%;  
}  
#style-HWTr1.style-HWTr1 {  
 object-fit: cover;  
}  
#style-Y958H.style-Y958H {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-G1iCe.style-G1iCe {  
 height: 350px;  
  width: 236px;  
}  
#style-zsHov.style-zsHov {  
 background-color: transparent;  
  height: 100%;  
}  
#style-HOIUk.style-HOIUk {  
 object-fit: cover;  
}  
#style-GXNyV.style-GXNyV {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-o2m5w.style-o2m5w {  
 height: 350px;  
  width: 236px;  
}  
#style-MYkWX.style-MYkWX {  
 background-color: transparent;  
  height: 100%;  
}  
#style-B9fFq.style-B9fFq {  
 object-fit: cover;  
}  
#style-LUlRd.style-LUlRd {  
 transform: translateY(-80px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-d9sbe.style-d9sbe {  
 height: 350px;  
  width: 236px;  
}  
#style-e3nhh.style-e3nhh {  
 background-color: transparent;  
  height: 100%;  
}  
#style-aGtKo.style-aGtKo {  
 object-fit: cover;  
}  
#style-zeWAk.style-zeWAk {  
 top: 6%;  
  left: auto;  
  right: auto;  
  width: 1750px;  
}  
#style-yk6Ry.style-yk6Ry {  
 margin-top: 0px;  
}  
#style-KUYcl.style-KUYcl {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-ekb3K.style-ekb3K {  
 height: 350px;  
  width: 236px;  
}  
#style-hcghF.style-hcghF {  
 background-color: transparent;  
  height: 100%;  
}  
#style-XivXR.style-XivXR {  
 object-fit: cover;  
}  
#style-9FqhD.style-9FqhD {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-8mbTa.style-8mbTa {  
 height: 350px;  
  width: 236px;  
}  
#style-Il2fP.style-Il2fP {  
 background-color: transparent;  
  height: 100%;  
}  
#style-llsRz.style-llsRz {  
 object-fit: cover;  
}  
#style-47SAI.style-47SAI {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-YULHb.style-YULHb {  
 height: 350px;  
  width: 236px;  
}  
#style-bQDdo.style-bQDdo {  
 background-color: transparent;  
  height: 100%;  
}  
#style-21h8K.style-21h8K {  
 object-fit: cover;  
}  
#style-kwFSc.style-kwFSc {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-LY83f.style-LY83f {  
 height: 350px;  
  width: 236px;  
}  
#style-dF7Gm.style-dF7Gm {  
 background-color: transparent;  
  height: 100%;  
}  
#style-aY9iF.style-aY9iF {  
 object-fit: cover;  
}  
#style-Fx3Nn.style-Fx3Nn {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-TGMRi.style-TGMRi {  
 height: 350px;  
  width: 236px;  
}  
#style-5RRAi.style-5RRAi {  
 background-color: transparent;  
  height: 100%;  
}  
#style-7BYVf.style-7BYVf {  
 object-fit: cover;  
}  
#style-TVyEL.style-TVyEL {  
 margin-top: 160px;  
}  
#style-VTQFY.style-VTQFY {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-nNqmF.style-nNqmF {  
 height: 350px;  
  width: 236px;  
}  
#style-ovLA7.style-ovLA7 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-GH2lX.style-GH2lX {  
 object-fit: cover;  
}  
#style-UJKYt.style-UJKYt {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-CtCg9.style-CtCg9 {  
 height: 350px;  
  width: 236px;  
}  
#style-wD2nB.style-wD2nB {  
 background-color: transparent;  
  height: 100%;  
}  
#style-UrxQ7.style-UrxQ7 {  
 object-fit: cover;  
}  
#style-DHaBQ.style-DHaBQ {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-9Inst.style-9Inst {  
 height: 350px;  
  width: 236px;  
}  
#style-OOBfz.style-OOBfz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-PBKSs.style-PBKSs {  
 object-fit: cover;  
}  
#style-rEozK.style-rEozK {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-r8y8T.style-r8y8T {  
 height: 350px;  
  width: 236px;  
}  
#style-llbrR.style-llbrR {  
 background-color: transparent;  
  height: 100%;  
}  
#style-cKvhU.style-cKvhU {  
 object-fit: cover;  
}  
#style-1z6Fi.style-1z6Fi {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-CraLz.style-CraLz {  
 height: 350px;  
  width: 236px;  
}  
#style-D7Pxt.style-D7Pxt {  
 background-color: transparent;  
  height: 100%;  
}  
#style-YZ9NO.style-YZ9NO {  
 object-fit: cover;  
}  
#style-jsrAX.style-jsrAX {  
 margin-top: 240px;  
}  
#style-N2poo.style-N2poo {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-lLfK8.style-lLfK8 {  
 height: 350px;  
  width: 236px;  
}  
#style-giiMs.style-giiMs {  
 background-color: transparent;  
  height: 100%;  
}  
#style-DvFcJ.style-DvFcJ {  
 object-fit: cover;  
}  
#style-bZisU.style-bZisU {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-YLoCI.style-YLoCI {  
 height: 350px;  
  width: 236px;  
}  
#style-m9w47.style-m9w47 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-9H7Kw.style-9H7Kw {  
 object-fit: cover;  
}  
#style-EFKQL.style-EFKQL {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-MTQeS.style-MTQeS {  
 height: 350px;  
  width: 236px;  
}  
#style-Qo2ZL.style-Qo2ZL {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Dm7LI.style-Dm7LI {  
 object-fit: cover;  
}  
#style-7hDjA.style-7hDjA {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-OPzby.style-OPzby {  
 height: 350px;  
  width: 236px;  
}  
#style-n5AKe.style-n5AKe {  
 background-color: transparent;  
  height: 100%;  
}  
#style-HC6xD.style-HC6xD {  
 object-fit: cover;  
}  
#style-8WLto.style-8WLto {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-211od.style-211od {  
 height: 350px;  
  width: 236px;  
}  
#style-GWZ2e.style-GWZ2e {  
 background-color: transparent;  
  height: 100%;  
}  
#style-aIYcS.style-aIYcS {  
 object-fit: cover;  
}  
#style-ljoCo.style-ljoCo {  
 margin-top: 400px;  
}  
#style-CHcQQ.style-CHcQQ {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-4K21V.style-4K21V {  
 height: 350px;  
  width: 236px;  
}  
#style-434gI.style-434gI {  
 background-color: transparent;  
  height: 100%;  
}  
#style-bkrLN.style-bkrLN {  
 object-fit: cover;  
}  
#style-4gLP8.style-4gLP8 {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-fZHpO.style-fZHpO {  
 height: 350px;  
  width: 236px;  
}  
#style-7DCTL.style-7DCTL {  
 background-color: transparent;  
  height: 100%;  
}  
#style-NECDn.style-NECDn {  
 object-fit: cover;  
}  
#style-o38cH.style-o38cH {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-FdOGx.style-FdOGx {  
 height: 350px;  
  width: 236px;  
}  
#style-jOoVV.style-jOoVV {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Rj3Xw.style-Rj3Xw {  
 object-fit: cover;  
}  
#style-Qp1xn.style-Qp1xn {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-sIhLs.style-sIhLs {  
 height: 350px;  
  width: 236px;  
}  
#style-LiFzA.style-LiFzA {  
 background-color: transparent;  
  height: 100%;  
}  
#style-ZLMVW.style-ZLMVW {  
 object-fit: cover;  
}  
#style-XgKWc.style-XgKWc {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-oagmG.style-oagmG {  
 height: 350px;  
  width: 236px;  
}  
#style-jGCtv.style-jGCtv {  
 background-color: transparent;  
  height: 100%;  
}  
#style-gNhBa.style-gNhBa {  
 object-fit: cover;  
}  
#style-GzKtE.style-GzKtE {  
 margin-top: 240px;  
}  
#style-UQKDA.style-UQKDA {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-fY3CM.style-fY3CM {  
 height: 350px;  
  width: 236px;  
}  
#style-jFiNk.style-jFiNk {  
 background-color: transparent;  
  height: 100%;  
}  
#style-yZsbQ.style-yZsbQ {  
 object-fit: cover;  
}  
#style-pW6id.style-pW6id {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-ClAyY.style-ClAyY {  
 height: 350px;  
  width: 236px;  
}  
#style-QoX4U.style-QoX4U {  
 background-color: transparent;  
  height: 100%;  
}  
#style-pZO6v.style-pZO6v {  
 object-fit: cover;  
}  
#style-JoKJn.style-JoKJn {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-6Y5tE.style-6Y5tE {  
 height: 350px;  
  width: 236px;  
}  
#style-HXTXz.style-HXTXz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-dbzms.style-dbzms {  
 object-fit: cover;  
}  
#style-bKCzo.style-bKCzo {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-weAkI.style-weAkI {  
 height: 350px;  
  width: 236px;  
}  
#style-vokNK.style-vokNK {  
 background-color: transparent;  
  height: 100%;  
}  
#style-gCqvM.style-gCqvM {  
 object-fit: cover;  
}  
#style-1W2t5.style-1W2t5 {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-W1Ryn.style-W1Ryn {  
 height: 350px;  
  width: 236px;  
}  
#style-wZYLK.style-wZYLK {  
 background-color: transparent;  
  height: 100%;  
}  
#style-1oZpq.style-1oZpq {  
 object-fit: cover;  
}  
#style-UQvDX.style-UQvDX {  
 margin-top: 160px;  
}  
#style-YrIG9.style-YrIG9 {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-afCLI.style-afCLI {  
 height: 350px;  
  width: 236px;  
}  
#style-imfAF.style-imfAF {  
 background-color: transparent;  
  height: 100%;  
}  
#style-bjyIG.style-bjyIG {  
 object-fit: cover;  
}  
#style-S5PgL.style-S5PgL {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-akHmh.style-akHmh {  
 height: 350px;  
  width: 236px;  
}  
#style-INXB8.style-INXB8 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-m2N7g.style-m2N7g {  
 object-fit: cover;  
}  
#style-DJUvg.style-DJUvg {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-GNsr8.style-GNsr8 {  
 height: 350px;  
  width: 236px;  
}  
#style-Q8mj4.style-Q8mj4 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-xiVgE.style-xiVgE {  
 object-fit: cover;  
}  
#style-747Bk.style-747Bk {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-Z2ze8.style-Z2ze8 {  
 height: 350px;  
  width: 236px;  
}  
#style-ZeFMH.style-ZeFMH {  
 background-color: transparent;  
  height: 100%;  
}  
#style-fZaQM.style-fZaQM {  
 object-fit: cover;  
}  
#style-pVZew.style-pVZew {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-5LaAd.style-5LaAd {  
 height: 350px;  
  width: 236px;  
}  
#style-VoAR1.style-VoAR1 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-JfDVz.style-JfDVz {  
 object-fit: cover;  
}  
#style-Kykar.style-Kykar {  
 margin-top: 0px;  
}  
#style-byHt9.style-byHt9 {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-T4ImC.style-T4ImC {  
 height: 350px;  
  width: 236px;  
}  
#style-mmTdj.style-mmTdj {  
 background-color: transparent;  
  height: 100%;  
}  
#style-7m3on.style-7m3on {  
 object-fit: cover;  
}  
#style-JxpDf.style-JxpDf {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-gxdXt.style-gxdXt {  
 height: 350px;  
  width: 236px;  
}  
#style-zFTsH.style-zFTsH {  
 background-color: transparent;  
  height: 100%;  
}  
#style-EFtOL.style-EFtOL {  
 object-fit: cover;  
}  
#style-cWhJ6.style-cWhJ6 {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-61AA2.style-61AA2 {  
 height: 350px;  
  width: 236px;  
}  
#style-z3o2Q.style-z3o2Q {  
 background-color: transparent;  
  height: 100%;  
}  
#style-BCb2z.style-BCb2z {  
 object-fit: cover;  
}  
#style-BDzZj.style-BDzZj {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-UDbgA.style-UDbgA {  
 height: 350px;  
  width: 236px;  
}  
#style-1kQoo.style-1kQoo {  
 background-color: transparent;  
  height: 100%;  
}  
#style-RifqV.style-RifqV {  
 object-fit: cover;  
}  
#style-JZmLZ.style-JZmLZ {  
 transform: translateY(-40px);  
  opacity: 1;  
  z-index: 2;  
}  
#style-Foxd8.style-Foxd8 {  
 height: 350px;  
  width: 236px;  
}  
#style-4nLeM.style-4nLeM {  
 background-color: transparent;  
  height: 100%;  
}  
#style-8fr6k.style-8fr6k {  
 object-fit: cover;  
}  
#style-tetoG.style-tetoG {  
 top: 20%;  
  left: auto;  
  right: auto;  
  width: 1750px;  
}  
#style-zqzm9.style-zqzm9 {  
 margin-top: 0px;  
}  
#style-a8sbv.style-a8sbv {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-XkJKC.style-XkJKC {  
 height: 350px;  
  width: 236px;  
}  
#style-XGOTT.style-XGOTT {  
 background-color: transparent;  
  height: 100%;  
}  
#style-5nxn2.style-5nxn2 {  
 object-fit: cover;  
}  
#style-TxsLp.style-TxsLp {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-Zr2Gt.style-Zr2Gt {  
 height: 350px;  
  width: 236px;  
}  
#style-hONiy.style-hONiy {  
 background-color: transparent;  
  height: 100%;  
}  
#style-1pIoG.style-1pIoG {  
 object-fit: cover;  
}  
#style-WtD4o.style-WtD4o {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-q8Z7k.style-q8Z7k {  
 height: 350px;  
  width: 236px;  
}  
#style-ZQ6eS.style-ZQ6eS {  
 background-color: transparent;  
  height: 100%;  
}  
#style-zYcoN.style-zYcoN {  
 object-fit: cover;  
}  
#style-CiZ3j.style-CiZ3j {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-PI89m.style-PI89m {  
 height: 350px;  
  width: 236px;  
}  
#style-1Cor6.style-1Cor6 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-HjGR8.style-HjGR8 {  
 object-fit: cover;  
}  
#style-IBUND.style-IBUND {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-Midgy.style-Midgy {  
 height: 350px;  
  width: 236px;  
}  
#style-kMYzP.style-kMYzP {  
 background-color: transparent;  
  height: 100%;  
}  
#style-jCjQy.style-jCjQy {  
 object-fit: cover;  
}  
#style-mHrO1.style-mHrO1 {  
 margin-top: 160px;  
}  
#style-WHwCs.style-WHwCs {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-D7Zi6.style-D7Zi6 {  
 height: 350px;  
  width: 236px;  
}  
#style-QUAeF.style-QUAeF {  
 background-color: transparent;  
  height: 100%;  
}  
#style-kPUom.style-kPUom {  
 object-fit: cover;  
}  
#style-MGwB9.style-MGwB9 {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-ywTNa.style-ywTNa {  
 height: 350px;  
  width: 236px;  
}  
#style-9XOoz.style-9XOoz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-2KaNt.style-2KaNt {  
 object-fit: cover;  
}  
#style-gQANF.style-gQANF {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-Dxzpr.style-Dxzpr {  
 height: 350px;  
  width: 236px;  
}  
#style-2r23O.style-2r23O {  
 background-color: transparent;  
  height: 100%;  
}  
#style-syJ36.style-syJ36 {  
 object-fit: cover;  
}  
#style-xTCfc.style-xTCfc {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-27kQ4.style-27kQ4 {  
 height: 350px;  
  width: 236px;  
}  
#style-ItKcr.style-ItKcr {  
 background-color: transparent;  
  height: 100%;  
}  
#style-wQzzI.style-wQzzI {  
 object-fit: cover;  
}  
#style-yo2ty.style-yo2ty {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-OGtBQ.style-OGtBQ {  
 height: 350px;  
  width: 236px;  
}  
#style-WIOCA.style-WIOCA {  
 background-color: transparent;  
  height: 100%;  
}  
#style-NNB21.style-NNB21 {  
 object-fit: cover;  
}  
#style-K7FQd.style-K7FQd {  
 margin-top: 240px;  
}  
#style-5Vh2z.style-5Vh2z {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-3XQBm.style-3XQBm {  
 height: 350px;  
  width: 236px;  
}  
#style-moNtm.style-moNtm {  
 background-color: transparent;  
  height: 100%;  
}  
#style-zYBM4.style-zYBM4 {  
 object-fit: cover;  
}  
#style-UDTrk.style-UDTrk {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-8FocR.style-8FocR {  
 height: 350px;  
  width: 236px;  
}  
#style-OBdw9.style-OBdw9 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-aPiLl.style-aPiLl {  
 object-fit: cover;  
}  
#style-4LbDr.style-4LbDr {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-LEmLk.style-LEmLk {  
 height: 350px;  
  width: 236px;  
}  
#style-BbPUQ.style-BbPUQ {  
 background-color: transparent;  
  height: 100%;  
}  
#style-oUBNJ.style-oUBNJ {  
 object-fit: cover;  
}  
#style-TysRC.style-TysRC {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-v7i45.style-v7i45 {  
 height: 350px;  
  width: 236px;  
}  
#style-fMHHk.style-fMHHk {  
 background-color: transparent;  
  height: 100%;  
}  
#style-AmC4F.style-AmC4F {  
 object-fit: cover;  
}  
#style-dJCTz.style-dJCTz {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-BMhlf.style-BMhlf {  
 height: 350px;  
  width: 236px;  
}  
#style-elMZj.style-elMZj {  
 background-color: transparent;  
  height: 100%;  
}  
#style-IpY6B.style-IpY6B {  
 object-fit: cover;  
}  
#style-5BPxo.style-5BPxo {  
 margin-top: 400px;  
}  
#style-QQ6nR.style-QQ6nR {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-58NbT.style-58NbT {  
 height: 350px;  
  width: 236px;  
}  
#style-8HREK.style-8HREK {  
 background-color: transparent;  
  height: 100%;  
}  
#style-ssK3e.style-ssK3e {  
 object-fit: cover;  
}  
#style-iatci.style-iatci {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-jC1kN.style-jC1kN {  
 height: 350px;  
  width: 236px;  
}  
#style-zE2XV.style-zE2XV {  
 background-color: transparent;  
  height: 100%;  
}  
#style-1wQ7Y.style-1wQ7Y {  
 object-fit: cover;  
}  
#style-fadHy.style-fadHy {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-DKhyy.style-DKhyy {  
 height: 350px;  
  width: 236px;  
}  
#style-rDEZn.style-rDEZn {  
 background-color: transparent;  
  height: 100%;  
}  
#style-cDwxo.style-cDwxo {  
 object-fit: cover;  
}  
#style-2Dor8.style-2Dor8 {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-oQGGO.style-oQGGO {  
 height: 350px;  
  width: 236px;  
}  
#style-Ipygr.style-Ipygr {  
 background-color: transparent;  
  height: 100%;  
}  
#style-ZX4Qv.style-ZX4Qv {  
 object-fit: cover;  
}  
#style-BCat9.style-BCat9 {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-SnM8f.style-SnM8f {  
 height: 350px;  
  width: 236px;  
}  
#style-LHZCD.style-LHZCD {  
 background-color: transparent;  
  height: 100%;  
}  
#style-P4ooy.style-P4ooy {  
 object-fit: cover;  
}  
#style-CB9wL.style-CB9wL {  
 margin-top: 240px;  
}  
#style-9Ojik.style-9Ojik {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-EFWaC.style-EFWaC {  
 height: 350px;  
  width: 236px;  
}  
#style-b36hS.style-b36hS {  
 background-color: transparent;  
  height: 100%;  
}  
#style-HeN7T.style-HeN7T {  
 object-fit: cover;  
}  
#style-Ms4P4.style-Ms4P4 {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-POiKH.style-POiKH {  
 height: 350px;  
  width: 236px;  
}  
#style-8oLdl.style-8oLdl {  
 background-color: transparent;  
  height: 100%;  
}  
#style-2oEob.style-2oEob {  
 object-fit: cover;  
}  
#style-yNXRk.style-yNXRk {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-kBj2W.style-kBj2W {  
 height: 350px;  
  width: 236px;  
}  
#style-jbAqE.style-jbAqE {  
 background-color: transparent;  
  height: 100%;  
}  
#style-oSJXk.style-oSJXk {  
 object-fit: cover;  
}  
#style-7cYmj.style-7cYmj {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-XW8NZ.style-XW8NZ {  
 height: 350px;  
  width: 236px;  
}  
#style-i42cy.style-i42cy {  
 background-color: transparent;  
  height: 100%;  
}  
#style-dQoUV.style-dQoUV {  
 object-fit: cover;  
}  
#style-YHkMa.style-YHkMa {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-WXTZA.style-WXTZA {  
 height: 350px;  
  width: 236px;  
}  
#style-fNmAN.style-fNmAN {  
 background-color: transparent;  
  height: 100%;  
}  
#style-x6Exq.style-x6Exq {  
 object-fit: cover;  
}  
#style-RW3Fd.style-RW3Fd {  
 margin-top: 160px;  
}  
#style-Loyyo.style-Loyyo {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-dQPCs.style-dQPCs {  
 height: 350px;  
  width: 236px;  
}  
#style-8hwyh.style-8hwyh {  
 background-color: transparent;  
  height: 100%;  
}  
#style-5vp2m.style-5vp2m {  
 object-fit: cover;  
}  
#style-S7oDK.style-S7oDK {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-5lRBG.style-5lRBG {  
 height: 350px;  
  width: 236px;  
}  
#style-2ZIPz.style-2ZIPz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-q4Icp.style-q4Icp {  
 object-fit: cover;  
}  
#style-7Ie7b.style-7Ie7b {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-qq45f.style-qq45f {  
 height: 350px;  
  width: 236px;  
}  
#style-Wg3yF.style-Wg3yF {  
 background-color: transparent;  
  height: 100%;  
}  
#style-AQyNK.style-AQyNK {  
 object-fit: cover;  
}  
#style-Hy6Aw.style-Hy6Aw {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-mnlVm.style-mnlVm {  
 height: 350px;  
  width: 236px;  
}  
#style-7WqJm.style-7WqJm {  
 background-color: transparent;  
  height: 100%;  
}  
#style-7aCoz.style-7aCoz {  
 object-fit: cover;  
}  
#style-WCq7Z.style-WCq7Z {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-L2xw4.style-L2xw4 {  
 height: 350px;  
  width: 236px;  
}  
#style-x9afg.style-x9afg {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Q9k6p.style-Q9k6p {  
 object-fit: cover;  
}  
#style-UB6AA.style-UB6AA {  
 margin-top: 0px;  
}  
#style-TI1zi.style-TI1zi {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-t14rQ.style-t14rQ {  
 height: 350px;  
  width: 236px;  
}  
#style-IVzS2.style-IVzS2 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-Pox32.style-Pox32 {  
 object-fit: cover;  
}  
#style-PWfgF.style-PWfgF {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-y6vHn.style-y6vHn {  
 height: 350px;  
  width: 236px;  
}  
#style-fUAaa.style-fUAaa {  
 background-color: transparent;  
  height: 100%;  
}  
#style-5eoay.style-5eoay {  
 object-fit: cover;  
}  
#style-a6R8y.style-a6R8y {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-fWmiU.style-fWmiU {  
 height: 350px;  
  width: 236px;  
}  
#style-i4ezz.style-i4ezz {  
 background-color: transparent;  
  height: 100%;  
}  
#style-9NWEP.style-9NWEP {  
 object-fit: cover;  
}  
#style-ootHz.style-ootHz {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-MQLCM.style-MQLCM {  
 height: 350px;  
  width: 236px;  
}  
#style-8zJM4.style-8zJM4 {  
 background-color: transparent;  
  height: 100%;  
}  
#style-GxaRK.style-GxaRK {  
 object-fit: cover;  
}  
#style-SVVX7.style-SVVX7 {  
 transform: translateY(0px);  
  opacity: 0;  
  z-index: 0;  
}  
#style-n149j.style-n149j {  
 height: 350px;  
  width: 236px;  
}  
#style-WikJc.style-WikJc {  
 background-color: transparent;  
  height: 100%;  
}  
#style-IsgrD.style-IsgrD {  
 object-fit: cover;  
}  