@charset "UTF-8";
/**
 * @file
 * Subtheme specific SCSS.
 */
:root {
  /**
     * Named Colors.
     */
  --color--black: #000;
  /* Black */
  --color--white: #fff;
  /* White */
  --color--red: #e33f1e;
  /* Red */
  --color--gold: #fdca40;
  /* Gold */
  --color--green-drilling: #219653;
  /* Green */
  --color--gray-medium: #ababab;
  /*Medium gray*/
  --color--gray-light: rgb(252, 252, 252);
  /*Medium gray*/
}

/*End global class*/
#sticky_navigation {
  background-color: white;
  -webkit-box-shadow: 0 0 3px 0 #ebebeb;
  -moz-box-shadow: 0 0 3px 0 #ebebeb;
  box-shadow: 0 0 3px 0 #ebebeb;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  height: auto;
}
@media (max-width: 991.98px) {
  #sticky_navigation {
    height: auto;
  }
}
#sticky_navigation.sticky-scroll-nav {
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.1);
  height: auto;
}
@media (max-width: 576.98px) {
  #sticky_navigation.sticky-scroll-nav #navbar-main.navbar {
    padding: 5px 15px;
  }
}
#sticky_navigation.sticky-scroll-nav #navbar-main.navbar .navbar-brand .logo-wrapper {
  border-right: 1px solid #000;
  padding-right: 16px;
  height: 40px;
}
#sticky_navigation.sticky-scroll-nav #navbar-main.navbar .navbar-brand .logo-wrapper img.logo-symbol {
  width: 25.5px;
  transition: width 0.5s;
}
#sticky_navigation.sticky-scroll-nav #navbar-main.navbar .navbar-brand .logo-wrapper img.name-symbol {
  display: inherit;
}
#sticky_navigation #navbar-main.navbar {
  padding: 12px 0;
}
@media (max-width: 576.98px) {
  #sticky_navigation #navbar-main.navbar {
    padding: 3px 15px 0;
  }
}
#sticky_navigation #navbar-main #navbarNav.show {
  padding: 0;
}
#sticky_navigation #menu-main {
  width: 100%;
}
#sticky_navigation #menu-add {
  display: block;
}
#sticky_navigation .navbar {
  padding: 5px 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  #sticky_navigation .navbar {
    padding-right: 0;
    padding-left: 0;
  }
}
#sticky_navigation .navbar .region-nav-main {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#sticky_navigation .navbar .dropdown-item.active, #sticky_navigation .navbar .dropdown-item:active {
  color: var(--color--black);
  text-decoration: none;
  background-color: #F2F2F2;
}
#sticky_navigation .navbar .dropdown-menu {
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 10px 0;
}
#sticky_navigation .navbar .dropdown-menu a {
  color: var(--color--black);
}
#sticky_navigation .navbar .dropdown-menu a:hover {
  background-color: #F2F2F2;
}
#sticky_navigation .navbar .dropdown-menu:after {
  border-bottom-color: var(--color--black);
}
@media (max-width: 991.98px) {
  #sticky_navigation .navbar .dropdown-menu {
    border: 0;
  }
}
#sticky_navigation .navbar .navbar-brand {
  font-size: inherit;
  margin-right: 0;
}
#sticky_navigation .navbar .navbar-brand .logo-wrapper {
  height: auto;
  padding-right: 0;
  border-right: 1px solid transparent;
  float: none;
}
#sticky_navigation .navbar .navbar-brand .logo-wrapper img {
  display: block;
  position: relative;
  margin: 0 auto;
}
#sticky_navigation .navbar .navbar-brand .logo-wrapper .logo-symbol {
  width: auto;
  max-height: 3rem;
}
#sticky_navigation .navbar .navbar-brand .logo-wrapper img.logo-symbol {
  width: 30px;
  height: auto;
  transition: width 0.5s;
}
#sticky_navigation .navbar .navbar-brand .logo-wrapper img.name-symbol {
  margin-top: 7px;
  max-width: 70px;
  height: auto;
  display: none;
}
#sticky_navigation .navbar .site_name {
  padding-left: 16px;
  max-height: 24px;
}
#sticky_navigation .navbar .site_name span {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sticky_navigation .navbar-toggler {
  border: none;
  position: relative;
  z-index: 500;
  float: right;
}
#sticky_navigation .navbar-toggler:focus {
  outline: none;
}
#sticky_navigation .navbar-toggler .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: var(--color--black);
}
#sticky_navigation .navbar-toggler .icon-bar:nth-last-child(1) {
  width: 11px;
  float: right;
}
#sticky_navigation .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
#sticky_navigation .navbar-toggler .icon-bar:nth-of-type(1) {
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#sticky_navigation .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
#sticky_navigation .navbar-toggler .icon-bar:nth-of-type(3) {
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#sticky_navigation .navbar-toggler-icon {
  width: 35px;
}
#sticky_navigation button.navbar-toggler:focus {
  box-shadow: 0 0 0 transparent;
}
#sticky_navigation div.dropdown-menu.slideIn {
  margin-left: -1px;
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
#sticky_navigation div.dropdown-menu.slideIn:after {
  content: none !important;
}
#sticky_navigation div.dropdown-menu.slideIn a.dropdown-item {
  padding: 0.8rem 1.5rem;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main {
  display: flex;
  align-items: center;
  /*---New dropdown language ---*/
  /* ----------- End dropdown language ----------- */
}
@media (max-width: 991.98px) {
  #sticky_navigation .region.container.pl-0.pr-0.region-nav-main {
    flex-direction: column;
    align-items: end;
    gap: 15px;
    padding: 15px 0;
  }
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav .nav-item {
  font: 400 clamp(0.75rem, 2vw, 0.875rem) Lato;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color--black);
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav .nav-item:last-of-type a:after {
  content: "";
  width: 30px;
  height: 20px;
  background-image: url("/sites/default/files/flagUE.png");
  background-size: cover;
  position: absolute;
  margin-left: -30px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 1198.98px) {
  #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav .nav-item {
    font: 400 clamp(0.75rem, 1.1vw, 0.875rem) Lato;
  }
}
@media (max-width: 991.98px) {
  #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.nav-link, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.dropdown-item {
    display: flex;
    justify-content: end;
  }
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.nav-link.dropdown-toggle, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.active.dropdown-toggle, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.dropdown-toggle {
  position: relative;
  justify-content: end;
  padding-right: 30px;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.nav-link.dropdown-toggle:after, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.active.dropdown-toggle:after, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.dropdown-toggle:after {
  position: absolute;
  content: "∟";
  right: 2px;
  top: 5px;
  border: 0 !important;
  font-size: 0.7rem;
  transform: rotate(315deg);
  float: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px 0 5px;
}
@media (max-width: 767.98px) {
  #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.nav-link.dropdown-toggle:after, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.active.dropdown-toggle:after, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.dropdown-toggle:after {
    content: "∟" !important;
    transform: rotate(315deg) !important;
    display: inline-block;
    height: inherit !important;
    float: inherit !important;
    margin-right: 0.75rem;
    top: -4px;
    right: 0;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.nav-link.dropdown-toggle, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.active.dropdown-toggle, #sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav a.dropdown-toggle {
    padding-right: 0;
  }
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main ul.navbar-nav .active_button {
  background-color: #F2F2F2;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main .cointainer .row p {
  text-align: justify !important;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main nav ul.navbar-nav li:last-of-type {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main .form-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#sticky_navigation .region.container.pl-0.pr-0.region-nav-main .form-select {
  max-width: 100%;
  min-width: 3rem;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background-color: #f3f3f3;
  padding: 5px 7px;
  text-transform: uppercase;
  background-size: 25px;
  background-position-x: 99%;
  background-position-y: 3px;
  margin-left: 10px;
}

.navbar-toggler:focus, .navbar-toggler:focus-visible {
  box-shadow: none;
}
.navbar-toggler .line {
  width: 24px;
  height: 2px;
  background-color: #303030;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler.collapsed .line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.collapsed .line:nth-child(1) {
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.navbar-toggler.collapsed .line:nth-child(3) {
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

footer#page-footer {
  background: #b9b9b9;
  box-shadow: inherit;
  padding: 30px 0;
}
@media (max-width: 1700px) {
  footer#page-footer {
    padding: 15px 0;
  }
}
@media (max-width: 360.98px) {
  footer#page-footer .region {
    padding: 0.5rem 0;
  }
}
footer#page-footer .region.region-footer-left {
  width: 100%;
}
@media (max-width: 767.98px) {
  footer#page-footer .region.region-footer-left .block.block-search {
    border-bottom: 0;
    border-top: 0;
    height: 2.5rem;
    display: none;
  }
  footer#page-footer .region.region-footer-left .block.block-search .form-actions {
    position: relative;
    right: 0;
    top: 0;
  }
  footer#page-footer .region.region-footer-left .block.block-search div#edit-actions {
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer#page-footer .region.region-footer-left input#edit-submit {
  font-family: "FontAwesome";
  background-color: transparent;
  color: var(--color--black);
  border: 0;
  position: relative;
  z-index: 1000;
}
footer#page-footer .region.region-footer-left form#search-block-form div.form-actions input {
  background-color: white;
  height: 37px;
  padding-top: 0;
  padding-bottom: 2px;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
  background-image: url("/themes/termadrilling/images/search.png");
  background-repeat: no-repeat;
  background-position-x: 12px;
  background-position-y: 8px;
  color: transparent;
  width: 40px;
  padding-left: 30px;
  border-left: 0;
  border-bottom: 0;
  background-size: 46%;
  z-index: 1000;
  position: relative;
}
@media (max-width: 767.98px) {
  footer#page-footer .region.region-footer-left form#search-block-form div.form-actions input {
    border-bottom: 1px solid transparent;
  }
}
footer#page-footer .region.region-footer-left .form-actions:before {
  content: none;
}
footer#page-footer .region.region-footer-left form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer#page-footer .region.region-footer-left form .custom-control.custom-search {
  margin: 0;
  max-width: 230px;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer#page-footer .region.region-footer-left form .custom-control.custom-search {
    max-width: 100%;
  }
}
footer#page-footer .region.region-footer-left form input.form-control {
  border-radius: 0;
  position: relative;
  height: 37px;
}
@media (max-width: 767.98px) {
  footer#page-footer .region.region-footer-left form input.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.35;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
  }
}
footer#page-footer .region.region-footer-center {
  width: 100%;
}
footer#page-footer .region.region-footer-center .field--name-field-social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer#page-footer .region.region-footer-center .field--name-field-social-icons a i.fa {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  margin: 0 8px;
  position: relative;
}
@media (max-width: 360.98px) {
  footer#page-footer .region.region-footer-center .field--name-field-social-icons a i.fa {
    margin: 0 5px;
  }
}
footer#page-footer .region.region-footer-center .field--name-field-social-icons a i.fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

