/*----------------------------------------------- GENERAL -----------------------------------------------*/
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  margin: 0px;
}

body {
  overflow-y: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------- GENERAL (END) -----------------------------------------------*/



















/*----------------------------------------------- THIRDS (GENERAL) -----------------------------------------------*/
[id*="thirds"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: hidden;
}
@media screen and (max-width: 919px) {
  [id*="thirds"] {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 920px) {
  [id*="thirds"] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}


[id*="thirds"] .rubberband {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



[id*="thirds"] .column-wrapper {
  display: flex;
  justify-content: center;
/*  border: 8px solid cyan;*/
}
@media screen and (max-width: 919px) {
  [id*="thirds"] .column-wrapper {
      width: 100%;
      margin-bottom: 75px;
  }
}
@media screen and (min-width: 920px) {
  [id*="thirds"] .column-wrapper {
      width: 33%;
  }
}

[id*="thirds"] .column-wrapper:nth-child(2) {
  animation-delay: .5s;
}
[id*="thirds"] .column-wrapper:nth-child(3) {
  animation-delay: 1s;
}



[id*="thirds"] .column-wrapper .column {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


[id*="thirds"] .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

[id*="thirds"] .title img {
  width: 160px;
  height: 80px;
}

[id*="thirds"] .title .title-image {
  width: 100%;
  display: flex;
  justify-content: center;
}


[id*="thirds"] .title .title-name {
  min-width: 144px;
  display: flex;
  justify-content: center;
  border: 4px solid;
  border-radius: 34px;
  padding: 16px;
}

[id*="thirds"] .title .title-name h1 {
  font-weight: 900;
}






[id*="thirds-buttons"]  .title-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

[id*="thirds-buttons"]  .title-buttons div {
  border-radius: 30px;
  cursor: pointer;
  margin: 4px;
}

[id*="thirds-buttons"]  .title-buttons h3 {
  padding: 12px;
  font-weight: 900;
}
/*----------------------------------------------- THIRDS (GENERAL) (END) -----------------------------------------------*/




/*----------------------------------------------- THIRDS-TYPOGRAPHY -----------------------------------------------*/
#thirds-typography {
  background-color: #FEF2DE;
}



/*TITLE*/
#thirds-typography .title {
  margin-bottom: 40px;
}

#thirds-typography .title .title-name {
  display: flex;
  align-items: center;
  border-color: #F5A623;
  max-height: 82px;
}

#thirds-typography .title .title-name h1 {
  color: #F5A623;
}

/*FONT-SAMPLE*/
#thirds-typography .font-sample {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#thirds-typography .font-sample img {
  width: 280px;
  height: 175px;
  margin-bottom: 24px;
}

#thirds-typography .font-sample h2 {
  font-weight: 900;
  text-align: center;
  color: #F5A623;
}
#thirds-typography .font-sample h5 {
  font-weight: 600;
  text-align: center;
  color: #F5A623;
}


/*FONT-TYPE*/
#thirds-typography .font-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

#thirds-typography .font-type h1,
#thirds-typography .font-type h2,
#thirds-typography .font-type h3,
#thirds-typography .font-type h4,
#thirds-typography .font-type h5,
#thirds-typography .font-type h6 {
  width: 100%;
  font-weight: 900;
  text-align: center;
  color: #F5A623;
}

#thirds-typography .font-type h5:nth-child(2) {
  font-weight: 600;
}


/*TYPOGRAPHY - THIRD COLUMN*/
#thirds-typography .column-wrapper:nth-child(3) {
  align-items: center;
}

#thirds-typography .column-wrapper:nth-child(3) .column {
  display: flex;
  justify-content: flex-start;
}

#thirds-typography .column-wrapper:nth-child(3) img {
  width: 130px;
  height: 111px;
}

#thirds-typography .column-wrapper:nth-child(3) h1 {
  width: 100%;
  font-weight: 900;
  color: #F5A623;
  margin-bottom: 20px;
  text-align: center;
}

#thirds-typography .column-wrapper:nth-child(3) h4 {
  width: 100%;
  font-weight: 600;
  color: #F5A623;
  text-align: center;
}
/*----------------------------------------------- THIRDS-TYPOGRAPHY (END) -----------------------------------------------*/




/*----------------------------------------------- THIRDS-BUTTONS-VOICE -----------------------------------------------*/
#thirds-buttons-voice {
  background-color: #FAFAFA;
}

