* {
  margin: 0px;
  border: 0px;
  padding: 0px;
  list-style: none;
}

@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/Brandon_thin.otf")
      format("opentype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/Brandon_thin_it.otf")
      format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/Brandon_light.otf")
      format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/Brandon_light_it.otf")
      format("opentype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/Brandon_reg.otf")
      format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/brandon+grotesque/Brandon_med.otf")
      format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/brandon+grotesque/Brandon_bld.otf")
      format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/brandon+grotesque/Brandon_bld_it.otf")
      format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "brandon";
  src: url("_fonts/brandon\ grotesque/") format("opentype"),
    url("https://font-brandon.s3.sa-east-1.amazonaws.com/brandon+grotesque/Brandon_reg_it.otf")
      format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-Regular.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-Bold.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-Extrabold.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-RegularOblique.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-BoldOblique.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-Book.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: normal;
  font-weight: 350;
}

@font-face {
  font-family: "moret";
  src: url("https://font-moret.s3.sa-east-1.amazonaws.com/moret/Moret-BoldOblique.otf")
      format("opentype"),
    url("_fonts/moret/") format("opentype");
  font-style: italic;
  font-weight: 350;
}

body {
  display: flex;
  width: 100%;
  flex-direction: column;
}
header {
  background-color: #191919;
  color: #f2f2f2;
  color: #f2f2f2;
  leading-trim: both;
  text-edge: cap;
  font-family: Moret;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.3px;
}

.content {
  display: flex;
  width: 100%;
  padding: 40px 24px 0px 24px;
  box-sizing: border-box;
}

.content a {
  text-decoration: none;
}

.content-about {
  display: flex;
  width: 100%;
  padding: 24px 24px 0px 24px;
  box-sizing: border-box;
}
.footer-media-white,
.footer-media-white:visited {
  color: #3d3d3d !important;
}
.content-tagbox {
  display: flex;
  width: 100%;
  padding: 0px 24px 0px 24px;
  box-sizing: border-box;
}

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

.column {
  display: flex;
  flex-direction: column;
}
#navegacao {
  justify-content: space-between;
}
.black {
  background-color: #191919;
  color: #f2f2f2;
}
#header-h1 {
  font-family: moret;
  font-size: 52px;
  padding-top: 24px;
}

.vertical_line {
  width: 1px;
  height: 24px;
  background-color: #3d3d3d;
  margin-top: 0px;
}

.horizontal_line {
  height: 1px;
  flex-grow: 1;
  background-color: #3d3d3d;
  margin: 0 8px;
}

#iconMenu {
  z-index: 50;
}

