:root {
  --basf-blue      : #1ca0d2;
  --basf-light-blue: #e7f8ff;
}

html {
  scroll-behavior: smooth;
  font-family    : "Roboto", sans-serif;
  box-sizing     : border-box;
}

a {
  text-decoration: none !important;
  color          : white;
}

.sc-formfield-input label a {
  color: var(--basf-blue);
}

ul {
  list-style: none;
}

body {
  color     : #000;
  font-size : 12px;
  height    : 100vh;
  overflow-x: hidden;
  margin    : 0;
  padding   : 0;
}

main {
  width: 100%;
}

body,
html {
  position   : relative;
  line-height: 1.6;
  overflow-x: hidden;
}

header {
  width  : 100%;
  z-index: 9999;
}

button {
  border       : 0;
  border-radius: 1rem;
}

input,
select {
  border       : 1px solid transparent;
  border-radius: 1rem;
}

input:hover,
select:hover {
  border: 1px solid black;
}

h1 {
  font-size: 1.9rem;
  margin   : 0;
}

h2 {
  font-size: 1.6rem;
  margin   : 0;
}

h3 {
  font-size: 1.4rem;
  margin   : 0;
}

h4 {
  font-size: 1rem;
  margin: 0;
}

.thankYouMessage {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
}


.thankYouMessage img {
  width: 45%;
margin: 2rem auto;
}

.thankYouMessage h2 {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 5rem;
}

