h1 {
  font-size: 25px;
  font-weight: 800;
  color: #26292A;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased !important;
}

h2 {
  font-size: 50px;
  font-weight: 800;
  color: #26292A;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased !important;
  /* margin-top: -79px; */
  position: relative;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  color: #26292A;
  margin-bottom: 0;
   -webkit-font-smoothing: antialiased !important;
}

.light {
  color: white;
  font-size: 32;
}

hr{
    width: 300px;
    border: none;
    display: -webkit-box;
    height: 1px;
    background: #c3c3c3;
}

p {
  font-size: 15px;
  font-weight: 00;
  line-height: 27px;
  color: #0000006b;
  max-width: 300px;
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased !important;
}

p.large {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.4px;
  max-width: 440px;
  -webkit-font-smoothing: antialiased !important;
}

p.small {
  font-size: 18px;
  line-height: 24px;
   -webkit-font-smoothing: antialiased !important;
}

p.light {
  color: #ffffff6b;
   -webkit-font-smoothing: antialiased !important;
}

.vl{
    display: block;
    width: 1px;
    height: 300px;
    background: #00000026;
}

button{
    background: #F84536;
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-family: 'Greycliff';
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20 20px;
    cursor: pointer;
    transition: 0.1s ease;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 4%);
}

button:hover{

transform: scale(1.01);

box-shadow: 0px 11px 26px rgb(0 0 0 / 2%);
}

button:focus {
  border: none;
}

button.transp{

background: transparent;

box-shadow: 0px 0px 0px rgb(0 0 0 /0%);

width: auto;

color: #ffffff;
}

button.transp:hover{
transform: scale(1);
box-shadow: 0px 0px 0px rgb(0 0 0 /0%);
}

.button{
    background: #F84536;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Greycliff';
    font-weight: 700;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding: 20 20px;
    cursor: pointer;
    transition: 0.1s ease;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 16%);
}

.button:hover{transform: scale(1.05);box-shadow: 0px 11px 26px rgb(0 0 0 / 17%);}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

section .container {
  display: flex;
  min-width: 1000px;
  box-sizing: border-box;
  align-items: center;
  align-content: flex-end;
}

.content-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

section {
  width: 100%;
  overflow: hidden;
}

section .container {
  /* min-width: 1200px; */
  /* border-bottom: 1px solid #0000001f; */
  /* background: white; */
}

.c{margin-left: 46px;}

.c::before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -63px;
    top: 8px;
    background-repeat: no-repeat;
    background-image: url("/files/symbol.svg");
}

/* Default transition */
.t{
    transition: 0.3s ease;
}

/* Default Shadow */
.s{
    box-shadow: 0px 16px 38px rgb(0 0 0 / 15%);
}

.u {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.centered {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.visual {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 610px;
  height: 337px;
  /* border-radius: 10px; */
  overflow: hidden;
  position: relative;
  /* position: absolute; */
  /* top: 0; */
  /* background: black; */
}
.features {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  /* background: white; */
  padding-top: 78px;
  padding-bottom: 145px;
  /* border-top: 1px solid #0000001f; */
}

.features h3{
    margin-bottom: 10px;
z-index: 2;width: 300px;}
.features p{

font-size: 17px;

font-weight: 500;

width: 270px;
z-index: 2;}

.features .column {
  display: flex;
  align-items: center;
  padding: 0 54px;
  position: relative;
  /* align-self: end; */
/* height: 100%; */}


.hide{
    display: none;
}

.ast:after{
    content: "*";
    margin-left: 5px;
    font-size: 21px;
}