.menu-ul {
  opacity: 1;
  list-style: none;
  background: linear-gradient(
    93deg,
    rgba(15, 15, 15, 0.98) -2.12%,
    rgba(32, 32, 32, 0.94) 102.44%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  list-style: none;
  width: 292px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 24px;
}

.menu-animation {
  transform: translateY(-7px);
  width: 48px;
  z-index: 11;
}
.menu-animation:before,
.menu-animation:after,
.menu-animation div {
  background: #adadad;
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  border-radius: 4px;
  margin: 8px 0;
  padding-right: 8px;
  transition: 0.5s;
}
.menu-animation.menu-mobile-active:before {
  transform: translateY(12px) rotate(135deg);
  background: white;
}
.menu-animation.menu-mobile-active:after {
  transform: translateY(-12px) rotate(-135deg);
  background: white;
}
.menu-animation.menu-mobile-active div {
  transform: scale(0);
}

.menu {
  padding-left: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
}
.menulp {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #f2f2f2;
  leading-trim: both;
  text-edge: cap;
  color: #f2f2f2;
  leading-trim: both;
  text-edge: cap;
  font-family: Moret;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.3px;
}

.menu-link,
.menu-link a,
.menu-link a:visited {
  color: #f2f2f2;
  font-family: Moret;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 104%; /* 41.6px */
  padding-bottom: 48px;
  text-decoration: none;
}
.margin-top-fixed {
  padding-top: 102px !important;
}
.nav-fixed-mobile {
  color: #f2f2f2;
  font-family: Moret;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #cacaca; /* Cor do texto quando o plano de fundo é escuro */
  width: 95%;
  padding: 0px 13px;
  height: 48px;
  position: fixed;
  top: 28px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 8px;
  border: 1px solid rgba(92, 91, 91, 0.5);
  background: linear-gradient(
    93deg,
    rgba(15, 15, 15, 0.98) -2.12%,
    rgba(32, 32, 32, 0.94) 102.44%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.nav-fixed-mobile span img {
  padding-bottom: 1px;
  transform: translateX(-0.3px);
}
.nav-fixed-mobile .menu-animation {
  padding-top: 12px;
  z-index: 12;
  font-family: Moret;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 22.8px */
}
.actived-mobile {
  text-decoration-line: underline !important;
}
.menu-mobile {
  background-color: rgba(19, 19, 10, 0.35);
  display: none;
  position: fixed;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  transition: display 0.3s ease;
  overflow: hidden;
}
.talktome {
  background-image: url("/_icons/Glass\ Panel.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 366px;
  height: 39px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  color: #cacaca;
  font-family: Brandon;
  font-size: 16px;
  font-style: normal;
  font-weight: 390;
  line-height: normal;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(
    93deg,
    rgba(255, 255, 255, 0.12) -2.12%,
    rgba(255, 255, 255, 0.02) 102.44%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.14) backdrop-filter
    blur(2px);
}

.brand {
  width: 100%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#brands {
  padding: 24px 24px 24px 24px;
  font-size: 28px;
}
.bg_gray {
  background-color: #f5f5f5;
}

.center {
  align-items: center;
}
.card {
  width: 312px;
  height: 520px;
  background-color: #daeeee;
  padding: 40px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
  margin-left: 2px;
}

.card-red {
  background-color: #f6e1e1;
}

.card-gray {
  background-color: #d6d6d6;
}

.card h3 {
  font-family: Moret;
  font-size: 28px;
  font-weight: 800;
  color: #027b83;
}

.card span {
  color: #78aeb2;
}

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

.card p {
  font-family: "brandon";
  font-weight: 700;
  color: #78aeb2;
  font-size: 18px;
}

.tags {
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
}

.tag {
  background-color: #f2ffff;
  border-radius: 68px;
  margin-right: 8px;
  padding: 4px 12px 4px 12px;
  font-size: 14px;
  color: #32797d;
  font-family: "brandon";
  font-weight: 700;
  white-space: nowrap;
}

.image-project {
  transform: translateX(-24px);
}

table {
  margin: 0;
  padding: 0;
  border-spacing: 0 12px;
}
.table-info {
  transform: translateY(-12px);
}

.left {
  color: #8aa9ab;
  font-size: 19px;
  font-weight: 500;
  font-family: "brandon";
}

.right {
  color: #027b83;
  font-size: 19px;
  font-weight: 500;
  font-family: "brandon";
  padding-left: 20px;
  white-space: nowrap;
}

tr {
  height: 13px;
}
h2 {
  font-family: "moret";
  font-weight: normal;
  font-size: 28px;
}
.smore {
  margin-top: 4px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 113px;
  height: 36px;
  padding: 8px 16px 8px 8px;
  border-radius: 8px;
  background: linear-gradient(
    93deg,
    rgba(197, 197, 197, 0.4) -2.12%,
    rgba(208, 208, 208, 0.4) -2.11%,
    rgba(229, 229, 229, 0.6) 102.44%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  color: #636363;
  font-family: "brandon";
  font-size: 18px;
  font-weight: 390;
}


.smore-cobasi {
  margin-top: 4px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 113px;
  height: 36px;
  padding: 8px 16px 8px 8px;
  border-radius: 8px;
  color: #4E9696;
  background: linear-gradient(93deg, rgba(41, 210, 199, 0.32) -2.12%, rgba(112, 222, 215, 0.24) 102.44%);

box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
backdrop-filter: blur(2px);
  font-family: "brandon";
  font-size: 18px;
  font-weight: 390;
}

.smore-qualita {
  margin-top: 4px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 113px;
  height: 36px;
  padding: 8px 16px 8px 8px;
  border-radius: 8px;
  color: #4E9696;
  color: #8A3CA1;
  background: linear-gradient(93deg, rgba(136, 54, 160, 0.32) -2.12%, rgba(212, 101, 245, 0.24) 102.44%);

box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
backdrop-filter: blur(2px);
  font-family: "brandon";
  font-size: 18px;
  font-weight: 390;
}


.city {
  color: #6b6b6b;
  font-size: 28px;
  font-family: "moret";
  font-weight: 300;
}
.brand_name {
  color: #f2f2f2;
  font-family: "moret";
  font-size: 46px;
}

.brand_name a {
  color: #f2f2f2;
  font-family: "moret";
  font-size: 46px;
  padding-bottom: 16px;
  text-decoration: none;
}

.b-top {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 61px;
  height: 36px;
  padding: 8px 8px;
  padding-right: 16px;
  border-radius: 8px;
  background: linear-gradient(
    93deg,
    rgba(0, 0, 0, 0.12) -2.12%,
    rgba(0, 0, 0, 0.06) 102.44%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  color: #787878;
  font-family: "brandon";
  font-size: 18px;
  font-weight: 390;
  cursor: pointer;
}
.b-top-black {
  border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(
    93deg,
    rgba(255, 255, 255, 0.12) -2.12%,
    rgba(251, 251, 251, 0.06) 102.44%
  );
  box-shadow: 0px 0px 4px 0px #272727;
  backdrop-filter: blur(2px);
}
.swiper-container {
  max-width: 366px;
  width: 100%;
  background-color: #191919;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#loreal-image {
  max-height: 41px; /* Define uma altura máxima */
  max-width: 142px; /* Define uma largura máxima */
  object-fit: contain;
}

#nestle-image {
  max-height: 73px;
  max-width: 73px;
  object-fit: contain;
}

#jnj-image {
  max-height: 44px;
  max-width: 178px;
  object-fit: contain;
}

#sony-image {
  max-height: 75px;
  max-width: 60px;
  object-fit: contain;
}

#cobasi-image {
  max-height: 40px;
  max-width: 110px;
  object-fit: contain;
}

#dominos-image {
  max-height: 69px;
  max-width: 56px;
  object-fit: contain;
}

#ubisoft-image {
  max-height: 68px;
  max-width: 74px;
  object-fit: contain;
}