@media only screen and (max-width: 650px) {
  .headerContainer .logoContainer img {
    margin-left: 0rem !important;
    width      : 150px !important;
    height     : auto !important;
  }

  .mainContainer .leftSide {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    margin-right  : 0 !important;
  }


  .leftSide .bannerContainer img {
    width     : 100% !important;
    object-fit: cover;
  }

  .leftSide .section {
    margin : 1rem auto;
    width: 90%;
    padding: 0 !important;
  }

  /* first section */

  .leftSide .section {
    margin : 1rem auto;
    padding: 1rem !important;
  }

  .secondSection p {
    padding  : 0.5rem;
    font-size: 0.7rem;
  }

  .secondSection img {
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* third section */

  .thirdSection {
    padding: 1rem;
  }

  .thirdSection h2 {
    margin    : 0.5rem 0 1rem !important;
    text-align: center;
  }

  .thirdSection h3,
  .thirdSection h2 {
    color: var(--basf-blue);
  }

  .thirdSection img {
    width     : 55% !important;
    margin    : 0 auto;
    object-fit: contain;
  }

  .thirdSub,
  .fourthSub,
  .fourthSubSection {
    display       : flex;
    flex-direction: column;
  }

  .thirdSubSection {
    margin-left: 1rem !important;
    width      : 90% !important;
  }

  .mainContainer iframe {
    width: 340px !important;
    margin: 0 auto;
  }

  .fourthSection {
    margin: 1rem auto !important;
    padding: 1rem;
  }

  .fourthSub {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .fourthSub img {
    width     : 55% !important;
    margin    : 1rem auto !important;
    object-fit: contain !important;
  }

  .fourthSection h3 {
    margin-left: 1rem !important;
  }

  .fourthSection h4 {
    margin-left: 1rem !important;
  }
  
  .fourthSubSection p {
    margin-left: 1rem !important;
    width      : 90% !important;
  }

  .fifthSection {
    margin-top: 0 !important;
    display   : flex;
    flex-direction: column;
    padding: 1rem !important;
  }
  
  .fifthSection img {
    width       : 100% !important;
    margin: 1rem auto !important;
    object-fit  : contain;
  }
  
  .fifthSub {
    width      : 90% !important;
    margin-left: 1rem;
  }

  .sixthSection {
    margin: 1rem auto !important;
    padding: 1rem;
  }

  .sixthSectionSub {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .sixthSectionSub img {
    width     : 55% !important;
    margin    : 1rem auto !important;
    object-fit: contain !important;
  }

  .sixthSectionSub h3 {
    margin-left: 1rem !important;
  }

  .sixthSectionSub h4 {
    margin-left: 1rem !important;
  }
  
  .sixthSubSection p {
    margin-left: 1rem !important;
    width      : 90% !important;
  }

  .reversed {
    display: flex;
    flex-direction: column !important;
  }

  .reversed iframe {
    margin-bottom: 2rem !important;
  }

}

/* Header */

.headerContainer {
  width           : 100%;
  height          : auto;
  display         : flex;
  flex-direction  : column;
  background-color: var(--basf-blue);
}

.headerContainer .logoContainer {
  padding  : 0.5rem 0.5rem 0.5rem 0;
  max-width: 930px !important;
  width    : 100%;
  height   : 5rem;
  margin   : 0 auto;
}

.headerContainer .logoContainer img {
  width : 255px;
  height: 80px;
}

/*  */

/* Main content */

.mainContainer {
  max-width            : 980px !important;
  display              : grid;
  grid-template-columns: 1fr 1fr;
  margin               : 2rem auto 4rem;
}

/* left side */

.mainContainer .leftSide {
  width         : 100%;
  display       : flex;
  flex-direction: column;
  margin-right  : 2rem;
}

.leftSide .bannerContainer img {
  width: 40rem;
  object-fit: cover;
}

/* second section */

.secondSection {
  position      : relative;
  display       : flex;
  flex-direction: column;
  padding: 1rem;
}

.secondSection img {
  width: 80%;
}


.secondSection p {
  padding-right: 2rem;
  margin-top: 0;
}

/* third section */

.thirdSection h2 {
  margin    : 2rem 0;
  text-align: center;
}

.thirdSection h2 {
  color: var(--basf-blue);
}

.thirdSection p {
  font-size: 1rem;
  text-align: center;
}

/* fourth section */

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

.fourthSection h2 {
  color: var(--basf-blue);
  text-align: center;
}

.fourthSection h3 {
  color: var(--basf-blue);
  margin-top: 1rem;
}

.fourthSection {
  margin: 1.5rem 0;
}

.fourthSub img {
  width     : 35%;
  object-fit: contain;
  margin-right: 2rem;
}

.fourthSubSection p {
  font-size    : 1rem;
  padding-right: 2rem;
}

.fourthSubSection ul {
  padding-left: 1.5rem;
  margin: 0;
}

ul {
  list-style: none;
}

ul li:before {
  content: '✓';
}


.fourthSubSection ul li {
  font-size: 1rem;
}

/* fifth section */

.fifthSection {
  margin-top: 1.5rem;
  display   : flex;
  flex-direction: column;
}

.fifthSection img {
  width       : 35%;
  margin-right: 2rem;
  object-fit  : contain;
}

.fifthSection h3 {
  color: var(--basf-blue);
  text-align: center;
  width: 105%;
}

.fifthSection h4 {
  margin-top: 2rem;
  text-align: center;
}

.fifthSection img {
  width: 105%;
  margin: 1rem auto;
  object-fit: cover;
}

.fifthSection p {
  text-align: left;
}


/* last section */

.sixthSectionSub {
  display: flex;
}

.sixthSection h3 {
  color: var(--basf-blue);
}

.sixthSection h3:last-of-type {
  width: 105%;
}

.sixthSection {
  margin: 1.5rem 0;
}

.sixthSectionSub img {
  width     : 35%;
  object-fit: contain;
}

.sixthSubSection p {
  font-size    : 1rem;
  padding-right: 2rem;
}

.sixthSubSection ul {
  padding-left: 1.5rem;
  margin: 0;
}

.sixthSubSection ul li {
  font-size: 1rem;
}

/* contact us */

.contactUs {
  display       : flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.contactUs h2 {
  color: var(--basf-blue);
  text-align: center;
  font-size: 1.7rem;
}

.contactUs p {
  margin    : 1rem auto;
  font-size : 1rem;
  text-align: center;
}

.contactUs a {
  display         : inline-block;
  width           : 7rem;
  height          : 1.7rem;
  padding-top     : 0.5rem;
  border-radius   : 0.5rem;
  text-align      : center;
  margin          : 1rem auto;
  background-color: var(--basf-blue);
  color           : white;
  font-weight     : 600;
  opacity         : 0.7;
  transition      : opacity 0.5s;
}

.contactUs a:hover {
  opacity: 1;
}

/*  */

/* right side */

.mainContainer .rightSide {
  width         : 120%;
  display       : flex;
  flex-direction: column;
  margin-left   : 2rem;
}

.rightSide .formContainer {
  margin          : 0 auto;
  display         : flex;
  flex-direction  : column;
  background-color: var(--basf-light-blue);
  border          : 1px solid #cccccc;
  width           : 70%;
  border-radius   : 0.5rem;
  padding         : 1rem 2rem;
}

.formContainer h2 {
  text-align: center;
  color     : var(--basf-blue);
}

.formContainer .field {
  display       : flex;
  width         : 90%;
  margin        : 1rem auto;
  flex-direction: column;
}


.formContainer .phoneField {
  display        : flex;
  justify-content: space-evenly;
  width          : 100%;
}

.phoneField input {
  height: 1.8rem;
}

.phoneField select {
  width: 25%;
}

.phoneField input {
  width      : 67%;
  margin-left: auto;
}

.field label {
  text-align   : center;
  margin-bottom: 0.5rem;
  color        : var(--basf-blue);
  font-weight  : 600;
}

.field input {
  height: 1.8rem;
}

.field select {
  height: 2rem;
}

/*  */

/* Additional */
input#input_captcha_code {
  width : 60%;
  height: 30px;
}

#btn_captcha_refresh {
  border-radius: 0.5rem !important;
  display      : inline-block;
  width        : 30%;
  height       : 50%;
  white-space  : nowrap;
  cursor       : pointer;
  margin       : auto 0 0 auto;
  padding      : 10px 15px;
  font-weight  : 600;

  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
  font-size          : 14px;
  color              : #ffff;
  text-align         : center;
  background         : var(--basf-blue);
  opacity            : 0.8;
  transition         : opacity 0.5s ease-in;
}

#btn_captcha_refresh:hover {
  opacity: 1;
}

.captcha_input {
  margin-top: 20px;
}

.focus {
  border: 1px solid red;
}

.cmp-formcontainer {
  display: none;
}

input:required:focus {
  border : 2px solid red;
  outline: none;
}

.accordion .accordion-row .accordion-title:focus {
  outline: none;
}

.sc-formfield-input {
  margin-bottom: 1rem;
}

.sc-formfield-input label {
  font-weight: 600;
}

.policyTitle {
  margin-top: 2rem;
}

.policyTitle a,
.policyTitle span {
  color      : var(--basf-blue);
  font-weight: 600;
  font-size  : 1rem;
}

.accordion .accordion-row:last-child {
  border-bottom: 1px solid #7c7c7c;
}

.inputsulid_BTN {
  background   : var(--basf-blue);
  color        : #ffffff;
  font-weight  : 600;
  font-size    : 14px;
  text-align   : center;
  border-radius: 12px;
  width        : 100%;
  margin-top   : 30px;
  padding      : 10px 15px;
  cursor       : pointer;
  opacity      : 0.8;
  transition   : opacity 0.3s ease-in;
}

.inputsulid_BTN:hover {
  opacity: 1;
}

:root {
  --color-highlight: #21a0d2;
}

a,
button {
  cursor     : pointer;
  border     : 0;
  font-family: "Helvetica Neue BASF", sans-serif;
  text-align : left;
}

.accordion .accordion-row .accordion-content {
  display    : none;
  padding-top: 2.5rem;
  overflow   : auto;
  transition : all 0.5s;
}

.accordion .accordion-row {
  width     : 100%;
  padding   : 1.5rem 0;
  border-top: 1px solid #7c7c7c;
}

.accordion .accordion-row .accordion-title {
  font-size  : 1rem;
  position   : relative;
  display    : block;
  width      : 100%;
  background : transparent;
  font-family: Helvetica Neue LT W06, sans-serif;
  border     : 0;
  text-align : left;
  font-weight: 700;
  color      : var(--basf-blue);
  cursor     : pointer;
}

p,
.rich-text li,
.product-platforms__title,
li.product-platform>a,
.product-technical__subtitle,
.product-benefits>ul>li,
.learning-center-filters__title,
.product-block__content,
.icon-list-item__title,
.modal__inquiry-region,
.modal__inquiry-title {
  font-weight: 400;
  line-height: 160%;
}

/*  */

@media only screen and (max-width: 680px) {
  .mainContainer {
    max-width     : auto;
    width         : auto;
    display       : flex;
    flex-direction: column;
    padding       : 0 0.5rem;
    margin        : 1.5rem auto 2rem;
  }

  .mainContainer .leftSide {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    margin-right  : 0;
  }

  .mainContainer .rightSide {
    width         : 100%;
    display       : flex;
    flex-direction: column;
    margin        : 2rem auto 1rem;
  }

  .rightSide .formContainer {
    margin : 0 auto;
    width  : 90%;
    padding: 0.5rem;
  }

  .accordion .accordion-row .accordion-title {
    font-size: 0.9rem;
  }

  #btn_captcha_refresh {
    border-radius: 0.5rem !important;
    display      : inline-block;
    width        : 30%;
    height       : 50%;
    white-space  : nowrap;
    cursor       : pointer;
    margin       : auto 0 0 auto;
    padding      : 10px;
    font-weight  : 600;
  }
}