footer#page-footer-sub {
  box-shadow: none !important;
  background-color: #dbdbdb;
}
footer#page-footer-sub .regin {
  padding: 0;
}
footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer {
  display: block;
  text-align: center;
}
footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer ul li.menu-item.btn.btn-link {
  color: transparent !important;
}
footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer a {
  display: block;
  color: var(--color--black);
  padding: 3px 5px;
  text-decoration: none;
  text-align: center;
  font: 400 14px/22px Lato;
}
@media (max-width: 991.98px) {
  footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer a {
    font: 400 14px/22px Lato;
  }
}
footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer:nth-child(1) {
  padding: 10px 8px;
}
@media (max-width: 991.98px) {
  footer#page-footer-sub .region.region-footer-sub-center nav#block-termadrilling-footer:nth-child(1) {
    padding: 5px 0;
  }
}
footer#page-footer-sub div.law p {
  font: 400 14px/22px Lato;
  margin: 0;
}
@media (max-width: 1700px) {
  footer#page-footer-sub div.law p {
    font: 400 12px/16px Lato;
  }
}

.user-logged-in.path-user main.d-print-block .block.block-layout-builder.block-extra-field-blockuserusermember-for {
  min-height: calc(100vh - 180px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.path-user main.form-login {
  min-height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.path-user main.form-login section.form-login.user {
  border: 1px solid var(--color--green-drilling);
  padding: 30px 40px;
  border-radius: 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .path-user main.form-login section.form-login.user {
    padding: 20px;
  }
}
.path-user main.form-login section.form-login.user h3, .path-user main.form-login section.form-login.user h4 {
  text-transform: uppercase;
  text-align: center;
}
.path-user main.form-login section.form-login.user h3 {
  font: 900 1.5rem/2rem Lato;
  letter-spacing: 0.2dvw;
  transform: scale(1, 0.6);
}
.path-user main.form-login section.form-login.user h4, .path-user main.form-login section.form-login.user label {
  font: 400 0.875rem/1.5rem Lato;
  letter-spacing: 0.1dvw;
  color: #000;
}
.path-user main.form-login section.form-login.user div.description {
  font: 400 0.75rem/1.5rem Lato;
  color: #000;
}
.path-user main.form-login section.form-login.user input {
  border-radius: 0;
}
.path-user main.form-login section.form-login.user input#edit-submit {
  background-color: var(--color--green-drilling);
  border-color: var(--color--green-drilling);
  max-width: 165px;
  width: 100%;
  color: #fff;
  font: 400 16px/16px Lato;
  letter-spacing: 1.2px;
  margin: 30px auto 0;
  padding: 10px;
  display: block;
}
@media (max-width: 767.98px) {
  .path-user main.form-login section.form-login.user input#edit-submit {
    display: block;
    margin: 0 auto;
  }
}
.path-user main.form-login section.form-login.user input#edit-submit:hover, .path-user main.form-login section.form-login.user input#edit-submit:focus {
  background-color: var(--color--green-drilling);
  border-color: var(--color--green-drilling);
}
.path-user main.form-login section.form-login.user .btn-primary:hover {
  background-color: var(--color--green-drilling);
  border-color: var(--color--green-drilling);
}

