* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*-----Colors-----*/
/*-----Dimensions-----*/
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidserif/v19/tDbK2oqRg1oM3QBjjcaDkOr4nAfcGw.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidserif/v19/tDbX2oqRg1oM3QBjjcaDkOr4lLz5CwOnTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidserif/v19/tDbI2oqRg1oM3QBjjcaDkOr9rAA.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidserif/v19/tDbV2oqRg1oM3QBjjcaDkOJGiRD7OwQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFoq92mQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coq92mQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJBkqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLDrMfJQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
* {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 36px;
  margin: 16px 0;
  font-weight: 400;
}
h2 {
  font-size: 30px;
  margin: 14px 0;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 12px 0;
}
h3.mt-0 {
  margin-top: 0;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}
h5 {
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0;
}
h6 {
  font-size: 6px;
  margin: 6px 0;
}
.font-75 {
  font-size: 75%;
}
select option {
  text-transform: capitalize;
}
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
html body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html body #page_wrapper {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FFFFFF;
  background-color: #000000;
}
html body #page_wrapper #content_wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
html body #page_wrapper #content_wrapper table {
  overflow-x: scroll;
}
hr {
  border-top: 5px solid #ffbd00;
  opacity: 1;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  color: #ffbd00;
}
h3 {
  color: #ffbd00;
}
.inner-content {
  max-width: 1400px;
  margin: 0 auto;
}
.button-gray {
  border: 1px solid #ced4da;
  background: #323031;
  color: #ced4da;
  padding: 5px 15px;
  font-weight: 600;
}
.button-gray:hover {
  background-color: #EDC84D;
}
ul.ul-standard {
  list-style-type: disc;
}
.thick-frame {
  padding: 5px;
  margin: 5px;
  border-width: 5px;
  border-style: ridge;
  border-color: #ffbd00;
  background-color: #f4f4f4;
  color: #565656;
  min-height: 100%;
  min-width: 100%;
}
.thick-frame .thick-frame-title1 {
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
.thick-frame .thick-frame-title2 {
  color: #165da5;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
}
.thick-frame .thick-frame-title3 {
  color: #165da5;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.thick-frame .big-symbol {
  color: #ffbd00;
  font-size: 40px;
}
.thick-frame .huge-symbol {
  color: #ffbd00;
  font-size: 70px;
}
.technologies .technology-title {
  color: #ffbd00;
  font-size: 1.3rem;
  font-weight: 600;
}
.technologies .technology-column2 {
  padding-left: 10px;
  padding-top: 0px;
  vertical-align: top;
}
.technologies .technology-image {
  width: 91px;
}
.contact-element {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.contact-element .contact-title {
  color: #ffbd00;
  font-size: 1.3rem;
  font-weight: 600;
}
.contact-element .contact-column2 {
  padding-left: 20px;
  padding-top: 0px;
  vertical-align: top;
}
.contact-element .big-symbol {
  color: #ffbd00;
  font-size: 40px;
}
@media only screen and (max-width: 449px), only screen and (min-width: 450px) and (max-width: 719px) {
  .no-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1279px), only screen and (min-width: 1280px) and (max-width: 1579px), only screen and (min-width: 1580px), only screen and (min-width: 1900px) {
  .only-mobile {
    display: none !important;
  }
}
.references-picture-left {
  max-width: 300px;
  float: left;
  cursor: pointer;
  margin-right: 1rem;
  margin-bottom: 0.3rem;
}
.references-picture-left.size-2 {
  max-width: 400px;
}
.references-picture-left.size-3 {
  max-width: 500px;
}
.references-picture-left.size-4 {
  max-width: 600px;
}
.references-picture-right {
  max-width: 300px;
  float: right;
  cursor: pointer;
  margin-left: 1rem;
}
.references-picture-right.size-2 {
  max-width: 400px;
}
.references-picture-right.size-3 {
  max-width: 500px;
}
.references-picture-right.size-4 {
  max-width: 600px;
}
#page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#page_overlay .image_container {
  background-color: white;
  padding: 20px;
  max-height: 100vh;
}
#page_overlay button.close {
  position: absolute;
  font-size: 40px;
  top: 50px;
  right: 50px;
  z-index: 50;
}
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  /* Media query for mobile devices */
}
.header-container .logo-fixed {
  display: none;
}
.header-container.fixed {
  position: fixed;
  top: 0px;
  /* Adjust this value to control the initial position of the fixed header */
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header-container.fixed .header-row {
  background-color: #FFFFFF;
}
.header-container.fixed .logo-fixed {
  display: block;
}
.header-container.fixed .logo-top {
  display: none;
}
.header-container .mobile-menu-toggle {
  display: none;
  cursor: pointer;
}
.header-container .mobile-menu-toggle span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ffbd00;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header-container .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
}
.header-container .header-row .first {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}
.header-container .header-row .menu-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}
.header-container nav.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  top: 42px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.header-container nav.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0;
}
.header-container nav.menu ul li {
  background: #323031;
}
.header-container nav.menu ul li.active {
  border: 1px solid #ced4da;
}
.header-container nav.menu ul li a {
  display: block;
  text-transform: uppercase;
  color: #ced4da;
  padding: 5px 15px;
}
@media (max-width: 900px) {
  .header-container .mobile-menu-toggle {
    display: block;
  }
  .header-container .header-container.fixed {
    position: fixed;
    top: 0;
  }
  .header-container .header-row {
    background-color: #fff;
    padding: 5px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header-container .header-row .first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-container .header-row .menu-column {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
  }
  .header-container .header-row .menu-column.active .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .header-container .header-row .menu-column.active .mobile-menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
  }
  .header-container .header-row .menu-column.active .mobile-menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
  }
  .header-container .header-row .menu-column.active nav.menu {
    -webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }
  .header-container .header-row .menu-column nav.menu {
    left: -300px;
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #323031;
  }
  .header-container .header-row .menu-column nav.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .header-container .header-row .menu-column nav.menu ul li {
    border-bottom: 1px solid #ffbd00;
  }
  .header-container .header-row .menu-column nav.menu ul li.active {
    border: none;
    border-bottom: 1px solid #ffbd00;
  }
  .header-container .header-row .menu-column nav.menu ul li.active a {
    background-color: #252424;
    color: #b38400;
  }
  .header-container .header-row .menu-column nav.menu ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .header-container .header-row .menu-column nav.menu ul li a:hover {
    background-color: #252424;
    color: #b38400;
  }
  .header-container .logo-fixed {
    display: block;
  }
  .header-container .logo-top {
    display: none;
  }
}
.footer-container {
  background-color: #323232;
  color: #FFFFFF;
}
.footer-container h4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.footer-container .footer-row {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .footer-row .footer-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 10px;
}
.footer-container .footer-row nav.menu ul {
  list-style: none;
  margin: 0;
}
.footer-container .footer-row nav.menu ul li {
  margin: 10px 0;
}
.footer-container .footer-row nav.menu ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffbd00;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.footer-container .footer-row nav.menu ul li a {
  font-size: 14px;
}
.footer-container .copyright-row {
  font-size: 11px;
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
#home-carousel {
  max-height: 300px;
  overflow: hidden;
}
#home-carousel .carousel-inner {
  height: 100%;
}
#home-carousel .carousel-item {
  max-height: 300px;
}
#home-carousel .carousel-item .carousel-caption {
  bottom: 30%;
  top: 10%;
}
#home-carousel .carousel-item .carousel-caption.d-md-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#home-carousel .carousel-item .carousel-caption h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 5px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
#home-carousel .carousel-item .carousel-caption p {
  font-size: 25px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  margin: auto;
  padding: 10px 30px;
}
#home-carousel .carousel-item .carousel-caption .carousel-line-1 {
  font-size: 1.8rem;
  line-height: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  font-weight: bold;
  color: #FFFFFF;
}
#home-carousel .carousel-item .carousel-caption .carousel-line-2 {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 21px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  font-weight: 400;
  color: #FFFFFF;
}
#home-carousel .carousel-item .carousel-caption .carousel-line-button {
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
}
#home-carousel .carousel-control-next,
#home-carousel .carousel-control-prev {
  max-height: 300px;
}
#home-carousel .carousel-item img {
  max-height: 100%;
  width: auto;
}
.frame-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frame-row .frame {
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 450px) and (max-width: 719px), only screen and (max-width: 449px) {
  .frame-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .frame-row .frame {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.centered {
  text-align: center;
}

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