/*
 * Header Section Styles - Extracted from landing.html line 58
 * 
 * Complete styling for section-ZMhUzi0mOt (Header Section)
 * Includes section container, columns, buttons, images, and responsive behavior.
 */

/* === ADDITIONAL ROOT VARIABLES === */
/* Additional variables defined in section styles */
:root {
  --transparent: transparent;
  --white: #ffffff;
  --black: #000000;
  --color-md4onadt: #b50000ff;
}

/* === HEADER SECTION CONTAINER === */
.hl_page-preview--content .section-ZMhUzi0mOt {
  box-shadow: none;
  padding: 15px 60px;
  margin: 0;
  background-color: var(--transparent);
  backdrop-filter: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .section-ZMhUzi0mOt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* === HEADER SECTION LAYOUT === */
.hl_page-preview--content .col-VaMfFxV7RQ,
.hl_page-preview--content .row-5N53K_Nv7- {
  margin: 0 auto;
  box-shadow: none;
  padding: 0 5px;
  background-color: var(--transparent);
  backdrop-filter: none;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  width: 100%;
}

.hl_page-preview--content .col-VaMfFxV7RQ {
  width: 50%;
  margin: 0;
}

.hl_page-preview--content .col-Hq2nGdGoBl {
  box-shadow: none;
  padding: 0 5px;
  background-color: var(--transparent);
  backdrop-filter: none;
  width: 50%;
  border-color: var(--black);
  border-width: 2px;
  border-style: solid;
  margin: 0;
}

/* === HEADER BUTTON STYLES === */
.hl_page-preview--content .button-EN3FEVGBWs {
  margin: 0;
  text-align: right;
}

.hl_page-preview--content .cbutton-EN3FEVGBWs {
  font-family: var(--headlinefont);
  background-color: var(--color-md4onadt);
  color: var(--white);
  secondary-color: var(--white);
  padding: 10px 30px;
  border-color: var(--transparent);
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0;
  text-transform: none;
  width: auto%;
  box-shadow: none;
  text-shadow: none;
  icon-color: var(--white);
}

/* === HEADER IMAGE STYLES === */
.hl_page-preview--content .image-uqOQ7NyPUc {
  margin: 0;
}

.hl_page-preview--content .image-uqOQ7NyPUc .image-container img {
  box-shadow: none;
  width: 220px;
  height: auto;
}

.hl_page-preview--content .cimage-uqOQ7NyPUc {
  padding: 0 10px;
  background-color: var(--transparent);
  opacity: 1;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .hl_page-preview--content .image-uqOQ7NyPUc .image-container img {
    box-shadow: undefined;
    height: 66px;
  }
  
  .hl_page-preview--content .cimage-uqOQ7NyPUc {
    text-align: center;
  }
}

/* === HEADER SECTION LAYOUT CONSTRAINTS === */
#section-ZMhUzi0mOt > .inner {
  max-width: 1170px;
  margin: 0 auto;
}

#col-Hq2nGdGoBl > .inner,
#col-VaMfFxV7RQ > .inner {
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}

/* === HEADER BUTTON ICON STYLES === */
.button-EN3FEVGBWs .button-icon-start:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: var(--white);
}

/* === HEADER BUTTON RESPONSIVE TYPOGRAPHY === */
@media screen and (min-width: 481px) and (max-width: 10000px) {
  .button-EN3FEVGBWs .button-icon-end,
  .button-EN3FEVGBWs .button-icon-start,
  .button-EN3FEVGBWs .main-heading-button {
    font-size: 18px;
    font-weight: 600;
  }
  
  .button-EN3FEVGBWs .button-icon-start {
    margin-right: 5px;
  }
  
  .button-EN3FEVGBWs .button-icon-end {
    margin-left: 5px;
  }
  
  .button-EN3FEVGBWs .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
  .button-EN3FEVGBWs .button-icon-end,
  .button-EN3FEVGBWs .button-icon-start,
  .button-EN3FEVGBWs .main-heading-button {
    font-size: 22px;
    font-weight: 600;
  }
  
  .button-EN3FEVGBWs .button-icon-start {
    margin-right: 5px;
  }
  
  .button-EN3FEVGBWs .button-icon-end {
    margin-left: 5px;
  }
  
  .button-EN3FEVGBWs .sub-heading-button {
    font-size: 15px;
    color: var(--white);
    font-weight: undefined;
  }
}