#thirds-buttons-voice .title .title-name {
  border-color: #D1DFFF;
}

#thirds-buttons-voice .title .title-name h1 {
  color: #00CC91;
}


#thirds-buttons-voice .column-wrapper:nth-child(2) {
  overflow: hidden;
}


/*COLUMN*/
#thirds-buttons-voice .column-wrapper:nth-child(2) .column {
  align-items: center;
}



/*BUTTONS*/
#thirds-buttons-voice .title-buttons .title-buttons-inactive-voice:hover {
  background-color: rgba(244,244,244,1);
}

.title-buttons-active-voice {
  background-color: rgba(236,236,236,1);
}

.title-buttons-inactive-voice {
  background-color: rgba(236,236,236,0);
}




/*EMOTION (COLUMN 2)*/
#thirds-buttons-voice .column-wrapper .column .emotion {
  width: 100%;
}

#thirds-buttons-voice .column-wrapper:nth-child(2) .column .emotion:not(:first-child) {
  display: none;
}

#thirds-buttons-voice .column-wrapper .column .emotion h3 {
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  #thirds-buttons-voice .column-wrapper .column .emotion h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 920px) {
  #thirds-buttons-voice .column-wrapper .column .emotion h3 {
    margin-bottom: 60px;
  }
}


#thirds-buttons-voice .column-wrapper .column .emotion h4 {
  font-weight: 700;
  margin-bottom: 0px;
}
@media screen and (max-width: 919px) {
  #thirds-buttons-voice .column-wrapper .column .emotion h4 {
    text-align: center;
  }
}

#thirds-buttons-voice .column-wrapper .column .emotion h5 {
  font-weight: 600;
}
@media screen and (max-width: 919px) {
  #thirds-buttons-voice .column-wrapper .column .emotion h5 {
    text-align: center;
  }
}

#thirds-buttons-voice .column-wrapper .column .emotion h5:nth-child(3) {
  margin-bottom: 24px;
}





/*THERMOMETER (C0LUMN 3)*/
#thirds-buttons-voice .column-wrapper:nth-child(3) .column {
  align-items: center;
}

#thirds-buttons-voice .diagram  {
  align-items: center;
}


/*HEADER*/
#thirds-buttons-voice .diagram .header  {
  margin-bottom: 32px;
}

#thirds-buttons-voice .diagram .header .top  {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: -14px;
}

#thirds-buttons-voice .diagram .header .top h5 {
  color: #F5A623;
  font-weight: 600;
  background-color: #FCE9C8;
  padding: 6px 10px;
  border-radius: 15px;
  z-index: 3;
}

#thirds-buttons-voice .diagram .header .bottom  {
  width: 100%;
  display: flex;
  justify-content: center;
}

#thirds-buttons-voice .diagram .header .bottom h4 {
  color: #FFFFFF;
  font-weight: 900;
  background-color: #F5A623;
  padding: 12px 12px;
  border-radius: 20px;
}

#thirds-buttons-voice .diagram .header .bottom h4:not(:first-child) {
  display: none;
}



/*ILLUSTRATION*/
#thirds-buttons-voice .column-wrapper:nth-child(3) .column {
  background-color: #F4F4F4;
  border-radius: 80px;
  padding-top: 48px;
  padding-bottom: 48px;
}

#thirds-buttons-voice .diagram .illustration {
  width: 280px;
  height: 200px;
  display: flex;
}



/*ILLUSTRATION - THERMO*/
#thirds-buttons-voice .diagram .illustration .thermo {
  width: 60px;
  height: 200px;
  border-radius: 24px;
  position: relative;
  margin-left: 110px;
  background-color: #D1DFFF;
}

#thirds-buttons-voice .diagram .illustration .thermo .height {
  width: 60px;
  height: 77px;
  position: absolute;
  bottom: 0px;
  border-radius: 0px 0px 24px 24px;
  background-color: #00CC91;
  -webkit-transition:all 1s ease-in-out;
     -moz-transition:all 1s ease-in-out;
      -ms-transition:all 1s ease-in-out;
       -o-transition:all 1s ease-in-out;
          transition:all 1s ease-in-out; 
}

#thirds-buttons-voice .diagram .illustration .thermo .tick {
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0px;
  border-radius: 24px 0px 0px 24px;
  background-color: #4C84FF;
}

#thirds-buttons-voice .diagram .illustration .thermo .tick:nth-child(2) {
  bottom: 34px;
}