.page-404 {
  background-color: #f3f3f3 !important;
}
.page-404 div.error_wrapper {
  height: calc(100vh - 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-404 div.error_wrapper > div {
  border: 2px solid var(--color--green-drilling);
  border-radius: 5px;
  padding: 20px 40px 10px;
  background-color: #fff;
}
.page-404 div.error_wrapper h2, .page-404 div.error_wrapper p, .page-404 div.error_wrapper h1.page-title, .page-404 div.error_wrapper div.block-system-main-block {
  text-transform: uppercase;
  text-align: center;
}
.page-404 div.error_wrapper h1.page-title {
  font: 400 2vh/4vh Roboto;
}
.page-404 div.error_wrapper h2 {
  font: 400 2.5vh/4vh Roboto;
  color: var(--color--green-drilling);
}
.page-404 div.error_wrapper p {
  font: 400 1.2vh/1.2vh Roboto;
  color: var(--color--green-drilling);
}
.page-404 div.error_wrapper div.block-system-main-block {
  font: 400 1vh/1.2vh Roboto;
}
.page-404 div.error_wrapper a {
  padding: 10px 15px;
  text-align: center;
  display: block;
  margin: 30px auto 15px;
  max-width: 300px;
}
.page-404 div.error_wrapper .block-system div.content {
  font: 400 1.5vh/2vh Roboto;
  text-transform: uppercase;
  color: var(--color--green-drilling);
  text-align: center;
}

.path-frontpage div#content-banner, .page-node-type-main-page div#content-banner {
  padding: 0;
}
@media (max-height: 1366.98px) and (max-width: 1024.98px) and (orientation: portrait) {
  .path-frontpage div#content-banner, .page-node-type-main-page div#content-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (max-width: 767.98px) {
  .path-frontpage div#content-banner, .page-node-type-main-page div#content-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 0 25px;
  }
}
.path-frontpage main, .page-node-type-main-page main {
  margin-top: 78px;
}
@media (max-width: 576.98px) {
  .path-frontpage main, .page-node-type-main-page main {
    margin-top: 60px;
  }
}
.path-frontpage section.banner, .path-frontpage section.banner .backgroundColor, .path-frontpage div#block-drilling-banneronhomepage, .path-frontpage #content-banner, .page-node-type-main-page section.banner, .page-node-type-main-page section.banner .backgroundColor, .page-node-type-main-page div#block-drilling-banneronhomepage, .page-node-type-main-page #content-banner {
  height: calc(100vh - 78px);
  position: relative;
}
@media (max-width: 576.98px) {
  .path-frontpage section.banner, .path-frontpage section.banner .backgroundColor, .path-frontpage div#block-drilling-banneronhomepage, .path-frontpage #content-banner, .page-node-type-main-page section.banner, .page-node-type-main-page section.banner .backgroundColor, .page-node-type-main-page div#block-drilling-banneronhomepage, .page-node-type-main-page #content-banner {
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
  }
}
@media (max-height: 414.98px) and (max-width: 991.98px) and (orientation: landscape) {
  .path-frontpage section.banner, .path-frontpage section.banner .backgroundColor, .path-frontpage div#block-drilling-banneronhomepage, .path-frontpage #content-banner, .page-node-type-main-page section.banner, .page-node-type-main-page section.banner .backgroundColor, .page-node-type-main-page div#block-drilling-banneronhomepage, .page-node-type-main-page #content-banner {
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
  }
}
.path-frontpage section.banner h3, .path-frontpage section.banner p, .path-frontpage section#principle h3, .path-frontpage section#principle p, .path-frontpage section#technology h3, .path-frontpage section#technology p, .page-node-type-main-page section.banner h3, .page-node-type-main-page section.banner p, .page-node-type-main-page section#principle h3, .page-node-type-main-page section#principle p, .page-node-type-main-page section#technology h3, .page-node-type-main-page section#technology p {
  text-align: center;
  color: var(--color--black);
}
.path-frontpage section.banner .text_descriptions, .path-frontpage section#principle .text_descriptions, .path-frontpage section#technology .text_descriptions, .page-node-type-main-page section.banner .text_descriptions, .page-node-type-main-page section#principle .text_descriptions, .page-node-type-main-page section#technology .text_descriptions {
  max-width: 725px;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .path-frontpage section.banner .text_descriptions, .path-frontpage section#principle .text_descriptions, .path-frontpage section#technology .text_descriptions, .page-node-type-main-page section.banner .text_descriptions, .page-node-type-main-page section#principle .text_descriptions, .page-node-type-main-page section#technology .text_descriptions {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.path-frontpage section.banner .text_descriptions p, .path-frontpage section#principle .text_descriptions p, .path-frontpage section#technology .text_descriptions p, .page-node-type-main-page section.banner .text_descriptions p, .page-node-type-main-page section#principle .text_descriptions p, .page-node-type-main-page section#technology .text_descriptions p {
  font: 400 16px/24px Lato;
}
.path-frontpage .modal-backdrop, .page-node-type-main-page .modal-backdrop {
  position: inherit !important;
}
.path-frontpage section.banner, .page-node-type-main-page section.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* ----------- Start banner background ----------- */
  /* ----------- End banner background ----------- */
}
.path-frontpage section.banner .backgroundColor, .page-node-type-main-page section.banner .backgroundColor {
  position: absolute;
  background: #dbdbdb;
  background: linear-gradient(0deg, #dbdbdb 0%, white 58%);
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
.path-frontpage section.banner .scheme_first, .page-node-type-main-page section.banner .scheme_first {
  opacity: 0.6;
  bottom: 0;
}
.path-frontpage section.banner .scheme_first:after, .page-node-type-main-page section.banner .scheme_first:after {
  right: -30px;
  bottom: 0;
  top: 0;
  width: 5vw;
  height: 47vh;
  background: #e2e2e2;
  -webkit-filter: blur(50px);
  -ms-filter: blur(50px);
  filter: blur(50px);
}
@media (max-width: 1399.98px) {
  .path-frontpage section.banner .scheme_first, .page-node-type-main-page section.banner .scheme_first {
    opacity: 0.3;
  }
}
.path-frontpage section.banner .scheme_second, .page-node-type-main-page section.banner .scheme_second {
  opacity: 0.06;
  top: 0;
}
.path-frontpage section.banner .scheme_second:before, .path-frontpage section.banner .scheme_second:after, .page-node-type-main-page section.banner .scheme_second:before, .page-node-type-main-page section.banner .scheme_second:after {
  background: #fff;
  -webkit-filter: blur(44px);
  -ms-filter: blur(44px);
  filter: blur(44px);
}
.path-frontpage section.banner .scheme_second:before, .page-node-type-main-page section.banner .scheme_second:before {
  left: -10px;
  right: 0;
  bottom: -30px;
  height: 100px;
}
.path-frontpage section.banner .scheme_second:after, .page-node-type-main-page section.banner .scheme_second:after {
  right: -30px;
  bottom: 0;
  top: 0;
  width: 5vw;
  height: 47vh;
}
@media (max-width: 1399.98px) {
  .path-frontpage section.banner .scheme_second, .page-node-type-main-page section.banner .scheme_second {
    top: -90px;
  }
}
.path-frontpage section.banner .scheme_first, .path-frontpage section.banner .scheme_second, .page-node-type-main-page section.banner .scheme_first, .page-node-type-main-page section.banner .scheme_second {
  background-size: cover;
  position: absolute;
  z-index: 101;
  width: 40vw;
  height: 47vh;
  left: 0;
}
.path-frontpage section.banner .scheme_first:before, .path-frontpage section.banner .scheme_first:after, .path-frontpage section.banner .scheme_second:before, .path-frontpage section.banner .scheme_second:after, .page-node-type-main-page section.banner .scheme_first:before, .page-node-type-main-page section.banner .scheme_first:after, .page-node-type-main-page section.banner .scheme_second:before, .page-node-type-main-page section.banner .scheme_second:after {
  content: "";
  position: absolute;
  z-index: 105;
}
@media (max-width: 1399.98px) {
  .path-frontpage section.banner .scheme_first, .path-frontpage section.banner .scheme_second, .page-node-type-main-page section.banner .scheme_first, .page-node-type-main-page section.banner .scheme_second {
    width: 100vw;
  }
  .path-frontpage section.banner .scheme_first:after, .path-frontpage section.banner .scheme_second:after, .page-node-type-main-page section.banner .scheme_first:after, .page-node-type-main-page section.banner .scheme_second:after {
    -webkit-filter: blur(100);
    -ms-filter: blur(100);
    filter: blur(100);
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage {
  /* ----------- Banner image ----------- */
  /* ----------- Banner carousel ----------- */
  /* ----------- Banner text ----------- */
  /* ----------- Banner link (Play button) ----------- */
  /* ----------- Start modal window ----------- */
  /* ----------- End modal window ----------- */
}
.path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
  position: absolute;
  z-index: 200;
  background: transparent;
  right: -22vw;
  width: 60vw;
  top: 0;
}
@media (max-width: 1920.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    top: -4vh;
    right: -15vw;
  }
}
@media (max-width: 1700px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    top: 0;
    right: -11vw;
  }
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    width: 95vw;
    right: -34vw;
  }
}
@media (max-height: 1368.98px) and (max-width: 1024.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    width: 100vw;
    max-width: 100%;
    height: auto;
    right: 0;
    top: 4vh;
    position: relative;
  }
}
@media (max-height: 1368.98px) and (max-width: 912.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    top: 0;
  }
}
@media (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage img.responsive, .path-frontpage section.banner div#block-drilling-banneronhomepage div.responsive img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage img.responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage div.responsive img {
    width: 100vw;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner {
  height: 70px;
}
@media (max-width: 844.98px) and (max-height: 414.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner {
    height: 40px;
  }
}
@media (max-width: 414.98px) and (max-height: 795.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner {
    height: 40px;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption {
  padding-top: 0;
  bottom: inherit;
  height: 70px;
  left: 0;
  right: inherit;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span {
  font: 700 32px/52px Lato;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carusel-item.active, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carusel-item.active, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carusel-item.active, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carusel-item.active {
  z-index: 500;
}
@media (max-width: 991.98px) and (orientation: portrait), (max-width: 1023.98px), (max-height: 768.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption {
    height: 50px;
  }
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span {
    font: 700 1.375rem Lato;
  }
}
@media (max-width: 844.98px) and (max-height: 414.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption {
    height: 40px;
  }
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span {
    font: 700 1.2rem Lato;
  }
}
@media (max-width: 320.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span {
    font: 500 20px/20px Lato;
  }
}
@media (max-width: 576.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption {
    height: 50px;
  }
  .path-frontpage section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .path-frontpage section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #carouselExampleControls .carousel-caption span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .carousel .carousel-inner .carousel-caption span {
    font: 500 20px/20px Lato;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .banner__media, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .banner__media {
  position: absolute;
  z-index: 200;
  background: transparent;
  left: 0;
  width: 50%;
  max-height: 100px;
  height: 100%;
  top: 0;
  display: none;
}
@media (min-width: 1199.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .banner__media, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .banner__media {
    width: 50%;
    display: block;
  }
}
@media (min-width: 1699.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .banner__media, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .banner__media {
    width: 32%;
    display: block;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .banner__media .banner__image, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .banner__media .banner__image {
  position: absolute;
  top: 0;
  background-position: 0 0;
  right: 0;
  width: 100%;
  max-height: 100px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 98%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.9;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
  position: absolute;
  z-index: 200;
  left: 0;
  bottom: 10vh;
}
@media (max-width: 1599.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    bottom: 8vh;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper #carouselExampleControls span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper #carouselExampleControls span {
  color: var(--color--black);
  text-align: left;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper a, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper span#title, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper a, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper span#title {
  color: var(--color--black);
  text-align: left;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper span#title, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper span#title {
  font: 500 1.2rem/1.2rem Lato;
  letter-spacing: 2px;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper h4 {
  font: 900 1.625rem/2.625rem Lato;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 576.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper h4 {
    font: 900 1.25rem/2rem Lato;
  }
}
@media (max-height: 414.98px) and (max-width: 991.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper h4 {
    font: 900 1.25rem/2rem Lato;
  }
}
@media (max-height: 320.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper h4, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper h4 {
    margin-bottom: 0;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p > span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p > span {
  font: 400 2.25rem/3.25rem Lato;
}
@media (max-width: 1700px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p > span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p > span {
    font: 400 1.875rem/2.25rem Lato;
  }
}
@media (max-height: 1366.98px) and (max-width: 1024.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p > span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p > span {
    font: 400 1.125rem/1.75rem Lato;
  }
}
@media (max-width: 767.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p > span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p > span {
    font: 400 1.125rem/1.75rem Lato;
  }
}
@media (max-height: 414.98px) and (max-width: 991.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p, .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper p > span, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper p > span {
    font: 400 1.125rem/1.75rem Lato;
  }
}
@media (max-width: 1599.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    bottom: 8vh;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    bottom: -2vh;
  }
}
@media (max-height: 1366.98px) and (max-width: 1024.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    position: relative;
    padding-bottom: 5%;
    left: 0;
    bottom: 0;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    position: relative;
    padding-bottom: 10%;
    left: 0;
    bottom: 0;
    top: 0;
  }
}
@media (max-height: 414.98px) and (max-width: 991.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    position: relative;
  }
}
@media (max-height: 414.98px) and (max-width: 767.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    top: 12%;
  }
}
@media (max-height: 375.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    position: relative;
    top: 7%;
    left: 0;
  }
}
@media (max-height: 320.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .description_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .description_wrapper {
    position: relative;
    top: 5%;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper {
  margin-top: 48px;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper div.play, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper div.play {
  margin-right: 24px;
  cursor: pointer;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper div.play img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper div.play img {
  width: 64px;
  height: 64px;
  background: #dedede;
  border-radius: 50%;
}
@media (max-width: 767.98px), (max-height: 414.98px) and (max-width: 991.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper div.play img, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper div.play img {
    width: 46px;
    height: 46px;
  }
}
@media (max-height: 1024.98px) and (max-width: 768.98px) and (orientation: portrait) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper {
    margin-top: 20px;
  }
}
@media (max-height: 414.98px) and (orientation: landscape), (max-width: 576.98px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper {
    margin-top: 10px;
  }
}
@media (max-width: 576.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage .link_wrapper, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage .link_wrapper {
    margin-top: 0;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 500;
  overflow: hidden;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .modal-background, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal {
  padding: 10vh 10vw;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 1700px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal {
    padding: 2vh 2vw;
  }
}
@media (max-height: 414.98px) and (max-width: 767.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .modal-background .modal {
    padding: 5vh 5vw;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 60vw;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive {
    max-width: 70vw;
  }
}
@media (max-height: 414.98px) and (max-width: 767.98px) and (orientation: landscape) {
  .path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive {
    max-width: 90vw;
  }
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive .embed-responsive-item, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container.play, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container.play {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container.play .modal-background .modal, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container.play .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container.play.out, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container.play.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.path-frontpage section.banner div#block-drilling-banneronhomepage #modal-container.play.out .modal-background .modal, .page-node-type-main-page section.banner div#block-drilling-banneronhomepage #modal-container.play.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.path-frontpage section.banner .mouse, .page-node-type-main-page section.banner .mouse {
  background: #707070 linear-gradient(transparent 0%, transparent 50%, #FFFFFF 50%, #FFFFFF 100%);
  position: absolute;
  z-index: 150;
  top: calc(100% - 109px);
  left: 50%;
  width: 30px;
  height: 50px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 6s linear infinite, nudgeMouse 6s ease-out infinite;
}
@media (max-width: 991.98px) {
  .path-frontpage section.banner .mouse, .page-node-type-main-page section.banner .mouse {
    display: none;
  }
}
.path-frontpage section.banner .mouse:before, .path-frontpage section.banner .mouse:after, .page-node-type-main-page section.banner .mouse:before, .page-node-type-main-page section.banner .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.path-frontpage section.banner .mouse:before, .page-node-type-main-page section.banner .mouse:before {
  width: 26px;
  height: 46px;
  background-color: #b7b7b7;
  border-radius: 100px;
}
.path-frontpage section.banner .mouse:after, .page-node-type-main-page section.banner .mouse:after {
  background-color: #FFFFFF;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 6s linear infinite;
}
@keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20% {
    background-position: 0 0;
  }
  21% {
    background-color: #707070;
  }
  29.99% {
    background-color: #FFFFFF;
    background-position: 0 0;
  }
  30% {
    background-color: #707070;
    background-position: 0 100%;
  }
  50% {
    background-position: 0 0;
  }
  51% {
    background-color: #707070;
  }
  59% {
    background-color: #FFFFFF;
    background-position: 0 0;
  }
  60% {
    background-color: #707070;
    background-position: 0 100%;
  }
  80% {
    background-position: 0 0;
  }
  81% {
    background-color: #707070;
  }
  90%, 100% {
    background-color: #FFFFFF;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(3.75px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-15px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(3.75px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-15px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(3.75px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-15px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-15px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #707070;
  }
  30% {
    color: #FFFFFF;
  }
  51% {
    color: #707070;
  }
  60% {
    color: #FFFFFF;
  }
  81% {
    color: #707070;
  }
  90% {
    color: #FFFFFF;
  }
}
.path-frontpage section#purpose h3, .path-frontpage section.application h3, .page-node-type-main-page section#purpose h3, .page-node-type-main-page section.application h3 {
  padding: 0 15px 35px 0;
}
.path-frontpage section#purpose h3 a, .path-frontpage section.application h3 a, .page-node-type-main-page section#purpose h3 a, .page-node-type-main-page section.application h3 a {
  font: 400 26px/26px Lato;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .path-frontpage section#purpose h3 a, .path-frontpage section.application h3 a, .page-node-type-main-page section#purpose h3 a, .page-node-type-main-page section.application h3 a {
    font: 400 20px/24px Lato;
  }
}
.path-frontpage section#purpose h3, .path-frontpage section#purpose p, .page-node-type-main-page section#purpose h3, .page-node-type-main-page section#purpose p {
  color: var(--color--black);
}
.path-frontpage section#purpose .text_descriptions, .page-node-type-main-page section#purpose .text_descriptions {
  display: block;
  margin: 0 auto;
}
.path-frontpage section#purpose .text_descriptions img, .page-node-type-main-page section#purpose .text_descriptions img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}
@media (min-width: 1200px) {
  .path-frontpage section#purpose .text_descriptions img, .page-node-type-main-page section#purpose .text_descriptions img {
    margin: 50px auto;
    max-width: 1200px;
  }
}
.path-frontpage section#purpose .text_descriptions h3, .path-frontpage section#purpose .text_descriptions h4, .page-node-type-main-page section#purpose .text_descriptions h3, .page-node-type-main-page section#purpose .text_descriptions h4 {
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.path-frontpage section#purpose .text_descriptions h3, .path-frontpage section#purpose .text_descriptions h3.title, .page-node-type-main-page section#purpose .text_descriptions h3, .page-node-type-main-page section#purpose .text_descriptions h3.title {
  font: 900 1.625rem/2.625rem Lato, sans-serif;
}
@media (max-width: 576.98px) {
  .path-frontpage section#purpose .text_descriptions h3, .path-frontpage section#purpose .text_descriptions h3.title, .page-node-type-main-page section#purpose .text_descriptions h3, .page-node-type-main-page section#purpose .text_descriptions h3.title {
    font: 700 1.4375px/2.625rem Lato, sans-serif;
  }
}
@media (max-width: 414.98px) {
  .path-frontpage section#purpose .text_descriptions h3, .path-frontpage section#purpose .text_descriptions h3.title, .page-node-type-main-page section#purpose .text_descriptions h3, .page-node-type-main-page section#purpose .text_descriptions h3.title {
    font: 700 1.3125rem/2.625rem Lato, sans-serif;
  }
}
.path-frontpage section#purpose .text_descriptions h3, .page-node-type-main-page section#purpose .text_descriptions h3 {
  margin: 0 0 20px;
}
.path-frontpage section#purpose .text_descriptions h3.title, .page-node-type-main-page section#purpose .text_descriptions h3.title {
  margin: 40px 0 20px;
}
.path-frontpage section#purpose .text_descriptions h4, .page-node-type-main-page section#purpose .text_descriptions h4 {
  font: 900 1.375rem/1.375rem Lato, sans-serif;
  margin: -5px 0 12px;
}
.path-frontpage section#purpose .text_descriptions ul, .page-node-type-main-page section#purpose .text_descriptions ul {
  padding-left: 15px;
}
.path-frontpage section#purpose .text_descriptions p, .path-frontpage section#purpose .text_descriptions li, .path-frontpage section#purpose .text_descriptions a, .path-frontpage section#purpose .text_descriptions span, .page-node-type-main-page section#purpose .text_descriptions p, .page-node-type-main-page section#purpose .text_descriptions li, .page-node-type-main-page section#purpose .text_descriptions a, .page-node-type-main-page section#purpose .text_descriptions span {
  font: 300 1rem/1.5rem Lato, sans-serif;
  letter-spacing: 0.5px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
}
.path-frontpage section#purpose .img_wrapper, .page-node-type-main-page section#purpose .img_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.path-frontpage section#purpose .img_wrapper .second, .page-node-type-main-page section#purpose .img_wrapper .second {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .path-frontpage section#purpose .img_wrapper .second, .path-frontpage section#purpose .img_wrapper .first, .page-node-type-main-page section#purpose .img_wrapper .second, .page-node-type-main-page section#purpose .img_wrapper .first {
    margin-top: 15px;
  }
}
.path-frontpage section.application div.view-application, .page-node-type-main-page section.application div.view-application {
  max-width: 1800px;
  margin: auto;
}
.path-frontpage section.application div.view-application .background, .page-node-type-main-page section.application div.view-application .background {
  position: absolute;
  z-index: 11;
  top: 20px;
  left: 38px;
}
.path-frontpage section.application div.view-application .background h3 a, .page-node-type-main-page section.application div.view-application .background h3 a {
  color: white;
}
.path-frontpage section.application div.view-application div.row div.link_content, .page-node-type-main-page section.application div.view-application div.row div.link_content {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.path-frontpage section.application div.view-application div.row > div:hover, .page-node-type-main-page section.application div.view-application div.row > div:hover {
  transition: opacity 1s;
  opacity: 1;
}
.path-frontpage section.application div.view-application div.row > div:hover:not(.link_content) > a:before, .page-node-type-main-page section.application div.view-application div.row > div:hover:not(.link_content) > a:before {
  background-color: rgba(60, 59, 59, 0.6);
  content: "";
  inset: 0;
  position: absolute;
  margin: 0 12px 0;
  z-index: 12;
  cursor: pointer;
}
.path-frontpage section.application div.view-application div.row > div:hover div.link_content, .page-node-type-main-page section.application div.view-application div.row > div:hover div.link_content {
  display: block;
  position: absolute;
  opacity: 1;
  z-index: 15;
  border: 1px solid #a4a4a4;
  padding: 10px;
  width: 200px;
  text-align: center;
  background-color: rgba(142, 141, 141, 0.8);
  transition: opacity 0.7s;
}
.path-frontpage section.application div.view-application div.row > div:hover div.link_content a, .page-node-type-main-page section.application div.view-application div.row > div:hover div.link_content a {
  color: white;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 0.7s;
}
@media (max-width: 991.98px) {
  .path-frontpage section.application div.view-application div.row div:nth-child(1), .page-node-type-main-page section.application div.view-application div.row div:nth-child(1) {
    margin-bottom: 15px;
  }
}
.path-frontpage section.application div.view-application div.row div:not(.link_content) > a:after, .page-node-type-main-page section.application div.view-application div.row div:not(.link_content) > a:after {
  background: linear-gradient(0.5turn, rgba(28, 31, 34, 0.55) 13%, rgba(28, 31, 34, 0) 30%);
  content: "";
  display: block;
  inset: 0;
  transition: opacity 0.7s;
  position: absolute;
  margin: 0 12px 0;
  z-index: 10;
}
.path-frontpage section.application div.view-application div.row div:not(.link_content) > a img, .page-node-type-main-page section.application div.view-application div.row div:not(.link_content) > a img {
  max-width: 100%;
  height: auto;
  filter: contrast(0.9);
  transition: 0.5s;
}

.page-node-type-products div.wrapper-short-description-prod img, .page-node-type-products div.field--name-field-technology-description img {
  width: auto;
  border-color: transparent;
  max-height: 800px;
  margin: 20px auto;
  display: block;
}
@media (min-width: 1200px) {
  .page-node-type-products div.wrapper-short-description-prod img, .page-node-type-products div.field--name-field-technology-description img {
    margin: 50px auto;
    max-width: 1200px;
  }
}
.page-node-type-products div.field--name-field-technology-description {
  margin-top: 60px;
}
.page-node-type-products div.field--name-field-file span.file {
  background-size: contain;
  max-height: 20px;
}
.page-node-type-products div.field--name-field-file span.file a {
  padding-left: 15px;
  font: 400 clamp(1rem, 10vw, 1.25rem)/1.25rem Lato, sans-serif;
  text-align: left;
}
@media (max-width: 575.98px) {
  .page-node-type-products div.field--name-field-file span.file a {
    font: 400 clamp(0.875rem, 10vw, 1rem)/1.125rem Lato, sans-serif;
  }
}

.page-node-type-contact-page div.ui-dialog div.ui-dialog-titlebar {
  background: #b9b9b9;
  border-color: #b9b9b9;
}
.page-node-type-contact-page div.ui-dialog div.ui-dialog-titlebar span#ui-id-2 {
  color: #FFFFFF;
  font: 400 20px Lato, sans-serif;
  letter-spacing: 1px;
}
.page-node-type-contact-page div.ui-dialog div.ui-dialog-titlebar button.ui-dialog-titlebar-close {
  color: #fff !important;
  z-index: 2000;
  font-size: 20px;
  transform: rotate(45deg);
}
.page-node-type-contact-page div.ui-dialog div.ui-dialog-titlebar button.ui-dialog-titlebar-close:after {
  content: "+";
}
.page-node-type-contact-page div.ui-dialog .webform-confirmation-modal--content {
  background: #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
}
.page-node-type-contact-page div.ui-dialog .webform-confirmation-modal--content img {
  width: 100%;
  max-width: 80px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 10px 10px 20px;
}
.page-node-type-contact-page div.ui-dialog .webform-confirmation-modal--content h5 {
  color: #FFFFFF;
  font: 500 20px Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-node-type-contact-page .field--name-body {
  font: 400 16px/24px Lato, sans-serif;
  text-align: center;
  margin: 15px 0 40px;
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page .field--name-body {
    margin: 0 0 20px;
  }
}
.page-node-type-contact-page .field--name-body p {
  margin-bottom: 1px;
}
.page-node-type-contact-page .sale {
  margin: 80px 0 80px;
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page .sale {
    margin: 40px auto 40px;
  }
}
.page-node-type-contact-page .worker {
  margin: 80px 0 0;
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page .worker {
    margin: 40px 0 0;
  }
}
.page-node-type-contact-page ul.messages__list li.messages__item {
  display: none;
}
.page-node-type-contact-page .error ul.messages__list li.messages__item {
  display: inherit;
}
.page-node-type-contact-page div.alert-status {
  display: none !important;
}
.page-node-type-contact-page .contact_info, .page-node-type-contact-page .contact_data {
  border: 1px solid #BEBCBD;
  padding: 15px;
  margin: 30px 0;
}
.page-node-type-contact-page .contact_info h3, .page-node-type-contact-page .contact_data h3 {
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 500;
}
.page-node-type-contact-page .contact_info h3:before, .page-node-type-contact-page .contact_data h3:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
}
.page-node-type-contact-page .contact_data h3:before {
  background: url("/themes/termadrilling/images/icons/phone.svg") no-repeat center;
  background-size: contain;
}
.page-node-type-contact-page .contact_data h3:before:hover {
  fill: darkred;
}
.page-node-type-contact-page .contact_info h3:before {
  background: url("/themes/termadrilling/images/icons/house.svg") no-repeat center;
  background-size: contain;
}
.page-node-type-contact-page .contact_info h3:before:hover {
  fill: darkred;
}
.page-node-type-contact-page .contactForm {
  padding: 80px;
  background-color: #dbdbdb;
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page .contactForm {
    padding: 40px;
  }
}
@media (max-width: 576.98px) {
  .page-node-type-contact-page .contactForm {
    padding: 30px 15px;
  }
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form h6 {
  text-align: center;
  font: 700 26px/26px Lato;
  margin-bottom: 20px;
  color: var(--color--black);
  text-transform: uppercase;
}
@media (max-width: 576.98px) {
  .page-node-type-contact-page .contactForm .field--name-field-contact-form form h6 {
    font: 700 20px/22px Lato;
  }
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form label {
  font: 400 16px/24px Lato;
  color: var(--color--black);
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form div#edit-conditions {
  font: 400 12px/20px Lato;
  color: var(--color--black);
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=text], .page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=tel], .page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=email] {
  margin-bottom: 33px;
}
@media (max-width: 576.98px) {
  .page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=text], .page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=tel], .page-node-type-contact-page .contactForm .field--name-field-contact-form form input[type=email] {
    margin-bottom: 20px;
  }
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form div#edit-checkbox-wrapper {
  display: flex;
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form div#edit-checkbox-wrapper .js-form-item-checkbox.form-item-checkbox.form-no-label {
  padding-right: 30px;
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form div#edit-checkbox-wrapper input#edit-checkbox {
  opacity: 1;
  z-index: 1;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0;
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form textarea, .page-node-type-contact-page .contactForm .field--name-field-contact-form form input#edit-checkbox, .page-node-type-contact-page .contactForm .field--name-field-contact-form form input {
  border-radius: 0;
}
.page-node-type-contact-page .contactForm .field--name-field-contact-form form input.webform-button--submit {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  float: right;
  height: 40px;
  max-width: 165px;
  width: 100%;
  color: #FFFFFF;
  letter-spacing: 2px;
  font: 500 16px/16px Lato;
}
.page-node-type-contact-page .contactForm .form-actions {
  height: 56px;
}
.page-node-type-contact-page .contactData {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page .contactData {
    padding-top: 40px;
  }
}
@media (max-width: 576.98px) {
  .page-node-type-contact-page .contactData {
    padding-top: 30px;
  }
}
.page-node-type-contact-page .contactData .data {
  border: 1px solid #BEBCBD;
  padding: 30px 15px 20px;
  background: lightgrey;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.page-node-type-contact-page .contactData .data i {
  position: absolute;
  top: -30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(40px, 4vw, 60px);
  height: clamp(40px, 4vw, 60px);
  font-size: clamp(24px, 2vw, 30px);
  background: gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #BEBCBD;
  color: #fff;
}
@media (max-width: 1198.98px) {
  .page-node-type-contact-page .contactData .data i {
    top: -22px;
  }
}
.page-node-type-contact-page .contactData .data h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font: 400 clamp(1.125rem, 2vw, 1.25rem) Lato, sans-serif;
}
.page-node-type-contact-page .contactData .data p, .page-node-type-contact-page .contactData .data p > a, .page-node-type-contact-page .contactData .data a {
  font: 300 clamp(1rem, 2vw, 1.125rem) Lato, sans-serif;
  color: black;
}
.page-node-type-contact-page .contactData .data h3, .page-node-type-contact-page .contactData .data p, .page-node-type-contact-page .contactData .data p > a {
  letter-spacing: 1px;
}