#oralb-image {
  max-height: 42px;
  max-width: 127px;
  object-fit: contain;
}

#tinder-image {
  max-height: 72px;
  max-width: 128px;
  object-fit: contain;
}

#Hoegaarden-image {
  max-height: 67px;
  max-width: 120px;
  object-fit: contain;
}

#amil-image {
  max-height: 39px;
  max-width: 111px;
  object-fit: contain;
}

#qualita-image {
  max-height: 65px;
  max-width: 141px;
  object-fit: contain;
}

#taeq-image {
  max-height: 77px;
  max-width: 77px;
  object-fit: contain;
}

#spoleto-image {
  max-height: 32px;
  max-width: 130px;
  object-fit: contain;
}

#koni-image {
  max-height: 46px;
  max-width: 103px;
  object-fit: contain;
}

#renner-image {
  height: 46px;
  max-width: 164px;
  object-fit: contain;
}

#nerdaocubo-image {
  max-height: 44px;
  max-width: 252px;
  object-fit: contain;
}

#parafernalha-image {
  max-height: 47px;
  max-width: 180px;
  object-fit: contain;
}

#int-image {
  max-height: 39px;
  max-width: 164px;
  object-fit: contain;
}

#surty-image {
  max-height: 35px;
  max-width: 97px;
  object-fit: contain;
}

#gamergear-image {
  max-height: 34px;
  max-width: 131px;
  object-fit: contain;
}

#ibp-image {
  max-height: 68px;
  max-width: 45px;
  object-fit: contain;
}

#steve-jobs-image {
  max-height: 385px;
  max-width: 259px;
  object-fit: contain;
  padding-right: 24px;
}
#michal-levin-image {
  max-height: 385px;
  max-width: 256px;
  object-fit: contain;
  padding-right: 24px;
}
#jeff-sutherland-image {
  max-height: 385px;
  max-width: 254px;
  object-fit: contain;
  padding-right: 24px;
}
#steve-krug-image {
  max-height: 385px;
  max-width: 300px;
  object-fit: contain;
}

.carousel-container {
  text-align: center;
  position: relative;
  padding: 24px 0px 40px 0px;
}

.carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  scroll-behavior: smooth;
}

