
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--brand-color: #ea212c;
    /* Fonts */
    --font-poppins: 'Poppins',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--t900: 900;
--t800: 800;
--t700: 700;
--t600: 600;
--t500: 500;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .bZCXSK {
      width:100%;
      height:1px;
      display:block;
      background:#ffffff1a;
      margin-top:1rem;
      margin-left:auto;
      padding-top:0px;
      margin-right:auto;
      padding-left:0px;
      margin-bottom:1rem;
      padding-right:0px;
      padding-bottom:0px;
    }

    .blehpj {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .czNEGB {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .czNEGB.gtpay {
      display:flex;
      flex-wrap:wrap-reverse;
      align-items:center;
      flex-direction:column-reverse;
      justify-content:center;
    }

    .bbrdYj {
      opacity:0;
    }

    .dsDFgY {
      display:flex;
      row-gap:2rem;
      flex-wrap:wrap;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .beIJvQ {
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      column-gap:1rem;
      flex-direction:row;
    }

    @media (max-width: 900px) {

    .beIJvQ {
      flex-wrap:wrap;
      flex-direction:column;
    }
    }

    .beIJvQ.stacked {
      width:100%;
      display:flex;
      flex-wrap:nowrap;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .ekBhxd {
      gap:2rem;
      flex:1 1 calc(50% - 1rem);
      width:100%;
      display:flex;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dNuzxo {
      width:100%;
      display:flex;
      row-gap:6px;
      font-size:1rem;
      column-gap:6px;
      font-weight:var(--t600);
      line-height:1.5;
      flex-direction:column;
    }

    .foTrgo {
      top:2.5rem;
      right:-15px;
      display:inline;
      opacity:0.27;
      z-index:2;
      position:absolute;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    @media (max-width: 900px) {

    .foTrgo {
      top:auto;
      left:44%;
      right:auto;
      bottom:-18px;
      transform:rotate(90deg);
    }
    }

    .foTrgo.stacked {
      top:auto;
      left:44%;
      right:auto;
      bottom:-18px;
      transform:rotate(90deg);
    }

    .dWLuBE {
      color:#ffffff0d;
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      font-size:4rem;
      column-gap:1rem;
      align-items:center;
      font-weight:var(--t700);
      line-height:1rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .elThbd {
      width:50px;
      height:50px;
    }

    .ctTOKC {
      max-width:var(--max-width);
    }

    .cCFbXR {
      max-width:606px;
    }

    .bGtFZt {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      flex-direction:column;
      justify-content:center;
    }

    .bLSgaE {
      width:100%;
      cursor:pointer;
      display:flex;
      row-gap:0px;
      background:var(--grey-100);
      column-gap:0px;
      transition:all 300ms ease-in-out 0ms ;
      align-items:flex-start;
      line-height:1.4;
      padding-top:10px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:10px;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .ehSpcc {
      width:100%;
      padding-left:10px;
      padding-right:10px;
    }

    .fzTkOi {
      width:100%;
      display:flex;
      flex-grow:0;
      align-items:center;
      flex-shrink:0;
      justify-content:center;
    }

    .bOUtKq {
      width:auto;
      height:auto;
      display:flex;
      transition:all 300ms ease-in-out 0ms ;
      align-items:center;
      justify-content:center;
    }

    .bjsKb {
      flex:1;
      width:auto;
    }

    .brwcAJ {
      width:100%;
      cursor:pointer;
      display:flex;
      min-height:40px;
      align-items:center;
      font-weight:600;
      padding-top:0px;
      padding-left:10px;
      padding-right:1px;
      flex-direction:row;
      padding-bottom:0px;
      justify-content:flex-start;
    }

    .dv_faqs\:3w0ZECmvIMI6tz7bH4QoB {
      background:var(--cardbox-bg);
      text-align:left;
      border-color:var(--cardbox-border);
      border-style:solid;
      border-width:1px;
    }

    .cMIxEg {
      overflow:clip;
      text-align:left;
    }

    .bLolY {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cdaIdb {
      color:#a6a6a6;
      width:20px;
      height:20px;
      display:flex;
      flex-grow:0;
      background:#262626;
      margin-top:2px;
      align-items:center;
      flex-shrink:0;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .cdaIdb.checkmark {
      color:#00e600;
      background:#40e0001c;
    }

    .cdaIdb.checkdot {
      color:#ffffff;
      background:var(--brand-color);
    }

    @media (max-width: 480px) {

    .cdaIdb {
      margin-top:3px;
    }
    }

    .elvUYA {
      width:100%;
      display:flex;
      row-gap:10px;
      flex-wrap:nowrap;
      column-gap:10px;
      text-align:left;
      align-items:flex-start;
      font-weight:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bzgomI {
      display:inline;
      font-size:inherit;
      max-width:600px;
      font-family:inherit;
      font-weight:inherit;
    }

    .epoiHI {
      gap:2rem;
    }

    .cEysLc {
      width:auto;
      display:flex;
      row-gap:10px;
      flex-wrap:nowrap;
      font-size:inherit;
      max-width:100%;
      background:#0d0d0d80;
      column-gap:10px;
      overflow-x:clip;
      overflow-y:clip;
      text-align:left;
      align-items:center;
      padding-top:1rem;
      border-color:#000000b3;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .cEysLc.no-bg {
      border:none;
      background:#00000000;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .epnpbM {
      flex:1;
      width:100%;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .sec_gta_coach_compensation\:4npxNsxB1mYfeHlyzddpC {
      gap:15px;
      display:flex;
      align-items:flex-start;
      font-weight:var(--t600);
      justify-content:flex-start;
    }

    .sec_gta_coach_compensation\:5vsHm2BbgQq8e1YmwZ70j {
      font-size:14px;
      line-height:20px;
    }

    .bIOpON {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      font-size:1.1rem;
      column-gap:1rem;
      align-items:center;
      line-height:1.5;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ytYdb {
      width:100%;
      display:flex;
      row-gap:15px;
      column-gap:15px;
    }

    .futXiw {
      flex:1;
      display:flex;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .ejIVWb {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
    }

    .IcZqL {
      flex:1 1 calc(50% - 1rem);
      width:100%;
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      text-align:left;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .brxaUv {
      width:100%;
      display:flex;
      row-gap:10px;
      flex-wrap:nowrap;
      background:#24242480;
      column-gap:10px;
      min-height:4rem;
      align-items:center;
      padding-top:1rem;
      border-color:#1f1f1f;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:space-between;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .brxaUv.onn {
      background:#451e1f80;
      font-weight:var(--t700);
      border-color:#ff000033;
    }

    .bsJzcD {
      width:100%;
    }

    @media (max-width: 900px) {

    .bsJzcD {
      width:100%;
      max-width:100%;
    }
    }

    .dHAwBv {
      flex:1;
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      font-size:inherit;
      column-gap:1rem;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cYNfsQ {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 700px) {

    .cYNfsQ {
      gap:1rem;
      flex-direction:column;
    }
    }

    .rktRM {
      width:100%;
      display:flex;
      row-gap:10px;
      flex-wrap:wrap;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 480px) {

    .rktRM {
      flex-direction:column;
    }
    }

    .dyVeSx {
      width:auto;
      display:flex;
      row-gap:10px;
      flex-wrap:nowrap;
      font-size:12px;
      max-width:15rem;
      background:#0d0d0d80;
      column-gap:10px;
      overflow-x:clip;
      overflow-y:clip;
      text-align:left;
      align-items:center;
      font-weight:var(--t500);
      padding-top:1rem;
      border-color:#000000b3;
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:flex-start;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    @media (max-width: 480px) {

    .dyVeSx {
      width:100%;
      max-width:100%;
    }
    }

    .bPQgxQ {
      flex:1;
      width:100%;
    }

    .dJNIeR {
      font-size:60px;
      max-width:var(--max-width);
      font-weight:var(--t700);
      line-height:1;
    }

    .bZOjmp {
      background:#0d0d0d;
    }

    .GznKH {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .czBuwL {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .fGcwCK {
      color:#ffffff;
      width:100%;
      height:auto;
      display:flex;
      row-gap:10px;
      position:relative;
      font-size:12px;
      background:#000000;
      column-gap:10px;
      text-align:center;
      align-items:center;
      font-weight:var(--t500);
      padding-top:30px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      padding-bottom:30px;
      justify-content:center;
    }

    .bdyKZP {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dHMmrE {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .RrhzK {
      color:#ffffff;
      width:auto;
      display:flex;
      row-gap:1px;
      font-size:1rem;
      column-gap:1px;
      align-items:center;
      font-family:"Poppins";
      font-weight:800;
      line-height:1;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dWlpMj {
      color:#ea212c;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:inherit;
    }

    .fglAUf {
      width:808px;
      height:auto;
      display:flex;
      row-gap:10px;
      position:relative;
      max-width:100%;
      column-gap:10px;
      align-items:center;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
      justify-content:center;
    }

    .ciWzBe {
      width:100%;
      display:flex;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      align-items:center;
      padding-top:5px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:center;
    }

    .LpKzA {
      display:flex;
      font-size:inherit;
      background:#2e2e2ee3;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:50%;
      border-top-right-radius:50%;
      border-bottom-left-radius:50%;
      border-bottom-right-radius:50%;
    }

    .HEBTz {
      width:auto;
      display:flex;
      row-gap:10px;
      border-top:1px solid #333;
      column-gap:10px;
      align-items:center;
      padding-top:10px;
      padding-left:30px;
      border-bottom:1px solid #333;
      margin-bottom:30px;
      padding-right:30px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:center;
    }

    .eUNOUR {
      color:#999;
      opacity:.5;
      font-size:10px;
      font-weight:400;
    }

    .fpcnqy {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .dnEgex {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
    }

    .sec_gta_tech_qualify\:MIaf60TvgGODaU6HxfLnK {
      background:var(--cardbox-bg);
      border-color:var(--cardbox-border);
    }

    .ecIHCZ {
      padding-bottom:2rem;
    }

    .cfKDmC {
      width:383px;
      row-gap:1rem;
      max-width:100%;
      column-gap:1rem;
      align-items:center;
    }

    .wocqt {
      top:0px;
      color:#ffffff;
      width:auto;
      display:flex;
      row-gap:5px;
      z-index:55;
      position:sticky;
      font-size:12px;
      max-width:96%;
      min-width:121px;
      background:#333333cc;
      column-gap:5px;
      min-height:30px;
      transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      font-weight:var(--t600);
      margin-left:auto;
      padding-top:5px;
      margin-right:auto;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:5px;
      backdrop-filter:blur(5px);
      justify-content:center;
      border-top-left-radius:30px;
      -webkit-backdrop-filter:blur(5px);
      border-top-right-radius:30px;
      border-bottom-left-radius:30px;
      border-bottom-right-radius:30px;
    }

    .eYlubN {
      cursor:pointer;
      display:flex;
      font-size:inherit;
      min-width:70px;
      min-height:30px;
      text-align:center;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:5px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:5px;
      justify-content:center;
      border-top-left-radius:30px;
      border-top-right-radius:30px;
      border-bottom-left-radius:30px;
      border-bottom-right-radius:30px;
    }

    .eYlubN:hover {
      background:#2e2e2e;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .eYlubN.onn {
      background:#000000;
      transition:all 600ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .academy\:ZhENGfbc9heRL8pnz4g8I {
      top:80px;
    }

    .eAFTtD {
      top:10px;
      left:auto;
      color:#ffffff;
      right:auto;
      width:808px;
      display:flex;
      z-index:99;
      position:fixed;
      max-width:96%;
      background:#333333cc;
      min-height:50px;
      transition:all 300ms ease-in-out;
      align-items:center;
      font-family:Poppins;
      margin-left:auto;
      padding-top:10px;
      margin-right:auto;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      backdrop-filter:blur(5px);
      justify-content:space-between;
      border-top-left-radius:50px;
      -webkit-backdrop-filter:blur(5px);
      border-top-right-radius:50px;
      border-bottom-left-radius:50px;
      border-bottom-right-radius:50px;
    }

    @media (max-width: 700px) {

    .eAFTtD {
      width:454px;
      display:flex;
      row-gap:0px;
      column-gap:0px;
      transition:all 300ms ease-in-out;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
      border-top-left-radius:30px;
      border-top-right-radius:30px;
      border-bottom-left-radius:30px;
      border-bottom-right-radius:30px;
    }
    }

    .boDahS {
      gap:3px;
    }

    .AthNf {
      width:auto;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 700px) {

    .AthNf {
      width:100%;
    }
    }

    .bQGMdf {
      color:#ffffff;
      width:auto;
      display:flex;
      row-gap:6px;
      font-size:22px;
      column-gap:6px;
      align-items:center;
      flex-shrink:0;
      font-weight:var(--t700);
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (min-width: 700px) {

    .bQGMdf {
      display:flex;
      row-gap:10px;
      font-size:24px;
      column-gap:10px;
    }
    }

    .CoTlq {
      width:40px;
      cursor:pointer;
      height:40px;
      display:flex;
      background:#636363b3;
      align-items:center;
      padding-top:5px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
      border-top-left-radius:4rem;
      border-top-right-radius:4rem;
      border-bottom-left-radius:4rem;
      border-bottom-right-radius:4rem;
    }

    @media (min-width: 700px) {

    .CoTlq {
      display:none;
    }
    }

    .bYObft {
      width:60px;
      height:60px;
    }

    .hYOTh {
      display:inline;
      font-size:inherit;
      max-width:616px;
      font-family:inherit;
      font-weight:inherit;
    }

    .ekoXeE {
      width:100%;
      display:flex;
      row-gap:5px;
      flex-wrap:nowrap;
      column-gap:5px;
      text-align:left;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fFhIGd {
      width:20px;
      height:20px;
      display:flex;
      opacity:0.6;
      flex-grow:0;
      align-items:center;
      flex-shrink:0;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      justify-content:center;
    }

    .bvivFY {
      width:100%;
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:flex-start;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cEKHSp {
      top:-12px;
      width:100%;
      display:flex;
      z-index:11;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .coGqvb {
      color:#ffffff;
      display:flex;
      font-size:12px;
      background:var(--brand-color);
      min-height:26px;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:var(--t600);
      padding-top:3px;
      padding-left:11px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:center;
      border-top-left-radius:1rem;
      border-top-right-radius:1rem;
      border-bottom-left-radius:1rem;
      border-bottom-right-radius:1rem;
    }

    .fupCOr {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:flex-start;
    }

    .dYyZce {
      flex:1 1 calc(50% - 1rem);
      width:100%;
      display:flex;
      row-gap:1rem;
      max-width:383px;
      column-gap:1rem;
      text-align:left;
      align-items:center;
      flex-direction:column;
      justify-content:space-between;
    }

    .bRLSOH {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      font-size:1.5rem;
      column-gap:1rem;
      align-items:center;
      font-weight:var(--t600);
      line-height:2rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (min-width: 500px) {

    .w_gta_programs\:tQeNLj4X41q6NSmCQehkY {
      display:none;
    }
    }

    .eVmCsD {
      width:100%;
      display:flex;
      row-gap:1rem;
      flex-wrap:wrap;
      column-gap:1rem;
      align-items:normal;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 500px) {

    .eVmCsD {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .sec_gta_host_qualify\:9IsRUfOQb2z17x7LgLk2X {
      font-weight:400;
    }

    .dpGWtv {
      display:flex;
      align-items:normal;
      justify-content:center;
    }

    .dkXSDd {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .bOkNJZ {
      min-width:202px;
      text-align:left;
    }

    .sec_gta_host_duties\:MIaf60TvgGODaU6HxfLnK {
      background:var(--cardbox-bg);
      border-color:var(--cardbox-border);
    }