#thirds-buttons-voice .diagram .illustration .thermo .tick:nth-child(3) {
  bottom: 74px;
}

#thirds-buttons-voice .diagram .illustration .thermo .tick:nth-child(4) {
  bottom: 114px;
}

#thirds-buttons-voice .diagram .illustration .thermo .tick:nth-child(5) {
  bottom: 154px;
}



/*ILLUSTRATION - CLOUD*/
#thirds-buttons-voice .diagram .illustration .cloud {
  width: 64px;
  height: 200px;
  position: relative;
/*  background-color: purple;*/
}

#thirds-buttons-voice .diagram .illustration .cloud img:first-child {
  width: 80px;
  bottom: 12px;
  position: absolute;
  -webkit-transition:all 1s ease-in-out;
     -moz-transition:all 1s ease-in-out;
      -ms-transition:all 1s ease-in-out;
       -o-transition:all 1s ease-in-out;
          transition:all 1s ease-in-out; 
}

#thirds-buttons-voice .diagram .illustration .cloud img:last-child {
  position: absolute;
  bottom: -12px;
  margin-left: 8px;

  width: 80px;
  height: 20px;

  -webkit-transition:all 1s ease-in-out;
     -moz-transition:all 1s ease-in-out;
      -ms-transition:all 1s ease-in-out;
       -o-transition:all 1s ease-in-out;
          transition:all 1s ease-in-out; 
}
/*----------------------------------------------- THIRDS-BUTTONS-VOICE (END) -----------------------------------------------*/




/*----------------------------------------------- THIRDS-BUTTONS-COLORS -----------------------------------------------*/
#thirds-buttons-colors {
  background-color: #FFFFFF;
}

#thirds-buttons-colors .title .title-name {
  border-color: #4C84FF;
  background-color: #FFFFFF;
  z-index: 2;
}

#thirds-buttons-colors .title .title-name h1 {
  color: #4C84FF;
}

#thirds-buttons-colors .title .title-image img {
  z-index: 1;
}

#thirds-buttons-colors .title .title-image img:not(:first-child) {
  display: none;
}



/*BUTTONS*/
/*HOVER*/
#thirds-buttons-colors .title-buttons div:nth-child(1):hover {
  background-color: #F3F7FF;
}
#thirds-buttons-colors .title-buttons div:nth-child(1):hover h3 {
  color: #4C84FF;
}

#thirds-buttons-colors .title-buttons div:nth-child(2):hover {
  background-color: #EDFCF8;
}
#thirds-buttons-colors .title-buttons div:nth-child(2):hover h3 {
  color: #00CC91;
}

#thirds-buttons-colors .title-buttons div:nth-child(3):hover {
  background-color: #FEF9EF;
}
#thirds-buttons-colors .title-buttons div:nth-child(3):hover h3 {
  color: #F5A623;
}

#thirds-buttons-colors .title-buttons div:nth-child(4):hover {
  background-color: #FAFAFA;
}
#thirds-buttons-colors .title-buttons div:nth-child(4):hover h3 {
  color: #707070;
}



/*HOVER (IF ACTIVE)*/
#thirds-buttons-colors .title-buttons .title-buttons-active-colors-primary-background:nth-child(1):hover {
  background-color: #4C84FF;
}
#thirds-buttons-colors .title-buttons .title-buttons-active-colors-primary-background:nth-child(1):hover h3 {
  color: white;
}

#thirds-buttons-colors .title-buttons .title-buttons-active-colors-celebratory-background:nth-child(2):hover {
  background-color: #00CC91;
}
#thirds-buttons-colors .title-buttons .title-buttons-active-colors-celebratory-background:nth-child(2):hover h3 {
  color: white;
}

#thirds-buttons-colors .title-buttons .title-buttons-active-colors-alert-background:nth-child(3):hover {
  background-color: #F5A623;
}
#thirds-buttons-colors .title-buttons .title-buttons-active-colors-alert-background:nth-child(3):hover h3 {
  color: white;
}

#thirds-buttons-colors .title-buttons .title-buttons-active-colors-neutral-background:nth-child(4):hover {
  background-color: #707070;
}
#thirds-buttons-colors .title-buttons .title-buttons-active-colors-neutral-background:nth-child(4):hover h3 {
  color: white;
}