.carousel-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.carousel img {
  max-height: 385px;
  object-fit: contain;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: #191919;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.active {
  background-color: #a3a3a3;
}

.carousel::-webkit-scrollbar {
  display: none; /* Esconder a barra de scroll no Chrome e Safari */
}

.carousel {
  scrollbar-width: none; /* Esconder a barra de scroll no Firefox */
}

.footeh2 {
  color: #191919;
  font-size: 72px;
  font-family: Moret;
}
.footer-media {
  font-size: 18px;
  font-family: "brandon";
  padding-bottom: 32px;
}
.footer-media a:visited {
  color: #f2f2f2;
  text-decoration: none;
}
.footer-media a {
  color: #f2f2f2;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: #f2f2f2;
  text-decoration: none;
}

a[href^="https://designlabpereiragranatto.medium.com/"]
{
  color: #f2f2f2;
  text-decoration: none;
}

a[href^="_documents/Resume-leonardo-pereira.pdf"] {
  color: #f2f2f2;
  text-decoration: none;
}

a[href^="https://github.com/leonardosmp"]
{
  color: #f2f2f2;
  text-decoration: none;
}

a[href^="https://behance.net/leonardosmp"]
{
  color: #f2f2f2;
  text-decoration: none;
}
a[href^="https://dribbble.com/leonardompereira"]
{
  color: #f2f2f2;
  text-decoration: none;
}

.about-text {
  font-family: brandon;
  font-size: 19px;
  font-weight: 390;
  color: #cacaca;
}
.about-text-bold {
  color: #f2f2f2;
  font-weight: 420;
}
.category {
  background: linear-gradient(to right, #343434, #1b1a1a);
  border-radius: 8px;
  border: 1px solid;
  border-color: #636363;
  padding: 0px 16px 24px 16px;
  margin-bottom: 24px;
}

.category h3 {
  font-family: Moret;
  font-weight: 400;
  font-size: 24px;
  color: #cacaca;
  margin-top: 24px;
  margin-left: 8px;
  margin-bottom: 16px;
}
.category .tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}
.category .tags .tag {
  font-family: "brandon";
  font-size: 12px;
  font-weight: 700;
  margin: 4px 4px 4px 4px;
  color: #f2f2f2;
  border-radius: 100px;
  background: var(
    --controls-pinch,
    linear-gradient(
      0deg,
      rgba(94, 94, 94, 0.36) 0%,
      rgba(94, 94, 94, 0.36) 100%
    ),
    rgba(255, 255, 255, 0.16)
  );
}
.sub_category {
  display: flex;
  align-items: center;
  height: 24px;
  margin: 16px 16px 8px 16px;
}
.sub_category .line {
  margin: 0px 8px;
}
.sub_category span {
  color: #cacaca;
  margin-right: 4px;
  font-family: moret;
  transform: translateX(-12px);
}
.sub_category h4 {
  color: #cacaca;
  font-size: 14;
  font-weight: 400;
  font-family: "brandon";
  transform: translateX(-12px);
}
.sub_category .vertical-line {
  margin: 0px;
  height: 24px;
}
#line_visual {
  width: 118px;
  height: 1px;
  background-color: #636363;
}
.vertical-line {
  width: 1px;
  height: 48px;
  background-color: #3d3d3d;
  margin-top: 64px;
}
#line_design {
  width: 84px;
  height: 1px;
  background-color: #636363;
}
#line_tools {
  width: 130px;
  height: 1px;
  background-color: #636363;
}
.slider-container {
  overflow: hidden;
  position: relative;
}
.slider-book {
  display: flex;
  transition: transform 0.3s ease;
}
.slider-book {
  min-width: 100%;
}
.slider-book img {
  max-width: 100%;
}
.card-work-info {
  font-size: 20px !important;
  font-weight: 420 !important;
  letter-spacing: -0.3px !important;
  padding-bottom: 32px !important;
}
.thankyou {
  color: #d1d1d1;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

#footer-black {
  background-color: #191919;
  color: #d1d1d1;
}
#footer-black h2 {
  color: #d1d1d1;
}
#footer-black .footer-media a:visited {
  color: #f2f2f2;
}
#footer-black a[href^="mailto:"] {
  color: #d1d1d1;
  text-decoration: none;
}

#footer-black a[href^="https://behance.net/leonardosmp"]
{
  color: #d1d1d1;
  text-decoration: none;
}

