._2pFpAkkHaRWDEP5XDGcJ7I {
  position: absolute;
  left: -65px;
  top: 5px;
  display: flex;
  align-items: center;
}

.l83z7GNu4u3eO4IL4X36s {
  display: inline-flex;
  width: 1em;
  height: 1em;
  color: inherit;
  margin-right: 14px;
}

@media (max-width: 1024px) {
  ._2pFpAkkHaRWDEP5XDGcJ7I {
    left: 5px;
  }
}

/* 
  credit to Vitor Paladini
  https://paladini.dev/posts/how-to-make-an-extremely-reusable-tooltip-component-with-react--and-nothing-else/
*/

/* Custom properties */
:root {
  /* --tooltip-text-color: white; */
  --tooltip-background-color: #ffffff;
  --tooltip-margin: 112px;
  --tooltip-arrow-size: 10px;
}

/* Absolute positioning */
.Tooltip-Tip {
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  z-index: 100;
  width: 400px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/* CSS border triangles */
.Tooltip-Tip::before {
  content: ' ';
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: var(--tooltip-arrow-size);
  margin-left: calc(var(--tooltip-arrow-size) * -1);
}

/* Absolute positioning */
.Tooltip-Tip.top {
  top: calc(var(--tooltip-margin) * -1);
}
/* CSS border triangles */
.Tooltip-Tip.top::before {
  top: 100%;
  border-top-color: var(--tooltip-background-color);
}

/* Absolute positioning */
.Tooltip-Tip.right {
  left: calc(100% + var(--tooltip-margin));
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
/* CSS border triangles */
.Tooltip-Tip.right::before {
  left: calc(var(--tooltip-arrow-size) * -1);
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-right-color: var(--tooltip-background-color);
}

/* Absolute positioning */
.Tooltip-Tip.bottom {
  bottom: calc(var(--tooltip-margin) * -1);
}
/* CSS border triangles */
.Tooltip-Tip.bottom::before {
  bottom: 100%;
  border-bottom-color: var(--tooltip-background-color);
}

/* Absolute positioning */
.Tooltip-Tip.left {
  left: auto;
  right: calc(100% + var(--tooltip-margin));
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
/* CSS border triangles */
.Tooltip-Tip.left::before {
  left: auto;
  right: calc(var(--tooltip-arrow-size) * -2);
  top: 50%;
  transform: translateX(0) translateY(-50%);
  border-left-color: var(--tooltip-background-color);
}



._1WHVM-xpMpP4-INqNHFlUT {
  display: flex;
  align-items: center;
}

._3T0tBvCo3c6dfJ_G72uNrG {
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
}

.ExaprAPL2EmcSA3OcE7nS {
  padding: 0 16px;
  font-family: 'Roobert-Light';
  font-weight: 300;
  font-size: 18px;
  color: #b4b4b4;
  line-height: 24px;
}

._1i6ThF7a6mMFXSdbOXbgpX {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._3GUpjnbuJJebuDOJTe6IT9 {
  margin-bottom: 45px;
}

.WrsbngLHm0NG2oLKvD7yL {
  font-family: 'Roobert-Light';
  font-size: 24px;
  line-height: 34px;
  color: #241F20;
}

.RY-fjJFan7iGvjGhQNNbd {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  color: #241F20;
  margin-top: 20px;
  max-width: 730px;
}

._2eIiTbTA22Ok368iRz-5zD {
  display: flex;
  gap: 3%;
  margin-top: 25px;
}

._2TFJXBiJ-rgSdX9WzFjKtM {
  max-width: 550px;
}

._3f03QJ4XsISVdsxCRzbut0 {
  display: flex;
  justify-content: space-between;
}

._3tbBYArkTiNd8K0fqdac-A {
  flex-direction: column;
  align-items: flex-start;
}

.MVdPb9qU3LHR--A-RHF-E {
  cursor: pointer;
}

.NDMB8eiAxNZnNsntC_CBo {
  opacity: 0.3;
  cursor: not-allowed;
}

._-7IFplY6n2VNi3JVcLQ43 {
  font-family: 'Roobert-SemiBold';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b4b4b4;
  border: solid 1px #241F20;
  border-radius: 25px;
  padding: 12px;
}

.Fqh7Q_0v1WgHxvB9gQhfK {
  font-family: 'Roobert-SemiBold';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  background-color: #F8F0EC;
  color: #241F20;
  min-width: 250px;
}

._6NKn-Vt5Qu-ppNgf7akyS {
  border: solid 1px #eb5757;
}

._1RwM3bzq0hbLCiALl8YJ9v {
  font-size: 14px;
  line-height: 24px;
  color: #eb5757;
  padding: 5px 15px 0;
}

._3xjUH3yKoE6UCOeRzcBXUC {
  font-size: 14px;
  line-height: 24px;
  color: #b3c386;
  padding: 5px 15px 0;
}

@media (max-width: 768px) {
  .Fqh7Q_0v1WgHxvB9gQhfK {
    min-width: 0px;
  }
  ._3f03QJ4XsISVdsxCRzbut0 {
    justify-content: flex-start;
  }
}

._2Hm06510Z-s3lFfGvo--kz {
  flex-grow: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 12px 22px;
  border-radius: 20px;
}

._2seqBdqd_dQZNJ-pvr1onf {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

._178xk7vxNlFrr2rYUUtc {
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

._2ZbUNoyxnI6BtvnOes2gWd {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

._2402IEQdGUdz-esgN5POcx {
  margin-right: 25px;
}

._3DJdbHyhftDWCTugbfEEeV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dOwZUAfIZWmJBkNWE9Fya {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._3oWot4vbSFmGK91npsHyt- {
  width: 100%;
  margin-bottom: 12px;
}

._3oWot4vbSFmGK91npsHyt- ._1L8GkwmchX_c2MltkWXvwX {
  text-align: center;
  padding: 24px;
}

._3oWot4vbSFmGK91npsHyt- .C4KOLZqTVcQBeg9owW-XU {
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  cursor: default;
  width: fit-content;
  font-family: Roobert;
}

._3oWot4vbSFmGK91npsHyt- .C4KOLZqTVcQBeg9owW-XU ._2BQ9IQIVF0kj1YHBZsChW7 {
  color: #e77c59;
}

._3oWot4vbSFmGK91npsHyt- ._5dyrGWX6Ux7llX6HGfe-m {
  display: block;
  color: #dd633b;
  opacity: 1;
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
  margin-top: 14px;
  min-height: 20px;
  background: none;
}

._3oWot4vbSFmGK91npsHyt- select {
  width: -webkit-fill-available;
  height: 40px;
  border: none;
  background-color: #fffaf6;
  border-bottom: 1px dashed #918f8f;
}

._3oWot4vbSFmGK91npsHyt- ._1wTHt4UBMQO7kaytTZS-rB {
  color: #241F20;
}

._3oWot4vbSFmGK91npsHyt- ._32zHnPuqVCOoQ9sCnt_n1Y {
  color: #918f8f;
}

._3oWot4vbSFmGK91npsHyt- select ._241KDo-C0ePgZh2LBf-60- {
  color: #241F20;
}

._3oWot4vbSFmGK91npsHyt- select::-webkit-scrollbar {
  background-color: #000000;
  width: 1px;
  border: 1px solid transparent;
}

._3oWot4vbSFmGK91npsHyt- select option {
  justify-content: space-between;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease-in;
}

._2GxSxdKm3_gmcmXC56QW3i {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 20px 0;
}

.rLWzfwFsBZQ3RRcn9keKD {
  text-align: center;
  margin-bottom: 40px;
}

._1GE6BsnNzM44T9eGK7qX9a {
  background-color: #fcfaf7;
  width: 996px;
  padding: 25px 45px;
}

._1MrwWstjYPAznJocqVDn2Y {
  width: 100%;
  margin-bottom: 45px;
}

.jPYWY_TxoEGuuI0MCiu0w {
  width: 100%;
  margin-bottom: 10px;
}

._2YzBhPXh2WFSV8lfZj4I0b {
  width: 100%;
  margin-bottom: 25px;
}

._3ATNqvM3Q6xE8phz4ULSJp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5%;
}

._1320MJLYTqRJoS2unaPMiZ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.y-FplVA2MwrTJpPX-FkCv {
  display: grid;
  grid-gap: 3vh;
  grid-template-columns: repeat(auto-fill, minmax(376px, 1fr));
  width: 910px;
  margin-top: 20px;
}

._2Ob1IRQuYGbNuAZt-ooljN {
  color: #698cac;
  margin: 0;
}

._3F8yYP0WJmkpiJQcDeP56j {
  width: 100%;
}

._1My8cHDN5n-lp_9kSfwfYo {
  width: 45%;
}

._1iJLGbX6Y3OCNNJQ15noqU {
  display: flex;
  justify-content: end;
}

.H1cPcM4p8lXUQbkG3WR_m {
  width: 100%;
  margin-top: 20px;
}

._2WV7GzfX3IkqAw16sk606I {
  font-family: 'Roobert-SemiBold';
}

._3qZtk0-mNVHgdBXUb3EVbT {
  font-size: 14px;
}

.E20egE-ok2bbA-gF0QnO1 {
  padding: 0 30px;
  margin-bottom: 20px;
}

.H1cPcM4p8lXUQbkG3WR_m button {
  font-family: 'Roobert-SemiBold';
}

@media (max-width: 768px) {
  ._1GE6BsnNzM44T9eGK7qX9a {
    width: 100% !important;
    padding: 15px 25px;
  }

  ._3ATNqvM3Q6xE8phz4ULSJp {
    display: flex;
    flex-direction: column;
  }

  .y-FplVA2MwrTJpPX-FkCv {
    width: 100% !important;
  }

  ._1iJLGbX6Y3OCNNJQ15noqU button {
    width: 100%;
  }

  .y-FplVA2MwrTJpPX-FkCv {
    display: flex;
    flex-direction: column;
  }

  ._2-XFOAKke5ZrwwUpkYPgNR {
    margin-bottom: 10px;
  }

  ._1MrwWstjYPAznJocqVDn2Y {
    margin-bottom: 30px;
  }
  
  .H1cPcM4p8lXUQbkG3WR_m button {
    width: 100%;
    max-width: 180px;
  }

  ._1My8cHDN5n-lp_9kSfwfYo {
    width: 100%;
  }

  ._39P9Z2O_AaN-beyx7g_oYS {
    margin-top: 20px;
  }
}

.Om5xOACAaYzl3tPa62c2f {
  display: flex;
}

._3804Hk11BR-Buk1YteIHU7 {
  margin: 20px 0;
}

._2E_zx1d5lHyYhaa7sU53_X {
  width: 100%;
  max-width: 376px;
}

._1GNoPbnq4MLLa7DPfw2buQ {
    display: grid;
    gap: 38px;
    grid-template-columns: repeat(auto-fill, minmax(376px, 1fr));
}

._1WW-7EUGtnSiE__KJ6xVTw {
    margin-bottom: 12px;
}

._3wkrzkKpkf7c1mZ69nSScK {
    flex-grow: 1;
    cursor: pointer;
}

._3U7LFIWANVgxdIQhmnjcs2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-color: rgba(black, 0.05);
}

.m88Xmxj8FPRO8Dnoil5a2 {
    text-align: center;
    flex-grow: 1;
}

._2ZgLCClng8QcP_pA_YLft {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

._3AJfuyw4MvXpK5pMC-YjLT {
    margin-right: 10px;
}

._23ZClmVr0OgYuEe45sJg7D {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 10%;
}

._2rvw662hLBK7v_5ibbO0xG {
  margin-bottom: 27px;
}

._1S59rbqL-RyucGo2ciDsBq {
  display: grid;
  grid-template-columns: 40% 40%;
  gap: 10%;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  ._2bLqgh_boIylL_2-Wc3AP1 {
    grid-template-columns: 1fr;
  }
}

._2WZrkHYoG5cSJBoGZ67bR {
  margin-bottom: 12px;
}

.zwurgAb01_OUa83QU7-Rw {
  font-family: 'Roobert-SemiBold';
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: 'uppercase';
  letter-spacing: 2px;
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  margin-bottom: 10px;
}

.zwurgAb01_OUa83QU7-Rw div {
  margin-left: 16px;
}

._2Nn97ugZMFUg5T8yO36TZa {
  max-height: 478px;
  overflow: auto;
  border-radius: 20px;
}

._2Nn97ugZMFUg5T8yO36TZa::-webkit-scrollbar {
  width: 3px;
}

._2Nn97ugZMFUg5T8yO36TZa::-webkit-scrollbar-track {
  background: transparent;
}

._2Nn97ugZMFUg5T8yO36TZa::-webkit-scrollbar-thumb {
  background-color: #231e1f;
  border: 8px solid transparent;
  margin-right: 30px;
}

._3_ekT3FKtz6genOYJ4_2G {
  width: fit-content;
  position: relative;
}

._1QikGxMemw9Sp6RI1ujk5p {
  width: fit-content;
  position: absolute;
  z-index: 10;
  top: -35px;
}

._3gWjxi7wMKaUqXc1q0F-Ex {
  width: 100%;
  height: 478px;
  display: grid;
  place-items: center;
  background-color: #F8F0EC;
}

._2j2ub-dmKHuAOk_DOFfGOU {
  width: 100%;
  max-width: 461px;
  text-align: center;
}

._3zxNROQ0PtmjwDP6MAqHPE {
  font-size: 36px;
}

._3ZbJ2hRffe15UC5XK1Q0De {
  font-size: 16px;
  margin-top: 20px;
}

._1-FGmDJJgOFtdosCLho0p6 {
  font-family: 'Roobert-SemiBold';
}

._275KgG-xqPv44FFfJEjSzM {
  font-family: 'Roobert-Light';
}

._3pKXhJtGMiuvEVg7btudyZ {
  display: flex;
}

._3gAziUbf_RuYG9hOJNBBDa {
  flex-direction: column;
}

._3Yx4FJiCD10iJbOtdCTDuN {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 36% 56%;
  gap: 8%;
}

._37p69C3oZLbp2xAULGzRNC {
  display: flex;
  flex-direction: column;
}

._2A4ADrbVLbVlOhIK4Tw1ce {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-column-gap: 32px;
}

._1mkJ5DYhFgOf2xtvxvM0WI {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

._22e1MZAHwTACBXapHROO_k {
  flex-shrink: 0;
  margin-right: 10px;
}

._2o39QJmzb8bJU2wQ-699DI {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 24px;
}

._1cS-fQkysF7Qs7o_eQsMeP {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.CL_Nv_zSfTHP_hFE4h6Fp {
  background: #F8F0EC;
  color: #241F20;
  border-radius: 20px;
  padding: 30px;
  width: 275px;
  font-family: 'Roobert-Light';
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  white-space: pre-line;
  cursor: pointer;
}

._3ZSho9dEDZn02nONh7mAGf {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

._1BjjggD2UFL1etfja1HwzM {
  display: flex;
  align-items: flex-start;
}

._2DO8rXzCygWoc9OWkabunH {
  background-color: #000000;
  width: 625px;
  position: relative;
  aspect-ratio: 16/9;
}

._3_k8hjTjQHyxQ-UE4Ys5Tq {
  border: 1px dashed #b4b4b4;
  box-sizing: border-box;
  width: 625px;
  height: 325px;
  font-family: 'Roobert-Light';
  color: #241F20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Kv2ES-3HSLdtDo-fzC5_B {
  display: flex;
  justify-content: space-between;
}

.Spx_Z5ugk_tzHJrOVrNu1 {
  margin-top: 35px;
  display: flex;
  gap: 10%;
}

._3rx2mLZ9wk2mqw1dwBNMVD {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}

.DUSaQpAFIZ2IwZetxLupE {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  max-width: 710px;
  white-space: pre-line;
}

._1XleQm3UqxZLRyQs1hCp6_ {
  margin-top: 20px;
}

._3kqcgn3KR3egZdu0DPrkFS {
  display: flex;
}

@media (max-width: 996px) {
  ._3ZSho9dEDZn02nONh7mAGf {
    flex-direction: column;
  }
  .CL_Nv_zSfTHP_hFE4h6Fp {
    flex-direction: row;
    margin-bottom: 5px;
    white-space: normal;
    width: 100%;
  }
  ._3_k8hjTjQHyxQ-UE4Ys5Tq {
    width: 100%;
  }
  ._2DO8rXzCygWoc9OWkabunH {
    width: 100%;
  }
}

.TW2lk3NCufo8-Rp-hIDp0 {
  font-family: 'Roobert-Light';
  font-size: 36px;
  line-height: 125%;
  display: flex;
  justify-content: flex-start;
  font-weight: initial;
  margin: 0;
}

.Ftzzdd-SEaWb7DJlUFB_b {
  font-family: 'Roobert-SemiBold';
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

._33aEyvFlawAlCbdF5sStTK {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  display: flex;
  padding-bottom: 30px;
}

._1-P4MReZnuKHLkmATMWzKR {
  padding: 10px 45px 10px 0;
}

._27vl6_RKw54MRUds_MLAtl {
  font-size: 24px;
  line-height: 140%;
  color: #241F20;
  display: flex;
  font-weight: initial;
  margin: 0 0 30px 0;
}

._1Vt2dXfFIHq2qN8Z_Xvf5d {
  display: flex;
  flex-direction: column;
  flex: 1;
}

._2-8lv7y5xqABwY8fvFASiL {
  display: flex;
  gap: 15%;
}

._243HJFOc53t1vYgFShZtkt {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}

.Jshwr6yAemDnlkghaqomN {
  font-family: 'Roobert-SemiBold';
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  padding-left: 30px;
}

._3NCAODlBOrlpIJA3U-phU0 {
  margin-right: 5px;
}

._1CgXWk4A6CC0ngba5EXhIV {
  display: flex;
  margin-bottom: 15px;
}

._1vmWTl9fRZbbHOTXji0MUn {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  flex-direction: column;
  margin-left: 8px;
}

._27vl6_RKw54MRUds_MLAtl h2 {
  font-size: 24px;
}

._1vmWTl9fRZbbHOTXji0MUn h3, ._32ob-qQfOwqozQ4vT1Wcen h3 {
  font-size: 16px;
}

._1vmWTl9fRZbbHOTXji0MUn h3, ._27vl6_RKw54MRUds_MLAtl h2, ._32ob-qQfOwqozQ4vT1Wcen h3 {
  margin: 0;
  font-weight: initial;
}

._3XI9xHsxVxod6zjh6PuxiZ {
  cursor: pointer;
}

table {
  padding: 0 15px;
  width: 100%;
}

._3Jr9y7O4vOUIYrjX8zpKM8 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f2e1d9;
}

._3UsjWNBXDLYldJ6YHjT96x {
  display: flex;
  font-family: 'Roobert-SemiBold';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #22374b;
  width: 50%;
}

._32ob-qQfOwqozQ4vT1Wcen {
  font-family: 'Roobert-SemiBold';
  font-size: 16px;
  line-height: 24px;
  color: #22374b;
  width: 50%;
}

._2pn1qw00uQtWRGbES1gpm0 {
  font-family: 'Roobert-Light';
  font-size: 16px;
  line-height: 24px;
  width: 50%;
}

._1Q0ddM0PZ1mBAflLk-Hd-S {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px 0;
}

._2uYncpgblJnmN7QI1a6mJA {
  border: 1px solid #241f20;
  padding: 10px 24px;
  border-radius: 24px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}

._1edBv-2JHJ-aehLuRklSZr {
  display: block;
  list-style: none;
  margin-bottom: 30px;
}

._33tdsk9bPh_leJZlsQQ3Jy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
}

._33tdsk9bPh_leJZlsQQ3Jy {
  font-size: 16px;
  margin-right: 12px;
}

._4FQsM28cit1bp3Rg9_o4L {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}

._2Vvb1E9qr1JhYUQSsylo_i {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #698cac;
  border-radius: 20px;
}

.TqyEqLlH7QWzrLcBwX4TO {
  padding: 45px;
}

._2csAUjVzwlmrQQPKyfeqTh {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

._1r-0sVxDLjhf39NFf7NrVC {
  color: #F8F0EC;
  min-width: 340px;
  flex: 1;
  margin-top: 45px;
}

._3ZduFzkrUDto_zDNyxA2Y3 {
  display: flex;
  justify-content: space-between;
}

._2D7tTxfqFgUlmVkATS9gmj {
  display: flex;
  align-items: flex-start;
  margin-right: 45px;
  max-width: 240px;
}

.z3x_JjVL5wfRwjuqUY2FL {
  display: none;
}

._2w5mcYBf7ruZgwwjpCMa3G {
  display: flex;
  align-items: center;
}

.msrK0WWaPz0v0-ai89KAf {
  height: 5px;
  width: 5px;
  background-color: #fcfaf7;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

._256Y0Uzma1BcIau2O5svXV {
  display: flex;
  align-items: center;
}

._21_ZHoWLo-GGzMN7g7NOdT {
  margin-bottom: 20px;
}

._2IebL8tzbWn_8Z3s-AE0hw {
  display: flex;
  flex-direction: column;
}

@media (max-width: 996px) {
  .TqyEqLlH7QWzrLcBwX4TO {
    padding-left: 15px;
    padding-right: 15px;
  }
  ._1r-0sVxDLjhf39NFf7NrVC {
    min-width: 330px;
  }
  ._2D7tTxfqFgUlmVkATS9gmj {
    margin-right: 25px;
  }
  ._2-8lv7y5xqABwY8fvFASiL {
    gap: 10%;
  }
}

@media (max-width: 768px) {
  ._2w5mcYBf7ruZgwwjpCMa3G {
    align-items: flex-start;
  }
  .TqyEqLlH7QWzrLcBwX4TO {
    padding-left: 15px;
  }
  ._2D7tTxfqFgUlmVkATS9gmj {
    display: none;
  }
  .z3x_JjVL5wfRwjuqUY2FL {
    display: flex;
    padding: 20px 0;
  }
}

@media (max-width: 510px) {
  ._2Vvb1E9qr1JhYUQSsylo_i {
    justify-content: center;
  }
  ._2csAUjVzwlmrQQPKyfeqTh {
    flex-direction: column;
    align-items: center;
  }
  .TqyEqLlH7QWzrLcBwX4TO {
    padding: 15px 45px;
  }
  ._1r-0sVxDLjhf39NFf7NrVC {
    margin: 15px;
    min-width: 305px;
  }
  ._3ZduFzkrUDto_zDNyxA2Y3 {
    justify-content: flex-start;
    padding-left: 30px;
  }
  ._2w5mcYBf7ruZgwwjpCMa3G {
    flex-direction: column;
  }
  .msrK0WWaPz0v0-ai89KAf {
    display: none;
  }
  ._2D7tTxfqFgUlmVkATS9gmj {
    display: none;
  }
  .z3x_JjVL5wfRwjuqUY2FL {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
  ._1-P4MReZnuKHLkmATMWzKR {
    padding: 10px 30px;
  }
  ._2-8lv7y5xqABwY8fvFASiL {
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  ._1Vt2dXfFIHq2qN8Z_Xvf5d {
    margin-top: 10px;
  }
}

._2LrcYB1Rpe4tlV_N5HMt8G {
  max-width: 975px;
  width: inherit;
}

._29bm3IkQDyyqJJEKcFcOes {
  margin: 50px 0;
  color: #fcfaf7;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
}

._1xOEYZyn2dii8JDFPk2lUw {
  margin: 25px 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

._3KG61ecnv_7hHV7KRarDKx {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 3px;
}

._3h8zRDhNM40WfXU_xkqQ35 {
  display: flex;
  font-family: 'Roobert-SemiBold';
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}

._3h8zRDhNM40WfXU_xkqQ35:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

._3Y_o2gia-xFCcpSaPyBV1o {
  background-color: black;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
}

@media (max-width: 510px) {
  ._3Y_o2gia-xFCcpSaPyBV1o {
    height: 270px;
  }
}

._3uJD6UDkKG43mp4Z414lLX {
  width: 100%;
  background-color: #fcfaf7;
  max-width: 600px;
  padding: 30px;
}

._6D9Snw4jWUWqtk_VZWTPs {
  width: 100%;
  max-width: 390px;
}

.xGrzAyqZPeiysIOtcrkWQ {
  font-family: 'Roobert-Light';
  font-size: 30px;
  margin-bottom: 30px;
}

._29mSpByyOSU149H3Vz8Rcl {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  background-color: #fcfaf7;
}

._2S9dFzQL7XtRlk19SQpCfJ {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

._1zP_bkDKWg36leggGO2zCf {
  font-family: 'Roobert-Light';
  margin-top: 30px;
  line-height: 24px;
}

._2fTFC7VW-CiWwKqHJE8Yhd,
._2fTFC7VW-CiWwKqHJE8Yhd span {
  font-family: 'Roobert-Light';
}

._11hJG0e2dDLMN0-JjZAm6R {
  width: 100%;
  color: white;
  background-color: #698cac;
  max-width: 375px;
  padding: 28px;
}

._1__UGPDhPGJeMIY6KNimdO {
  font-family: 'Roobert-SemiBold';
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

._3ioMxIwBQXmpFt7YKeGo_x {
  font-family: 'Roobert-Light';
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

._2hp4rfDkpETEhK43CMQw-M {
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

._2A2iEnD2Ob3BAbW_EsvVxD {
  margin-top: 30px;
}

._1zxX4YHkH0yoPwYP9etLvi {
  background-color: #F8F0EC;
  height: auto;
}

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

.ZnKrYy6fW8rLIJmjfR-TE {
  margin-top: 40px;
  margin-bottom: 22px;
}

._1tmfpgssMgRssVtTux99GZ {
  position: absolute;
  right: -10px;
  top: 5px;
  width: 128px;
  height: 25px;
  font-family: 'Roobert-SemiBold';
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  background: #c9d6e9;
  border-radius: 3px;
  transform: rotate(12.32deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

._3xjRkse7biRRCiXyDP4E86 {
  font-size: 18px;
  color: #22374b;
  font-family: 'Roobert-SemiBold';
}

._28tWnaXURV6IaZx-on6JRR {
  line-height: 24px;
  font-size: 16px;
  color: #22374b;
  display: list-item;
}

._3AA_Hp2HtL5aRlm9vd0i4J {
  font-family: 'Roobert-SemiBold';
}

._2dSBqqCnv6MzcCJ7Zb3Xrc {
  font-family: 'Roobert-Light';
}

._3TzgO2Lvsb4T3QvQUW7n_1 {
  font-family: 'Roobert-SemiBold';
}

.fhb38jdoXH_tdtBjNGoPD {
  font-size: 32px;
  font-family: 'Roobert-SemiBold';
  line-height: 38.4px;
  color: #224B49;
}

._2zvuEpPEeCSItqkLJbV4Id {
  font-family: 'Roobert-Light';
  line-height: 24px;
  margin-top: 30px;
}

._1VY_zVnbZd5npgQhimXn3P {
  margin-top: 30px;
}

.WicSjnc7vDGmPKzF_SmcE {
  font-size: 18px;
  color: #224B49;
}

._1pAAH8xpRfrnJB8buBCKgd {
  font-size: 20px;
  color: #224B49; 
}

.iuiJC_dlW_PUTsj0omHKN {
  margin-left: 24px;
}

._2MELbTABesdDnX4v43RXZk {
  list-style-position: outside;
  margin-left: 17px;
}

._3MQlyDealVFEbhdoQ6muP- {
  display: inline-flex;
}

._3H15HaYLce6M9upgH4HRRJ {
  width: 100%;
  max-width: 376px;
  background: white;
  border: 2px solid #f2e1d9;
  border-radius: 20px;
  margin: 12px;
  height: 450px;
  position: relative;
}

._37ND6Cv_XAO6_mumr24Qna {
  margin-top: 20px;
  padding: 0 30px 30px 30px;
}

.tPAG_6l7i4aGfxGleejw5 {
  position: absolute;
  bottom: 32px;
  width: calc(100% - 60px);
}

.ha2mCjKWgNXk5qH7HUx7H {
  border: 4px solid #ff6943;
  box-sizing: border-box;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .tPAG_6l7i4aGfxGleejw5 button {
    width: 100%;
  }

  ._3H15HaYLce6M9upgH4HRRJ {
    margin: 0;
  }
}

._1cUjY_699sFiGQsazYi2wj {
  background-color: #F8F0EC;
  min-height: calc(100vh - 64px);
}

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

._2UGnq0JVQQHjK7uvnKMgf- {
  margin-top: 80px;
  margin-bottom: 16px;
  font-family: 'Roobert-Light';
}

.ZRsPfWoTpPBf7o-ICiEv {
  max-width: 735px;
  text-align: center;
  font-family: 'Roobert-Light';
}

._2IQuTIItJhnjxQaVOyOmiF {
  display: flex;
  flex-direction: row;
  background-color: #fcfaf7;
  padding: 30px;
  height: 510px;
  margin-top: 64px;
}

.MNgR1L6L_g_8hPPmfMFXI {
  width: 350px;
  display: grid;
  align-items: space-between;
  grid-row-gap: 25px;
}

._3GIj_dM9oV3LyiHBJ9m6EB {
  font-size: 18px;
  font-family: 'Roobert-Light';
}

._2l38YZ00bWuQrARdIutxfp {
  font-family: 'Roobert-SemiBold';
}

._2-php8BPgkJ8-AQBuxmDEl {
  padding: 30px 0;
  font-family: 'Roobert-Light';
}

.cVOrwSKqyeRe3yWRxcvPb {
  font-size: 12px;
  font-family: 'Roobert-Light';
}

._2DAYQDHATWFBqEXufji8ab {
  height: 450px;
  width: 800px;
  margin-left: 50px;
}

._1VevkuEgRwTWtAU5VOYC6P {
  width: 100%;
  height: 100%;
  border: none;
}

._3ygX4tlExb0Lqkdj68XFNw button {
  font-family: 'Roobert-SemiBold';
}

._3ygX4tlExb0Lqkdj68XFNw {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: m) {
  ._3ygX4tlExb0Lqkdj68XFNw button {
    width: 100%;
    max-width: 180px;
  }
}

.react-datepicker__input-container input.rounded {
  border: 1px solid #b4b4b4;
  border-radius: 20px;
  padding: 0 20px;
  height: 56px;
}

.str-chat * {
  font-family: 'Roobert-Medium', 'Helvetica', 'Arial', 'sans-serif';
}

.str-chat {
  /*
    This height is calculated based on the height of our header component.
    Setting a height for the .str-chat class allows us to use a lot of built-in
    styles for all of its child components, as opposed to setting the height here
    to 'inherit'.
  */
  height: calc(100vh - 64px);
}

.str-chat-channel-list {
  height: auto;
}

.str-chat.messaging {
  background-color: inherit;
}

.messaging.str-chat .str-chat__list {
  background: inherit;
  padding: 0 20px 0;
  margin-left: -24px;
  margin-right: -24px;
}

.str-chat-channel.messaging .str-chat__main-panel {
  padding: 20px 24px;
}

.messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll {
  padding: 20px;
}

.str-chat__input {
  background: inherit;
  box-shadow: none;
  padding: 31.5px 0px 29.5px 0px;
  border-top: 1px dashed #231e1f;
}

.str-chat__input-flat {
  background: transparent;
  padding: 0;
}

.str-chat__textarea textarea {
  padding-top: 18px;
  padding-left: 23px;
  min-height: 56px;
  border-radius: 20px;
  border: none;
}

.str-chat__input-flat .str-chat__textarea > textarea {
  background: #ffffff;
}

.str-chat__input .rfu-file-upload-button {
  top: calc(100% - 42px);
}

.str-chat__input-emojiselect {
  top: calc(100% - 43px);
}

.str-chat__input-footer {
  display: none;
}

.str-chat__message--me .str-chat__message-text-inner,
.str-chat__message-text-inner,
.str-chat__message-simple-text-inner,
.str-chat__message-simple-text-inner {
  background: none;
  border: none;
  padding: 5px 0px;
}

.str-chat__message-data {
  display: none;
}

.str-chat__message-text {
  margin-top: 10px;
  align-self: flex-start;
}

.str-chat__message-text-inner,
.str-chat__message-simple-text-inner {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.str-chat__message-simple-text-inner strong {
  font-family: 'Roobert-SemiBold';
}

.message-actions-container {
  flex: initial;
  text-align: left;
  max-width: 550px;
}

.str-chat__message-simple-text-inner > p:first-child {
  margin-top: 0px;
}

.str-chat__message-simple-text-inner > p:last-child {
  margin-bottom: 0px;
}

.str-chat__li--single,
.str-chat__li--top,
.str-chat__li--middle,
.str-chat__li--bottom {
  margin: inherit;
  margin-top: 35px;
}

.str-chat__message-text-inner p,
.str-chat__message-simple-text-inner p {
  hyphens: none;
}

.str-chat__input-flat--textarea-wrapper {
  flex-direction: column;
}

.str-chat__input-flat .rfu-file-previewer {
  width: 50%;
}

.messaging.str-chat .str-chat__message-attachment-card {
  display: none;
}

@media screen and (max-width: 960px) {
  .str-chat {
    height: 100%;
  }
  .str-chat-channel {
    max-height: none;
  }
  .str-chat-channel-list.messaging,
  .str-chat-channel-list.team,
  .str-chat-channel-list.commerce {
    position: relative;
    left: 0;
    overflow-y: hidden;
    height: auto;
    min-height: calc((100vh - 128px) / 2);
  }
  .str-chat-channel.messaging .str-chat__main-panel {
    padding: 10px;
  }
  .messaging.str-chat .str-chat__list {
    margin-left: 0;
    margin-right: 0;
  }
  .messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll {
    padding: 0;
  }
}