/*CLICK*/
/*PRIMARY*/
.title-buttons-active-colors-primary-background {
  background-color: #4C84FF;
}
/*CELEBRATORY*/
.title-buttons-active-colors-celebratory-background {
  background-color: #00CC91;
}
/*ALERT*/
.title-buttons-active-colors-alert-background {
  background-color: #F5A623;
}
/*NEUTRAL*/
.title-buttons-active-colors-neutral-background {
  background-color: #707070;
}
/*TEXT*/
.title-buttons-active-colors-text {
  color: white;
}
/*INACTIVE*/
.title-buttons-inactive-colors-text {
  background-color: white;
}
.title-buttons-inactive-colors-background {
  background-color: #707070;
}





/*COLUMN*/
#thirds-buttons-colors .column-wrapper:nth-child(1) .column {
  display: flex;
  align-items: flex-start;
}


/*COLOR DESCRIPTION*/
#thirds-buttons-colors .column-wrapper:nth-child(1) .title-description {
  overflow: hidden;
}

#thirds-buttons-colors .column-wrapper:nth-child(1) .title-description h4 {
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

#thirds-buttons-colors .column-wrapper:nth-child(1) .title-description h4:not(:first-child) {
  display: none;
}



#thirds-buttons-colors .column-wrapper:nth-child(2) .column {
  padding-left: 80px;
  display: flex;
  align-items: flex-start;
}


/*COLOR SWATCHES*/
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches .swatch {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches .swatch div {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  margin-right: 8px;
}

#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:not(:first-child) {
  display: none;
}

#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches .swatch h5 {
  font-weight: 600;
}

/*PRIMARY*/
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(1) .swatch:nth-child(1) div {
  background-color: #4C84FF;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(1) .swatch:nth-child(2) div {
  background-color: #96B7FF;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(1) .swatch:nth-child(3) div {
  background-color: #C0D4FF;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(1) .swatch:nth-child(4) div {
  background-color: #D9E5FF;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(1) .swatch:nth-child(5) div {
  background-color: #F3F7FF;
}

/*CELEBRATE*/
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(2) .swatch:nth-child(1) div {
  background-color: #00CC91;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(2) .swatch:nth-child(2) div {
  background-color: #69E1BE;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(2) .swatch:nth-child(3) div {
  background-color: #A6EED9;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(2) .swatch:nth-child(4) div {
  background-color: #C9F4E8;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(2) .swatch:nth-child(5) div {
  background-color: #EDFCF8;
}

/*ALERT*/
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(3) .swatch:nth-child(1) div {
  background-color: #F5A623;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(3) .swatch:nth-child(2) div {
  background-color: #F9CA7D;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(3) .swatch:nth-child(3) div {
  background-color: #FBE0B2;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(3) .swatch:nth-child(4) div {
  background-color: #FDECD1;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(3) .swatch:nth-child(5) div {
  background-color: #FEF9EF;
}

/*NEUTRAL*/
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(4) .swatch:nth-child(1) div {
  background-color: #707070;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(4) .swatch:nth-child(2) div {
  background-color: #DCDCDC;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(4) .swatch:nth-child(3) div {
  background-color: #F4F4F4;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(4) .swatch:nth-child(4) div {
  background-color: #FAFAFA;
}
#thirds-buttons-colors .column-wrapper:nth-child(2) .swatches:nth-child(4) .swatch:nth-child(5) div {
  background-color: #FFFFFF;
  border: 1px solid #FAFAFA;
}



/*COLOR SAMPLE IMAGES*/
#thirds-buttons-colors .column-wrapper:nth-child(3) {
  align-items: center;
}
#thirds-buttons-colors .column-wrapper:nth-child(3) .column {
  overflow: hidden;
}
#thirds-buttons-colors .column-wrapper:nth-child(3) img {
  width: 280px;
}
#thirds-buttons-colors .column-wrapper:nth-child(3) img:not(:first-child) {
  display: none;
}
/*----------------------------------------------- THIRDS-BUTTONS-COLORS (END) -----------------------------------------------*/



















/*----------------------------------------------- AIRPLANE -----------------------------------------------*/
#airplane {
  background-color: #4C84FF;
}
@media screen and (max-width: 768px) {
  #airplane {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 769px) {
  #airplane {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}



/*HEADER*/
#airplane .wrapper-header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}

#airplane .wrapper-header img {
  width: 100%;
  max-width: 335px;
}






/*IMAGE*/
#airplane .wrapper-image {
  width: 100%;
  height: 200px;
  position: relative;
}



#airplane .wrapper-image .airplane-container {
  height: 200px;
  position: absolute;
  display: flex;
  align-items: center;
}