#footer-black a[href^="https://github.com/leonardosmp"]
{
  color: #d1d1d1;
  text-decoration: none;
}

/* work Search */
.search-info {
  padding-top: 56px;
}
.search-info p {
  font-size: 19px;
  font-weight: 390px;
  font-family: "brandon";
}
.search-bold {
  font-weight: 500;
}
.password-container label {
  font-size: 20px;
  font-family: Moret;
  font-weight: 400;
}
.password-container label span {
  font-family: "brandon";
  font-size: 12px;
  font-weight: 390;
  color: #636363;
}
.password-container input {
  width: 265px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--light-gray, #cacaca);
  background: #fafafa;
  margin: 8px 0px;
}
.form-search {
  margin-top: 32px;
}
.search-submit {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97px;
  height: 36px;
  padding: 0px 8px;
  border-radius: 8px;
  background: linear-gradient(
    139deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.08) 100%
  );
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  color: #787878;
  font-family: "brandon";
  font-size: 18px;
  font-weight: 390;
}

/*Art*/

.draws {
  padding: 24px 0px 40px 24px;
}
.art1 {
  margin-bottom: 24px;
}

.art2 {
  flex: 1;
  margin-bottom: 24px;
}
.art3 {
  flex: 1;
  padding-bottom: 16px;
}

/* Podcast */
.podcast {
  background-color: #f5f5f5;
  width: 100%;
}

.video-container {
  width: 100%;
}

.podcast-info {
  background-color: #171717;
  font-size: 17px;

  font-family: "brandon";
  font-weight: 390;
  color: #d1d1d1;
  border-radius: 8px;
  margin: 24px 0px 40px 0px;
  width: 100%;
}

.podcast-info p span {
  color: #f2f2f2;
  font-weight: 420;
}
.podcast-info p a:visited {
  color: #d1d1d1;
}

/* Page Not Found */
.pnf {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 40px;
}
.pnf-left {
  width: 702px;
}
.pnf p {
  font-family: "brandon";
  font-size: 19px;
  color: #191919;
  font-weight: 390;
}
.pnf-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp {
  margin-top: 0px;
}
.lp p {
  color: #171717;
  font-family: "moret";
  font-size: 406px;
  font-weight: 400;
  line-height: 0.65;
  margin-top: 40px;
}
.pnf-right p:nth-child(2) {
  color: #191919;
  font-family: "brandon";
  font-size: 53px;
  font-weight: 390;
  padding-left: 8px;
  padding-top: 24px;
  padding-bottom: 40px;
}
.pnf-list {
  list-style-type: none;
}
.pnf-list li {
  font-family: "brandon";
  font-size: 19px;
  font-weight: 400;
  padding-left: 16px;
}
.pnf-space {
  padding-right: 16px;
}
.pnf-bold {
  font-weight: 500;
}
.card-work-mobile {
  background-color: #daeeee;
}
.card-work-mobile h3 {
  color: #027b83;
  font-family: "moret";
  font-size: 33px;
  font-weight: 400;
}
.card-work-mobile p {
  font-size: 18px;
  color: #78aeb2;
  font-family: "brandon";
  font-weight: 450;
}
.card-work-table-mobile {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 0px;
}
.card-work-table-mobile table tr td {
  /*width: 88px;*/
  white-space: nowrap;
  padding-left: 24px;
}
.card-work-table-mobile .ht {
  color: #8aa9ab;
  font-family: "brandon";
  font-size: 15.7px;
  font-weight: 420;
}
.card-work-table-mobile .dt {
  color: #027b83;
  font-family: "brandon";
  font-weight: 420;
  font-size: 13.4px;
}
#table-work {
  border-spacing: 0px 0px !important;
}
.bg_fd {
  background-color: #fdfdfd;
}
.work-h2 {
  color: #027b83;
  font-size: 24px;
  font-family: "moret";
  font-weight: 700;
}
.work-p {
  color: #619f9f;
  font-family: "brandon";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 16px 0px;
}
.w100 {
  width: 100%;
}
.text-work {
  color: #424242;
  font-family: "brandon";
  font-size: 19px;
  font-weight: 400;
  line-height: 140%; /* 26.6px */
}
.text-work span {
  color: #027b83;
  font-weight: 450;
}
.note {
  color: #027b83;
  font-family: "brandon";
  font-size: 19px;
  border-radius: 8px;
  border: 2px solid #009099;
  padding: 16px;
  font-weight: 410;
}
.note b {
  font-weight: 900;
}
.bg-dae,
.bg_dae {
  background-color: #daeeee;
}
.bg_ec {
  background-color: #ececec;
}
.bg_ef {
  background-color: #efefef;
}
.bg_f5 {
  background-color: #f5f5f5;
}
.thankyou2 {
  color: #4e9696;
  font-family: "moret";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  line-height: 120%; /* 96px */
  letter-spacing: -0.3px;
  padding-top: 40px;
}
.bg_f6 {
  background-color: #f6e1e1;
}

