/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular */
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}

/* Medium Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Semi Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600; /* Semi Bold */
  font-style: normal;
}

/* Semi Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* Extra Bold */
  font-style: normal;
}

/* Extra Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url('/wp-content/themes/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-Bold.ttf') format('truetype');
  font-weight: 700; /* Bold */
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* Extra Bold */
  font-style: normal;
}

/* Extra Bold Italic */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-Black.ttf') format('truetype');
  font-weight: 900; /* Black */
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: 'Kanit';
  src: url('/wp-content/themes/fonts/Kanit/Kanit-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

html {
  font-size: 16px;
}

body * {
  color: #fff;
  font-family: 'Open Sans';
  line-height: 1.5;
}

body {
  background-color: #282C30;
  color: #fff;
  font-size: 1.125rem;
  font-family: 'Open Sans';
}
#udl_pages .container {
  max-width: 1100px;
}
#udl_pages h1.entry-title {
  display: none;
}
#udl_pages.content-section {
  margin-top: 0;
}
#udl_pages img {
  top: 0;
}

#udl_pages h1 {
  font-family: "Kanit";
  margin-bottom: 0;
}

#udl_pages .container h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  font-family: "Kanit";
  margin-bottom: 0.25rem;
}

#udl_pages .container h3 {
  font-size: 1.5rem;
  font-weight: 800;
}

#udl_pages .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
  max-width: 940px;
}

#udl_pages .two-cols.icon>.icon {
  width: 80px;
}

#udl_pages .two-cols.icon>.icon img {
  top: 0;
}

#udl_pages .two-cols.icon>.text {
  width: calc(100% - 80px);
  padding-left: 36px;
}

#udl_pages .two-cols.icon>.text p {
  margin-bottom: 0;
}

#udl_pages .accent_1 {
  color: #00A3AD;
}

#udl_pages .accent_2 {
  color: #00A87B;
}

#udl_pages .headline {
  font-size: 1.25rem;
  font-weight: 800;
}

#udl_pages .seperator {
  position: relative;
  height: 3px;
  background: linear-gradient(90deg, #282C30 0%, #00EB00 34.9%, #00A3AD 70.31%, #282C30 100%);
  margin-bottom: 3rem;
}

#udl_pages .BorlabsCookie ._brlbs-content-blocker ._brlbs-default {
  background-color: #282C30;
}

#udl_pages .btn.green.pill  {
  border-radius: 50px;
  background-color: #00A87B;
}
#udl_pages .btn.green.pill:hover  {
  background-color: #008763;
}
#udl_pages .btn.green.pill:active  {
  background-color: #00C994;
}

#udl_pages section.headerelement.bg-image {
  position: relative;
  margin-bottom: 4.75rem;
}
#udl_pages section.headerelement.bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#udl_pages section.headerelement.bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#udl_pages section.headerelement.bg-image article{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vw;
  position: relative;
}
#udl_pages section.headerelement.bg-image article header{
  text-align: center;
  padding: 2rem;
}

#udl_pages section.headerelement.bg-image article.bottom{
  align-items: flex-end;
}


#udl_pages section.headerelement.bg-image h1{
  font-family: 'Kanit';
  font-weight: 900;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1;
  max-width: 1100px;
}
#udl_pages section.headerelement.bg-image h2{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1;
}
#udl_pages .space-after {
  margin-bottom: 1rem;
}
#udl_pages .space-normal {
  margin-bottom: 2rem;
}
#udl_pages .space-before-xxlarge {
  margin-top: 6rem;
}
#udl_pages .space-after-medium {
  margin-bottom: 1.5rem;
}
#udl_pages .space-after-large {
  margin-bottom: 3rem;
}
#udl_pages p:empty {
  display: none;
}
#form {
  background-color: #191C1F;
}
#pardot-form label {
  color: #fff;
}


@media screen and (max-width: 425px) {  
  #udl_pages .two-cols {
    flex-direction: column;
  }
  #udl_pages .two-cols.icon>.icon {
    margin-bottom: 1rem;
  }
  #udl_pages .two-cols.icon>.text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #udl_pages .container h2 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  #udl_pages section.headerelement.bg-image h1 {
      font-size: 2.75rem;
  }
  #udl_pages section.headerelement.bg-image h2 {
      font-size: 2rem;
  }
  #udl_pages .container h2 {
      font-size: 2rem;
  }
  #udl_pages .container h3 {
      font-size: 1.25rem;
  }
}