:root {
  --basf-blue      : #00793a;
  --basf-light-blue: #e7f8ff;
}

html {
  scroll-behavior: smooth;
  font-family    : "Roboto", sans-serif;
  box-sizing     : border-box;
  overflow-x: hidden !important;
}

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

ul {
  list-style: none;
}

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

main {
  width: 100%;
}

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

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.4rem;
  margin   : 0 !important;
}

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

@media only screen and (max-width: 650px) {
  .mainContainer {
    width         : auto !important;
    display       : flex !important;
    flex-direction: column !important;
    padding       : 0 !important;
    margin        : 0 auto 2rem !important;
    max-width: 100% !important;
  }

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

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

  .rightSide .formContainer {
    margin : 0 auto !important;
    width  : 80% !important;
    padding: 0.5rem !important;
  }

  .headerContainer .logoContainer img {
    margin-left: 0rem !important;
    width      : 150px !important;
    height     : auto !important;
  }

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

  /* first section */

  .leftSide .sectionOne {
    display       : flex !important;
    flex-direction: column !important;
    padding       : 1rem !important;
    margin-bottom : 1.5rem !important;
  }

  .sectionOne p:first-of-type {
    padding-right: 0 !important;
  }

  /* first section end */

  /* last section */

  .lastSection {
    padding: 1rem !important;
  }

  .lastSection h2 {
    width        : 100% !important;
    margin-bottom: 1rem !important;
  }

  .lastSection .iconContainer {
    display        : flex;
    flex-direction : column !important;
    justify-content: center !important;
  }

  .iconItem {
    display        : flex;
    flex-direction : column;
    justify-content: center;
    margin-bottom  : 2.5rem;
  }

  .iconItem img {
    margin: auto;
  }

  .iconContainer .iconItem p {
    font-size  : 0.8rem;
    text-align : center;
    width      : 70%;
    margin     : 1rem auto 0;
    font-weight: 600;
  }
}

.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            : 1000px !important;
  display              : grid;
  grid-template-columns: 1fr 0.3fr;
  margin               : 2rem auto 4rem;
}

/* left side */

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

}

.mainContainer p {
  font-size: 0.9rem;
}


.leftSide .bannerContainer img {
  width: 100%;
}

/* first section */

.leftSide .sectionOne {
  display: flex;
  margin : 1rem auto;
}

.sectionOne p:first-of-type {
  padding-right: 2rem;
  margin       : 0.5rem 0;
}

.sectionOneTextContainer,
.lastSection {
  padding: 0.5rem;
}

.sectionOneTextContainer ul,
.lastSection ul {
  padding-top : 1rem;
  padding-left: 1.5rem;
  margin      : 0;
}

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


.sectionOneTextContainer ul li,
.lastSection ul li {
  font-size: 1rem;
}

.sectionOne .subSectionOne {
  display         : flex;
  flex-direction  : column;
  background-color: lightgray;
  height          : auto;
  margin          : auto;
  padding         : 1rem;
}


.sectionOne .subSectionOne p:first-of-type b {
  font-size: 1.4rem;
}

.sectionOne .subSectionOne p:last-of-type {
  font-size : 0.7rem;
  font-style: italic;
}

.subSectionOne img {
  height    : 13rem;
  object-fit: contain;
}

/* first section end */


/* last section */

.lastSection h2 {
  width        : 105%;
  margin-bottom: 2rem;
}

.lastSection .iconContainer {
  display        : flex;
  justify-content: space-evenly;
}

.iconItem {
  display       : flex;
  flex-direction: column;
}

.iconItem img {
  height: 5rem;
  margin: 0 auto 1rem;
}

.iconContainer .iconItem p {
  font-size  : 0.8rem;
  text-align : center;
  width      : 70%;
  margin     : 0 auto 0;
  font-weight: 600;
}

/* last section end */

/* left side end */

/* 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) {

  .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;
  }
}

footer a {
 color: white;
}