.tags {
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
}

.red-work {
  background-color: #fff6f6;
  color: #e41d21;
}
.container-crop {
  width: 237x;
  height: 348px;
  overflow: hidden;
  position: relative;
}
.img-croped {
  position: absolute;
  left: -10px;
  top: -5px;
}
.text-work span.color_f115,
.color_f115 {
  color: #f1151a;
}

.color_f115 {
  color: #f1151a;
}
.note.color_f115 {
  color: #f1151a;
  border: 2px solid #f1151a;
}

.bg_d6 {
  background-color: #d6d6d6;
}

.color_36 {
  color: #363636;
}

.gray-work {
  background-color: #eeeeee;
  color: #464646;
}

.text-work span.color_36,
.color_36 {
  color: #363636;
}

.note.color_36 {
  color: #363636;
  border: 2px solid #363636;
}

.bg_db {
  background-color: #dbeaf5;
}

.color_29 {
  color: #293574;
}

.blue-work {
  background-color: #f4f6ff;
  color: #1d5b94;
}

.text-work span.color_29,
.color_29 {
  color: #293574;
}

.note.color_29 {
  color: #293574;
  border: 2px solid #293574;
}

.bg_eb {
  background-color: #ebdbef;
}

.color_46 {
  color: #461654;
}

.purple-work {
  background-color: #fcf2ff;
  color: #844897;
}

.text-work span.color_46,
.color_46 {
  color: #461654;
}

.note.color_46 {
  color: #461654;
  border: 2px solid #461654;
}

.article-info {
  background-color: #0a2e43;
  padding: 24px 0px 40px 0px;
  font-family: "brandon";
  font-weight: 400;
  color: #d1d1d1;
  margin-bottom: 48px;
  margin-top: -10px;
  width: 100%;
}

.date-info {
  color: #60dddb;
  font-family: "Brandon";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
  padding-left: 16px;
}

.title-info {
  color: var(--Extra-Light-Gray, #f2f2f2);
  font-family: Moret;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 36px */
  padding-left: 16px;
}

.content-info {
  color: #c2e3e5;
  font-family: "Brandon";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 34.8px */
  padding-left: 16px;
}
.content-author {
  color: #5bd2d1;
  font-family: "Brandon";
  font-size: 16.5px;
  font-style: italic;
  font-weight: 390;
  line-height: 145%; /* 23.925px */
  padding-left: 16px;
}
.contact-info-mobile {
  color: var(--Dark-Gray, #191919);
  font-family: "Brandon";
  font-size: 19px;
  font-style: normal;
  font-weight: 390;
  line-height: 120%; /* 22.8px */
  padding: 32px 24px 24px 24px;
}

.info-button {
  background-color: #fff;
  display: flex;
  height: 36px;
  justify-content: space-between;
  cursor: pointer;
  transition: left 0.4s;
  z-index: 5;
  display: inline-flex;
  padding: var(--spacing-spacing-spacing-nano, 8px) 16px
    var(--spacing-spacing-spacing-nano, 8px) 8px;
  align-items: center;
  border-radius: 8px;
  color: #f2f2f2;
  background: linear-gradient(
    93deg,
    rgba(255, 255, 255, 0.12) -2.12%,
    rgba(251, 251, 251, 0.06) 102.44%
  );
  box-shadow: 0px 0px 4px 0px #0e3f5b;
  backdrop-filter: blur(2px);
  padding: 8px;
  justify-content: space-between;
  width: 80px;
  height: 36px;
  font-size: 16px;
  color: #f2f2f2;
}