#airplane .wrapper-image .airplane-container img:nth-of-type(1)  {
  width: 200px;
  height: 200px;
  z-index: 2;
}

#airplane .wrapper-image .airplane-container img:nth-of-type(2)  {
  width: 740px;
  height: 74px;
  margin-bottom: -4px;
  margin-left: -4px;
  z-index: 1;
}




@media screen and (max-width: 768px) {
  .airplane-container {
    left: 0;
    animation: airpplanFlying 24s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .airplane-container {
    left: 0;
    animation: airpplanFlying 48s linear infinite;
  }
}
@keyframes airpplanFlying {
  0% {
    left: 105%;
    transform: rotateY(0deg);
  }
  49% {
    transform: rotateY(0deg);
  }
  50% {
    left: -980px;
    transform: rotateY(180deg);
  }
  51% {
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
  }
  100% {
    left: 105%;
    transform: rotateY(0deg);
  }
}




.airplane-container img:nth-of-type(1) {
  animation: airplaneTurbulence 6s infinite ease-in-out;
}
@keyframes airplaneTurbulence {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-6px);
  }
  12% {
    transform: translateY(6px);
  }
  14% {
    transform: translateY(-4px);
  }
  16% {
    transform: translateY(0);
  }
}



.airplane-container img:nth-of-type(2) {
  animation: airplaneWave 6s infinite ease-in-out;
  animation-delay: .1s;
}
@keyframes airplaneWave {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-3px);
  }
  18% {
    transform: translateY(3px);
  }
  26% {
    transform: translateY(-2px);
  }
  34% {
    transform: translateY(0);
  }
}
/*----------------------------------------------- AIRPLANE (END) -----------------------------------------------*/



















/*----------------------------------------------- BRAND SUBJECT -----------------------------------------------*/
[id*="brand_subject"] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
} 
@media screen and (max-width: 768px) {
  [id*="brand_subject"] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}



/*HALF*/
@media screen and (max-width: 768px) {
  [id*="brand_subject"] [class*="half"] {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  [id*="brand_subject"] [class*="half"] {
    width: 50%;
  }
}



/*TEXT HALF*/
[id*="brand_subject"] .half-text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}



/*HEADER*/
[id*="brand_subject"] .half-text .wrapper-header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 12px;
}

[id*="brand_subject"] .half-text .wrapper-header h1 {
  width: 100%;
  max-width: 400px;
  font-weight: 900;
  text-align: center;
}



/*DESCRIPTION*/
[id*="brand_subject"] .half-text .wrapper-description {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 12px;
}

[id*="brand_subject"] .half-text .wrapper-description h4 {
  width: 100%;
  max-width: 400px;
  font-weight: 600;
  text-align: center;
}





/*IMAGE HALF*/
[id*="brand_subject"] .half-image {
  display: flex;
  justify-content: center;
  padding: 5vw;
}

@media screen and (max-width: 768px) {
  [id*="brand_subject"] .half-image img {
      width: 100%;
  }
}
@media screen and (min-width: 769px) {
  [id*="brand_subject"] .half-image img {
    width: 100%;
  }
}

/*THIS IS KEY SO THAT IMAGES DON'T GLITCH IN WHEN LAZY LOADED IN FROM THE CAROUSEL*/
[id*="brand_subject"] .half-image img {
  aspect-ratio: 1 / 1;
}





/*ETHOS SPECIFIC*/
#brand_subject-ethos {
  background-color: #11D29B;
}

#brand_subject-ethos .half-text .wrapper-header h1,
#brand_subject-ethos .half-text .wrapper-description h4  {
  color: white;
}



/*HUMAN_TRUTH SPECIFIC*/
#brand_subject-human_truth {
  background-color: #E4EDFF;
}

#brand_subject-human_truth .half-text .wrapper-header h1,
#brand_subject-human_truth .half-text .wrapper-description h4  {
  color: #4C84FF;
}

@media screen and (min-width: 769px) {
  #brand_subject-human_truth .half-text {
    order: 2;
  }
  #brand_subject-human_truth .half-image {
    order: 1;
  }
}



/*TONE SPECIFIC*/
#brand_subject-tone {
  background-color: #F5A623;
}

#brand_subject-tone .half-text .wrapper-header h1,
#brand_subject-tone .half-text .wrapper-description h4  {
  color: white;
}
/*----------------------------------------------- BRAND SUBJECT (END) -----------------------------------------------*/