.page-node-type-article main.d-print-block .articleBanner, .page-node-type-news main.d-print-block .articleBanner {
  width: 100%;
  padding: 0;
}
.page-node-type-article main.d-print-block .articleBanner .sign img.main_photo, .page-node-type-news main.d-print-block .articleBanner .sign img.main_photo {
  display: block;
  max-width: 1200px;
  max-height: 700px;
  width: auto;
  height: auto;
  margin: 30px auto 45px auto;
}
.page-node-type-article main.d-print-block .articleDescTitle, .page-node-type-news main.d-print-block .articleDescTitle {
  text-align: center;
  font: 900 24px/36px Lato, sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.page-node-type-article main.d-print-block .articleDescription, .page-node-type-news main.d-print-block .articleDescription {
  padding-bottom: 40px;
  font: 400 16px/24px Lato;
  display: block;
  margin: 0 auto;
}
.page-node-type-article main.d-print-block .articleDescription img, .page-node-type-news main.d-print-block .articleDescription img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  display: block;
}
@media (min-width: 1700px) {
  .page-node-type-article main.d-print-block .articleDescription img, .page-node-type-news main.d-print-block .articleDescription img {
    margin: 15px auto;
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-article main.d-print-block .articleDescription, .page-node-type-news main.d-print-block .articleDescription {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-node-type-products #block-termadrilling-views-block-download-view-block-1 {
  padding: 0 15px;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb;
  transition: 0.3s;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: flex-start;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper:hover {
  transition: 0.3s;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.4);
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper img {
  border-right: 1px solid #dbdbdb;
  max-width: 90px;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper div {
  padding: 10px;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper div h3 {
  font: 400 clamp(0.875rem, 1.5vw, 1rem)/19px Roboto;
  color: #000;
  word-break: break-all;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
  text-align: left;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper div a {
  color: var(--color--red);
  transition: background-color 0.5s;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.page-node-type-products #block-termadrilling-views-block-download-view-block-1 .download-wrapper div a i {
  padding-right: 10px;
}

.page-node-type-articles-list div.card_list, .page-node-type-news-list div.card_list {
  border: 1px solid #e6e4e4;
  margin: 0 auto 20px;
  height: 100%;
  min-height: 460px;
  max-width: 400px;
  border-radius: 0;
  padding-bottom: 20px;
  transition: box-shadow 0.5s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-node-type-articles-list div.card_list:hover, .page-node-type-articles-list div.card_list:focus, .page-node-type-news-list div.card_list:hover, .page-node-type-news-list div.card_list:focus {
  transition: box-shadow 0.8s;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 430.98px) {
  .page-node-type-articles-list div.card_list, .page-node-type-news-list div.card_list {
    margin: 0 25px 20px;
  }
}
.page-node-type-articles-list div.card_list h5.view-card-title, .page-node-type-articles-list div.card_list div.view-card-body, .page-node-type-news-list div.card_list h5.view-card-title, .page-node-type-news-list div.card_list div.view-card-body {
  padding-left: 15px;
  padding-right: 15px;
  height: fit-content;
}
.page-node-type-articles-list div.card_list h5.view-card-title p, .page-node-type-articles-list div.card_list div.view-card-body p, .page-node-type-news-list div.card_list h5.view-card-title p, .page-node-type-news-list div.card_list div.view-card-body p {
  padding: 0;
}
.page-node-type-articles-list div.card_list a:first-child :not(h5), .page-node-type-news-list div.card_list a:first-child :not(h5) {
  border-bottom: 1px solid rgba(230, 228, 228, 0.45);
  background: #e6e4e4;
  overflow: hidden;
  height: fit-content;
}
.page-node-type-articles-list div.card_list a:first-child :not(h5) img, .page-node-type-news-list div.card_list a:first-child :not(h5) img {
  transform: scale(1);
  transition: transform 0.5s;
}
.page-node-type-articles-list div.card_list a:first-child :not(h5):hover img, .page-node-type-articles-list div.card_list a:first-child :not(h5):focus img, .page-node-type-news-list div.card_list a:first-child :not(h5):hover img, .page-node-type-news-list div.card_list a:first-child :not(h5):focus img {
  transform: scale(1.05);
  transition: transform 0.8s;
}

.page-node-type-articles-list div.card_list a:last-child, .page-node-type-news-list div.card_list a:last-child {
  letter-spacing: 1px;
  font: 500 0.875rem Lato, sans-serif;
  padding: 5px 10px;
  margin: auto 1rem 0 1rem;
  text-transform: uppercase;
  border-left: 1px solid;
  border-color: var(--color--red);
  color: var(--color--red);
  transition: color 0.5s, border-color 0.5s;
}
.page-node-type-articles-list div.card_list a:last-child:hover, .page-node-type-articles-list div.card_list a:last-child:focus, .page-node-type-news-list div.card_list a:last-child:hover, .page-node-type-news-list div.card_list a:last-child:focus {
  transition: color 0.8s, border-color 0.8s;
  border-color: var(--color--black);
  color: var(--color--black);
}
.page-node-type-articles-list div.card_list img, .page-node-type-news-list div.card_list img {
  max-width: 100%;
  height: auto;
  max-height: inherit;
  margin: 0 0 10px;
  transition: transform 0.5s;
  transform: scale(1);
}
.page-node-type-articles-list div.card_list img:hover, .page-node-type-articles-list div.card_list img:focus, .page-node-type-news-list div.card_list img:hover, .page-node-type-news-list div.card_list img:focus {
  transform: scale(1.01);
  transition: transform 0.8s;
}
.page-node-type-articles-list div.card_list h5.view-card-title a, .page-node-type-articles-list div.card_list div.view-card-body, .page-node-type-news-list div.card_list h5.view-card-title a, .page-node-type-news-list div.card_list div.view-card-body {
  letter-spacing: 1px;
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-node-type-articles-list div.card_list h5.view-card-title, .page-node-type-news-list div.card_list h5.view-card-title {
  padding: 0;
}
.page-node-type-articles-list div.card_list h5.view-card-title a, .page-node-type-news-list div.card_list h5.view-card-title a {
  border: none;
  font: 500 normal clamp(1rem, 1.5vw, 1.2rem)/1.6rem Lato, sans-serif;
  -webkit-line-clamp: 2;
  color: #000;
  min-height: 61.2px;
}
.page-node-type-articles-list div.card_list div.view-card-body, .page-node-type-articles-list div.card_list div.view-card-body p, .page-node-type-news-list div.card_list div.view-card-body, .page-node-type-news-list div.card_list div.view-card-body p {
  color: #000;
  font: 400 normal 1rem/1.4rem Lato, sans-serif;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
  text-align: left;
}

.page-node-type-equpment .field--name-body {
  margin-bottom: 60px;
}
.page-node-type-equpment img {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.page-node-type-equpment .box_wrapper:nth-child(1) div {
  float: right;
}
.page-node-type-equpment .box_wrapper div {
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.page-node-type-equpment .box_wrapper div i {
  font-size: 16px;
  color: lightgray;
  position: relative;
  margin-bottom: 5px;
}
.page-node-type-equpment .box_wrapper div i:after {
  content: "";
  border: 2px solid lightgray;
  padding: 15px;
  position: absolute;
  border-radius: 50%;
  left: -9px;
  top: -9px;
}
.page-node-type-equpment .box_wrapper div p {
  margin: 0;
}

.product_img_wrapper {
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .product_img_wrapper {
    padding-bottom: 40px;
  }
}
.product_img_wrapper h3.subtitle {
  padding-bottom: 40px;
}
.product_img_wrapper h3.subtitle.home {
  display: none;
}
@media (min-width: 767.98px) {
  .product_img_wrapper .content_wrapper:not(:last-child, :nth-last-child(2), :nth-last-child(3)) {
    margin-bottom: 30px;
  }
}
.product_img_wrapper .content_wrapper .product-box {
  max-width: 350px;
  max-height: 350px;
  overflow: hidden;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.product_img_wrapper .content_wrapper .position-relative a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product_img_wrapper .content_wrapper .position-relative p.descriptions {
  position: absolute;
  top: 22px;
  left: 22px;
  font: 600 20px/20px, Lato sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: 90%;
  color: var(--color--black);
}
@media (max-width: 767.98px) {
  .product_img_wrapper .content_wrapper {
    margin-bottom: 15px;
  }
}

.path-frontpage .product_img_wrapper h3.subtitle {
  display: none;
}
.path-frontpage .product_img_wrapper h3.subtitle.home {
  display: inherit;
}

#block-completeproductinformation {
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  #block-completeproductinformation {
    padding: 40px 15px 60px;
  }
}
#block-completeproductinformation p {
  font: 900 26px/42px Lato;
  color: var(--color--black);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  word-break: break-word;
}
@media (max-width: 576.98px) {
  #block-completeproductinformation p {
    font: 900 20px/26px Lato;
  }
}
#block-completeproductinformation a.play {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 64px;
}
@media (max-width: 991.98px) {
  #block-completeproductinformation a.play {
    margin-top: 60px;
  }
}
@media (max-width: 576.98px) {
  #block-completeproductinformation a.play {
    font: 900 20px/26px Lato;
    max-width: 250px;
  }
}

.modal .modal-dialog {
  max-width: 750px;
}
.modal .modal-content {
  background-color: transparent;
  border: 0;
  position: relative;
}
.modal .modal-content .modal-header {
  border: 0;
}
.modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
  box-shadow: none !important;
}
.modal .modal-content .modal-header .button.btn.close, .modal .modal-content .modal-header button:not(:disabled) {
  color: #FFFFFF !important;
  opacity: 0.8;
}
.modal .modal-content .modal-header .button.btn.close :focus, .modal .modal-content .modal-header button:not(:disabled) :focus {
  box-shadow: none !important;
}
.modal .modal-content .modal-body {
  background-color: #FFFFFF;
}
.modal .modal-content .modal-body .carousel-indicators {
  bottom: -64px;
}
.modal .modal-content .modal-body .carousel-indicators li {
  background-color: #9e9e9e;
}
.modal .modal-content .modal-body .carousel-indicators li.active {
  background-color: var(--color--black);
}
.modal .modal-content .modal-footer {
  background-color: #FFFFFF;
  border-top: 0;
  height: 56px;
  width: 100%;
}

.other_articles {
  background-color: #b9b9b9;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .other_articles {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.other_articles h3.title {
  color: #FFFFFF;
  padding-bottom: 80px;
}
.other_articles .slick, .other_articles .slick-track {
  position: relative;
}
.other_articles .slick-slide > div {
  height: 100%;
}
.other_articles .slick-slide {
  background-color: #FFFFFF;
  padding-bottom: 15px;
  margin: 0 15px 15px;
}
.other_articles .slick-slide img.image-style-slick-media {
  width: 100%;
  height: auto;
}
.other_articles .slick-slide .views-field-title, .other_articles .slick-slide .views-field-body, .other_articles .slick-slide .views-field-view-node {
  padding: 10px 15px;
  text-align: left;
}
.other_articles .slick-slide .views-field-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font: 700 18px/20px Lato;
  color: var(--color--black);
  word-break: break-word;
  height: 60px;
}
.other_articles .slick-slide .views-field-body {
  font: 400 16px/24px Lato;
  color: var(--color--black);
  height: 110px;
  word-break: break-word;
}
.other_articles .slick-slide .views-field-view-node span {
  padding: 7px 12px 12px 12px;
  background-color: #b9b9b9;
}
.other_articles .slick-slide .views-field-view-node a {
  color: #FFFFFF;
  font: 400 16px/16px Lato;
}
.other_articles .slick-arrow {
  position: absolute;
  top: 40%;
  background: transparent;
  height: 80px;
  color: transparent;
  border: none;
}
.other_articles .slick-next {
  right: 0;
}
.other_articles .slick-prev:before {
  content: "🡐";
  font-family: FontAwesome;
  padding: 4px 10px;
  color: #FFFFFF;
  position: absolute;
  font-size: 30px;
  top: 0;
  left: -60px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.other_articles .slick-next:before {
  content: "🡒";
  font-family: FontAwesome;
  padding: 4px 10px;
  color: #FFFFFF;
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -60px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .other_articles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .other_articles h3.title {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .other_articles .slick-prev:before {
    font-size: 24px;
    left: -45px;
  }
  .other_articles .slick-next:before {
    font-size: 24px;
    right: -45px;
  }
}
@media (max-width: 991.98px) {
  .other_articles .slick-prev:before, .other_articles .slick-next:before {
    display: none;
  }
}

div#block-termadrilling-contact h3 {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  div#block-termadrilling-contact h3 {
    margin-bottom: 35px;
  }
}
div#block-termadrilling-contact a.button_style {
  font: 400 26px/30px Lato;
  padding: 10px 20px;
  max-width: 300px;
  display: block;
  margin: auto;
  text-align: center;
}

html, body {
  font-family: "Lato", sans-serif;
}

html[lang=en] .nav-item:has(a[href="/en/node/46"]) {
  display: none !important;
}

body {
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: #000;
}
body input:focus, body input:focus-visible {
  box-shadow: 0 0 0 0.25rem transparent;
}
body.user-logged-in header#sticky_navigation.sticky-scroll-nav {
  position: relative;
  padding-top: 0;
}
body.user-logged-in.path-frontpage main, body.user-logged-in.page-node-type-main-page main {
  margin-top: 0;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.user-logged-in.path-user main.d-print-block {
  min-height: calc(100vh - 162px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-logged-in.path-user main.d-print-block .custom-control {
  text-align: center;
}

/* Custom Scrollbar Styles */
* {
  scrollbar-color: #a4a4a4 transparent;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a4a4a4;
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

.button_style, div.card > a:nth-last-child(1), button.btn, a.btn {
  max-width: 210px;
  width: 90%;
  color: #707070;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  font: 400 1rem/1rem Lato, sans-serif;
  border-radius: 2px;
  text-align: center;
  padding: 10px;
  margin: auto 15px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color, background-color 0.5s;
  text-decoration: none;
}
.button_style:hover, div.card > a:nth-last-child(1):hover, button.btn:hover, a.btn:hover {
  transition: color, background-color 0.7s;
  color: #FFFFFF;
  background-color: #707070;
}

section#purpose, section.projects, div#block-termadrilling-contact, section.application {
  padding: 80px 0;
}
@media (max-width: 1700px) {
  section#purpose, section.projects, div#block-termadrilling-contact, section.application {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  section#purpose, section.projects, div#block-termadrilling-contact, section.application {
    padding: 40px 0;
  }
}

.page-node-type-news div#block-termadrilling-contact, .page-node-type-article div#block-termadrilling-contact {
  padding: 80px 0 0;
}
@media (max-width: 1700px) {
  .page-node-type-news div#block-termadrilling-contact, .page-node-type-article div#block-termadrilling-contact {
    padding: 60px 0 0;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-news div#block-termadrilling-contact, .page-node-type-article div#block-termadrilling-contact {
    padding: 40px 0 0;
  }
}

