/**
* Custom CSS
* Use this file to override styles if you feel uncomfortable editing
* component stylesheets.
============================================================================ */
/* common styles */
.ta-c {
  text-align: center;
}

.bgr-f9 {
  background: #f9f9f9 !important;
}

.ptb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}

.row {
  margin: 0 1.25rem;
}

@media only screen and (max-width: 48em) {
  .row {
    margin: 0 1.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .row {
    margin: 0 1.25rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
  .row:not(:last-child) {
    margin-bottom: 0;
  }
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 1.25rem;
}

@media only screen and (max-width: 48em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}

.row .col-1-of-4 {
  width: calc((100% - 3 * 1.25rem) / 4);
}

@media only screen and (max-width: 48em) {
  .row .col-1-of-4 {
    width: calc((100% - 3 * 1.5rem) / 4);
  }
}

#team-title,
#executive-div,
#block-introductiontoceic2,
#block-benefits,
#block-who,
#block-services,
#block-features {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

#block-introductiontoceic2,
#block-benefits,
#block-who,
#block-services {
  margin-top: 5%;
}

#executive-div .col-1-of-4 {
  margin-top: 2.5rem;
  /* min-height: 438px; */
}

#executive-div .col-1-of-4:nth-of-type(4n) {
  margin-right: 0;
}

#executive-div .col-1-of-4:nth-of-type(4n+5) {
  clear: both;
}

@media only screen and (max-width: 64em) {
  #executive-div .col-1-of-4 {
    width: calc((100% - 1.25rem) / 2);
  }

  #executive-div .col-1-of-4:nth-of-type(n) {
    margin-right: 1.25rem;
    clear: none;
  }

  #executive-div .col-1-of-4:nth-of-type(2n) {
    margin-right: 0;
  }

  #executive-div .col-1-of-4:nth-of-type(2n+1) {
    clear: both;
  }
}

.img-executive {
  width: 100%;
}

.img-executive img {
  display: block;
  width: 100%;
  max-width: 30rem;
  height: auto;
  margin: 0 auto;
}

#executive-div .col-1-of-4 h3 {
  padding: 1rem 1rem 0.3rem;
  margin: 0;
}

#executive-div .col-1-of-4 h3 .fs-16 {
  font-size: 1.188rem;
}

.container_team {
  width: 100%;
}

.container_team div {
  width: 100%;
}

.container_team .header_team {
  padding: 0 1rem;
  cursor: pointer;
  font-weight: bold;
}

.container_team .content_expand {
  display: none;
  padding: 1rem;
}


/* /////////////// */
/* About Page Japan Version */
/* /////////////// */

.outer-container {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.outer-container-grey {
  width: 100%;
  background: #E8E7E7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



/* /////////////// */
/* About Page Text Container */
/* /////////////// */

.about-inner-text-container {
  padding: 2rem;
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1460px;
}



@media screen and (min-width: 1025px) {
  .about-inner-text-container {
    padding: 2rem 6rem;

  }
}

/* /////////////// */
/* About Page Table Container */
/* /////////////// */

.about-table-container {
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 1460px;
}

.about-table-container-info-single-info p {
  margin: 0 !important;
}

.about-table-container-info-single-info {
  margin-bottom: 2rem;
}

.about-table-container-table h2 {
  margin-bottom: 2rem !important;
}

.about-table-container-table-part {
  max-width: 1460px;
  margin-bottom: 4rem;
}

.grid-table-container {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
}

.grid-table-container p {
  border: 1px solid #707070;
  margin: 0 !important;
  font-size: 22px !important;
}

.about-table-title,
.about-table-desc {
  padding: 0.6rem;
  padding-left: 1.5rem;
}

.about-table-title {
  background: #A7A5A3;
}

.about-table-desc {
  background: white;
}

@media screen and (min-width: 1025px) {
  .about-table-container {
    padding: 2rem 6rem;

  }

  .about-table-container-info-3columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    align-items: start !important;
    justify-content: space-between !important;
  }


}

@media screen and (min-width: 1225px) {
  .about-table-container-info-3columns {
    column-gap: 5rem;
  }
}


/* /////////////// */
/* About page - Different years container */
/* /////////////// */

.years-content-container {
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 1460px;
}

.years-content-inner-container {
  /* width: 70vw; */
}

.year-part {
  position: relative;
  min-width: 144px;
  height: 82px;
  background: #4D2965;
  border-radius: 50%;
  color: white;
  margin: 0;
  /* margin-right: 2rem; */
  margin-bottom: 4rem;
  display: grid;
  place-items: center;
}

.about-year-bg-color-02 {
  background: #792D82;
}

.about-year-bg-color-03 {
  background: #A7A5A3;
}

.about-year-bg-color-04 {
  background: #A2C96A;
}

.about-year-bg-color-05 {
  background: #05999A;
}

.about-year-bg-color-06 {
  background: #0E5168;
}

.years-content-inner-container {
  padding: 2rem 0;
  margin: 0;
}

.single-year-year-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 5rem;
  /* height: 7.6rem; */
}

.single-year-year-part p {
  max-width: 1100px;
}

.single-year-year-part p,
.year-part p {
  margin: 0 !important;
}

.about-year-vertical-line {
  border-left: 1px solid #707070;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  top: 100%;
}

@media screen and (min-width: 725px) {
  .single-year-year-part {
    margin-bottom: 0rem;
    height: 7.6rem;
  }

  .single-year-year-part {
    margin-bottom: 0;
    flex-direction: row;
  }

  .years-content-inner-container {
    /* width: 70vw; */
  }

  .year-part {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .years-content-container {
    padding: 2rem 6rem;
  }

  .year-part {
    margin-right: 3rem;

  }
}


/* /////////////// */
/* About page - 4 card */
/* /////////////// */

.about-cards-container {
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 1460px;
}

.about-cards-container h2 {
  font-size: 40px !important;
  align-self: center;
  margin-bottom: 1.4rem !important;
}

.about-card-button {
  background: #D4D1D3;
  border: 1px solid #707070;
  color: #060606;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-card-img {
  background: url(/themes/ceicdata/images/about-us/about-card-img.png) no-repeat;
  width: 100%;
  height: 236px;
  object-fit: cover;
}

.about-single-card {
  max-width: 430px;
  margin-bottom: 2rem;
}

.about-single-card p {
  font-size: 20px !important;
}

.about-card-info h4 {
  font-size: 25px !important;
  margin-bottom: 1.6rem !important;
}

.about-card-info {
  background: white;
  padding: 3rem 1.6rem;
}

.about-cards-inner-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  justify-content: start;
}

@media screen and (min-width: 1025px) {
  .about-cards-container {
    padding: 2rem 6rem;
  }

  .about-cards-inner-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    align-items: center;
    justify-content: center;
  }

  .about-single-card {
    width: auto;
  }

  .about-single-card p {
    min-height: 14rem;
  }
}

@media screen and (min-width: 1225px) {}

@media screen and (min-width: 1425px) {

  .about-cards-inner-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-single-card {
    margin-bottom: 0rem;
  }

  .about-single-card p {
    min-height: 17rem;
  }
}