section.projects, section.application {
  position: relative;
  background-color: #b9b9b9;
  margin: 0;
}

section.projects h3 {
  color: white;
  display: block;
  margin: 0 auto 40px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
section.projects div.view .card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.projects div.view .card .image_wrapper {
  display: flex;
  align-items: center;
  background: #edededc2;
}
section.projects div.view .card .image_wrapper img {
  border-radius: 0;
  height: 100%;
  max-width: 100%;
  margin: auto;
}
section.projects div.view .card .card-title a, section.projects div.view .card .card-body {
  word-break: break-all;
  letter-spacing: 1px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.projects div.view .card .card-title {
  padding: 15px 15px 0 15px;
  max-height: 70px;
}
section.projects div.view .card .card-title a {
  -webkit-line-clamp: 2;
  font: 500 1rem/1.5rem Lato, sans-serif;
}
@media (max-width: 1199.98px) {
  section.projects div.view .card .card-title {
    padding: 15px 10px 0;
  }
}
section.projects div.view .card .card-body {
  -webkit-line-clamp: 3;
  padding: 0 15px;
  margin: 0 0 25px;
  font: 400 1rem/1.2rem Lato, sans-serif;
  max-height: 70px;
}
@media (max-width: 1199.98px) {
  section.projects div.view .card .card-body {
    padding: 0 10px;
  }
}

.page-node-type-contact-page,
.page-node-type-product-category,
.page-node-type-references,
.page-node-type-contact-page,
.page-node-type-article,
.page-node-type-equipment,
.page-node-type-articles-list,
.page-node-type-news-list,
.page-node-type-news,
.page-node-type-products,
.page-node-type-application {
  margin-top: 72px;
}
.page-node-type-contact-page.user-logged-in,
.page-node-type-product-category.user-logged-in,
.page-node-type-references.user-logged-in,
.page-node-type-contact-page.user-logged-in,
.page-node-type-article.user-logged-in,
.page-node-type-equipment.user-logged-in,
.page-node-type-articles-list.user-logged-in,
.page-node-type-news-list.user-logged-in,
.page-node-type-news.user-logged-in,
.page-node-type-products.user-logged-in,
.page-node-type-application.user-logged-in {
  margin-top: 0;
}
.page-node-type-contact-page ol.breadcrumb,
.page-node-type-product-category ol.breadcrumb,
.page-node-type-references ol.breadcrumb,
.page-node-type-contact-page ol.breadcrumb,
.page-node-type-article ol.breadcrumb,
.page-node-type-equipment ol.breadcrumb,
.page-node-type-articles-list ol.breadcrumb,
.page-node-type-news-list ol.breadcrumb,
.page-node-type-news ol.breadcrumb,
.page-node-type-products ol.breadcrumb,
.page-node-type-application ol.breadcrumb {
  margin: 15px 0;
}
.page-node-type-contact-page ol.breadcrumb li, .page-node-type-contact-page ol.breadcrumb a,
.page-node-type-product-category ol.breadcrumb li,
.page-node-type-product-category ol.breadcrumb a,
.page-node-type-references ol.breadcrumb li,
.page-node-type-references ol.breadcrumb a,
.page-node-type-contact-page ol.breadcrumb li,
.page-node-type-contact-page ol.breadcrumb a,
.page-node-type-article ol.breadcrumb li,
.page-node-type-article ol.breadcrumb a,
.page-node-type-equipment ol.breadcrumb li,
.page-node-type-equipment ol.breadcrumb a,
.page-node-type-articles-list ol.breadcrumb li,
.page-node-type-articles-list ol.breadcrumb a,
.page-node-type-news-list ol.breadcrumb li,
.page-node-type-news-list ol.breadcrumb a,
.page-node-type-news ol.breadcrumb li,
.page-node-type-news ol.breadcrumb a,
.page-node-type-products ol.breadcrumb li,
.page-node-type-products ol.breadcrumb a,
.page-node-type-application ol.breadcrumb li,
.page-node-type-application ol.breadcrumb a {
  text-transform: uppercase;
  color: #707070;
  font: 400 0.65rem Lato, sans-serif;
  letter-spacing: 1px;
  margin: initial;
}
.page-node-type-contact-page main,
.page-node-type-product-category main,
.page-node-type-references main,
.page-node-type-contact-page main,
.page-node-type-article main,
.page-node-type-equipment main,
.page-node-type-articles-list main,
.page-node-type-news-list main,
.page-node-type-news main,
.page-node-type-products main,
.page-node-type-application main {
  padding-bottom: 70px;
}
@media (max-width: 1700px) {
  .page-node-type-contact-page main,
.page-node-type-product-category main,
.page-node-type-references main,
.page-node-type-contact-page main,
.page-node-type-article main,
.page-node-type-equipment main,
.page-node-type-articles-list main,
.page-node-type-news-list main,
.page-node-type-news main,
.page-node-type-products main,
.page-node-type-application main {
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page main,
.page-node-type-product-category main,
.page-node-type-references main,
.page-node-type-contact-page main,
.page-node-type-article main,
.page-node-type-equipment main,
.page-node-type-articles-list main,
.page-node-type-news-list main,
.page-node-type-news main,
.page-node-type-products main,
.page-node-type-application main {
    padding-bottom: 40px;
  }
}

.page-node-type-contact-page main h1, .page-node-type-contact-page main .title, .page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-product-category main h1,
.page-node-type-product-category main .title,
.page-node-type-product-category main h1 > span.field--name-title,
.page-node-type-references main h1,
.page-node-type-references main .title,
.page-node-type-references main h1 > span.field--name-title,
.page-node-type-news main h1,
.page-node-type-news main .title,
.page-node-type-news main h1 > span.field--name-title,
.page-node-type-contact-page main h1,
.page-node-type-contact-page main .title,
.page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-article main h1,
.page-node-type-article main .title,
.page-node-type-article main h1 > span.field--name-title,
.page-node-type-equipment main h1,
.page-node-type-equipment main .title,
.page-node-type-equipment main h1 > span.field--name-title,
.page-node-type-articles-list main h1,
.page-node-type-articles-list main .title,
.page-node-type-articles-list main h1 > span.field--name-title,
.page-node-type-news-list main h1,
.page-node-type-news-list main .title,
.page-node-type-news-list main h1 > span.field--name-title,
.page-node-type-products main h1,
.page-node-type-products main .title,
.page-node-type-products main h1 > span.field--name-title,
.page-node-type-equpment main h1,
.page-node-type-equpment main .title,
.page-node-type-equpment main h1 > span.field--name-title,
.page-node-type-application main h1,
.page-node-type-application main .title,
.page-node-type-application main h1 > span.field--name-title {
  text-align: center;
  font: 900 26px/42px Lato, sans-serif;
  color: var(--color--black);
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: 20px auto 10px;
}
@media (max-width: 576.98px) {
  .page-node-type-contact-page main h1, .page-node-type-contact-page main .title, .page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-product-category main h1,
.page-node-type-product-category main .title,
.page-node-type-product-category main h1 > span.field--name-title,
.page-node-type-references main h1,
.page-node-type-references main .title,
.page-node-type-references main h1 > span.field--name-title,
.page-node-type-news main h1,
.page-node-type-news main .title,
.page-node-type-news main h1 > span.field--name-title,
.page-node-type-contact-page main h1,
.page-node-type-contact-page main .title,
.page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-article main h1,
.page-node-type-article main .title,
.page-node-type-article main h1 > span.field--name-title,
.page-node-type-equipment main h1,
.page-node-type-equipment main .title,
.page-node-type-equipment main h1 > span.field--name-title,
.page-node-type-articles-list main h1,
.page-node-type-articles-list main .title,
.page-node-type-articles-list main h1 > span.field--name-title,
.page-node-type-news-list main h1,
.page-node-type-news-list main .title,
.page-node-type-news-list main h1 > span.field--name-title,
.page-node-type-products main h1,
.page-node-type-products main .title,
.page-node-type-products main h1 > span.field--name-title,
.page-node-type-equpment main h1,
.page-node-type-equpment main .title,
.page-node-type-equpment main h1 > span.field--name-title,
.page-node-type-application main h1,
.page-node-type-application main .title,
.page-node-type-application main h1 > span.field--name-title {
    font: 700 25px/42px Lato, sans-serif;
    letter-spacing: 5px;
  }
}
@media (max-width: 414.98px) {
  .page-node-type-contact-page main h1, .page-node-type-contact-page main .title, .page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-product-category main h1,
.page-node-type-product-category main .title,
.page-node-type-product-category main h1 > span.field--name-title,
.page-node-type-references main h1,
.page-node-type-references main .title,
.page-node-type-references main h1 > span.field--name-title,
.page-node-type-news main h1,
.page-node-type-news main .title,
.page-node-type-news main h1 > span.field--name-title,
.page-node-type-contact-page main h1,
.page-node-type-contact-page main .title,
.page-node-type-contact-page main h1 > span.field--name-title,
.page-node-type-article main h1,
.page-node-type-article main .title,
.page-node-type-article main h1 > span.field--name-title,
.page-node-type-equipment main h1,
.page-node-type-equipment main .title,
.page-node-type-equipment main h1 > span.field--name-title,
.page-node-type-articles-list main h1,
.page-node-type-articles-list main .title,
.page-node-type-articles-list main h1 > span.field--name-title,
.page-node-type-news-list main h1,
.page-node-type-news-list main .title,
.page-node-type-news-list main h1 > span.field--name-title,
.page-node-type-products main h1,
.page-node-type-products main .title,
.page-node-type-products main h1 > span.field--name-title,
.page-node-type-equpment main h1,
.page-node-type-equpment main .title,
.page-node-type-equpment main h1 > span.field--name-title,
.page-node-type-application main h1,
.page-node-type-application main .title,
.page-node-type-application main h1 > span.field--name-title {
    font: 700 23px/42px Lato, sans-serif;
    letter-spacing: 4px;
  }
}
.page-node-type-contact-page main p, .page-node-type-contact-page main li, .page-node-type-contact-page main a, .page-node-type-contact-page main span,
.page-node-type-product-category main p,
.page-node-type-product-category main li,
.page-node-type-product-category main a,
.page-node-type-product-category main span,
.page-node-type-references main p,
.page-node-type-references main li,
.page-node-type-references main a,
.page-node-type-references main span,
.page-node-type-news main p,
.page-node-type-news main li,
.page-node-type-news main a,
.page-node-type-news main span,
.page-node-type-contact-page main p,
.page-node-type-contact-page main li,
.page-node-type-contact-page main a,
.page-node-type-contact-page main span,
.page-node-type-article main p,
.page-node-type-article main li,
.page-node-type-article main a,
.page-node-type-article main span,
.page-node-type-equipment main p,
.page-node-type-equipment main li,
.page-node-type-equipment main a,
.page-node-type-equipment main span,
.page-node-type-articles-list main p,
.page-node-type-articles-list main li,
.page-node-type-articles-list main a,
.page-node-type-articles-list main span,
.page-node-type-news-list main p,
.page-node-type-news-list main li,
.page-node-type-news-list main a,
.page-node-type-news-list main span,
.page-node-type-products main p,
.page-node-type-products main li,
.page-node-type-products main a,
.page-node-type-products main span,
.page-node-type-equpment main p,
.page-node-type-equpment main li,
.page-node-type-equpment main a,
.page-node-type-equpment main span,
.page-node-type-application main p,
.page-node-type-application main li,
.page-node-type-application main a,
.page-node-type-application main span {
  font: 300 1rem/1.5rem Lato, sans-serif;
  letter-spacing: 0.5px;
}
.page-node-type-contact-page main img,
.page-node-type-product-category main img,
.page-node-type-references main img,
.page-node-type-news main img,
.page-node-type-contact-page main img,
.page-node-type-article main img,
.page-node-type-equipment main img,
.page-node-type-articles-list main img,
.page-node-type-news-list main img,
.page-node-type-products main img,
.page-node-type-equpment main img,
.page-node-type-application main img {
  width: 100%;
  height: auto;
}

.page-node-type-article main h3,
.page-node-type-application main h3,
.page-node-type-equpment main h3,
.page-node-type-products main h3 {
  font: 900 1.5rem/2.625rem Lato, sans-serif;
  letter-spacing: 1px;
  margin: 40px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 576.98px) {
  .page-node-type-article main h3,
.page-node-type-application main h3,
.page-node-type-equpment main h3,
.page-node-type-products main h3 {
    font: 700 1.4375px/2.625rem Lato, sans-serif;
  }
}
@media (max-width: 414.98px) {
  .page-node-type-article main h3,
.page-node-type-application main h3,
.page-node-type-equpment main h3,
.page-node-type-products main h3 {
    font: 700 1.3125rem/2.625rem Lato, sans-serif;
  }
}
.page-node-type-article main h3.title,
.page-node-type-application main h3.title,
.page-node-type-equpment main h3.title,
.page-node-type-products main h3.title {
  margin: 20px 0;
}
.page-node-type-article main p, .page-node-type-article main li, .page-node-type-article main a, .page-node-type-article main span,
.page-node-type-application main p,
.page-node-type-application main li,
.page-node-type-application main a,
.page-node-type-application main span,
.page-node-type-equpment main p,
.page-node-type-equpment main li,
.page-node-type-equpment main a,
.page-node-type-equpment main span,
.page-node-type-products main p,
.page-node-type-products main li,
.page-node-type-products main a,
.page-node-type-products main span {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  font: 300 1rem/1.5rem Lato, sans-serif;
}

.page-node-type-references main p, .page-node-type-references main li, .page-node-type-references main a, .page-node-type-references main span,
.page-node-type-article main p,
.page-node-type-article main li,
.page-node-type-article main a,
.page-node-type-article main span,
.page-node-type-equipment main p,
.page-node-type-equipment main li,
.page-node-type-equipment main a,
.page-node-type-equipment main span,
.page-node-type-products main p,
.page-node-type-products main li,
.page-node-type-products main a,
.page-node-type-products main span {
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: justify;
}
.page-node-type-references main ul,
.page-node-type-article main ul,
.page-node-type-equipment main ul,
.page-node-type-products main ul {
  padding-left: 15px;
}
.page-node-type-references main figure,
.page-node-type-article main figure,
.page-node-type-equipment main figure,
.page-node-type-products main figure {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.page-node-type-references main figure img,
.page-node-type-article main figure img,
.page-node-type-equipment main figure img,
.page-node-type-products main figure img {
  width: 100%;
  height: auto;
  padding: 0;
  border: 1px solid rgba(211, 211, 211, 0.5);
}
.page-node-type-references main figure figcaption,
.page-node-type-article main figure figcaption,
.page-node-type-equipment main figure figcaption,
.page-node-type-products main figure figcaption {
  font: 400 1rem Lato, sans serif;
  display: inherit !important;
  padding: 0;
  margin: 0 auto 10px;
  color: #828282;
  letter-spacing: 0.5px;
  font-style: italic;
}

.page-node-type-contact-page #block-completeproductinformation, .page-node-type-product-category #block-completeproductinformation {
  margin-top: 80px;
}
@media (max-width: 1700px) {
  .page-node-type-contact-page #block-completeproductinformation, .page-node-type-product-category #block-completeproductinformation {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-contact-page #block-completeproductinformation, .page-node-type-product-category #block-completeproductinformation {
    margin-top: 40px;
  }
}

div.image_gallery {
  margin-top: 60px;
}
div.image_gallery img {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
div.image_gallery > div {
  margin-bottom: 15px;
}
div.image_gallery > div > div {
  background-color: #edededc2;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

h3.subtitle, h3, h4, h6, p, p.descriptions, a {
  color: var(--color--black);
}

*:focus {
  outline: -webkit-focus-ring-color auto 0 !important;
}

.form-control:focus, .custom-select:focus, .btn-primary:focus, .btn-primary.focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

h3.title {
  text-align: center;
  font: 900 26px/42px Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 0;
}
@media (max-width: 576.98px) {
  h3.title {
    font: 700 23px/42px Lato, sans-serif;
    letter-spacing: 5px;
  }
}
@media (max-width: 414.98px) {
  h3.title {
    font: 700 21px/42px Lato, sans-serif;
    letter-spacing: 4px;
  }
}

h3.subtitle, h3.productName {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0;
}

h3.subtitle {
  margin-bottom: 80px;
}
@media (max-width: 1700px) {
  h3.subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  h3.subtitle {
    margin-bottom: 40px;
  }
}

h3.productName {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  h3.productName {
    margin-bottom: 14px;
  }
}

h4 {
  font: 400 2.5rem/3rem Lato, Sans-Serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  h4 {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  h4 {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1199.98px) {
  h4 {
    font: 400 2.4rem/3rem Lato;
  }
}
@media (max-width: 575.98px) {
  h4 {
    font: 400 2.2rem/3rem Lato;
  }
}

h6 {
  text-align: left;
  font: 400 1.875rem/1.875rem Lato;
}
@media (max-width: 991.98px) {
  h6 {
    font: 400 1.5rem/1.5rem Lato;
  }
}
@media (max-width: 575.98px) {
  h6 {
    font: 400 1.2rem/1.5rem Lato;
  }
}

p.descriptions, p {
  font: 400 16px/24px Lato;
  word-break: break-word;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  p.descriptions, p {
    font: 400 15px/24px Lato;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  p.descriptions, p {
    font: 400 15px/24px Lato;
  }
}
@media (max-width: 1199.98px) {
  p.descriptions, p {
    font: 400 15px/24px Lato;
  }
}
@media (max-width: 991.98px) {
  p.descriptions, p {
    font: 400 14px/24px Lato;
  }
}

a:hover {
  color: var(--color--black);
  text-decoration: none;
}

.short-description-prod {
  display: block;
  margin: 0 auto;
}

h4.availability {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  word-break: break-word;
}
h4.availability span {
  background-color: white;
  z-index: 2;
  position: relative;
  display: inline-flex;
  padding: 0 1rem;
  text-align: center;
  font: 500 clamp(0.875rem, 1.5vw, 1rem)/24px Lato, sans-serif;
  color: rgba(var(--color--black), 0.8);
  letter-spacing: 2px;
}
h4.availability:before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  border-top: 1px solid #3D3C3CFF;
  top: 50%;
}
@media (max-width: 1700px) {
  h4.availability {
    font-weight: 500;
  }
}

.page-node-type-articles-list .cards_wrapper, .page-node-type-articles-list #block-termadrilling-views-block-download-view-block-1, .page-node-type-articles-list .field--name-body, .page-node-type-news-list .cards_wrapper, .page-node-type-news-list #block-termadrilling-views-block-download-view-block-1, .page-node-type-news-list .field--name-body, .page-node-type-products .cards_wrapper, .page-node-type-products #block-termadrilling-views-block-download-view-block-1, .page-node-type-products .field--name-body, .page-node-type-product .cards_wrapper, .page-node-type-product #block-termadrilling-views-block-download-view-block-1, .page-node-type-product .field--name-body {
  margin-top: 30px;
}
@media (max-width: 1198.98px) {
  .page-node-type-articles-list .cards_wrapper, .page-node-type-articles-list #block-termadrilling-views-block-download-view-block-1, .page-node-type-articles-list .field--name-body, .page-node-type-news-list .cards_wrapper, .page-node-type-news-list #block-termadrilling-views-block-download-view-block-1, .page-node-type-news-list .field--name-body, .page-node-type-products .cards_wrapper, .page-node-type-products #block-termadrilling-views-block-download-view-block-1, .page-node-type-products .field--name-body, .page-node-type-product .cards_wrapper, .page-node-type-product #block-termadrilling-views-block-download-view-block-1, .page-node-type-product .field--name-body {
    margin-top: 15px;
  }
}

/*IOS*/
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.navbar-toggler-icon {
  width: 60px;
  height: 44px;
  min-height: 44px;
}

button#back-to-top {
  display: none;
  -webkit-box-shadow: 0 0 3px 0 slategray;
  -moz-box-shadow: 0 0 3px 0 slategray;
  box-shadow: 0 0 3px 0 slategray;
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  right: 2.5%;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}
button#back-to-top i {
  color: #a4a4a4;
}
@media (max-width: 1710.98px) {
  button#back-to-top {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
@media (max-width: 576.98px) {
  button#back-to-top {
    width: 45px;
    height: 45px;
  }
}

.modal-backdrop {
  display: none !important;
}

.page-404 {
  background-color: #f3f3f3 !important;
}
.page-404 div.error_wrapper {
  height: calc(100vh - 240px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-404 div.error_wrapper > div {
  border: 2px solid #b9b9b9;
  border-radius: 5px;
  padding: 20px 40px 10px;
  background-color: #fff;
}
.page-404 div.error_wrapper h2, .page-404 div.error_wrapper p, .page-404 div.error_wrapper h1.page-title, .page-404 div.error_wrapper div.block-system-main-block {
  text-transform: uppercase;
  text-align: center;
}
.page-404 div.error_wrapper h2 {
  font: 400 2.5vh/4vh Roboto;
  color: #707070;
}
.page-404 div.error_wrapper p {
  font: 400 1.2vh/1.2vh Roboto;
  color: #707070;
}
.page-404 div.error_wrapper h1.page-title {
  font: 400 2vh/4vh Roboto;
}
.page-404 div.error_wrapper div.block-system-main-block {
  font: 400 1vh/1.2vh Roboto;
}
.page-404 div.error_wrapper a {
  padding: 10px 15px;
  text-align: center;
  display: block;
  margin: 30px auto 15px;
  max-width: 300px;
}
.page-404 div.error_wrapper .block-system div.content {
  font: 400 1.5vh/2vh Roboto;
  text-transform: uppercase;
  color: #707070;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
