/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Import everything from autoload */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1428a0;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 62, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, node_modules/bootstrap/scss/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 199, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 308, node_modules/bootstrap/scss/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, node_modules/bootstrap/scss/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 329, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 337, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 380, node_modules/bootstrap/scss/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 430, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5 {
  font-size: 1.25rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */

.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014\A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 8.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 16.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
  margin-left: 25%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 33.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 41.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
  margin-left: 50%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 58.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 66.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 75%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 83.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.product-specifications__table svg text th,
.product-specifications__table svg tspan th,
.product-statistics__chart svg text th,
.product-statistics__chart svg tspan th,
.table td,
.product-specifications__table svg text td,
.product-specifications__table svg tspan td,
.product-statistics__chart svg text td,
.product-statistics__chart svg tspan td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th,
.product-specifications__table svg text thead th,
.product-specifications__table svg tspan thead th,
.product-statistics__chart svg text thead th,
.product-statistics__chart svg tspan thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody,
.product-specifications__table svg text tbody + tbody,
.product-specifications__table svg tspan tbody + tbody,
.product-statistics__chart svg text tbody + tbody,
.product-statistics__chart svg tspan tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bdc3e4;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #858fce;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #abb3dd;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abb3dd;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th,
.product-specifications__table svg text .thead-dark th,
.product-specifications__table svg tspan .thead-dark th,
.product-statistics__chart svg text .thead-dark th,
.product-statistics__chart svg tspan .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th,
.product-specifications__table svg text .thead-light th,
.product-specifications__table svg tspan .thead-light th,
.product-statistics__chart svg text .thead-light th,
.product-statistics__chart svg tspan .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 57, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 69, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 90, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
.search-form select.search-field[size],
select.form-control[multiple],
.search-form select.search-field[multiple] {
  height: auto;
}

/* line 161, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field {
  height: auto;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

/* line 174, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, node_modules/bootstrap/scss/_forms.scss */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, node_modules/bootstrap/scss/_forms.scss */

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 218, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 222, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid,
.search-form textarea.is-valid.search-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid,
.search-form textarea.is-invalid.search-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 258, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 266, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, node_modules/bootstrap/scss/_forms.scss */

  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  /* line 280, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  /* line 289, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 296, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  /* line 300, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  /* line 307, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 314, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 322, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 326, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .comment-form input[type="submit"],
  .search-form .search-submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #212529;
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

/* line 49, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary {
  color: #fff;
  background-color: #1428a0;
  border-color: #1428a0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover {
  color: #fff;
  background-color: #10207e;
  border-color: #0e1d73;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 72, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 72, 174, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #1428a0;
  border-color: #1428a0;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e1d73;
  border-color: #0d1a67;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 72, 174, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 72, 174, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #1428a0;
  border-color: #1428a0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #1428a0;
  border-color: #1428a0;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #1428a0;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1428a0;
  border-color: #1428a0;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 77, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 87, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 160, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 177, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.comment-form .input-group > .form-control-plaintext + input[type="text"],
.comment-form .input-group > .form-control-plaintext + input[type="email"],
.comment-form .input-group > .form-control-plaintext + input[type="url"],
.comment-form .input-group > .form-control-plaintext + textarea,
.search-form .input-group > .form-control-plaintext + .search-field,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 76, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

/* line 80, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus {
  z-index: 3;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

/* line 93, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -1px;
}

/* line 94, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -1px;
}

/* line 102, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control:not(textarea),
.comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control:not(textarea),
.comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 34, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 43, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 47, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 55, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 58, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 69, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 90, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 113, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 124, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 144, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 156, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 167, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 192, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

/* line 199, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 212, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 239, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 250, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 257, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 263, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  display: none;
}

/* line 268, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 289, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 297, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 310, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 315, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 342, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 366, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: none;
}

/* line 378, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 379, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 380, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 383, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 403, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 424, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 429, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 453, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 458, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 474, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 481, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 485, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 81, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 94, node_modules/bootstrap/scss/_nav.scss */

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 101, node_modules/bootstrap/scss/_nav.scss */

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 114, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 61, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_navbar.scss */

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 172, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 179, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 76, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 81, node_modules/bootstrap/scss/_card.scss */

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 92, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 102, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 130, node_modules/bootstrap/scss/_card.scss */

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 135, node_modules/bootstrap/scss/_card.scss */

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 143, node_modules/bootstrap/scss/_card.scss */

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 147, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 143, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 156, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 173, node_modules/bootstrap/scss/_card.scss */

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 179, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 173, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 187, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 192, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 199, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 202, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 207, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 214, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 217, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 222, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 249, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, node_modules/bootstrap/scss/_card.scss */

.accordion > .card {
  overflow: hidden;
}

/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, node_modules/bootstrap/scss/_card.scss */

.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 40, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 45, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 52, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */

  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #1428a0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0e1d73;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 40, 160, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #0a1553;
  background-color: #d0d4ec;
  border-color: #bdc3e4;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #abb3dd;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #050925;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #062c33;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #491217;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #686868;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 19, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 30, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 36, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 33, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 44, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 63, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 91, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #0a1553;
  background-color: #bdc3e4;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0a1553;
  background-color: #abb3dd;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0a1553;
  border-color: #0a1553;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 1;
}

/* line 22, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
  display: none;
}

/* line 32, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* line 90, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  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%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 119, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 197, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 200, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 205, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 208, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 217, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 163, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 168, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 177, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 187, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

/* line 40, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

/* line 52, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #1428a0 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0e1d73 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #1428a0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
  margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
  margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #1428a0 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #0c175c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 67, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 92, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 992px !important;
  }

  /* line 95, node_modules/bootstrap/scss/_print.scss */

  .container {
    min-width: 992px !important;
  }

  /* line 100, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 103, node_modules/bootstrap/scss/_print.scss */

  .badge {
    border: 1px solid #000;
  }

  /* line 107, node_modules/bootstrap/scss/_print.scss */

  .table,
  .product-specifications__table svg text,
  .product-specifications__table svg tspan,
  .product-statistics__chart svg text,
  .product-statistics__chart svg tspan {
    border-collapse: collapse !important;
  }

  /* line 110, node_modules/bootstrap/scss/_print.scss */

  .table td,
  .product-specifications__table svg text td,
  .product-specifications__table svg tspan td,
  .product-statistics__chart svg text td,
  .product-statistics__chart svg tspan td,
  .table th,
  .product-specifications__table svg text th,
  .product-specifications__table svg tspan th,
  .product-statistics__chart svg text th,
  .product-statistics__chart svg tspan th {
    background-color: #fff !important;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 126, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 134, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th,
  .product-specifications__table svg text .thead-dark th,
  .product-specifications__table svg tspan .thead-dark th,
  .product-statistics__chart svg text .thead-dark th,
  .product-statistics__chart svg tspan .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 5, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
}

/* Gravity Forms */

/* line 22, resources/assets/styles/components/_forms.scss */

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 29, resources/assets/styles/components/_forms.scss */

.form-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

/* line 33, resources/assets/styles/components/_forms.scss */

.form-wrapper .gform_fields {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* line 37, resources/assets/styles/components/_forms.scss */

.form-wrapper ul,
.form-wrapper li {
  list-style: none;
}

/* line 42, resources/assets/styles/components/_forms.scss */

.form-wrapper .validation_message {
  color: #000;
}

/* line 46, resources/assets/styles/components/_forms.scss */

.form-wrapper .validation_error {
  color: #000;
  margin-bottom: 30px;
}

/* line 51, resources/assets/styles/components/_forms.scss */

.form-wrapper .gfield {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 767.98px) {
  /* line 51, resources/assets/styles/components/_forms.scss */

  .form-wrapper .gfield {
    padding: 0;
  }
}

/* line 63, resources/assets/styles/components/_forms.scss */

.form-wrapper .gfield.half-width {
  width: 50%;
}

/* line 68, resources/assets/styles/components/_forms.scss */

.form-wrapper label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
}

/* line 33, resources/assets/styles/common/_mixins.scss */

.theme--light .form-wrapper label {
  color: #000;
  background-color: white;
}

/* line 81, resources/assets/styles/components/_forms.scss */

.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="number"],
.form-wrapper textarea {
  font-family: "SamsungOne", sans-serif;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px !important;
  width: 100%;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  border: 1px solid #222;
}

/* line 33, resources/assets/styles/common/_mixins.scss */

.theme--light .form-wrapper input[type="text"],
.theme--light
    .form-wrapper input[type="email"],
.theme--light
    .form-wrapper input[type="tel"],
.theme--light
    .form-wrapper input[type="number"],
.theme--light
    .form-wrapper textarea {
  color: #000;
}

/* line 99, resources/assets/styles/components/_forms.scss */

.form-wrapper input[type="text"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper input[type="tel"]:focus,
.form-wrapper input[type="number"]:focus,
.form-wrapper textarea:focus {
  border-left: 10px solid #222;
}

/* line 104, resources/assets/styles/components/_forms.scss */

.form-wrapper input[type="submit"] {
  background: #fff;
  color: #222;
  border-color: #222;
  padding: 20px 35px;
  min-width: 200px;
  margin: auto;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

/* line 33, resources/assets/styles/common/_mixins.scss */

.theme--light .form-wrapper input[type="submit"] {
  background: #fff;
  color: #000;
  border-color: #c685ff;
}

/* line 119, resources/assets/styles/components/_forms.scss */

.form-wrapper input[type="submit"]:hover {
  background: #222;
  color: #fff;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

/* line 33, resources/assets/styles/common/_mixins.scss */

.theme--light .form-wrapper input[type="submit"]:hover {
  background: #c685ff;
  color: #fff;
}

/* line 131, resources/assets/styles/components/_forms.scss */

.form-wrapper .gform_footer {
  text-align: center;
}

/* line 135, resources/assets/styles/components/_forms.scss */

.form-wrapper .gform_button {
  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;
  width: 160px;
  height: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #222 !important;
  padding: 0 !important;
  -webkit-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

/* line 155, resources/assets/styles/components/_forms.scss */

#exynos .form-wrapper input[type="submit"] {
  font-size: 26px;
  line-height: 36px;
  min-width: 300px;
  border-color: #22b573;
}

/* line 161, resources/assets/styles/components/_forms.scss */

#exynos .form-wrapper input[type="submit"]:hover {
  background-color: #22b573;
}

/* line 171, resources/assets/styles/components/_forms.scss */

#exynos .form-wrapper input[type="text"]:focus,
#exynos .form-wrapper input[type="email"]:focus,
#exynos .form-wrapper input[type="tel"]:focus,
#exynos .form-wrapper input[type="number"]:focus,
#exynos .form-wrapper textarea:focus {
  border-color: #22b573;
}

@media screen and (max-width: 991px) {
  /* line 222, resources/assets/styles/components/_forms.scss */

  .form-wrapper input[type="submit"] {
    width: 220px;
    height: 50px;
    margin: 0 auto 10px;
    font-size: 16px;
    line-height: 14px;
    border-radius: 25px;
  }
}

@media screen and (max-width: 767px) {
  /* line 236, resources/assets/styles/components/_forms.scss */

  .form-wrapper .gfield.half-width {
    width: 100%;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 6, resources/assets/styles/components/_megamenu.scss */

.megamenu {
  background-color: #333;
  color: white;
  font-size: 14px;
  position: relative;
  padding: 15px 0;
}

/* line 13, resources/assets/styles/components/_megamenu.scss */

.megamenu__title {
  font-weight: 600;
}

/* line 17, resources/assets/styles/components/_megamenu.scss */

.megamenu__items {
  margin-right: 12px;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: right;
}

@media (max-width: 991.98px) {
  /* line 17, resources/assets/styles/components/_megamenu.scss */

  .megamenu__items {
    text-align: left;
  }
}

/* line 28, resources/assets/styles/components/_megamenu.scss */

.megamenu__items--link {
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
}

/* line 33, resources/assets/styles/components/_megamenu.scss */

.megamenu__items--link:last-of-type {
  margin-right: 0;
}

/* line 38, resources/assets/styles/components/_megamenu.scss */

.megamenu__items--text {
  margin-right: 6px;
}

/* line 42, resources/assets/styles/components/_megamenu.scss */

.megamenu__items:last-of-type {
  margin-right: 0;
}

/* line 47, resources/assets/styles/components/_megamenu.scss */

.megamenu__dropdown {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  height: auto;
  background-color: #333;
  border-top: 1px solid #444;
  z-index: 5;
}

@media (max-width: 991.98px) {
  /* line 47, resources/assets/styles/components/_megamenu.scss */

  .megamenu__dropdown {
    top: 62px;
  }
}

/* line 61, resources/assets/styles/components/_megamenu.scss */

.megamenu__dropdown--category {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

/* line 67, resources/assets/styles/components/_megamenu.scss */

.megamenu__dropdown--count {
  font-size: 12px;
}

/* line 2, resources/assets/styles/components/_modal.scss */

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  background-color: transparent;
  text-align: center;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
}

/* line 15, resources/assets/styles/components/_modal.scss */

.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vh;
}

/* line 22, resources/assets/styles/components/_modal.scss */

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1280px;
  height: 720px;
  background-color: #fff;
  position: absolute;
  z-index: 12;
  opacity: 0;
}

/* line 2, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: -900;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 16, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 900 !important;
}

/* line 23, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
}

/* line 41, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 49, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 780px;
  height: 280px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 50px;
}

@media (max-width: 767.98px) {
  /* line 49, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__header {
    width: 100%;
    padding: 20px;
  }
}

/* line 67, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__publication {
  margin-bottom: 30px;
}

/* line 70, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__publication a {
  color: #000 !important;
}

/* line 73, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__publication a:hover {
  text-decoration: none !important;
}

/* line 79, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__container {
  width: 780px;
  height: 480px;
  background-color: #fff;
  padding: 60px 50px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 79, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__container {
    width: 100%;
    padding: 30px 20px;
  }
}

/* line 92, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  /* line 92, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__close {
    top: 20px;
    right: 20px;
  }
}

/* line 105, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__close.active {
  -webkit-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 111, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__publication-container,
.lab-modal__video-container {
  margin-bottom: 40px;
}

/* line 116, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__content-wrapper {
  height: 360px;
  overflow: scroll;
}

/* line 121, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  /* line 121, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 129, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__lab-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

/* line 137, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__heading.lab-modal__heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  /* line 137, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__heading.lab-modal__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 150, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__heading--main {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  margin: 0 !important;
}

/* line 159, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__type {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  color: #6e6a69;
  margin-bottom: 10px;
}

/* line 169, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__title.lab-modal__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

/* line 180, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__description.lab-modal__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

/* line 189, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__video-embed {
  width: 310px;
  height: 145px;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  /* line 189, resources/assets/styles/components/_lab-modal.scss */

  .lab-modal__video-embed {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

/* line 201, resources/assets/styles/components/_lab-modal.scss */

.lab-modal__footer {
  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;
  width: 780px;
  height: 180px;
  background: -webkit-radial-gradient(-165.47% -361.41%, circle farthest-side, #445573 0%, #2e394e 35.16%, black 100%);
  background: -o-radial-gradient(-165.47% -361.41%, circle farthest-side, #445573 0%, #2e394e 35.16%, black 100%);
  background: radial-gradient(-165.47% -361.41%, circle farthest-side, #445573 0%, #2e394e 35.16%, black 100%);
  background-position: center bottom;
}

/* line 213, resources/assets/styles/components/_lab-modal.scss */

.copy-link__icon {
  margin-right: 10px;
}

/* line 217, resources/assets/styles/components/_lab-modal.scss */

.copy-link__text {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  line-height: 30px;
  cursor: pointer;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, resources/assets/styles/components/_switch.scss */

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-top: 4px;
}

/* line 11, resources/assets/styles/components/_switch.scss */

.switch .toggler {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 17, resources/assets/styles/components/_switch.scss */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 27, resources/assets/styles/components/_switch.scss */

.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #444;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 39, resources/assets/styles/components/_switch.scss */

.slider.light::before,
.slider.foundry__button--light::before,
.slider.campus__button::before,
.slider.campus__button--large::before,
.slider.labslanding__section--link::before,
.slider.lab-content__link::before,
.slider.top-nav__button::before,
.slider.product-controls__button::before {
  background-color: white;
}

/* line 45, resources/assets/styles/components/_switch.scss */

.toggler:checked + .slider {
  background-color: #15b3e2;
}

/* line 49, resources/assets/styles/components/_switch.scss */

.toggler:checked + .slider::before {
  -webkit-transform: translateX(20px);
       -o-transform: translateX(20px);
          transform: translateX(20px);
}

/* line 53, resources/assets/styles/components/_switch.scss */

.slider.round {
  border-radius: 34px;
}

/* line 57, resources/assets/styles/components/_switch.scss */

.slider.round::before {
  border-radius: 50%;
}

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

@-o-keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 7, resources/assets/styles/components/_product-navigation.scss */

.product__nav {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 11, resources/assets/styles/components/_product-navigation.scss */

.product__nav--toggle {
  padding: 20px;
}

/* line 15, resources/assets/styles/components/_product-navigation.scss */

.product__nav--expander {
  background-color: #333;
}

/* line 18, resources/assets/styles/components/_product-navigation.scss */

.product__nav--expander a {
  color: white;
  text-decoration: none;
}

/* line 25, resources/assets/styles/components/_product-navigation.scss */

.product__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #333;
}

/* line 32, resources/assets/styles/components/_product-navigation.scss */

.product__list--item {
  font-size: 14px;
  padding: 18px 34px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  /* line 32, resources/assets/styles/components/_product-navigation.scss */

  .product__list--item {
    padding: 20px 13px;
    display: block;
    text-align: center;
    border-top: 1px solid #666;
  }
}

/* line 47, resources/assets/styles/components/_product-navigation.scss */

.product__list--link {
  color: #fff;
  text-decoration: none !important;
}

/* line 51, resources/assets/styles/components/_product-navigation.scss */

.product__list--link:hover {
  color: #00b3e3;
}

/* line 55, resources/assets/styles/components/_product-navigation.scss */

.product__list--link.home {
  color: #848484;
}

/* line 58, resources/assets/styles/components/_product-navigation.scss */

.product__list--link.home:hover {
  color: #bababa;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 7, resources/assets/styles/components/_career-navigation.scss */

.career__nav {
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 7, resources/assets/styles/components/_career-navigation.scss */

  .career__nav {
    display: none;
  }
}

/* line 15, resources/assets/styles/components/_career-navigation.scss */

.career__nav--toggle {
  padding: 20px 0;
}

/* line 19, resources/assets/styles/components/_career-navigation.scss */

.career__nav--expander {
  background-color: #333;
}

/* line 22, resources/assets/styles/components/_career-navigation.scss */

.career__nav--expander a {
  color: white;
  text-decoration: none;
}

/* line 29, resources/assets/styles/components/_career-navigation.scss */

.career__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #333;
}

/* line 36, resources/assets/styles/components/_career-navigation.scss */

.career__list--item {
  font-size: 16px;
  padding: 18px 34px;
  display: inline-block;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 36, resources/assets/styles/components/_career-navigation.scss */

  .career__list--item {
    padding: 20px 13px;
    display: block;
    text-align: center;
    border-top: 1px solid #666;
  }
}

/* line 50, resources/assets/styles/components/_career-navigation.scss */

.career__list--link {
  color: #fff;
  text-decoration: none !important;
  font-family: "SamsungOne", sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}

/* line 58, resources/assets/styles/components/_career-navigation.scss */

.career__list--link:hover {
  color: #00b3e3;
}

/* line 62, resources/assets/styles/components/_career-navigation.scss */

.career__list--link.home {
  color: #848484;
}

/* line 65, resources/assets/styles/components/_career-navigation.scss */

.career__list--link.home:hover {
  color: #bababa;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 6, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  height: 80px;
}

/* line 12, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__logo {
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: 800;
  font-family: "Samsung Sharp Sans", sans-serif;
}

/* line 20, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__nav {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 24, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__nav--toggle {
  padding: 20px;
}

/* line 28, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__nav--expander {
  background-color: #333;
  width: 100%;
}

/* line 32, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__nav--expander a {
  color: white;
  text-decoration: none;
}

/* line 39, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  background-color: #333;
  width: 100%;
}

/* line 47, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--item {
  font-size: 14px;
  padding: 18px 20px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  /* line 47, resources/assets/styles/components/_labs-megamenu.scss */

  .labs-megamenu__list--item {
    padding: 20px 13px;
    display: block;
    text-align: center;
    border-top: 1px solid #666;
  }
}

/* line 60, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--item a {
  color: #fff;
}

/* line 65, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--link {
  position: relative;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 800;
  font-family: "SamsungOne", sans-serif;
  text-transform: capitalize;
  color: #fff;
}

/* line 75, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--link:hover::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  color: #fff !important;
  background-color: #fff;
  left: calc(50% - 15px);
  bottom: -10px;
}

/* line 86, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--link.home {
  color: #848484;
}

/* line 89, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__list--link.home:hover {
  color: #bababa;
}

/* line 97, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__brand--link {
  color: #fff;
  text-decoration: none !important;
}

/* line 101, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__brand--link:hover {
  color: #fff;
}

/* line 107, resources/assets/styles/components/_labs-megamenu.scss */

.labs-megamenu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
}

@media (max-width: 991.98px) {
  /* line 107, resources/assets/styles/components/_labs-megamenu.scss */

  .labs-megamenu__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, resources/assets/styles/components/_cookie.scss */

#cookie_action_close_header {
  color: white !important;
  background-color: #1428a0 !important;
  margin: 0;
  padding: 10px 24px 11px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  white-space: nowrap;
}

/* line 15, resources/assets/styles/components/_cookie.scss */

#cookie-law-info-bar {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom 0.6s opacity 0.8s;
  -o-transition: bottom 0.6s opacity 0.8s;
  transition: bottom 0.6s opacity 0.8s;
}

/* line 19, resources/assets/styles/components/_cookie.scss */

#cookie-law-info-bar [data-cli-style="cli-style-v2"] {
  padding: 0;
  font-size: 14px;
}

/* line 25, resources/assets/styles/components/_cookie.scss */

#cookie-law-info-again {
  display: none !important;
}

/* line 29, resources/assets/styles/components/_cookie.scss */

.cli_settings_button {
  display: none;
}

/* line 34, resources/assets/styles/components/_cookie.scss */

.cli-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 42, resources/assets/styles/components/_cookie.scss */

.cli-bar__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

/* line 52, resources/assets/styles/components/_cookie.scss */

.cli-bar__message {
  max-width: 920px;
  font-size: 14px;
  text-align: left;
  padding: 0;
}

/* line 59, resources/assets/styles/components/_cookie.scss */

.cli-bar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 5, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-body {
  padding: 0;
}

/* line 9, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-header {
  border: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* line 15, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-header-close {
  position: absolute;
  right: -50px;
  top: 30px;
  font-size: 36px;
  font-weight: 200;
  color: white;
  opacity: 1;
  outline: 0;
}

/* line 25, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-header-close:hover {
  color: white;
}

/* line 31, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-content {
  background: transparent;
  border: none;
}

/* line 36, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-title {
  color: white;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  /* line 36, resources/assets/styles/components/_searchbox.scss */

  .search-modal .modal-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
}

/* line 50, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-search {
  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;
  border-radius: 0;
  height: 100px;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 64px;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
}

@media (max-width: 576px) {
  /* line 50, resources/assets/styles/components/_searchbox.scss */

  .search-modal .modal-search {
    padding: 18px;
    height: auto;
    font-size: 18px;
  }
}

/* line 71, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal-dialog {
  max-width: 1120px;
  top: 100px;
}

/* line 76, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal .search-wrapper {
  position: relative;
}

/* line 79, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal .search-wrapper #search-input-clear {
  position: absolute;
  top: 38px;
  right: 140px;
  width: 21px;
  height: 21px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIj4NCiAgICA8cGF0aCBmaWxsPSIjOTE5MTkxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41IDM5QzguNzMgMzkgMCAzMC4yNyAwIDE5LjVDMCA4LjczIDguNzMgMCAxOS41IDBDMzAuMjcgMCAzOSA4LjczIDM5IDE5LjVDMzkgMzAuMjcgMzAuMjcgMzkgMTkuNSAzOVoiLz4NCiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS45NiAxMS44NEwyNy4xMSA5TDE5LjQ3IDE2LjY0TDExLjgyIDlMOC45NyAxMS44NEwxNi42MiAxOS40OUw4Ljk3IDI3LjEzTDExLjgyIDI5Ljk4TDE5LjQ3IDIyLjM0TDI3LjExIDI5Ljk4TDI5Ljk2IDI3LjEzTDIyLjMyIDE5LjQ5TDI5Ljk2IDExLjg0TDI5Ljk2IDExLjg0WiIvPg0KPC9zdmc+DQo=) no-repeat;
  background-size: contain;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}

/* line 90, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal .search-wrapper #search-input-clear:hover {
  color: #444;
}

@media (max-width: 576px) {
  /* line 79, resources/assets/styles/components/_searchbox.scss */

  .search-modal .modal .search-wrapper #search-input-clear {
    top: 21px;
    right: 50px;
  }
}

/* line 100, resources/assets/styles/components/_searchbox.scss */

.search-modal .modal .search-wrapper .submit-icon {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 100px;
  width: 25px;
  height: 19px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiAyNyIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjI3Ij4NCiAgICA8cGF0aCBmaWxsPSIjMzYzNjM2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NC45OSAwLjk4TDQwLjk4IDAuOThMNDAuOTggMTUuMTdMOC42OCAxNS4xN0wxMi43OCAxMS4xMUw5Ljk0IDguMzFMMSAxNy4xNUw5Ljk0IDI1Ljk5TDEyLjc4IDIzLjE5TDguNjggMTkuMTRMNDQuOTkgMTkuMTRMNDQuOTkgMC45OEw0NC45OSAwLjk4WiIvPg0KPC9zdmc+DQo=) no-repeat;
  background-size: contain;
  font-size: 18px;
  color: #a1a1a1;
}

@media (max-width: 576px) {
  /* line 100, resources/assets/styles/components/_searchbox.scss */

  .search-modal .modal .search-wrapper .submit-icon {
    top: 24px;
    right: 18px;
  }
}

/* line 122, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-dialog {
  max-width: 700px;
}

/* line 127, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal__dialog {
  position: relative;
  max-width: 700px;
}

/* line 132, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content {
  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;
  width: 700px;
  height: 340px;
  border-radius: 0;
  padding: 60px 100px;
}

/* line 141, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 40px;
}

/* line 150, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px;
}

/* line 159, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content-close {
  position: absolute;
  top: -40px;
  right: -60px;
  font-size: 36px;
  font-weight: 200;
  color: white;
  opacity: 1;
  outline: 0;
}

/* line 170, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content .form-control,
#subscribeModal .modal-content .comment-form input[type="text"],
.comment-form #subscribeModal .modal-content input[type="text"],
#subscribeModal .modal-content .comment-form input[type="email"],
.comment-form #subscribeModal .modal-content input[type="email"],
#subscribeModal .modal-content .comment-form input[type="url"],
.comment-form #subscribeModal .modal-content input[type="url"],
#subscribeModal .modal-content .comment-form textarea,
.comment-form #subscribeModal .modal-content textarea,
#subscribeModal .modal-content .search-form .search-field,
.search-form #subscribeModal .modal-content .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 174, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content .form-control.subscribe,
#subscribeModal .modal-content .comment-form input.subscribe[type="text"],
.comment-form #subscribeModal .modal-content input.subscribe[type="text"],
#subscribeModal .modal-content .comment-form input.subscribe[type="email"],
.comment-form #subscribeModal .modal-content input.subscribe[type="email"],
#subscribeModal .modal-content .comment-form input.subscribe[type="url"],
.comment-form #subscribeModal .modal-content input.subscribe[type="url"],
#subscribeModal .modal-content .comment-form textarea.subscribe,
.comment-form #subscribeModal .modal-content textarea.subscribe,
#subscribeModal .modal-content .search-form .subscribe.search-field,
.search-form #subscribeModal .modal-content .subscribe.search-field {
  width: 280px;
  height: 50px;
  font-size: 16px;
  margin-right: 20px;
  padding: 18px;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 185, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

/* line 189, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content .search-wrapper .btn,
#subscribeModal .modal-content .search-wrapper .comment-form input[type="submit"],
.comment-form #subscribeModal .modal-content .search-wrapper input[type="submit"],
#subscribeModal .modal-content .search-wrapper .search-form .search-submit,
.search-form #subscribeModal .modal-content .search-wrapper .search-submit {
  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;
  width: 180px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: white;
  background-color: #1428a0;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 204, resources/assets/styles/components/_searchbox.scss */

#subscribeModal .modal-content .search-wrapper label {
  display: none;
}

/* line 1, resources/assets/styles/components/_flow-flow.scss */

#ff-stream-1.ff-stream {
  background: transparent !important;
}

/* line 5, resources/assets/styles/components/_flow-flow.scss */

#ff-stream-2 {
  background: #f8f9fa !important;
  background-color: #f8f9fa !important;
}

/* line 10, resources/assets/styles/components/_flow-flow.scss */

.careers .page-content {
  padding-top: 0;
}

/* line 14, resources/assets/styles/components/_flow-flow.scss */

.page-id-4259 .product__nav,
.page-id-4259 .hero,
.page-id-4259 .hero--foundry,
.page-id-4259 .career-hero {
  display: none;
}

/* line 19, resources/assets/styles/components/_flow-flow.scss */

.page-id-4259 .page-content {
  background: #f8f9fa;
}

/* line 2, resources/assets/styles/components/_video-modal.scss */

.modal__wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

/* line 17, resources/assets/styles/components/_video-modal.scss */

.modal__wrapper.full {
  height: 100vh;
  width: 100%;
}

/* line 23, resources/assets/styles/components/_video-modal.scss */

.modal__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 210;
  opacity: 0;
}

/* line 37, resources/assets/styles/components/_video-modal.scss */

.modal__video {
  position: relative;
  width: 100%;
  height: 0;
  max-width: 1400px;
  color: #000;
  opacity: 0;
  margin: 0 auto;
  border: 0;
  padding-top: 56.25%;
}

/* line 48, resources/assets/styles/components/_video-modal.scss */

.modal__video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 57, resources/assets/styles/components/_video-modal.scss */

.modal__close {
  position: absolute;
  display: block;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0;
  z-index: 220;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

/* line 70, resources/assets/styles/components/_video-modal.scss */

.modal__close:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

/* line 75, resources/assets/styles/components/_video-modal.scss */

.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  left: 15px;
  height: 33px;
  width: 2px;
  background-color: #222;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}

/* line 86, resources/assets/styles/components/_video-modal.scss */

.modal__close::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 90, resources/assets/styles/components/_video-modal.scss */

.modal__close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 96, resources/assets/styles/components/_video-modal.scss */

.active {
  pointer-events: auto;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 12, resources/assets/styles/layouts/_header.scss */

.header__container {
  max-width: 1400px;
}

/* line 16, resources/assets/styles/layouts/_header.scss */

.header__title {
  color: #353535;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
  -webkit-transform: all 0.1s;
       -o-transform: all 0.1s;
          transform: all 0.1s;
}

/* line 24, resources/assets/styles/layouts/_header.scss */

.header__title.active {
  background-color: #f7f7f7;
  color: black;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

.header__title span {
  text-transform: uppercase !important;
}

/* line 34, resources/assets/styles/layouts/_header.scss */

.header .nav {
  position: relative;
}

/* line 37, resources/assets/styles/layouts/_header.scss */

.header .nav__container {
  max-width: 1400px;
  padding: 0 0 0 25px;
}

@media (max-width: 767.98px) {
  /* line 37, resources/assets/styles/layouts/_header.scss */

  .header .nav__container {
    padding: 0 20px;
  }
}

/* line 48, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* line 53, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle a {
  color: black;
  font-size: 18px;
  line-height: 24px;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle .fa-bars {
  display: block;
}

/* line 63, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle .fa-times {
  display: none;
}

/* line 68, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle.active .fa-bars {
  display: none;
}

/* line 72, resources/assets/styles/layouts/_header.scss */

.header__mobile--toggle.active .fa-times {
  display: block;
}

/* line 78, resources/assets/styles/layouts/_header.scss */

.header__mobile--searchicon {
  padding-top: 17px;
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 86, resources/assets/styles/layouts/_header.scss */

.header__mobile--menu {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 90px);
  background-color: #fff;
  border-top: 1px solid #dadada;
  z-index: 900 !important;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 98, resources/assets/styles/layouts/_header.scss */

.header__mobile--menu.active {
  display: block;
  -webkit-animation: fadeInFromNone 0.1s ease-out;
       -o-animation: fadeInFromNone 0.1s ease-out;
          animation: fadeInFromNone 0.1s ease-out;
}

/* line 103, resources/assets/styles/layouts/_header.scss */

.header__mobile--menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 14px 0;
  font-size: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 112, resources/assets/styles/layouts/_header.scss */

.header__mobile--menu a {
  color: black !important;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }

  1% {
    display: block;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }

  100% {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    -o-transform: scale(0.95);
       transform: scale(0.95);
    opacity: 0;
  }

  1% {
    display: block;
    -o-transform: scale(0.95);
       transform: scale(0.95);
    opacity: 0;
  }

  100% {
    display: block;
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    -webkit-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }

  1% {
    display: block;
    -webkit-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }

  100% {
    display: block;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* line 137, resources/assets/styles/layouts/_header.scss */

.header__mobile--form {
  position: relative;
}

/* line 141, resources/assets/styles/layouts/_header.scss */

.header__mobile--submit {
  position: absolute;
  right: 30px;
  top: 7px;
}

/* line 147, resources/assets/styles/layouts/_header.scss */

.header__mobile--search {
  font-size: 14px;
  width: 100%;
  padding: 4px 35px 4px 10px !important;
  border-radius: 20px;
  border: 1px solid #ccc;
  line-height: 1.5;
  outline: 0;
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.header__mobile--link::after {
  content: "";
  height: 50px;
  padding: 0 100%;
  position: absolute;
  left: -80%;
  top: 0;
}

/* line 168, resources/assets/styles/layouts/_header.scss */

.header__mobile--menuborder {
  position: relative;
  font-weight: 700;
}

/* line 172, resources/assets/styles/layouts/_header.scss */

.header__mobile--menuborder::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -15px;
  width: calc(100% + 30px);
  background-color: #ccc;
}

/* line 183, resources/assets/styles/layouts/_header.scss */

.header__mobile--submenu {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 189, resources/assets/styles/layouts/_header.scss */

.header .logo {
  display: block;
  width: auto;
  height: 80px;
  padding: 28px 0;
}

@media (min-width: 768px) {
  /* line 195, resources/assets/styles/layouts/_header.scss */

  .header .logo__container {
    max-width: 180px;
  }
}

/* line 202, resources/assets/styles/layouts/_header.scss */

.header__left {
  position: static;
}

@media (min-width: 768px) {
  /* line 202, resources/assets/styles/layouts/_header.scss */

  .header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 90px);
            flex: 0 0 calc(50% - 90px);
    max-width: calc(50% - 90px);
  }
}

@media (max-width: 1199.98px) {
  /* line 202, resources/assets/styles/layouts/_header.scss */

  .header__left {
    padding-top: 17px;
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) {
  /* line 216, resources/assets/styles/layouts/_header.scss */

  .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 90px);
            flex: 0 0 calc(50% - 90px);
    max-width: calc(50% - 90px);
  }
}

/* line 223, resources/assets/styles/layouts/_header.scss */

.header__menu {
  list-style-type: none;
  margin-bottom: 0;
  padding: 28px 0;
}

/* line 228, resources/assets/styles/layouts/_header.scss */

.header__menu.right {
  text-align: right;
}

/* line 232, resources/assets/styles/layouts/_header.scss */

.header__menu.left {
  text-align: left;
}

/* line 236, resources/assets/styles/layouts/_header.scss */

.header__menu--dropdown {
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  top: 100%;
  width: 100vw;
  height: 0;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 200;
  pointer-events: none;
}

/* line 250, resources/assets/styles/layouts/_header.scss */

.header__menu--dropdown.current {
  pointer-events: auto;
  border-top: 1px solid #dadada;
}

/* line 256, resources/assets/styles/layouts/_header.scss */

.header__menu--wrapper {
  max-width: 1400px;
  padding: 40px 25px 90px;
}

/* line 261, resources/assets/styles/layouts/_header.scss */

.header__menu--category {
  padding: 8px 12px !important;
  border-radius: 50vh;
}

/* line 266, resources/assets/styles/layouts/_header.scss */

.header__menu--link {
  display: inline;
  cursor: pointer;
  pointer-events: none;
}

/* line 272, resources/assets/styles/layouts/_header.scss */

.header__menu--link.current .header__menu--category {
  color: #fff !important;
  background: #000;
  pointer-events: auto;
}

/* line 279, resources/assets/styles/layouts/_header.scss */

.header__menu--link a {
  text-decoration: none;
  color: #000;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  pointer-events: auto;
}

/* line 289, resources/assets/styles/layouts/_header.scss */

.header__menu--search {
  display: inline;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-left: 12px;
  cursor: pointer;
}

/* line 299, resources/assets/styles/layouts/_header.scss */

.header__menu--sublink {
  font-size: 17px;
  line-height: 20px;
  font-weight: 800;
  margin-bottom: 24px;
}

/* line 306, resources/assets/styles/layouts/_header.scss */

.header__menu--sub {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 311, resources/assets/styles/layouts/_header.scss */

.header__menu--sub:last-of-type {
  margin-bottom: 0;
}

/* line 316, resources/assets/styles/layouts/_header.scss */

.header__menu--sub a:hover {
  color: #1428a0;
  text-decoration: underline;
}

/* line 322, resources/assets/styles/layouts/_header.scss */

.header__menu--sub .header__menu--sublink {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 329, resources/assets/styles/layouts/_header.scss */

.header__background {
  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;
  height: 240px;
  background-size: cover !important;
  background-position: center center !important;
}

/* line 338, resources/assets/styles/layouts/_header.scss */

.header__page-title {
  font-size: 60px;
  color: #fff;
  line-height: 72px;
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 7, resources/assets/styles/layouts/_hero.scss */

.hero,
.hero--foundry,
.career-hero {
  position: relative;
  height: 625px;
  max-width: 1400px;
  margin: 0 auto;
  background-size: 1400px;
  padding-top: 125px;
  z-index: 100;
}

@media (max-width: 991.98px) {
  /* line 7, resources/assets/styles/layouts/_hero.scss */

  .hero,
  .hero--foundry,
  .career-hero {
    height: 300px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* line 24, resources/assets/styles/layouts/_hero.scss */

.hero__title,
.hero__title--foundry {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
  max-width: 80%;
}

@media (max-width: 991.98px) {
  /* line 24, resources/assets/styles/layouts/_hero.scss */

  .hero__title,
  .hero__title--foundry {
    font-size: 35px;
  }
}

/* line 36, resources/assets/styles/layouts/_hero.scss */

.hero__title.careers,
.careers.hero__title--foundry {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 100%;
}

/* line 46, resources/assets/styles/layouts/_hero.scss */

.hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

/* line 53, resources/assets/styles/layouts/_hero.scss */

.hero.careers,
.careers.hero--foundry,
.careers.career-hero {
  padding: 120px 0;
  height: auto;
  max-width: 100%;
  background-size: cover;
}

/* line 60, resources/assets/styles/layouts/_hero.scss */

.hero.404 {
  margin-top: -60px;
}

/* line 65, resources/assets/styles/layouts/_hero.scss */

:root {
  --text-color: rgb(255, 255, 255);
  --bullet-track: rgba(255, 255, 255, 0.3);
  --bullet-color: rgb(255, 255, 255);
  --transform-amount: 1px;
  --bullet-count: 4;
}

/* line 74, resources/assets/styles/layouts/_hero.scss */

.hero-slide {
  height: 650px;
}

/* line 77, resources/assets/styles/layouts/_hero.scss */

.hero-slide__wrapper {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 77, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__wrapper {
    padding: 0 20px;
  }
}

/* line 88, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

/* line 96, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}

/* line 106, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide.current {
  pointer-events: initial;
  opacity: 1;
  z-index: 10;
}

/* line 112, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 118, resources/assets/styles/layouts/_hero.scss */

.hero-slide__img-wrapper {
  width: 100%;
  height: 100%;
}

/* line 123, resources/assets/styles/layouts/_hero.scss */

.hero-slide__img-wrapper img {
  width: calc(100% + var(--transform-amount));
  height: calc(100% + var(--transform-amount));
  top: calc(var(--transform-amount) / 2 * -1);
  left: calc(var(--transform-amount) / 2 * -1);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
}

/* line 134, resources/assets/styles/layouts/_hero.scss */

.hero-slide__title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-left: 120px;
}

@media (max-width: 767.98px) {
  /* line 134, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__title-wrapper {
    padding: 0 20px;
  }
}

/* line 148, resources/assets/styles/layouts/_hero.scss */

.hero-slide__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

/* line 158, resources/assets/styles/layouts/_hero.scss */

.hero-slide__title.hero-slide__title {
  max-width: 600px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 158, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__title.hero-slide__title {
    font-size: 40px;
  }
}

/* line 173, resources/assets/styles/layouts/_hero.scss */

.hero-slide__description {
  max-width: 500px;
  color: #fff;
  font-weight: 400;
}

/* line 182, resources/assets/styles/layouts/_hero.scss */

.hero-slide__button.hero-slide__button {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
  pointer-events: auto;
}

/* line 192, resources/assets/styles/layouts/_hero.scss */

.hero-slide__navigation {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 15;
  width: 100%;
  margin-bottom: 40px;
}

/* line 204, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet-wrap {
  display: grid;
  grid-template-columns: repeat(var(--bullet-count), 140px);
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  /* line 204, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__bullet-wrap {
    grid-template-columns: repeat(var(--bullet-count), minmax(70px, auto));
  }
}

/* line 214, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet-track {
  height: 4px;
  background: var(--bullet-track);
  overflow: hidden;
}

/* line 220, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet {
  cursor: pointer;
  height: 4px;
  background: var(--bullet-color);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.3;
  pointer-events: auto;
}

/* line 228, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet.current {
  opacity: 1;
}

/* line 232, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet:not(.current):hover {
  opacity: 0.6;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, resources/assets/styles/layouts/_footer.scss */

.footer {
  background-color: #2b2b2b;
  padding: 35px 0 5px;
  color: #efefef;
}

/* line 8, resources/assets/styles/layouts/_footer.scss */

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

/* line 13, resources/assets/styles/layouts/_footer.scss */

.footer__social--icon {
  color: #2b2b2b;
}

/* line 17, resources/assets/styles/layouts/_footer.scss */

.footer__social--link {
  background-color: #dadada;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px;
  font-size: 20px;
}

/* line 31, resources/assets/styles/layouts/_footer.scss */

.footer__nav--link {
  color: #efefef;
  margin-right: 6px;
}

/* line 35, resources/assets/styles/layouts/_footer.scss */

.footer__nav--link::after {
  content: "|";
  padding-left: 10px;
}

/* line 40, resources/assets/styles/layouts/_footer.scss */

.footer__nav--link:hover {
  color: #efefef;
}

/* line 45, resources/assets/styles/layouts/_footer.scss */

.footer__nav--link:last-of-type::after {
  content: none;
}

@media (max-width: 991.98px) {
  /* line 31, resources/assets/styles/layouts/_footer.scss */

  .footer__nav--link {
    display: block;
    width: 100%;
    font-size: 13px;
    margin-right: 0;
    padding: 8px;
  }

  /* line 57, resources/assets/styles/layouts/_footer.scss */

  .footer__nav--link::after {
    content: none;
  }
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.footer__status {
  margin-top: 25px;
  font-size: 12px;
  color: #a1a1a1;
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 7, resources/assets/styles/layouts/_pages.scss */

.page-content {
  padding: 60px 0;
}

@media (max-width: 1199.98px) {
  /* line 7, resources/assets/styles/layouts/_pages.scss */

  .page-content {
    padding: 30px 0;
  }
}

/* line 14, resources/assets/styles/layouts/_pages.scss */

.page-content.careers {
  padding-top: 0;
}

/* line 20, resources/assets/styles/layouts/_pages.scss */

.section--title {
  margin: 0 auto;
}

/* line 26, resources/assets/styles/layouts/_pages.scss */

.section--paragraph {
  max-width: 780px;
  margin: 0 auto;
}

/* line 33, resources/assets/styles/layouts/_pages.scss */

.section--ytvideo {
  padding: 60px 0;
}

/* line 36, resources/assets/styles/layouts/_pages.scss */

.section--ytvideo iframe {
  width: 100%;
}

@media (max-width: 991.98px) {
  /* line 33, resources/assets/styles/layouts/_pages.scss */

  .section--ytvideo {
    padding: 30px 0;
  }
}

/* line 46, resources/assets/styles/layouts/_pages.scss */

.page-header {
  height: 240px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 56, resources/assets/styles/layouts/_pages.scss */

.page-header h1 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 3, resources/assets/styles/pages/_foundry.scss */

.hero--foundry.hero--foundry {
  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;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

/* line 18, resources/assets/styles/pages/_foundry.scss */

.hero__title--foundry.hero__title--foundry {
  max-width: 100%;
  font-size: 54px;
  line-height: 65px;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 18, resources/assets/styles/pages/_foundry.scss */

  .hero__title--foundry.hero__title--foundry {
    font-size: 40px;
  }
}

/* line 35, resources/assets/styles/pages/_foundry.scss */

.product__nav {
  margin-bottom: 80px;
}

/* line 41, resources/assets/styles/pages/_foundry.scss */

.foundry__container {
  max-width: 1400px;
  color: #fff;
  background-color: #000;
  background-position: center center !important;
  margin-bottom: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  /* line 41, resources/assets/styles/pages/_foundry.scss */

  .foundry__container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 57, resources/assets/styles/pages/_foundry.scss */

  .foundry__container.max-view-height {
    max-height: 100vh !important;
  }
}

/* line 62, resources/assets/styles/pages/_foundry.scss */

.foundry__container--intro {
  color: #000;
}

/* line 67, resources/assets/styles/pages/_foundry.scss */

.foundry__section {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 200;
}

@media (max-width: 767.98px) {
  /* line 67, resources/assets/styles/pages/_foundry.scss */

  .foundry__section {
    background-size: contain !important;
  }
}

/* line 79, resources/assets/styles/pages/_foundry.scss */

.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title {
  font-size: 40px !important;
  line-height: 48px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px !important;
}

@media (max-width: 767.98px) {
  /* line 79, resources/assets/styles/pages/_foundry.scss */

  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }
}

/* line 93, resources/assets/styles/pages/_foundry.scss */

.foundry__title--medium {
  max-width: 720px;
}

/* line 99, resources/assets/styles/pages/_foundry.scss */

.foundry__title--wide {
  max-width: 948px;
}

/* line 105, resources/assets/styles/pages/_foundry.scss */

.foundry__title--left-justified {
  max-width: 500px;
  text-align: left;
  margin: 0 0 20px !important;
}

@media (max-width: 767.98px) {
  /* line 105, resources/assets/styles/pages/_foundry.scss */

  .foundry__title--left-justified {
    text-align: left;
  }
}

/* line 118, resources/assets/styles/pages/_foundry.scss */

.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified {
  display: block;
  font-size: 18px;
  line-height: 28px;
  max-width: 692px;
  margin: 0 auto 40px !important;
}

@media (max-width: 767.98px) {
  /* line 118, resources/assets/styles/pages/_foundry.scss */

  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified {
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: center;
    margin: 0 auto 20px !important;
  }
}

/* line 134, resources/assets/styles/pages/_foundry.scss */

.foundry__paragraph--wide {
  max-width: 900px;
}

@media (max-width: 767.98px) {
  /* line 134, resources/assets/styles/pages/_foundry.scss */

  .foundry__paragraph--wide {
    margin: 0 auto 20px !important;
  }
}

/* line 144, resources/assets/styles/pages/_foundry.scss */

.foundry__paragraph--left-justified {
  max-width: 400px;
  text-align: left;
  margin: 0 0 30px !important;
}

@media (max-width: 767.98px) {
  /* line 144, resources/assets/styles/pages/_foundry.scss */

  .foundry__paragraph--left-justified {
    margin: 0 auto 20px !important;
  }
}

/* line 157, resources/assets/styles/pages/_foundry.scss */

.foundry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 30;
}

/* line 165, resources/assets/styles/pages/_foundry.scss */

.foundry__icon {
  display: block;
  margin: 50px auto 30px;
}

/* line 170, resources/assets/styles/pages/_foundry.scss */

.foundry__button--dark,
.foundry__button--light {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
}

/* line 179, resources/assets/styles/pages/_foundry.scss */

.foundry__button--dark:hover,
.foundry__button--light:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 170, resources/assets/styles/pages/_foundry.scss */

  .foundry__button--dark,
  .foundry__button--light {
    width: 150px !important;
    font-size: 12px;
    padding: 0 20px;
  }
}

/* line 194, resources/assets/styles/pages/_foundry.scss */

.foundry .spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 600px;
}

@media (max-width: 767.98px) {
  /* line 194, resources/assets/styles/pages/_foundry.scss */

  .foundry .spacer {
    min-height: 400px;
  }
}

/* line 203, resources/assets/styles/pages/_foundry.scss */

.foundry .product__list--item {
  font-size: 15px;
  font-weight: 800;
  text-transform: unset !important;
}

/* line 208, resources/assets/styles/pages/_foundry.scss */

.foundry .product__list--item .product__list--link {
  position: relative;
}

/* line 211, resources/assets/styles/pages/_foundry.scss */

.foundry .product__list--item .product__list--link:hover {
  color: #fff !important;
}

/* line 214, resources/assets/styles/pages/_foundry.scss */

.foundry .product__list--item .product__list--link:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  top: 24px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 230, resources/assets/styles/pages/_foundry.scss */

.foundry-slider,
.foundry-slider--facilities {
  height: 900px;
  max-height: 100vh;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 230, resources/assets/styles/pages/_foundry.scss */

  .foundry-slider,
  .foundry-slider--facilities {
    max-height: 600px;
  }
}

/* line 239, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

/* line 245, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 256, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 265, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 120px;
}

@media (max-width: 767.98px) {
  /* line 265, resources/assets/styles/pages/_foundry.scss */

  .foundry-slider__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 60px 20px;
  }
}

/* line 280, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 11px;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}

/* line 291, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin-right: 10px;
  cursor: pointer;
}

/* line 299, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__bullet:last-child {
  margin-right: 0;
}

/* line 303, resources/assets/styles/pages/_foundry.scss */

.foundry-slider__bullet.current {
  background-color: #fff;
}

/* line 309, resources/assets/styles/pages/_foundry.scss */

.vertical-line,
.vertical-line--white {
  width: 1px;
  height: 160px;
  background: #000;
  margin: 60px auto 60px;
}

/* line 315, resources/assets/styles/pages/_foundry.scss */

.vertical-line--white {
  background: #fff;
}

/* line 322, resources/assets/styles/pages/_foundry.scss */

.performance-computing-solutions {
  position: relative;
}

/* line 325, resources/assets/styles/pages/_foundry.scss */

.performance-computing-solutions::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(9.85%, #000), color-stop(38.92%, rgba(0, 0, 0, 0)), color-stop(80.3%, rgba(0, 0, 0, 0.15)), to(#000));
  background: -webkit-linear-gradient(#000 0%, #000 9.85%, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.15) 80.3%, #000 100%);
  background: -o-linear-gradient(#000 0%, #000 9.85%, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.15) 80.3%, #000 100%);
  background: linear-gradient(#000 0%, #000 9.85%, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.15) 80.3%, #000 100%);
  z-index: 10;
}

/* line 337, resources/assets/styles/pages/_foundry.scss */

.performance-computing-solutions__foreground {
  width: 529px;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 348, resources/assets/styles/pages/_foundry.scss */

.automotive-solutions::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 490.58px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(56.21%, rgba(0, 0, 0, 0.97)), color-stop(73.89%, #000), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 56.21%, #000 73.89%, #000 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 56.21%, #000 73.89%, #000 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 56.21%, #000 73.89%, #000 100%);
  z-index: -1;
}

@media (max-width: 767.98px) {
  /* line 348, resources/assets/styles/pages/_foundry.scss */

  .automotive-solutions::before {
    bottom: 16%;
  }
}

/* line 364, resources/assets/styles/pages/_foundry.scss */

.automotive-solutions__foreground {
  width: 464px;
  height: auto;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 374, resources/assets/styles/pages/_foundry.scss */

.connectivity-solutions {
  background-position: center center !important;
}

/* line 377, resources/assets/styles/pages/_foundry.scss */

.connectivity-solutions__foreground {
  width: 720px;
  height: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  /* line 377, resources/assets/styles/pages/_foundry.scss */

  .connectivity-solutions__foreground {
    top: 50%;
  }
}

/* line 391, resources/assets/styles/pages/_foundry.scss */

.cube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 396, resources/assets/styles/pages/_foundry.scss */

.cube__container {
  margin: 120px 0;
}

/* line 400, resources/assets/styles/pages/_foundry.scss */

.cube__diagram {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  /* line 400, resources/assets/styles/pages/_foundry.scss */

  .cube__diagram {
    margin-left: 0 !important;
  }
}

/* line 408, resources/assets/styles/pages/_foundry.scss */

.cube__title {
  font-size: 20px;
  font-weight: 800;
}

/* line 413, resources/assets/styles/pages/_foundry.scss */

.cube__description {
  max-width: 422px !important;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
}

/* line 422, resources/assets/styles/pages/_foundry.scss */

.cube .spacer {
  min-height: 120px;
}

/* line 428, resources/assets/styles/pages/_foundry.scss */

.ecosystem-collaboration__diagram {
  font-family: "SamsungOne", sans-serif;
  width: auto;
  height: 640px;
  margin: 90px 0 90px -90px;
}

@media (max-width: 767.98px) {
  /* line 428, resources/assets/styles/pages/_foundry.scss */

  .ecosystem-collaboration__diagram {
    height: auto;
    margin: 90px 0 90px;
  }
}

/* line 441, resources/assets/styles/pages/_foundry.scss */

.related-insights {
  max-width: 1400px;
}

/* line 444, resources/assets/styles/pages/_foundry.scss */

.related-insights__heading {
  margin: 60px auto 90px !important;
}

/* line 450, resources/assets/styles/pages/_foundry.scss */

.related-insights__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  /* line 450, resources/assets/styles/pages/_foundry.scss */

  .related-insights__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 90px !important;
  }
}

/* line 459, resources/assets/styles/pages/_foundry.scss */

.related-insights__container:nth-child(odd) {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  /* line 459, resources/assets/styles/pages/_foundry.scss */

  .related-insights__container:nth-child(odd) {
    margin: 0;
  }
}

/* line 468, resources/assets/styles/pages/_foundry.scss */

.related-insights__photo {
  width: 220px;
  height: 124px;
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  /* line 468, resources/assets/styles/pages/_foundry.scss */

  .related-insights__photo {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
}

/* line 480, resources/assets/styles/pages/_foundry.scss */

.related-insights__title {
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

/* line 489, resources/assets/styles/pages/_foundry.scss */

.related-insights__category {
  display: block;
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1428a0;
  margin-bottom: 5px;
}

/* line 498, resources/assets/styles/pages/_foundry.scss */

.related-insights__content {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

/* line 504, resources/assets/styles/pages/_foundry.scss */

.related-insights__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 509, resources/assets/styles/pages/_foundry.scss */

.related-insights__date {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

/* line 515, resources/assets/styles/pages/_foundry.scss */

.related-insights__link {
  font-size: 13px;
  text-transform: uppercase;
  color: #707070;
}

/* line 520, resources/assets/styles/pages/_foundry.scss */

.related-insights__link:hover {
  text-decoration: underline;
}

/* line 525, resources/assets/styles/pages/_foundry.scss */

.related-insights a {
  text-decoration: none;
}

/* line 530, resources/assets/styles/pages/_foundry.scss */

.foundry-events {
  background-color: #f6f6f6;
  max-width: 1400px;
  margin: 0 auto 90px;
  padding: 60px 0;
}

/* line 536, resources/assets/styles/pages/_foundry.scss */

.foundry-events__title {
  margin-bottom: 50px !important;
}

/* line 542, resources/assets/styles/pages/_foundry.scss */

.foundry-events .events {
  margin: 0 0 60px;
}

/* line 546, resources/assets/styles/pages/_foundry.scss */

.foundry-events .events-search__header,
.foundry-events .events__pagination {
  display: none;
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* stylelint-disable */

/** Fonts **/

/** Font Weights **/

/** Colors **/

/** Font Sizing **/

/*
 * Implementation of themes
 */

/* line 155, resources/assets/styles/pages/hpc/_landing.scss */

.no-flow body {
  overflow-y: visible;
  overflow-x: hidden;
  height: auto !important;
}

/* line 163, resources/assets/styles/pages/hpc/_landing.scss */

.rdimm .landing-section#image-modal-3 {
  margin-top: -120px;
}

/* line 170, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 174, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page > .content {
  min-height: 100vh;
  background: #110f14;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page > .content {
  background: white;
}

/* line 185, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .button-block a.button {
  background: #fff;
  color: #222;
  border-color: #00c5ff;
  text-decoration: none;
  min-width: 200px;
  margin: 0 auto;
  padding: 20px 35px;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .button-block a.button {
  background: #fff;
  color: #000;
  border-color: #c685ff;
}

/* line 200, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .button-block a.button.large {
  border-color: #22b573;
  min-width: 300px;
  font-size: 26px;
  line-height: 36px;
  border-width: 3px;
}

/* line 209, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .button-block a.button:hover {
  background: #110f14;
  color: #fff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .button-block a.button:hover {
  background: #c685ff;
  color: #fff;
}

/* line 219, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .button-block a.button:hover.large:hover {
  background-color: #22b573;
}

/* line 225, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 7;
}

/* line 235, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero h1,
#landing-page .subpage-hero h2 {
  color: #fff;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
  line-height: 1.0em;
}

/* line 242, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero h1 {
  font-size: 110px;
  margin-bottom: 20px;
}

/* line 246, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero h2 {
  font-size: 55px;
  margin-bottom: 55px;
  max-width: 100%;
}

/* line 252, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin: 0 5px 5px;
  text-transform: uppercase;
}

/* line 264, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero a:hover {
  color: #222;
  border-color: #222;
  background: #fff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .subpage-hero a:hover {
  color: #c685ff;
}

/* line 274, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero > * {
  position: relative;
  z-index: 11;
}

/* line 280, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .subpage-hero::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  -webkit-animation-name: fade;
       -o-animation-name: fade;
          animation-name: fade;
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 6;
}

/* line 299, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .hero__content a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin: 0 5px 5px;
  text-transform: uppercase;
}

/* line 311, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .hero__content a:hover {
  color: #222;
  border-color: #222;
  background: #fff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .hero__content a:hover {
  color: #c685ff;
}

/* line 322, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #euv-milestones .popup-modal {
  padding: 80px 0;
}

/* line 325, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #euv-milestones .popup-modal .nano-slider {
  margin: 0 80px;
}

/* line 329, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .slick-next,
#landing-page .slick-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  z-index: 5;
}

/* line 338, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .slick-next img,
#landing-page .slick-prev img {
  max-width: 100%;
}

/* line 342, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .slick-next {
  right: -40px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}

/* line 346, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .slick-prev {
  left: -40px;
}

/* line 349, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full {
  max-height: 90%;
  background: #000;
  width: 100%;
  max-width: none;
  padding: 80px;
  text-align: center;
  color: #fff;
}

/* line 358, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .modal-image {
  margin: auto;
  max-width: 1140px;
}

/* line 362, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .modal-image img {
  max-width: 100%;
  display: block;
  margin: auto;
}

/* line 368, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full h2,
#landing-page .popup-modal.full h3 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
}

/* line 373, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full h4 {
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 80px;
}

/* line 380, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph {
  margin: 50px auto;
  border-bottom: 1px solid #4d4d4d;
}

/* line 384, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph .graph {
  max-width: 900px;
  margin: auto;
  position: relative;
}

/* line 390, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph .graph-point {
  cursor: pointer;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4d4d4d;
  position: absolute;
  top: -5px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

/* line 401, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph .graph-point.active {
  background: #00c5ff;
  z-index: 10;
}

/* line 406, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph .graph-label {
  position: absolute;
  top: -35px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1em;
  font-family: "Samsung Sharp Sans", sans-serif;
}

/* line 413, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .timeline-graph .graph-label::after {
  content: "";
  width: 2px;
  height: 15px;
  margin: auto;
  margin-top: 5px;
  background: rgba(153, 153, 153, 0.5);
  display: block;
}

/* line 426, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph {
  width: 80%;
  margin: 120px auto 30px auto;
  max-width: 900px;
  position: relative;
  left: 10px;
}

/* line 433, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph img {
  width: 100%;
  max-width: 100%;
}

/* line 436, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph img.arrow {
  position: absolute;
  width: auto;
  right: 100%;
  top: 0;
}

/* line 443, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph h3 {
  font-size: 28px;
  line-height: 26px;
  margin-bottom: 15px;
}

/* line 448, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph h4 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 28px;
  position: absolute;
  bottom: -35px;
  width: 100%;
}

/* line 457, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point {
  cursor: pointer;
  width: 120px;
  position: absolute;
  opacity: 0.7;
  margin-left: -77px;
  margin-bottom: -18px;
}

/* line 465, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .point-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* line 478, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .trapezoids {
  position: relative;
}

/* line 481, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .trapezoid {
  height: 80px;
  width: 70px;
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: height 100ms linear;
  -o-transition: height 100ms linear;
  transition: height 100ms linear;
  top: -20px;
}

/* line 490, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .trapezoid svg {
  width: 100%;
}

/* line 494, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .trapezoid.bright {
  position: absolute;
  bottom: 0;
  height: 0;
  left: 25px;
  top: auto;
  -webkit-transform: translateY(-20px) translateZ(0px);
          transform: translateY(-20px) translateZ(0px);
  overflow: hidden;
}

/* line 503, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .trapezoid.bright svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 510, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point .point {
  width: 34px;
  height: 34px;
  background: #999;
  border-radius: 50%;
  margin: auto;
  margin-top: -38px;
  border: 8px solid rgba(153, 153, 153, 0.6);
  z-index: 2;
  background-clip: content-box;
  position: relative;
  -webkit-transition: all linear 100ms;
  -o-transition: all linear 100ms;
  transition: all linear 100ms;
}

/* line 524, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point.active {
  opacity: 1;
}

/* line 527, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point.active .trapezoid.bright {
  height: 80px;
}

/* line 531, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-graph .graph-point.active .point {
  background-color: #00c5ff;
  border-color: rgba(0, 197, 255, 0.6);
}

/* line 541, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider {
  position: relative;
}

/* line 544, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slider {
  max-width: 700px;
  margin: auto;
  display: none;
}

/* line 552, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

/* line 556, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide .row .col-4 {
  width: 33.33333333%;
  position: relative;
}

/* line 560, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide .row .col-8 {
  width: 66.66666666%;
  position: relative;
}

/* line 566, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide .slide-title {
  width: 200px;
  height: 200px;
  margin: auto;
  border: 4px solid #00c5ff;
  border-radius: 50%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 578, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide .slide-title .title-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 588, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide h2 {
  font-size: 60px;
  margin-bottom: 0;
}

/* line 592, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

/* line 598, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .popup-modal.full .nano-slider .slide p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

/* line 610, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  /*
      .data-list {
          .data-details:nth-child(2)::before {
              background: url('http://localhost/saosdev/wp-content/uploads/2020/01/step-1-arrows.png') no-repeat;
          }
          .data-details:nth-child(4)::before {
              background: url('http://localhost/saosdev/wp-content/uploads/2020/01/step-2-arrows.png') no-repeat;
          }
          .data-details:nth-child(6)::before {
              background: url('http://localhost/saosdev/wp-content/uploads/2020/01/step-3-arrows.png') no-repeat;
          }
      }
      */
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-section {
  color: #000;
  background-color: white;
}

/* line 620, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section + .landing-section {
  padding-top: 0;
}

/* line 624, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section img {
  max-width: 100%;
}

/* line 628, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section h2,
#landing-page .landing-section h3,
#landing-page .landing-section h4 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2em;
  font-weight: 700;
}

/* line 635, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section h2 {
  font-size: 55px;
  margin-bottom: 40px;
  /* max-width: 850px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 643, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section h3 {
  margin-bottom: 30px;
  font-size: 35px;
}

@media (max-width: 768px) {
  /* line 643, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section h3 {
    font-size: 30px;
  }
}

/* line 653, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-list h3 {
  margin-bottom: 40px;
}

/* line 656, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-list .data-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 660, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-list .mobile-data-arrows {
  display: none;
}

/* line 664, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-step {
  max-width: 400px;
  text-align: left;
}

/* line 668, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-step h4 {
  font-size: 26px;
  text-indent: 36px;
}

/* line 686, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-details {
  max-width: 450px;
  text-align: left;
  /*
          p {
              padding-left: 82px;
          }
          */
}

/* line 694, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .data-details::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 62px;
  height: 62px;
  vertical-align: center;
}

/* line 703, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .section-title {
  margin-bottom: 50px;
}

/* line 705, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .section-title h2 {
  margin-bottom: 40px;
}

/* line 708, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .section-title h3 {
  margin-bottom: 0;
  font-size: 38px;
}

/* line 712, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .section-title h2 + h3 {
  font-weight: 500;
}

/* line 716, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section p {
  font-size: 20px;
  line-height: 30px;
  font-family: "SamsungOne", sans-serif;
  position: relative;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-section p {
  color: #000;
}

/* line 726, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section p a {
  color: #00c5ff;
  text-decoration: underline;
}

/* line 730, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section p a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 716, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 742, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .vct p:last-child {
  margin-bottom: 0;
}

/* line 747, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .slider-label {
  font-size: 12px;
  margin-bottom: 20px;
}

/* line 752, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card {
  margin-bottom: 40px;
  font-weight: 300;
  text-align: center;
}

/* line 756, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card .card {
  max-width: 250px;
  margin: auto;
}

/* line 761, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card img {
  width: 200px;
  margin: auto;
  display: block;
}

/* line 768, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card .icon-offset {
  width: 242px;
  padding-left: 30px;
}

/* line 773, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card img + h4 {
  margin-top: 30px;
}

/* line 777, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card h2 {
  font-size: 75px;
  line-height: 0.8em;
  font-weight: 200;
  margin-top: 35px;
  margin-bottom: 0;
}

/* line 785, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card h4 {
  margin-top: 10px;
}

/* line 790, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card .icon-heading-text {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  margin: 40px 0 20px;
}

/* line 799, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .euv-card .icon-subheading-text {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* line 808, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section #performance h2 {
  color: #37e6b6;
}

/* line 811, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section #power h2 {
  color: #ff00e6;
}

/* line 814, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section #area h2 {
  color: #ff381a;
}

/* line 819, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv {
  padding-bottom: 10px;
}

/* line 822, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv p:last-child {
  margin-bottom: 0;
}

/* line 826, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv + .euv {
  padding-bottom: 80px;
}

/* line 833, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .image_comparison .caption-wrapper p:last-child {
  margin-bottom: 0;
}

/* line 839, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .text_block_2,
#landing-page .how_it_works,
#landing-page #icons-1,
#landing-page #comparison-1 {
  padding-bottom: 0;
}

/* line 846, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #heading-text-3 {
  padding-bottom: 0px;
}

/* line 849, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications {
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* line 853, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications .euv-popup-images {
  font-size: 0;
  line-height: 0;
  margin-bottom: -21%;
}

/* line 859, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications .euv-image {
  display: inline-block;
  width: 20%;
  position: relative;
}

/* line 866, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications .euv-image.show-image::after {
  opacity: 0;
  height: 1px;
}

/* line 873, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications .euv-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1%;
  height: 100%;
  opacity: 1;
  width: 102%;
  background: -webkit-gradient(linear, left top, left bottom, from(#110f14), color-stop(80%, #110f14), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #110f14 0%, #110f14 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #110f14 0%, #110f14 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #110f14 0%, #110f14 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: height 400ms ease-out 400ms, opacity 200ms linear 800ms;
  -o-transition: height 400ms ease-out 400ms, opacity 200ms linear 800ms;
  transition: height 400ms ease-out 400ms, opacity 200ms linear 800ms;
}

/* line 888, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/* line 894, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications .euv-bg {
  margin-bottom: -5px;
  position: relative;
  z-index: 3;
}

/* line 900, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications + .landing-section {
  padding-top: 80px;
}

/* line 905, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1%;
  -webkit-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  transition: height 400ms ease;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #110f14), color-stop(22%, rgba(83, 0, 255, 0.4)), color-stop(60%, rgba(255, 0, 255, 0.4)), color-stop(90%, rgba(218, 90, 36, 0.5)));
  background: -webkit-linear-gradient(top, #110f14 4%, rgba(83, 0, 255, 0.4) 22%, rgba(255, 0, 255, 0.4) 60%, rgba(218, 90, 36, 0.5) 90%);
  background: -o-linear-gradient(top, #110f14 4%, rgba(83, 0, 255, 0.4) 22%, rgba(255, 0, 255, 0.4) 60%, rgba(218, 90, 36, 0.5) 90%);
  background: linear-gradient(to bottom, #110f14 4%, rgba(83, 0, 255, 0.4) 22%, rgba(255, 0, 255, 0.4) 60%, rgba(218, 90, 36, 0.5) 90%);
  z-index: 2;
}

/* line 919, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications.active::after {
  height: 100%;
}

/* line 924, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .euv-applications + .landing-section.image_modal_* {
  margin-top: -80px;
}

/* line 929, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-wrapper--mobile {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}

/* line 935, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-inner--mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 580px;
  height: 800px;
  background-size: cover;
}

/* line 946, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-wrapper {
  display: grid;
  grid-template-columns: 310px 210px 230px 70px 300px;
  grid-template-rows: 390px 310px 50px 140px 380px;
  gap: 10px 10px;
  padding-top: 80px;
}

/* line 959, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-wrapper--mobile {
  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;
  min-height: 860px;
}

/* line 969, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-image-1 {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}

/* line 973, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-image-2 {
  grid-column: 4 / span 2;
  grid-row: 1 / span 3;
}

/* line 977, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-image-3 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 3;
}

/* line 981, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-image-4 {
  grid-column: 3 / span 3;
  grid-row: 4 / span 2;
}

/* line 986, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-image img {
  width: 100%;
  height: 100%;
}

/* line 992, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-area: content;
  grid-column: 2 / span 3;
  grid-row: 2 / span 3;
  padding: 70px 50px;
}

/* line 1002, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage-content--mobile {
  position: absolute;
  max-width: 190px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
       -o-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  margin-top: 20px;
}

/* line 1011, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage .heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
  text-align: left;
}

/* line 1018, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage .heading--mobile {
  font-size: 18px;
}

/* line 1023, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage .content {
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

/* line 1031, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .collage .content--content {
  font-size: 14px;
}

/* line 1037, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  background: #000;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-half {
  color: #000;
  background-color: #000;
}

/* line 1047, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half .landing-half-left {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1054, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half .landing-half-right {
  width: 50%;
  padding: 100px 40px;
}

/* line 1058, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half .landing-half-right .content {
  max-width: 500px;
}

/* line 1061, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half .landing-half-right .content h3 {
  font-size: 36px;
}

/* line 1068, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #exynos .landing-half-right {
  padding: 100px 60px;
}

/* line 1070, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #exynos .landing-half-right .button.large {
  margin-left: -10px;
}

/* line 1075, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container {
  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;
  text-align: left;
}

/* line 1081, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-left {
  width: 50%;
  padding: 130px 40px 40px;
}

/* line 1085, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-left .landing-left-content {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
}

/* line 1090, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-left .landing-left-content h3 {
  font-size: 36px;
  color: #000;
}

/* line 1095, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-left .landing-left-content p {
  color: #000;
}

/* line 1102, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-right {
  width: 50%;
  padding: 130px 40px 40px 0;
}

/* line 1106, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-half-container .landing-half-right .featured-image-right {
  width: 460px;
  height: 360px;
}

/* line 1113, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1117, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-video-content .landing-video-left {
  width: auto;
  height: auto;
}

/* line 1121, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-video-content .landing-video-left iframe {
  width: 720px;
  height: 400px;
}

/* line 1127, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-video-content .landing-video-right {
  width: 30%;
  padding: 0 0 0 60px;
  text-align: left;
  vertical-align: middle;
}

/* line 1133, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-video-content .landing-video-right h4 {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 40px;
}

/* line 1143, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider {
  max-width: 600px;
  width: auto;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}

/* line 1150, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider img {
  display: block;
  height: auto;
  max-width: none;
}

/* line 1157, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .slider-overlay img {
  height: 100%;
}

/* line 1162, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .slider-background img {
  max-width: 100%;
}

/* line 1167, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .comparison-bar {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -18px;
  background: #00c5ff;
  cursor: pointer;
  z-index: 15;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
}

/* line 1181, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .comparison-bar::before,
#landing-page .comparison-slider .comparison-bar::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

/* line 1189, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .comparison-bar::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: 50%;
  margin-left: -8px;
}

/* line 1198, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .comparison-bar::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  right: 50%;
  margin-right: -8px;
}

/* line 1209, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .slider-overlay {
  width: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  border-right-style: solid;
  border-right-color: #000;
  border-right-width: 2px;
}

/* line 1220, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .comparison-slider .slider-overlay img {
  position: relative;
  z-index: 5;
}

/* line 1229, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .image_slider .landing-slider .slider {
  border-left: 1px solid #110f14;
  border-right: 1px solid #110f14;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .image_slider .landing-slider .slider {
  border-color: #fff;
}

/* line 1240, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider {
  position: relative;
  background: #000;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider {
  background: #000;
}

/* line 1248, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider::before,
#landing-page .landing-slider::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 100px;
}

/* line 1259, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider::before {
  left: 0;
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider::before {
  display: none;
}

/* line 1267, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider::after {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider::after {
  display: none;
}

/* line 1276, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slick-next {
  right: 20px;
}

/* line 1280, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slick-prev {
  left: 20px;
}

/* line 1284, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider {
  max-width: 1200px;
  margin: auto;
}

/* line 1289, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images {
  text-align: center;
  font-size: 0;
}

/* line 1293, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section {
  position: relative;
  width: 33.3333333%;
  text-align: left;
  border-right: 1px solid #110f14;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider .slider-images .slider-section {
  border-color: #fff;
}

/* line 1303, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .slider-image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

/* line 1309, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .slider-image::after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateX(0%) translateY(-50%);
       -o-transform: translateX(0%) translateY(-50%);
          transform: translateX(0%) translateY(-50%);
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #000000 transparent transparent;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider .slider-images .slider-section .slider-image::after {
  border-color: transparent #000 transparent transparent;
}

/* line 1326, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .slider-image img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* line 1334, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .image-caption {
  width: 50%;
  display: inline-block;
  padding: 30px 15px;
  vertical-align: top;
}

/* line 1340, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .image-caption h4 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 16px;
}

/* line 1344, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .image-caption h4 a {
  color: #fff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider .slider-images .slider-section .image-caption h4 a {
  color: #fff;
}

/* line 1352, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-slider .slider-images .slider-section .image-caption a.source {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .landing-slider .slider-images .slider-section .image-caption a.source {
  color: #000;
}

/* line 1371, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal {
  max-height: 92vh;
  overflow-y: auto;
  max-width: 800px;
  margin: auto;
  background: #fff;
  color: #222;
  padding: 0;
}

/* line 1381, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .subpage-hero {
  max-height: 300px;
}

/* line 1384, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .subpage-hero::after {
  display: none;
}

/* line 1389, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .main-content {
  text-align: left;
  padding: 40px;
}

/* line 1393, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq {
  margin-bottom: 30px;
}

/* line 1397, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq a:hover {
  color: #015b92;
}

/* line 1402, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq h3 {
  margin-bottom: 20px;
}

/* line 1405, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq p {
  color: #222;
  font-size: 15px;
}

/* line 1409, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq .faq-content {
  height: 120px;
  overflow: hidden;
  position: relative;
}

/* line 1414, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq .faq-content::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}

/* line 1426, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq .wrap-it {
  padding-bottom: 30px;
}

/* line 1433, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq.open .faq-content::after {
  opacity: 0;
  -webkit-transition-delay: 500ms;
       -o-transition-delay: 500ms;
          transition-delay: 500ms;
}

/* line 1440, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .faq.open .show-faq .dot {
  bottom: -300px;
}

/* line 1447, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .loader {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}

/* line 1456, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .show-faq .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #00c5ff;
  border-radius: 50%;
  -webkit-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
  position: relative;
  bottom: 0;
}

/* line 1467, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .show-faq .dot:nth-child(2) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

/* line 1470, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .show-faq .dot:last-child {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

/* line 1476, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .show-faq .dot {
  background: #c685ff;
}

/* line 1480, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #faq .popup-modal .close-faq {
  display: none;
}

/* line 1485, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .news-item {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

/* line 1491, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .news-item a {
  color: #fff;
  text-decoration: underline;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .news-item a {
  color: #000;
}

/* line 1499, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .news-item a:hover {
  color: #00c5ff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page .news-item a:hover {
  color: #c685ff;
}

/* line 1510, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page #exynos a:not(.button):hover {
  color: #22b573;
}

/* line 1516, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page footer {
  background: #000;
  border-top: 2px solid #222;
  padding: 30px 30px;
  color: #fff;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page footer {
  background: white;
  color: #000;
}

/* line 1526, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page footer .copyright {
  float: left;
}

/* line 1528, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page footer .copyright p {
  margin: 0;
}

/* line 1532, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page footer .links {
  float: right;
}

/* line 1534, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page footer .links a {
  text-transform: uppercase;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 139, resources/assets/styles/pages/hpc/_landing.scss */

.theme--light #landing-page footer .links a {
  color: #000;
}

/* line 1547, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .icon-block {
  margin-top: 40px;
}

/* line 1550, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .icon-block .block {
  max-width: 160px;
  margin: auto;
}

/* line 1554, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .icon-block .block .image-wrapper {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  background: -webkit-linear-gradient(45deg, #333178 25%, #2a2249 50%, #333178 75%);
  background: -o-linear-gradient(45deg, #333178 25%, #2a2249 50%, #333178 75%);
  background: linear-gradient(45deg, #333178 25%, #2a2249 50%, #333178 75%);
  margin-bottom: 20px;
}

/* line 1563, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .icon-block .block .image-wrapper img {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* line 1573, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .icon-block .block p {
  font-size: 16px;
  line-height: 19px;
}

/* line 1665, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .examples {
  position: relative;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: -10%;
  margin-bottom: -15%;
}

/* line 1674, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .examples .example-wrapper {
  position: absolute;
  top: 5%;
  bottom: 15%;
  width: 100%;
}

/* line 1681, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .examples .example-wrapper .example .container {
  height: 100%;
}

/* line 1684, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .examples .example-wrapper .example h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

/* line 1688, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .examples .example-wrapper .example .use-case {
  font-family: "SamsungOne", sans-serif;
  padding: 40px;
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
  max-width: 480px;
  margin: auto;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

/* line 1706, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .press_release .section-title h2 {
  max-width: 990px;
}

/* line 1712, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release {
  padding: 0 30px;
  margin-top: 30px;
}

/* line 1716, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-content {
  margin-top: 30px;
}

/* line 1719, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-content p {
  text-align: justify;
}

/* line 1722, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-content img.in-para {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: 6px;
  max-width: 100px;
}

/* line 1730, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-footer {
  max-width: 360px;
  margin: auto;
  position: relative;
  margin-top: 20px;
}

/* line 1736, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-footer .icon {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #fff;
  vertical-align: middle;
  display: inline-block;
}

/* line 1745, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-footer .icon img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* line 1753, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-footer .download {
  padding-left: 10px;
  display: inline-block;
  width: calc(100% - 105px);
  vertical-align: middle;
}

/* line 1759, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .release .release-footer .download p {
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 0;
}

/* line 1771, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines {
  font-size: 0;
  position: relative;
}

/* line 1776, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .image-wrapper {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
  padding: 0 30px;
}

/* line 1782, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .image-wrapper.left {
  position: relative;
  z-index: 1;
  width: 45%;
  padding-top: 6%;
}

/* line 1789, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .image-wrapper img {
  width: 100%;
}

/* line 1794, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler {
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 30%;
}

/* line 1801, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .text-blob {
  position: absolute;
  left: 50%;
  top: 53%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  -webkit-transition: -webkit-transform 600ms ease 600ms;
  transition: -webkit-transform 600ms ease 600ms;
  -o-transition: -o-transform 600ms ease 600ms;
  transition: transform 600ms ease 600ms;
  transition: transform 600ms ease 600ms, -webkit-transform 600ms ease 600ms, -o-transform 600ms ease 600ms;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  background: #9bd94c;
  color: #222;
  padding-top: 22px;
  text-align: center;
}

/* line 1817, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .text-blob span {
  display: block;
  line-height: 16px;
  font-weight: 700;
}

/* line 1822, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .text-blob span.large {
  font-size: 28px;
}

/* line 1825, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .text-blob span.small {
  font-size: 11px;
}

/* line 1832, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .single-line {
  position: absolute;
  height: 1px;
  width: 0;
  background: #9bd94c;
  top: 53%;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 600ms;
       -o-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 0;
}

/* line 1843, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .single-line::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #9bd94c;
  border-radius: 50%;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  top: 100%;
  left: 100%;
  margin-top: -4px;
  margin-left: -4px;
}

/* line 1851, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .single-line.left {
  left: 0;
}

/* line 1855, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper {
  position: absolute;
  top: 53%;
  right: 0;
  width: 50%;
  height: 30%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1863, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block {
  position: absolute;
  left: 0;
  border-left: 1px solid #9bd94c;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 600ms;
       -o-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 0;
}

/* line 1872, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #9bd94c;
  border-radius: 50%;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  left: 100%;
  margin-left: -4px;
}

/* line 1878, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block.top {
  bottom: 50%;
  border-top: 1px solid #9bd94c;
}

/* line 1882, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block.top::after {
  top: 0;
  margin-top: -4px;
}

/* line 1887, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block.bottom {
  top: 50%;
  border-bottom: 1px solid #9bd94c;
}

/* line 1890, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines .line-handler .line-wrapper .line-block.bottom::after {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 1901, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines.show-lines .line-handler .single-line {
  opacity: 1;
  -webkit-animation-name: line-left;
       -o-animation-name: line-left;
          animation-name: line-left;
}

/* line 1905, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines.show-lines .line-handler .single-line::after {
  -webkit-transition: opacity 10ms linear 600ms;
  -o-transition: opacity 10ms linear 600ms;
  transition: opacity 10ms linear 600ms;
  opacity: 0;
}

/* line 1911, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines.show-lines .line-handler .text-blob {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 1915, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .with-lines.show-lines .line-handler .line-wrapper .line-block {
  -webkit-animation-name: line-box-up;
       -o-animation-name: line-box-up;
          animation-name: line-box-up;
  -webkit-animation-delay: 600ms;
       -o-animation-delay: 600ms;
          animation-delay: 600ms;
}

/* line 1926, resources/assets/styles/pages/hpc/_landing.scss */

#smartssd-page a.button {
  border-color: #5e55fc;
}

/* line 1931, resources/assets/styles/pages/hpc/_landing.scss */

#smartssd-page .news-item a:hover {
  color: #5e55fc;
}

@media screen and (max-width: 1400px) {
  /* line 1943, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h3 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  /* line 1947, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h2 {
    font-size: 44px;
    margin-bottom: 20px;
  }
}

/* line 1960, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade a.button {
  border-color: #ffb460;
}

/* line 1965, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .news-item a:hover {
  color: #ffb460;
}

/* line 1970, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade #has-background-image {
  width: 100%;
  padding-top: 65%;
  margin-top: -200px;
  margin-bottom: -200px;
}

/* line 1976, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .full-width-image-background {
  width: 100%;
}

/* line 1979, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .full-width-image-background .background {
  width: 100%;
  margin-top: -25%;
  margin-bottom: -42%;
  position: relative;
  -webkit-transition: opacity 300ms ease 1000ms;
  -o-transition: opacity 300ms ease 1000ms;
  transition: opacity 300ms ease 1000ms;
  opacity: 0;
}

/* line 1987, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .full-width-image-background .foreground {
  width: 67%;
  display: block;
  position: absolute;
  top: -11%;
  left: 17%;
  margin-top: -10%;
  opacity: 0;
  -webkit-transition: margin 500ms ease-out 300ms, opacity 300ms linear 300ms;
  -o-transition: margin 500ms ease-out 300ms, opacity 300ms linear 300ms;
  transition: margin 500ms ease-out 300ms, opacity 300ms linear 300ms;
}

/* line 1999, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .full-width-image-background.active .foreground {
  margin-top: 0;
  opacity: 1;
}

/* line 2003, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .full-width-image-background.active .background {
  opacity: 1;
}

/* line 2008, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .constrained-image-container {
  width: 80%;
  max-width: 800px;
  margin: auto;
  text-align: left;
}

/* line 2014, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .constrained-image-container img {
  max-width: 100%;
}

/* line 2019, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .constrained-image-container p:last-child {
  margin-bottom: 0;
}

/* line 2024, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .ram-upgrade .icon-block .block .image-wrapper {
  background: -webkit-linear-gradient(45deg, #1c541c 0%, #567334 50%, #8dc44f 100%);
  background: -o-linear-gradient(45deg, #1c541c 0%, #567334 50%, #8dc44f 100%);
  background: linear-gradient(45deg, #1c541c 0%, #567334 50%, #8dc44f 100%);
}

/* line 2028, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section > * {
  z-index: 2;
  position: relative;
}

/* line 2033, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .landing-section .popup-wrapper {
  position: fixed;
  z-index: 999999;
}

/* line 2038, resources/assets/styles/pages/hpc/_landing.scss */

#landing-page .full_width_image {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1200px) {
  /* line 2049, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-graph .graph-point {
    margin-bottom: -16px;
  }

  /* line 2055, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slick-prev,
  #landing-page .landing-slider .slick-next {
    width: 15px;
  }

  /* line 2059, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slick-prev {
    left: 10px;
  }

  /* line 2062, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slick-next {
    right: 10px;
  }

  /* line 2067, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slider-images .slider-section .image-caption {
    padding: 15px;
  }

  /* line 2069, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slider-images .slider-section .image-caption h4 {
    font-size: 14px;
  }

  /* line 2077, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage-wrapper {
    display: grid;
    grid-template-columns: 26.72413793103448% 18.10344827586207% 19.82758620689655% 6.03448275862069% 25.86206896551724%;
    grid-template-rows: 29.77099236641221% 23.66412213740458% 3.81679389312977% 10.68702290076336% 29.00763358778626%;
    gap: 10px 10px;
  }

  /* line 2083, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage-content {
    grid-row: 1 / span 5;
    padding: 35px 25px;
  }

  /* line 2088, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage .heading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }

  /* line 2093, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage .content {
    font-size: 21px;
    line-height: 31px;
  }
}

@media screen and (max-width: 991px) {
  /* line 2101, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container,
  #landing-page .subpage-hero {
    height: 380px;
  }

  /* line 2104, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container h1,
  #landing-page .subpage-hero h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }

  /* line 2108, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container h2,
  #landing-page .subpage-hero h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  /* line 2112, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container a,
  #landing-page .subpage-hero a {
    padding: 10px 20px;
  }

  /* line 2117, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .nano-slider .slick-next {
    right: -70px;
  }

  /* line 2120, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .nano-slider .slick-prev {
    left: -70px;
  }

  /* line 2129, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-slider .slider-images .slider-section .image-caption h4 {
    font-size: 14px;
    font-weight: 500;
  }

  /* line 2140, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .timeline-graph .graph {
    max-width: 90%;
  }

  /* line 2144, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-graph {
    display: none;
  }

  /* line 2150, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .row .col-8 {
    padding-left: 20px;
  }

  /* line 2161, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example .use-case {
    padding: 25px;
    font-size: 18px;
  }

  /* line 2165, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h3 {
    font-size: 22px;
  }

  /* line 2168, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h2 {
    font-size: 40px;
  }

  /* line 2174, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__layer-3 {
    height: auto;
  }

  /* line 2177, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage .heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /* line 2183, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .collage .content {
    font-size: 14px;
    line-height: 24px;
  }

  /* line 2188, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page footer .links,
  #landing-page footer .copyright {
    float: none;
    text-align: center;
  }

  /* line 2193, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page footer .copyright {
    margin: 0 0 8px;
  }
}

@media screen and (max-width: 767px) {
  /* line 2203, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container h1,
  #landing-page .subpage-hero h1 {
    font-size: 50px;
  }

  /* line 2206, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container h2,
  #landing-page .subpage-hero h2 {
    font-size: 30px;
  }

  /* line 2209, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container .vct,
  #landing-page .subpage-hero .vct {
    padding-top: 60px;
  }

  /* line 2212, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container .header-buttons,
  #landing-page .subpage-hero .header-buttons {
    font-size: 0;
  }

  /* line 2215, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container .header-buttons a,
  #landing-page .subpage-hero .header-buttons a {
    padding: 5px;
    width: 49.5%;
    margin-left: 0;
    margin-bottom: 1%;
    margin-right: 1%;
  }

  /* line 2222, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container .header-buttons a:nth-child(even),
  #landing-page .subpage-hero .header-buttons a:nth-child(even) {
    margin-right: 0;
  }

  /* line 2225, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .hero__container .header-buttons a:last-child,
  #landing-page .subpage-hero .header-buttons a:last-child {
    margin-right: 0;
  }

  /* line 2232, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal .subpage-hero {
    padding-top: 0;
  }

  /* line 2235, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal .subpage-hero::before,
  #landing-page .popup-modal .subpage-hero::after {
    display: none;
  }

  /* line 2243, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .row {
    display: block;
  }

  /* line 2245, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .row .col-8 {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }

  /* line 2250, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .row .col-4 {
    width: 80px;
    margin: 0 auto 15px;
  }

  /* line 2255, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide h2 {
    font-size: 21px;
  }

  /* line 2258, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide h3 {
    font-size: 12px;
  }

  /* line 2261, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide p {
    position: static;
    text-align: center;
    padding: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 2267, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide p:last-child {
    margin-bottom: 0;
  }

  /* line 2271, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .slide-title {
    width: 80px;
    height: 80px;
  }

  /* line 2275, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .popup-modal.full .nano-slider .slide .slide-title .title-wrap {
    padding: 5px;
  }

  /* line 2283, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .button-block {
    margin: 0 auto;
  }

  /* line 2286, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 2290, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section h2 {
    font-size: 42px;
    margin-bottom: 10px;
  }

  /* line 2294, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section h3 {
    margin-bottom: 15px;
  }

  /* line 2297, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1.67em;
  }

  /* line 2303, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .section-title h2 + h3 {
    font-size: 24px;
  }

  /* line 2308, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .euv-card img {
    width: 90%;
  }

  /* line 2311, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .euv-card h2 {
    font-size: 60px;
    margin: 15px auto 8px;
    line-height: 1;
  }

  /* line 2316, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .euv-card h4 {
    font-size: 16px;
  }

  /* line 2324, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .landing-slider .slider-images .slider-section .image-caption h4 {
    font-size: 24px;
  }

  /* line 2331, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .constrained-image-container {
    text-align: center;
  }

  /* line 2334, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .constrained-image-container img {
    margin: 0 auto 30px;
  }

  /* line 2341, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .image_comparison .caption-wrapper p:last-child {
    margin-bottom: 1.67em;
  }

  /* line 2347, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half .landing-half-right {
    padding: 15px;
  }

  /* line 2351, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half .landing-half-right .content h3 {
    font-size: 30px;
  }

  /* line 2360, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example .use-case {
    padding: 15px;
    margin-bottom: 8px;
  }

  /* line 2364, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  /* line 2368, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  /* line 2376, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .news-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 2380, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .euv + .euv {
    padding-bottom: 1.67em;
  }

  /* line 2386, resources/assets/styles/pages/hpc/_landing.scss */

  .rdimm .landing-section#image-modal-3 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 520px) {
  /* line 2397, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example .use-case {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  /* line 2408, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .subpage-hero h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  /* line 2414, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  /* line 2418, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section p {
    font-size: 16px;
    line-height: 22px;
  }

  /* line 2422, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .faqs {
    padding: 40px 15px;
  }

  /* line 2425, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .section-title {
    margin-bottom: 30px;
  }

  /* line 2428, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .euv-card {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }

  /* line 2435, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .euv-card img,
  #landing-page .landing-section .euv-card h2 {
    max-width: 200px;
  }

  /* line 2440, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .landing-slider::before,
  #landing-page .landing-section .landing-slider::after {
    width: 65px;
  }

  /* line 2444, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .landing-slider .slick-next,
  #landing-page .landing-section .landing-slider .slick-prev {
    width: 10px;
  }

  /* line 2451, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .landing-slider .slider-images .slider-section .image-caption h4 {
    font-size: 14px;
  }

  /* line 2458, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .data-list {
    padding: 40px 15px;
  }

  /* line 2461, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .data-list .data-step,
  #landing-page .landing-section .data-list .data-details {
    text-align: center;
  }

  /* line 2465, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .data-list .data-step h4,
  #landing-page .landing-section .data-list .data-details h4 {
    background-image: none !important;
  }

  /* line 2470, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .data-list .mobile-data-arrows {
    display: block;
    padding: 10px;
  }

  /* line 2474, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .data-list .data-arrows {
    display: none;
  }

  /* line 2478, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-section .comparison-bar {
    background: #00c5ff;
  }

  /* line 2483, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half-container {
    display: block;
  }

  /* line 2486, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half-container .landing-half-left,
  #landing-page .landing-half-container .landing-half-right {
    width: 100%;
    padding: 40px 0 0;
  }

  /* line 2491, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half-container .landing-half-right {
    min-height: 100vw;
  }

  /* line 2496, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-video-content {
    display: block;
  }

  /* line 2499, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-video-content .landing-video-left,
  #landing-page .landing-video-content .landing-video-right {
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
  }

  /* line 2506, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-video-content .landing-video-left iframe {
    width: 100%;
    height: 180px;
  }

  /* line 2513, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half {
    display: block;
  }

  /* line 2516, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half .landing-half-right,
  #landing-page .landing-half .landing-half-left {
    width: 100%;
  }

  /* line 2520, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half .landing-half-left {
    min-height: 100vw;
    background-position: left center;
  }

  /* line 2524, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .landing-half .landing-half-right {
    padding: 40px 15px;
    text-align: center;
  }

  /* line 2530, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page #exynos .collage-mobile-top,
  #landing-page #exynos .collage-mobile-bottom {
    padding: 40px 0 20px;
  }

  /* line 2534, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page #exynos .landing-half-right {
    padding: 40px 15px;
  }

  /* line 2536, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page #exynos .landing-half-right .button.large {
    margin: 0 auto;
  }

  /* line 2543, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .use_case_examples .section-title h3 {
    font-size: 24px;
  }

  /* line 2549, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper {
    top: 0%;
    bottom: 10%;
  }

  /* line 2555, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h3 {
    font-size: 14px;
  }

  /* line 2558, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h2 {
    font-size: 20px;
  }

  /* line 2562, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example .use-case {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (max-width: 380px) {
  /* line 2574, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper {
    top: -8%;
  }

  /* line 2579, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h3 {
    font-size: 12px;
  }

  /* line 2582, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example h2 {
    font-size: 16px;
  }

  /* line 2585, resources/assets/styles/pages/hpc/_landing.scss */

  #landing-page .examples .example-wrapper .example .use-case {
    font-size: 12px;
    padding: 8px;
  }
}

/* stylelint-disable */

/* =============================================================================
   Header
   ========================================================================== */

/*
 * Implementation of themes
 */

/* line 60, resources/assets/styles/pages/hpc/_header.scss */

.header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 800;
  /*
      .brand {
          width: 125px;
          line-height: 0;
          margin: 20px 0 0 30px;
  
          .at-first {
              font-family: $display_font;
              color: #fff;
              font-size: 36px;
              line-height: 36px;
              float: right;
              margin: -26px -64px 0 0;
          }
  
          .silicon-valley {
              font-family: $body-font;
        color: #fff;
        font-size: 7px;
        line-height: 8px;
        position: absolute;
        display: block;
        bottom: 6px;
        left: 0;
        text-transform: uppercase;
        letter-spacing: 5px;
        width: 128px;
          text-align: justify;
          text-align-last: justify;
        
        &::after {
                  content: '';
                  display: inline-block;
                  width: 100%;
        }
          }           
      }
      */
}

/* line 66, resources/assets/styles/pages/hpc/_header.scss */

.header .non-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 0 0 30px;
  line-height: 0;
}

/* line 73, resources/assets/styles/pages/hpc/_header.scss */

.header .non-brand .samsung-foundry a {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 25px;
  color: #fff;
}

/* line 84, resources/assets/styles/pages/hpc/_header.scss */

.header .brand-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 87, resources/assets/styles/pages/hpc/_header.scss */

.header .brand-container .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px auto 0 30px;
}

/* line 93, resources/assets/styles/pages/hpc/_header.scss */

.header .brand-container .brand a {
  width: 125px;
}

/* line 98, resources/assets/styles/pages/hpc/_header.scss */

.header .brand-container .at-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "SamsungOne", sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin: 20px auto 0 30px;
}

/* line 148, resources/assets/styles/pages/hpc/_header.scss */

.header .gradient {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 1;
  background: -webkit-linear-gradient(top, #009eff 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#009eff), to(rgba(125, 185, 232, 0)));
  background: -o-linear-gradient(top, #009eff 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, #009eff 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eff', endColorstr='#007db9e8',GradientType=0 );
  opacity: 0.65;
}

/* line 176, resources/assets/styles/pages/hpc/_header.scss */

.safari .header .brand .at-first {
  margin-top: -8px;
}

/* line 185, resources/assets/styles/pages/hpc/_header.scss */

.page-template-single-layout .header .gradient,
.page-template-single-careers .header .gradient {
  opacity: 0.8;
  height: 90px;
}

@media screen and (max-width: 767px) {
  /* line 193, resources/assets/styles/pages/hpc/_header.scss */

  .header {
    /*
          .brand {
              width: 95px;
              margin: 20px 0 0 10px;
  
              .at-first {
                  margin: -26px -43px 0 0;
                  font-size: 24px;
              }
              .silicon-valley {
                  letter-spacing: 3px;
                  width: 98px;
              }            
          }
          */
  }

  /* line 194, resources/assets/styles/pages/hpc/_header.scss */

  .header .non-brand {
    margin: 20px 0 0 10px;
  }

  /* line 198, resources/assets/styles/pages/hpc/_header.scss */

  .header .non-brand .samsung-foundry a {
    font-size: 18px;
    line-height: 18px;
  }

  /* line 206, resources/assets/styles/pages/hpc/_header.scss */

  .header .brand-container .brand {
    margin-left: 10px;
  }

  /* line 209, resources/assets/styles/pages/hpc/_header.scss */

  .header .brand-container .at-first {
    font-size: 30px;
    margin-left: 10px;
  }
}

/* line 233, resources/assets/styles/pages/hpc/_header.scss */

.learn-more {
  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;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 12px;
  width: 110px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 16px 30px 0 0;
}

/* line 246, resources/assets/styles/pages/hpc/_header.scss */

.learn-more .learn-more-text {
  line-height: 0;
  color: #fff;
}

/* line 251, resources/assets/styles/pages/hpc/_header.scss */

.learn-more a {
  text-decoration: none !important;
}

/* line 9, resources/assets/styles/pages/_hpc.scss */

svg {
  overflow: visible !important;
}

/* line 14, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page {
  /*

        .timeline {

            &__container {
                display: grid;
                grid-template-columns: 500px auto 500px;
                grid-template-rows: 1917.9px;
                grid-template-areas: 'timeline__section timeline__track timeline__section';
                // background: url('../images/automotive/connected-cars.svg') no-repeat;
                background-position: calc(50% - 30px) top;
            }


            &__heading {
              font-weight: 700;
                grid-area: timeline__heading;
                font-family: $font-heading;
                font-size: 36px;
                font-weight: 700;
                line-height: 46px;
                max-width: 500px;
            }

            &__section {
                display: grid;
                grid-template-areas: 'timeline__section timeline__section';          

                &--center {
                    @extend .timeline__section;
                    grid-area: timeline__section--center;
                    grid-column: 1 / 4;
                    justify-content: center;
                }
            }

            &__module {
                text-align: left;

                &--center {
                    @extend .timeline__module;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                }
            }

            &__content {
                max-width: 360px;
                font-family: $font-body;
                font-weight: 500;
                margin-bottom: 40px;
                
                &--left {
                    @extend .timeline__content;
                    grid-area: timeline__section--left;
                    padding: 50px 0 0 0;
                }

                &--right {
                    @extend .timeline__content;
                    grid-area: timeline__section--right;
                    padding: 50px 0 0 0;
                    margin-top: 600px;             
                }
            }
		}
		
		*/
  /**
         * Slider
         */
}

/* line 15, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .bp-0 {
  padding-bottom: 0 !important;
}

/* line 19, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .bp-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 576px) {
  /* line 19, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .bp-100 {
    padding-bottom: 64px !important;
  }
}

/* line 27, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .bp-200 {
  padding-bottom: 200px !important;
}

@media (max-width: 576px) {
  /* line 27, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .bp-200 {
    padding-bottom: 100px !important;
  }
}

/* line 35, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .tp-0 {
  padding-top: 0 !important;
}

/* line 39, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .tp-100 {
  padding-top: 100px !important;
}

@media (max-width: 576px) {
  /* line 39, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .tp-100 {
    padding-top: 64px !important;
  }
}

/* line 47, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .tp-200 {
  padding-top: 200px !important;
}

@media (max-width: 576px) {
  /* line 47, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .tp-200 {
    padding-top: 100px !important;
  }
}

/* line 55, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .landing-section {
  padding-top: 200px;
  padding-bottom: 100px;
}

/* line 59, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .landing-section a {
  text-decoration: none !important;
}

/* line 64, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page h2 {
  font-size: 60px;
}

@media (max-width: 991px) {
  /* line 64, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page h2 {
    font-size: 40px;
  }
}

/* line 73, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .hpc__button,
#hpc #landing-page .hpc__button--light {
  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;
  width: 220px;
  height: 60px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  border: 3px solid #f5ac16;
  border-radius: 30px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

/* line 90, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .hpc__button:hover,
#hpc #landing-page .hpc__button--light:hover {
  color: white;
  background-color: #f5ac16;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 96, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .hpc__button--light {
  color: white;
}

/* line 103, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero {
  height: 100vh;
}

/* line 106, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1160px;
  height: calc(100vh - 50px);
  background-color: transparent;
  margin: 0 auto;
  padding-top: 30px;
}

/* line 118, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero .header-buttons {
  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;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 126, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 14px;
  text-transform: capitalize;
  border-width: 0 1px 0 0;
  border-radius: 0;
  background: none;
  margin: 0;
  padding: 0 30px;
}

/* line 138, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero a:first-child {
  border-left-width: 1px;
}

/* line 142, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero a:hover {
  color: #f5ac16;
}

/* line 147, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero h1 {
  max-width: 580px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: 40px;
}

/* line 156, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero h1 .sub {
  display: block;
  font-size: 50px;
  line-height: 70px;
}

/* line 163, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero h2 {
  max-width: 547px;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 249, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__splash {
  position: relative;
  max-width: 1440px;
  background-color: #050a1c;
  background: url(../images/hpc/ultimate-foundry-partner-background.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
}

/* line 261, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1360px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  /* line 261, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .fullscreen__container {
    height: 1000px;
  }
}

/* line 277, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble,
#hpc #landing-page .fullscreen__bubble--0,
#hpc #landing-page .fullscreen__bubble--1,
#hpc #landing-page .fullscreen__bubble--2,
#hpc #landing-page .fullscreen__bubble--3,
#hpc #landing-page .fullscreen__bubble--4,
#hpc #landing-page .fullscreen__bubble--5,
#hpc #landing-page .fullscreen__bubble--6 {
  position: absolute;
  /* background: -webkit-gradient(radial,50% 50% ,0 , 50% 50%, 90 ,color-stop(0,rgba(72, 111, 217, 0.6) ),color-stop(0.276,rgba(71, 108, 214, 0.4) ),color-stop(0.4976,rgba(67, 99, 204, 0.3) ),color-stop(0.7003,rgba(61, 85, 187, 0.2) ),color-stop(0.8907,rgba(52, 64, 163, 0.1) ),color-stop(1,rgba(46, 49, 146, 0) )); */
  background-blend-mode: color;
  mix-blend-mode: color;
}

/* line 283, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble.smaller,
#hpc #landing-page .smaller.fullscreen__bubble--0,
#hpc #landing-page .smaller.fullscreen__bubble--1,
#hpc #landing-page .smaller.fullscreen__bubble--2,
#hpc #landing-page .smaller.fullscreen__bubble--3,
#hpc #landing-page .smaller.fullscreen__bubble--4,
#hpc #landing-page .smaller.fullscreen__bubble--5,
#hpc #landing-page .smaller.fullscreen__bubble--6 {
  /* background: -webkit-gradient(radial,50% 50% ,0 , 50% 50%, 60 ,color-stop(0,rgba(72, 111, 217, 0.6) ),color-stop(0.276,rgba(71, 108, 214, 0.4) ),color-stop(0.4976,rgba(67, 99, 204, 0.2) ),color-stop(0.7003,rgba(61, 85, 187, 0.1) ),color-stop(0.8907,rgba(52, 64, 163, 0) ),color-stop(1,rgba(46, 49, 146, 0) )); */
  background-blend-mode: color;
  mix-blend-mode: color;
}

/* line 289, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--0 {
  width: 220px;
  height: 220px;
  left: 0;
  top: 400px;
  background-blend-mode: color;
}

/* line 298, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--1 {
  width: 180px;
  height: 180px;
  top: 680px;
  left: 7%;
}

/* line 306, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--2 {
  width: 160px;
  height: 160px;
  top: 460px;
  left: 25%;
}

/* line 314, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--3 {
  width: 120px;
  height: 120px;
  top: 480px;
  left: 50%;
}

/* line 322, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--4 {
  width: 120px;
  height: 120px;
  top: 360px;
  left: 65%;
}

/* line 330, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--5 {
  width: 200px;
  height: 200px;
  top: 480px;
  left: 85%;
}

/* line 338, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__bubble--6 {
  width: 110px;
  height: 110px;
  top: 700px;
  left: 80%;
}

/* line 347, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__heading,
#hpc #automotive #landing-page .process-nodes__heading,
#automotive #hpc #landing-page .process-nodes__heading {
  max-width: 760px;
  font-weight: 700;
  color: white;
  padding: 0 60px;
}

/* line 354, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__body,
#hpc #landing-page .fullscreen__body--slim,
#hpc #automotive #landing-page .process-nodes__body,
#automotive #hpc #landing-page .process-nodes__body {
  max-width: 760px;
  font-weight: 500;
  color: white;
  margin: 0 auto 30px;
}

/* line 360, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .fullscreen__body--slim {
  /* max-width: 580px; */
  max-width: 650px;
}

/* line 369, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__container,
#hpc #landing-page .content-image__container--left,
#hpc #landing-page .content-image__container--right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding-bottom: 100px;
}

/* line 375, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__container--center {
  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;
}

/* line 381, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__container--left {
  grid-template-areas: 'content-image__content content-image__image';
}

@media (max-width: 767.98px) {
  /* line 381, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content-image__container--left {
    grid-template-areas: 'content-image__image content-image__image' 'content-image__content content-image__content';
  }
}

/* line 391, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__container--right {
  grid-template-areas: 'content-image__image content-image__content';
}

@media (max-width: 576px) {
  /* line 391, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content-image__container--right {
    grid-template-areas: 'content-image__content content-image__content' 'content-image__image content-image__image';
  }
}

/* line 403, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #000;
  text-align: left;
  margin-bottom: 80px;
  font-weight: 700;
}

@media (max-width: 576px) {
  /* line 403, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content-image__heading {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

/* line 418, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__content {
  grid-area: content-image__content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

/* line 426, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__content a:not(header-buttons) {
  color: #486fd9;
  text-decoration: none;
}

/* line 430, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__content a:not(header-buttons):hover {
  color: #486fd9;
  text-decoration: underline;
}

/* line 437, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content-image__image {
  grid-area: content-image__image;
}

@media (max-width: 767.98px) {
  /* line 440, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content-image__image.mobile-offset {
    margin-right: -40px;
  }
}

/* line 448, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .line-break {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  background: -webkit-linear-gradient(0deg, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(72, 111, 217, 0)), color-stop(0.5054, #486fd9), color-stop(1, rgba(72, 111, 217, 0)));
  background: -o-linear-gradient(0deg, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#486FD9', endColorstr='#486FD9' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 111, 217, 0)), color-stop(50.54%, #486fd9), to(rgba(72, 111, 217, 0)));
  background: -webkit-linear-gradient(left, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  background: -o-linear-gradient(left, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  background: linear-gradient(90deg, rgba(72, 111, 217, 0) 0%, #486fd9 50.54%, rgba(72, 111, 217, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#486FD9',endColorstr='#486FD9' , GradientType=1);
  z-index: 2;
}

/* line 496, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #performance-infrastructure-hpc-1 {
  position: relative;
  background-size: cover;
  background-position: center top;
  width: 1440px;
  overflow: hidden;
  margin: 0 auto -4px;
  padding: 0 0 200px;
  z-index: 0;
}

@media (max-width: 1440px) {
  /* line 496, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page #performance-infrastructure-hpc-1 {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
  }
}

/* line 515, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-infrastructure__container {
  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;
  position: relative;
}

/* line 522, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-infrastructure__heading {
  margin-top: 100px;
  margin-bottom: 100px;
  font-weight: 700;
}

@media (max-width: 576px) {
  /* line 522, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__heading {
    font-size: 24px;
    line-height: 28px;
    margin-top: 48px;
    margin-bottom: 48px;
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 536, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__globe {
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 542, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure #performance-infrastructure-images {
    display: none;
  }
}

/* line 548, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-infrastructure__features {
  display: none;
  background-color: #01030e;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 576px) {
  /* line 548, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__features {
    display: block;
  }

  /* line 557, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__features--title {
    font-size: 24px;
    line-height: 28px;
    color: white;
  }

  /* line 563, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__features--detail {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
    color: white;
  }

  /* line 571, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__features img {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 48px;
  }
}

/* line 580, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-infrastructure__selection img {
  width: 800px;
  height: 380px;
  margin-bottom: 200px;
}

@media (max-width: 1024px) {
  /* line 580, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__selection img {
    margin-bottom: 100px;
  }
}

@media (max-width: 800px) {
  /* line 580, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-infrastructure__selection img {
    width: 60vw;
    margin-bottom: 0;
  }
}

/* line 597, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions-offering {
  width: 1160px;
  height: 580px;
}

/* line 602, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #performance-solutions-hpc-1 {
  padding-bottom: 0;
}

@media (max-width: 576px) {
  /* line 602, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page #performance-solutions-hpc-1 {
    padding-top: 100px;
  }
}

/* line 610, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #design-enablement-hpc-1 {
  padding-bottom: 100px !important;
}

/* line 614, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #performance-solutions-4 {
  padding-bottom: 100px !important;
}

@media (max-width: 576px) {
  /* line 618, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page #performance-solutions-6,
  #hpc #landing-page #partners-hpc-1,
  #hpc #landing-page #safe-partners,
  #hpc #landing-page #design-enablement-hpc-1,
  #hpc #landing-page #foundry-video-hpc-1,
  #hpc #landing-page #performance-solutions-2,
  #hpc #landing-page #partners-hpc-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 576px) {
  /* line 631, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page #partners-hpc-1 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 576px) {
  /* line 637, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page #safe-partners {
    height: 600px;
  }
}

/* line 643, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #performance-solutions-3,
#hpc #landing-page #performance-solutions-5 {
  background: -webkit-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #050a1c), color-stop(0.2933, #070c1f), color-stop(0.5319, #0f1229), color-stop(0.7515, #1b1b3a), color-stop(0.9584, #2c2952), color-stop(1, #302c58));
  background: -o-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -ms-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#050A1C', endColorstr='#302C58' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29.33%, #070c1f), color-stop(53.19%, #0f1229), color-stop(75.15%, #1b1b3a), color-stop(95.84%, #2c2952), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#302C58',endColorstr='#050A1C' , GradientType=0);
}

/* line 709, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 718, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

/* line 723, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__label {
  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;
  width: 230px;
  margin: 0 30px;
  color: white;
  pointer-events: none;
}

/* line 733, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__label--selected .slide__label-text {
  color: #486fd9;
}

/* line 739, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__label-text {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 739, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .slide__label-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 752, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__notch,
#hpc #landing-page .slide__notch--selected {
  position: relative;
  width: 290px;
  z-index: 1;
}

/* line 757, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__notch--selected {
  position: absolute;
  z-index: 20;
}

/* line 764, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__handle,
#hpc #landing-page .slide__handle--selected {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #464646;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: pulse-grey 2s infinite;
       -o-animation: pulse-grey 2s infinite;
          animation: pulse-grey 2s infinite;
  z-index: 10;
}

/* line 775, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__handle--selected {
  width: 20px;
  height: 20px;
  top: -5px;
  left: 133px;
  background-color: #486fd9;
  -webkit-animation: pulse-blue 2s infinite;
       -o-animation: pulse-blue 2s infinite;
          animation: pulse-blue 2s infinite;
  z-index: 125;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 775, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .slide__handle--selected {
    left: 111px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 775, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .slide__handle--selected {
    left: 81px;
  }
}

@media (max-width: 767.98px) {
  /* line 775, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .slide__handle--selected {
    left: 81px;
  }
}

@media (max-width: 767.98px) {
  /* line 775, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .slide__handle--selected {
    left: 58px;
  }
}

/* line 802, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__handle:hover,
#hpc #landing-page .slide__handle--selected:hover {
  color: #486fd9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* line 808, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__handle:active,
#hpc #landing-page .slide__handle--selected:active {
  pointer-events: none;
}

/* line 813, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .slide__track {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background: #464646;
  z-index: -2;
}

/* line 825, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .network-solutions__container {
  max-width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}

/* line 832, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .network-solutions__background {
  padding-bottom: 600px;
}

/* line 836, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .network-solutions__heading {
  font-weight: 700;
  max-width: 760px;
  margin-bottom: 40px;
  color: white;
}

/* line 843, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .network-solutions__info {
  max-width: 760px;
  text-align: center;
  color: white;
}

/* line 849, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .network-solutions__icons {
  position: absolute;
  left: 50px;
}

/* line 856, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__container {
  margin: 0 auto;
}

/* line 860, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__background {
  padding-bottom: 600px;
}

/* line 864, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__heading,
#hpc #landing-page .performance-solutions__heading--condensed,
#hpc #landing-page .performance-solutions__heading .wide {
  font-weight: 700;
  max-width: 760px;
  color: #000;
  font-size: 35px;
  text-align: center;
  line-height: 45px;
  margin: 0 auto 100px;
}

/* line 873, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__heading--condensed {
  margin: 0 auto 60px;
}

@media (max-width: 576px) {
  /* line 873, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-solutions__heading--condensed {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 883, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__heading .wide,
#hpc #landing-page .performance-solutions__heading--condensed .wide {
  max-width: unset;
}

@media (max-width: 576px) {
  /* line 864, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .performance-solutions__heading,
  #hpc #landing-page .performance-solutions__heading--condensed,
  #hpc #landing-page .performance-solutions__heading .wide {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 894, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__info {
  max-width: 760px;
  text-align: left;
  color: #000;
  margin: 0 auto;
}

/* line 901, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .performance-solutions__icons {
  position: absolute;
  left: 50px;
}

/* line 907, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #data-slide-1 {
  padding-bottom: 0 !important;
}

/* line 911, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page #performance-solutions-7 {
  background: -ms-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#050A1C', endColorstr='#302C58' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29.33%, #070c1f), color-stop(53.19%, #0f1229), color-stop(75.15%, #1b1b3a), color-stop(95.84%, #2c2952), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#302C58',endColorstr='#050A1C' , GradientType=0);
}

/* line 935, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: white;
}

@media (max-width: 576px) {
  /* line 935, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__heading {
    margin-bottom: 48px;
  }
}

/* line 946, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__list {
  list-style-type: none;
  display: none;
}

/* line 951, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__item {
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

/* line 957, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__wrapper {
  width: 100%;
}

@media (max-width: 576px) {
  /* line 957, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__wrapper {
    display: none;
  }
}

/* line 965, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__features {
  display: none;
}

@media (max-width: 576px) {
  /* line 965, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__features {
    display: block;
  }

  /* line 971, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__features--detail {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
    color: white;
  }

  /* line 979, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__features img {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 48px;
  }
}

/* line 987, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 992, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 999, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__filter {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #464646;
  border-radius: 50px;
  overflow: hidden;
  margin: 40px 0;
  padding: 20px 0;
}

/* line 1010, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

/* line 1016, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 1140px;
  opacity: 0;
}

/* line 1025, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__inner.current {
  opacity: 1;
}

@media (max-width: 576px) {
  /* line 1030, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__tag {
    margin-bottom: 16px;
  }
}

/* line 1036, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: white;
  background-color: #486fd9;
  border-radius: 31.5px;
  margin: 0 5px;
  padding: 0 30px;
}

@media (max-width: 576px) {
  /* line 1036, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
}

/* line 1057, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .data__diagram {
  width: 840px;
  padding-top: 60px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 1057, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .data__diagram {
    width: 100%;
  }
}

/* line 1069, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__container {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-template-rows: 100px 200px 200px;
  grid-template-areas: 'grid__header grid__header grid__header grid__header grid__header' 'grid__column grid__column grid__column grid__column grid__column' 'grid__column grid__column grid__column grid__column grid__column';
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  border: 1px solid #050a1c;
  border-radius: 50px;
  margin: 60px auto;
}

/* line 1084, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__header {
  grid-area: grid__header;
  color: white;
  background: #050a1c;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

/* line 1092, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__heading {
  font-weight: 700;
  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;
}

/* line 1099, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__text {
  width: 193px;
}

/* line 1103, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__safe-partners {
  height: 50px;
  margin-right: 20px;
}

/* line 1108, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__info {
  max-width: 760px;
  text-align: left;
  margin: 36px auto;
}

/* line 1114, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__features {
  width: 760px;
  list-style-type: none;
  text-align: left;
  margin: 0 auto;
  padding-left: 15px;
}

/* line 1122, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__item {
  width: 340px;
  font-size: 20px;
  font-weight: 800;
  list-style-position: outside;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM0ODZmZDk7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMSIgeTE9IjYiIHgyPSIxMSIgeTI9IjYiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI2IiB5MT0iMSIgeDI9IjYiIHkyPSIxMSIvPjwvZz48L2c+PC9zdmc+);
  float: left;
  margin: 0 0 50px;
  padding: 0;
}

/* line 1132, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__item:nth-child(even) {
  margin-left: 50px;
}

/* line 1136, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__item:last-child {
  margin-bottom: 100px;
}

/* line 1141, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__logo,
#hpc #landing-page .partners__logo--inner {
  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;
  width: 200px;
  height: 200px;
}

/* line 1148, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__logo img,
#hpc #landing-page .partners__logo--inner img {
  width: auto;
  height: 25px;
}

/* line 1153, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__logo.first-row,
#hpc #landing-page .first-row.partners__logo--inner {
  border-bottom: 1px solid #050a1c;
}

/* line 1157, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__logo--inner {
  border-right: 1px solid #050a1c;
}

/* line 1163, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .partners__footer {
  max-width: 580px;
  margin: 0 auto;
}

/* line 1169, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .get-in-touch {
  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;
  height: 960px;
  background: url(../images/hpc/get-in-touch-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 1179, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .get-in-touch__body {
  max-width: 760px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: white;
  margin: 0 auto 50px;
}

/* line 1190, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__container,
#hpc #landing-page .content__container--center {
  padding-bottom: 100px;
  padding-top: 100px;
}

/* line 1194, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__container .top-200,
#hpc #landing-page .content__container--center .top-200 {
  padding-top: 200px;
}

/* line 1203, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__heading {
  font-weight: 700;
  margin-bottom: 60px;
}

/* line 1208, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__body {
  max-width: 760px;
  text-align: left;
  margin: 0 auto 40px;
}

/* line 1214, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__list,
#hpc #landing-page .content__list--small,
#hpc #landing-page .content__list--condensed {
  max-width: 760px;
  text-align: left;
  margin: 0 auto;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  /* line 1214, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content__list,
  #hpc #landing-page .content__list--small,
  #hpc #landing-page .content__list--condensed {
    margin: 0;
  }
}

/* line 1224, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__list--small {
  margin: 0 0 10px !important;
}

/* line 1231, resources/assets/styles/pages/_hpc.scss */

.content__item,
#hpc #landing-page .content__item--small {
  margin: 0 0 20px !important;
}

/* line 1237, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__item,
#hpc #landing-page .content__item--small {
  font-size: 20px;
  font-weight: 800;
  list-style-position: outside;
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOiM0ODZmZDk7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iMSIgeTE9IjYiIHgyPSIxMSIgeTI9IjYiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI2IiB5MT0iMSIgeDI9IjYiIHkyPSIxMSIvPjwvZz48L2c+PC9zdmc+);
  margin: 0 0 30px !important;
  padding: 0;
}

/* line 1245, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__item--small {
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 10px !important;
}

/* line 1253, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__item:last-child,
#hpc #landing-page .content__item--small:last-child {
  margin-bottom: 60px !important;
}

/* line 1258, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__list,
#hpc #landing-page .content__list--small,
#hpc #landing-page .content__list--condensed {
  max-width: 760px;
  text-align: left;
}

/* line 1263, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__list--grid {
  display: grid;
  grid-template-columns: 220px 220px 220px;
  grid-template-rows: 80px 80px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 760px;
  height: 160px;
  font-family: "SamsungOne", sans-serif;
  list-style-type: none;
  margin-bottom: 50px;
  padding-left: 0;
}

@media (max-width: 576px) {
  /* line 1263, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content__list--grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: auto;
    grid-row-gap: 20px;
  }
}

/* line 1284, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .content__list-item {
  max-width: 220px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 0;
}

@media (max-width: 576px) {
  /* line 1284, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content__list-item {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 1301, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .diagram {
  background: -ms-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#050A1C', endColorstr='#302C58' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29.33%, #070c1f), color-stop(53.19%, #0f1229), color-stop(75.15%, #1b1b3a), color-stop(95.84%, #2c2952), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#302C58',endColorstr='#050A1C' , GradientType=0);
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 1325, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .diagram__table {
  width: 840px;
  margin: 0 auto 60px;
}

/* line 1329, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .diagram__table:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  /* line 1325, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .diagram__table {
    width: 100%;
  }
}

/* line 1338, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .diagram__caption {
  color: white;
}

/* line 1342, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .diagram__footnote {
  font-size: 12px;
  color: white;
}

/* line 1349, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging__info {
  max-width: 760px;
  text-align: left;
  margin: 0 auto;
}

/* line 1357, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info_options {
  position: relative;
  max-width: 1440px;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 100px auto 100px;
  padding: 0;
}

/* line 1367, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__container {
  max-width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}

/* line 1374, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__background {
  padding-bottom: 600px;
}

/* line 1378, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__heading {
  font-weight: 700;
  margin-bottom: 40px;
  color: white;
}

/* line 1384, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__info {
  text-align: center;
  color: white;
}

/* line 1389, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__icons {
  position: absolute;
  left: 50px;
}

/* line 1394, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  padding-right: 40px;
}

/* line 1401, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__object img {
  position: absolute;
  width: 430px;
  visibility: hidden;
}

/* line 1408, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__selection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  padding-left: 40px;
}

/* line 1416, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__selection img {
  width: 430px;
}

/* line 1421, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__description {
  display: block;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: white;
  padding: 30px 0 60px;
}

/* line 1432, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging-info__grade img {
  width: 940px;
}

/* line 1438, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .packaging__technology {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1443, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer {
  pointer-events: none;
}

/* line 1446, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__info {
  max-width: 580px;
  margin: 0 auto;
}

/* line 1451, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__bind {
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 1451, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .customer__bind {
    padding: 0;
  }
}

/* line 1459, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1465, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 65px 30px;
  pointer-events: none;
}

/* line 1473, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__logo svg {
  width: 70px;
  height: 70px;
}

@media (max-width: 767.98px) {
  /* line 1465, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .customer__logo {
    margin: 0 20px 10px;
  }
}

/* line 1484, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__logo--selected svg path,
#hpc #landing-page .customer__logo--selected svg polygon,
#hpc #landing-page .customer__logo--selected svg circle,
#hpc #landing-page .customer__logo--selected svg rect {
  fill: #486fd9;
}

/* line 1493, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__logo img {
  pointer-events: none;
}

/* line 1498, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10px;
  background-color: #464646;
}

/* line 1506, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__carat,
#hpc #landing-page .customer__carat--selected {
  width: 200px;
  height: 10px;
}

/* line 1510, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__carat--selected {
  position: relative;
  background-color: #486fd9;
}

/* line 1515, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__carat--selected:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #486fd9;
}

/* line 1530, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__slide {
  width: 1140px;
}

@media (max-width: 1140px) {
  /* line 1530, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .customer__slide {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 1530, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .customer__slide {
    width: 100vw;
  }
}

/* line 1542, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__slider {
  width: 100%;
  color: white;
  background: #050a1c;
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29%, #070c1f), color-stop(53%, #0e1129), color-stop(75%, #1a1b3a), color-stop(95%, #2b2851), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
}

/* line 1557, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__wrapper {
  max-width: 1140px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 1563, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .customer__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1568, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company {
  display: grid;
  grid-template-columns: 500px 500px;
  grid-template-areas: 'company__image company__content' 'company__body company__body';
  grid-template-rows: 300px auto;
  grid-gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 120px 0 0;
}

@media (max-width: 1140px) {
  /* line 1568, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company {
    grid-template-columns: 300px calc(100% - 300px);
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 1568, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company {
    grid-template-columns: 100% 100%;
    grid-template-rows: 200px auto auto;
    grid-template-areas: 'company__image company__image' 'company__content company__content' 'company__body company__body';
    grid-gap: 40px;
    padding: 30px 0 0;
  }
}

/* line 1595, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__image {
  grid-area: company__image;
  width: 500px;
  padding-bottom: 30px;
}

@media (max-width: 1140px) {
  /* line 1595, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company__image {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  /* line 1595, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company__image {
    width: calc(100vw - 30px);
    max-width: 100vw;
  }
}

/* line 1610, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__content {
  grid-area: company__content;
}

/* line 1614, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__body {
  grid-area: company__body;
}

/* line 1617, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__body p {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: white;
  width: 1140px;
}

@media (max-width: 767.98px) {
  /* line 1617, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company__body p {
    width: calc(100vw - 30px);
  }
}

/* line 1630, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__heading {
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}

/* line 1640, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__info {
  width: 502px;
  font-size: 21px;
  font-weight: 500;
  color: white;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  /* line 1640, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .company__info {
    font-size: 18px;
    line-height: 1.5;
    width: 100vw;
  }
}

/* line 1655, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__articles {
  list-style-type: none;
  text-align: left;
}

/* line 1660, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__item {
  margin-bottom: 20px;
}

/* line 1664, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company__link {
  font-size: 16px;
  color: white;
}

/* line 1669, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .company svg {
  margin-left: 10px;
}

/* line 1675, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__container {
  display: grid;
  grid-template-columns: calc(100% - 330px) 330px;
  grid-template-areas: 'video__selected video__group';
  grid-gap: 20px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  /* line 1675, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .video__container {
    grid-template-areas: 'video__selected' 'video__group';
    grid-template-columns: 1fr;
  }
}

/* line 1690, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__heading {
  font-weight: 700;
  margin-bottom: 60px;
}

/* line 1695, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__selected {
  grid-area: video__selected;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

/* line 1702, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__group {
  grid-area: video__group;
}

/* line 1706, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1710, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__link {
  display: block;
  margin-bottom: 20px;
}

/* line 1714, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__link:last-child {
  margin-bottom: 0;
}

/* line 1719, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__thumb {
  display: block;
  min-width: 180px;
  height: 120px;
  background-color: black;
}

/* line 1726, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .video__caption {
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  line-height: 20px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  /* line 1734, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .video #video__selected {
    height: 260px;
  }
}

/* line 1741, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .collaborations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 730px;
  background: -ms-linear-gradient(90deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#050A1C', endColorstr='#302C58' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29.33%, #070c1f), color-stop(53.19%, #0f1229), color-stop(75.15%, #1b1b3a), color-stop(95.84%, #2c2952), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29.33%, #0f1229 53.19%, #1b1b3a 75.15%, #2c2952 95.84%, #302c58 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#302C58',endColorstr='#050A1C' , GradientType=0);
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 1768, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .collaborations__heading {
  font-weight: 700;
  color: white;
  margin-bottom: 100px;
}

/* line 1774, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .collaborations__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  /* line 1774, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .collaborations__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 1785, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .collaborations__item {
  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;
  border: 1px solid #464646;
  width: 200px;
  height: 200px;
  margin-right: 20px;
}

/* line 1794, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .collaborations__item:last-child {
  margin-right: 0;
}

@media (max-width: 576px) {
  /* line 1785, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .collaborations__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 1806, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .contact p {
  margin-bottom: 60px;
}

/* line 1812, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .footer p {
  margin: 0;
}

@media (max-width: 576px) {
  /* line 1817, resources/assets/styles/pages/_hpc.scss */

  #hpc #landing-page .content_image_section_1 {
    padding-top: 64px !important;
  }
}

/* line 1825, resources/assets/styles/pages/_hpc.scss */

#content-image-hpc-1 {
  padding-bottom: 0 !important;
}

/* line 1829, resources/assets/styles/pages/_hpc.scss */

#partners-hpc-1 {
  padding-bottom: 200px !important;
}

/* line 1835, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero {
  overflow: hidden;
}

/* line 1838, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero a:hover {
  color: #486fd9;
  border-color: #fff;
}

/* line 1843, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__background-layer-1 {
  position: absolute;
  background: #000 url(../images/hpc/hero-placeholder.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 1853, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__background-layer-2 {
  position: absolute;
  background: url(../images/automotive/road_1.png) no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transform: translate(-450px, -150px);
       -o-transform: translate(-450px, -150px);
          transform: translate(-450px, -150px);
  width: 120%;
  height: 200%;
  z-index: 4;
}

/* line 1864, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 1870, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-1 .foreground__object-1 {
  position: absolute;
  width: 1920px;
  height: 1234px;
  right: -255px;
  bottom: -7px;
  z-index: 3;
}

/* line 1880, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-2 {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 5;
}

/* line 1887, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-2 .foreground__object-2 {
  min-width: 746px;
  width: 746px;
  max-width: 746px;
  z-index: 5;
}

/* line 1895, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-3 {
  position: absolute;
  right: 46%;
  bottom: 4%;
  z-index: 6;
}

/* line 1901, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-3 .foreground__object-3 {
  min-width: 683px;
  width: 683px;
  max-width: 683px;
  width: 100%;
  z-index: 6;
}

/* line 1910, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
}

/* line 1916, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero__foreground-object-4 .foreground__object-4 {
  position: absolute;
  width: 420px;
  right: 80px;
  bottom: 40%;
  z-index: 6;
}

/* line 1925, resources/assets/styles/pages/_hpc.scss */

#hpc #landing-page .subpage-hero .hero__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  z-index: 100;
}

/* line 1933, resources/assets/styles/pages/_hpc.scss */

#hpc input[type='submit'] {
  border-color: #f5ac16 !important;
}

/* line 1936, resources/assets/styles/pages/_hpc.scss */

#hpc input[type='submit']:hover {
  background-color: #f5ac16 !important;
}

/* line 1941, resources/assets/styles/pages/_hpc.scss */

#hpc textarea:focus,
#hpc input[type='text']:focus {
  border-left: 10px solid #f5ac16;
}

/* line 1946, resources/assets/styles/pages/_hpc.scss */

#hpc .gform_button {
  margin-top: 30px;
}

/* line 1950, resources/assets/styles/pages/_hpc.scss */

#hpc .sticky {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1956, resources/assets/styles/pages/_hpc.scss */

#hpc .sticky .header-buttons {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1961, resources/assets/styles/pages/_hpc.scss */

.header .gradient {
  height: 0;
  background: none;
}

/* line 1966, resources/assets/styles/pages/_hpc.scss */

.header .brand-container .non-brand {
  margin: 12px auto 0 30px;
  z-index: 0;
}

/* line 1972, resources/assets/styles/pages/_hpc.scss */

.header .brand-container {
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1977, resources/assets/styles/pages/_hpc.scss */

.header .learn-more {
  margin: 9px 30px 0 auto;
  z-index: 0;
}

/* line 1983, resources/assets/styles/pages/_hpc.scss */

.explore-trigger {
  margin: 15px 30px 0 0;
}

@-webkit-keyframes pulse-grey {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
            box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
            box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-o-keyframes pulse-grey {
  0% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
  }

  70% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
  }

  100% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
}

@keyframes pulse-grey {
  0% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
            box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
            box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes pulse-blue {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
            box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
            box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-o-keyframes pulse-blue {
  0% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
  }

  70% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
  }

  100% {
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
}

@keyframes pulse-blue {
  0% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
            box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
            box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-o-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  50% {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* line 2032, resources/assets/styles/pages/_hpc.scss */

.hpc-header {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

/* line 2038, resources/assets/styles/pages/_hpc.scss */

.hpc-header__video {
  position: absolute;
  min-width: 100%;
  width: 120%;
  min-height: 100vh;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-aspect-ratio: 16 / 9) {
  /* line 2050, resources/assets/styles/pages/_hpc.scss */

  .hpc-header__video {
    height: auto;
    width: 100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  /* line 2057, resources/assets/styles/pages/_hpc.scss */

  .hpc-header__video {
    height: 100%;
    width: auto;
  }
}

/* line 2063, resources/assets/styles/pages/_hpc.scss */

.hpc-header::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(5, 10, 28, 0.45)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  z-index: 2;
}

/* line 2077, resources/assets/styles/pages/_hpc.scss */

.hpc-header::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(5, 10, 28, 0.45)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.45) 100%);
  z-index: 2;
}

/* line 2091, resources/assets/styles/pages/_hpc.scss */

.hpc-header .product-header {
  background: none;
}

/* line 2094, resources/assets/styles/pages/_hpc.scss */

.hpc-header .product-header__nav {
  position: relative;
  z-index: 3;
}

/* line 2099, resources/assets/styles/pages/_hpc.scss */

.hpc-header .product-header__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 600px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 0 40px !important;
}

/* line 2108, resources/assets/styles/pages/_hpc.scss */

.hpc-header .product-header__subtitle {
  display: block;
  max-width: 540px;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
}

/* line 2118, resources/assets/styles/pages/_hpc.scss */

.hpc-header .product-header__top-nav {
  position: relative;
  z-index: 3;
}

/* line 2123, resources/assets/styles/pages/_hpc.scss */

.hpc-header__mobile-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 102vh;
  background-size: cover;
  background-position: 72% center !important;
}

/* line 2134, resources/assets/styles/pages/_hpc.scss */

.hpc-header__mobile-background:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(5, 10, 28, 0.35)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(5, 10, 28, 0.35) 100%, rgba(0, 0, 0, 0) 30%);
  background: -o-linear-gradient(top, rgba(5, 10, 28, 0.35) 100%, rgba(0, 0, 0, 0) 30%);
  background: linear-gradient(to bottom, rgba(5, 10, 28, 0.35) 100%, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
}

@media (max-width: 767.98px) {
  /* line 2149, resources/assets/styles/pages/_hpc.scss */

  .hpc-header .mobile-hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  /* line 2155, resources/assets/styles/pages/_hpc.scss */

  .hpc-header .desktop-hidden {
    display: none;
  }
}

@media (max-width: 576px) {
  /* line 2162, resources/assets/styles/pages/_hpc.scss */

  .hpc-header .product-header__heading {
    width: calc(100vw - 30px) !important;
  }

  /* line 2166, resources/assets/styles/pages/_hpc.scss */

  .hpc-header .product-header__title {
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 20px !important;
  }

  /* line 2172, resources/assets/styles/pages/_hpc.scss */

  .hpc-header .product-header__subtitle {
    font-size: 18px !important;
    line-height: 1.5;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 8, resources/assets/styles/pages/_home.scss */

.home-section__explore {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #efefef;
  padding-top: 80px;
  margin-bottom: -60px;
}

/* line 16, resources/assets/styles/pages/_home.scss */

.home-section--title {
  margin-bottom: 40px;
}

/* line 21, resources/assets/styles/pages/_home.scss */

.home-section--content .products__product {
  margin-bottom: 80px;
}

/* line 24, resources/assets/styles/pages/_home.scss */

.home-section--content .products__product--title {
  font-size: 19px;
  margin: 10px 0 24px;
  font-weight: 600;
}

/* line 33, resources/assets/styles/pages/_home.scss */

.home-feature {
  margin-bottom: 80px;
}

/* line 36, resources/assets/styles/pages/_home.scss */

.home-feature__image {
  max-width: 100%;
  margin-bottom: 15px;
}

/* line 41, resources/assets/styles/pages/_home.scss */

.home-feature__title {
  font-family: "SamsungOne", sans-serif;
  font-size: 17px;
  font-weight: 700;
  min-height: 34px;
  text-transform: uppercase;
  margin: 10px 0;
}

/* line 50, resources/assets/styles/pages/_home.scss */

.home-feature__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 45px;
  padding: 0 45px;
  margin-bottom: 20px;
}

/* line 60, resources/assets/styles/pages/_home.scss */

.home-feature__link {
  color: #1428a0;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

/* line 66, resources/assets/styles/pages/_home.scss */

.home-feature__link:hover {
  color: #0077c8;
  text-decoration: none;
}

/* line 74, resources/assets/styles/pages/_home.scss */

.global-leadership {
  max-width: 1400px;
  margin: 140px auto 0;
}

@media (max-width: 767.98px) {
  /* line 74, resources/assets/styles/pages/_home.scss */

  .global-leadership {
    margin: 70px auto 0;
  }
}

/* line 82, resources/assets/styles/pages/_home.scss */

.global-leadership__title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-align: left;
}

@media (max-width: 767.98px) {
  /* line 82, resources/assets/styles/pages/_home.scss */

  .global-leadership__title {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
  }
}

/* line 97, resources/assets/styles/pages/_home.scss */

.global-leadership__description {
  max-width: 338px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  color: #000;
}

@media (max-width: 767.98px) {
  /* line 97, resources/assets/styles/pages/_home.scss */

  .global-leadership__description {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
  }
}

/* line 116, resources/assets/styles/pages/_home.scss */

.global-leadership__button.global-leadership__button {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  /* line 124, resources/assets/styles/pages/_home.scss */

  .global-leadership__button.global-leadership__button.mobile-visible {
    display: inline-block;
    font-size: 11px;
    margin: 40px auto;
  }
}

/* line 133, resources/assets/styles/pages/_home.scss */

.global-leadership__grid {
  display: grid;
  grid-template-columns: 220px 338px 338px 338px;
  grid-template-rows: 153px 153px 153px 153px 153px 153px 153px 153px;
  gap: 16px 16px;
  grid-template-areas: ". . tile--1 ."
 "content content tile--1 tile--2"
 "content content tile--3 tile--2"
 ". tile--5 tile--3 tile--4"
 ". tile--5 tile--6 tile--4"
 ". tile--8 tile--6 tile--7"
 ". tile--8 tile--9 tile--7"
 ". . tile--9 .";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767.98px) {
  /* line 133, resources/assets/styles/pages/_home.scss */

  .global-leadership__grid {
    grid-template-columns: minmax(182px, auto) minmax(182px, auto);
    grid-template-rows: 140px 81px 81px 81px 81px 81px 81px 81px 81px 81px 81px;
    grid-template-areas: "content content"
 "tile--1 ."
 "tile--1 tile--2"
 "tile--3 tile--2"
 "tile--3 tile--4"
 "tile--5 tile--4"
 "tile--5 tile--6"
 "tile--7 tile--6"
 "tile--7 tile--8"
 "tile--9 tile--8"
 "tile--9 .";
  }
}

/* line 167, resources/assets/styles/pages/_home.scss */

.global-leadership__content {
  grid-area: content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 172, resources/assets/styles/pages/_home.scss */

.global-leadership__tile {
  position: relative;
}

/* line 176, resources/assets/styles/pages/_home.scss */

.global-leadership__front,
.global-leadership__back {
  position: absolute;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 338px;
  height: 322px;
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 800;
          perspective: 800;
  -webkit-perspective-origin: 50% 50% 0;
          perspective-origin: 50% 50% 0;
}

@media (max-width: 767.98px) {
  /* line 176, resources/assets/styles/pages/_home.scss */

  .global-leadership__front,
  .global-leadership__back {
    width: 182px;
    height: 182px;
  }
}

/* line 198, resources/assets/styles/pages/_home.scss */

.global-leadership__back {
  font-family: "SamsungOne", sans-serif;
  text-align: center;
  color: #fff;
  background: #1428a0;
  padding: 40px;
}

/* line 206, resources/assets/styles/pages/_home.scss */

.global-leadership__statistic-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
}

@media (max-width: 767.98px) {
  /* line 206, resources/assets/styles/pages/_home.scss */

  .global-leadership__statistic-title {
    font-size: 25px;
    line-height: 1.2;
  }
}

/* line 217, resources/assets/styles/pages/_home.scss */

.global-leadership__statistic-subtitle {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  /* line 217, resources/assets/styles/pages/_home.scss */

  .global-leadership__statistic-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* line 229, resources/assets/styles/pages/_home.scss */

.global-leadership__image img {
  border-radius: 20px;
}

/* line 234, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--0 {
  grid-area: tile--1;
}

/* line 238, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--1 {
  grid-area: tile--2;
}

/* line 242, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--2 {
  grid-area: tile--3;
}

/* line 246, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--3 {
  grid-area: tile--4;
}

/* line 250, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--4 {
  grid-area: tile--5;
}

/* line 254, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--5 {
  grid-area: tile--6;
}

/* line 258, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--6 {
  grid-area: tile--7;
}

/* line 262, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--7 {
  grid-area: tile--8;
}

/* line 266, resources/assets/styles/pages/_home.scss */

.global-leadership__tile--8 {
  grid-area: tile--9;
}

/* line 270, resources/assets/styles/pages/_home.scss */

.global-leadership .hr-blue,
.global-leadership .career-heading__blueline {
  margin: 0 auto 30px 0;
}

@media (max-width: 767.98px) {
  /* line 270, resources/assets/styles/pages/_home.scss */

  .global-leadership .hr-blue,
  .global-leadership .career-heading__blueline {
    width: 45px;
    height: 4px;
    margin: 0 auto 20px !important;
  }
}

/* line 281, resources/assets/styles/pages/_home.scss */

.business-divisions {
  max-width: 1400px;
  margin: 60px auto 0;
}

@media (max-width: 767.98px) {
  /* line 281, resources/assets/styles/pages/_home.scss */

  .business-divisions {
    margin: 20px auto 0;
  }
}

/* line 289, resources/assets/styles/pages/_home.scss */

.business-divisions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 800px;
  max-height: 100vh;
  background-color: #000;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  /* line 289, resources/assets/styles/pages/_home.scss */

  .business-divisions__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 500px;
  }
}

/* line 304, resources/assets/styles/pages/_home.scss */

.business-divisions__container.justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 308, resources/assets/styles/pages/_home.scss */

.business-divisions__container.justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 313, resources/assets/styles/pages/_home.scss */

.business-divisions__content {
  width: 350px;
  text-align: left;
  margin: 0 118px;
}

@media (max-width: 767.98px) {
  /* line 313, resources/assets/styles/pages/_home.scss */

  .business-divisions__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px auto;
  }
}

/* line 326, resources/assets/styles/pages/_home.scss */

.business-divisions__title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  /* line 326, resources/assets/styles/pages/_home.scss */

  .business-divisions__title {
    text-align: center;
  }
}

/* line 338, resources/assets/styles/pages/_home.scss */

.business-divisions__description {
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 338, resources/assets/styles/pages/_home.scss */

  .business-divisions__description {
    text-align: center;
  }
}

/* line 350, resources/assets/styles/pages/_home.scss */

.business-divisions__button.business-divisions__button {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  /* line 350, resources/assets/styles/pages/_home.scss */

  .business-divisions__button.business-divisions__button {
    font-size: 11px;
  }
}

/* line 364, resources/assets/styles/pages/_home.scss */

.video-carousel {
  max-width: 1400px;
  margin: 0 auto 200px;
}

/* line 368, resources/assets/styles/pages/_home.scss */

.video-carousel__title {
  margin-bottom: 40px !important;
}

/* line 374, resources/assets/styles/pages/_home.scss */

.video-carousel__container {
  position: relative;
  background-color: #1d1d1d;
  padding: 140px 0 60px;
  border-radius: 20px;
}

/* line 381, resources/assets/styles/pages/_home.scss */

.video-carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0 118px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 381, resources/assets/styles/pages/_home.scss */

  .video-carousel__wrapper {
    margin: 0 60px;
  }
}

/* line 393, resources/assets/styles/pages/_home.scss */

.video-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 400, resources/assets/styles/pages/_home.scss */

.video-carousel__divider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1164px;
  margin: 0 auto;
}

/* line 410, resources/assets/styles/pages/_home.scss */

.video-carousel__video-wrap:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 338px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background: -webkit-linear-gradient(right, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  background: -o-linear-gradient(right, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  background: linear-gradient(-90deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  pointer-events: none;
  z-index: 200;
}

/* line 425, resources/assets/styles/pages/_home.scss */

.video-carousel__video-wrap:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 338px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background: -webkit-linear-gradient(left, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  background: -o-linear-gradient(left, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  background: linear-gradient(90deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
  pointer-events: none;
  z-index: 200;
}

/* line 441, resources/assets/styles/pages/_home.scss */

.video-carousel__video-wrap.transparent:first-child::before {
  content: none;
}

/* line 447, resources/assets/styles/pages/_home.scss */

.video-carousel__video-wrap.transparent:last-child::before {
  content: none;
}

/* line 454, resources/assets/styles/pages/_home.scss */

.video-carousel__video,
.video-carousel__video--vnand {
  position: relative;
  width: 318px;
  height: 257px;
  margin: 0 8px 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

/* line 462, resources/assets/styles/pages/_home.scss */

.video-carousel__video--vnand {
  width: 574px;
  height: 319px;
}

@media (max-width: 767.98px) {
  /* line 462, resources/assets/styles/pages/_home.scss */

  .video-carousel__video--vnand {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

/* line 475, resources/assets/styles/pages/_home.scss */

.video-carousel__video.full,
.full.video-carousel__video--vnand {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 482, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail-holder,
.video-carousel__thumbnail-holder--vnand {
  position: relative;
  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;
  height: 257px;
  overflow: hidden;
}

/* line 490, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail-holder--vnand {
  height: 100%;
}

/* line 496, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail-holder.full,
.full.video-carousel__thumbnail-holder--vnand {
  height: 100%;
}

/* line 501, resources/assets/styles/pages/_home.scss */

.video-carousel__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: auto;
  opacity: 0;
  -webkit-transform: translate(-50%, -40%);
       -o-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 300;
  pointer-events: none;
}

/* line 514, resources/assets/styles/pages/_home.scss */

.video-carousel__video:hover .video-carousel__play,
.video-carousel__video--vnand:hover .video-carousel__play {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 522, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail-mask {
  overflow: hidden;
  margin: 0;
}

/* line 526, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail-mask.full {
  width: 100%;
  height: 100%;
}

/* line 532, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail,
.video-carousel__thumbnail--vnand {
  max-width: 100%;
  height: 191px;
  border-radius: 20px;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 540, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail--vnand {
  height: auto;
}

/* line 546, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail:last-child,
.video-carousel__thumbnail--vnand:last-child {
  margin-right: 0;
}

/* line 550, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail:hover,
.video-carousel__thumbnail--vnand:hover {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 557, resources/assets/styles/pages/_home.scss */

.video-carousel__thumbnail.full,
.full.video-carousel__thumbnail--vnand {
  width: 100%;
  height: 100%;
}

/* line 563, resources/assets/styles/pages/_home.scss */

.video-carousel__subheading {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding-top: 16px;
  z-index: 400;
}

/* line 572, resources/assets/styles/pages/_home.scss */

.video-carousel__left-arrow {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 572, resources/assets/styles/pages/_home.scss */

  .video-carousel__left-arrow {
    width: 40px;
    left: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 584, resources/assets/styles/pages/_home.scss */

  .video-carousel__left-arrow svg {
    width: 20px;
  }
}

/* line 591, resources/assets/styles/pages/_home.scss */

.video-carousel__right-arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 591, resources/assets/styles/pages/_home.scss */

  .video-carousel__right-arrow {
    width: 40px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 603, resources/assets/styles/pages/_home.scss */

  .video-carousel__right-arrow svg {
    width: 20px;
  }
}

/* line 611, resources/assets/styles/pages/_home.scss */

.news {
  max-width: 1400px;
  margin: 30px auto 0;
}

/* line 615, resources/assets/styles/pages/_home.scss */

.news__container {
  background-color: #f8f9fa;
  padding: 60px 100px 40px;
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  /* line 615, resources/assets/styles/pages/_home.scss */

  .news__container {
    padding: 60px 20px 40px;
  }
}

/* line 625, resources/assets/styles/pages/_home.scss */

.news__title {
  margin: 0 auto;
}

/* line 631, resources/assets/styles/pages/_home.scss */

.news .hr-blue,
.news .career-heading__blueline {
  margin: 0 auto 30px;
}

/* line 636, resources/assets/styles/pages/_home.scss */

.footer-slider {
  position: relative;
  width: 100%;
  height: 675px;
  max-height: 100vh;
  margin: 30px auto 0;
}

/* line 643, resources/assets/styles/pages/_home.scss */

.footer-slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
}

/* line 656, resources/assets/styles/pages/_home.scss */

.footer-slider__container {
  position: relative;
  max-width: 746px;
  text-align: center;
  margin: 0 auto;
  padding-top: 200px;
  z-index: 20;
}

/* line 665, resources/assets/styles/pages/_home.scss */

.footer-slider__title {
  color: #fff;
  margin-bottom: 40px !important;
}

/* line 672, resources/assets/styles/pages/_home.scss */

.footer-slider__description {
  color: #fff;
  margin-bottom: 60px;
}

/* line 680, resources/assets/styles/pages/_home.scss */

.page-home-data .page-content {
  padding-bottom: 0 !important;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 7, resources/assets/styles/pages/_csr.scss */

.csr-partners {
  margin-top: 40px;
  padding: 60px 0;
  background-color: #efefef;
}

@media (max-width: 991.98px) {
  /* line 7, resources/assets/styles/pages/_csr.scss */

  .csr-partners {
    text-align: center;
    padding: 30px 0;
  }
}

/* line 17, resources/assets/styles/pages/_csr.scss */

.csr-partners__heading {
  margin-bottom: 40px;
}

/* line 21, resources/assets/styles/pages/_csr.scss */

.csr-partners__title {
  font-weight: 500 !important;
}

@media (max-width: 991.98px) {
  /* line 21, resources/assets/styles/pages/_csr.scss */

  .csr-partners__title {
    font-size: 25px;
  }
}

/* line 31, resources/assets/styles/pages/_csr.scss */

.csr-partners__subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  /* line 31, resources/assets/styles/pages/_csr.scss */

  .csr-partners__subtitle {
    font-size: 18px;
  }
}

/* line 42, resources/assets/styles/pages/_csr.scss */

.csr-partners__nav {
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  /* line 42, resources/assets/styles/pages/_csr.scss */

  .csr-partners__nav {
    margin-bottom: 40px;
  }
}

/* line 51, resources/assets/styles/pages/_csr.scss */

.csr-partners__link {
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  /* line 51, resources/assets/styles/pages/_csr.scss */

  .csr-partners__link {
    font-size: 16px;
  }
}

/* line 59, resources/assets/styles/pages/_csr.scss */

.csr-partners__link a {
  color: #1428a0;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 4, resources/assets/styles/pages/_tech.scss */

.tech-content {
  padding: 60px 0;
}

/* line 7, resources/assets/styles/pages/_tech.scss */

.tech-content__title {
  padding: 14px 0;
  background-color: #efefef;
  margin-bottom: 40px;
  font-size: 24px;
}

/* line 14, resources/assets/styles/pages/_tech.scss */

.tech-content .mb-20 {
  margin-bottom: 20px;
}

/* line 20, resources/assets/styles/pages/_tech.scss */

.tech__brief--section {
  margin-bottom: 40px;
}

/* line 23, resources/assets/styles/pages/_tech.scss */

.tech__brief--section:last-of-type {
  margin-bottom: 0;
}

/* line 28, resources/assets/styles/pages/_tech.scss */

.tech__brief--wrapper {
  position: relative;
}

/* line 31, resources/assets/styles/pages/_tech.scss */

.tech__brief--wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
}

/* line 44, resources/assets/styles/pages/_tech.scss */

.tech__brief--wrapper:hover::after {
  opacity: 0;
}

/* line 49, resources/assets/styles/pages/_tech.scss */

.tech__brief--wrapper--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 59, resources/assets/styles/pages/_tech.scss */

.tech__brief--link {
  margin-bottom: 10px;
}

/* line 63, resources/assets/styles/pages/_tech.scss */

.tech__brief--title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 16px;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 3, resources/assets/styles/components/_checkboxes.scss */

.custom-control-label::after {
  left: -2rem;
}

/* line 7, resources/assets/styles/components/_checkboxes.scss */

.custom-control-label::before {
  left: -2rem;
}

/* line 11, resources/assets/styles/components/_checkboxes.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1428a0;
  background-color: #1428a0;
}

/* line 16, resources/assets/styles/components/_checkboxes.scss */

.custom-control {
  padding-left: 2rem;
}

/* line 19, resources/assets/styles/components/_checkboxes.scss */

.custom-control.cityoption {
  padding-left: 4em;
}

/* line 24, resources/assets/styles/components/_checkboxes.scss */

.custom-control.whitepaper .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00b3e3;
  background-color: #00b3e3;
}

/* line 31, resources/assets/styles/components/_checkboxes.scss */

.custom-control.presentation .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff4337;
  background-color: #ff4337;
}

/* line 38, resources/assets/styles/components/_checkboxes.scss */

.custom-control.publication .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #97d653;
  background-color: #97d653;
}

/* line 45, resources/assets/styles/components/_checkboxes.scss */

.custom-control.overview .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ffb546;
  background-color: #ffb546;
}

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 1, resources/assets/styles/components/_carousel.scss */

.carousel-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 7, resources/assets/styles/components/_carousel.scss */

.carousel-wrapper {
  width: 100%;
  height: 100%;
}

/* line 12, resources/assets/styles/components/_carousel.scss */

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 19, resources/assets/styles/components/_carousel.scss */

.carousel.sales {
  height: 600px;
}

/* line 23, resources/assets/styles/components/_carousel.scss */

.carousel.rd {
  height: 370px;
}

/* line 27, resources/assets/styles/components/_carousel.scss */

.carousel.support {
  height: 500px;
}

/* line 31, resources/assets/styles/components/_carousel.scss */

.carousel.life-samsung {
  height: 640px;
}

/* line 35, resources/assets/styles/components/_carousel.scss */

.carousel.life-2 {
  height: 358px;
}

/* line 39, resources/assets/styles/components/_carousel.scss */

.carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

/* line 44, resources/assets/styles/components/_carousel.scss */

.carousel-controls > div {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #d7d2cb;
  border-radius: 50%;
}

/* line 51, resources/assets/styles/components/_carousel.scss */

.carousel-controls > div.active {
  background-color: #ff4337;
}

/* line 56, resources/assets/styles/components/_carousel.scss */

.carousel-controls > div:not(:last-child) {
  margin-right: 10px;
}

/* line 61, resources/assets/styles/components/_carousel.scss */

.carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom !important;
  background-size: cover !important;
  overflow: hidden;
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 7, resources/assets/styles/layouts/_hero.scss */

.hero,
.hero--foundry,
.career-hero {
  position: relative;
  height: 625px;
  max-width: 1400px;
  margin: 0 auto;
  background-size: 1400px;
  padding-top: 125px;
  z-index: 100;
}

@media (max-width: 991.98px) {
  /* line 7, resources/assets/styles/layouts/_hero.scss */

  .hero,
  .hero--foundry,
  .career-hero {
    height: 300px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* line 24, resources/assets/styles/layouts/_hero.scss */

.hero__title,
.hero__title--foundry {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 8px;
  max-width: 80%;
}

@media (max-width: 991.98px) {
  /* line 24, resources/assets/styles/layouts/_hero.scss */

  .hero__title,
  .hero__title--foundry {
    font-size: 35px;
  }
}

/* line 36, resources/assets/styles/layouts/_hero.scss */

.hero__title.careers,
.careers.hero__title--foundry {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  max-width: 100%;
}

/* line 46, resources/assets/styles/layouts/_hero.scss */

.hero__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

/* line 53, resources/assets/styles/layouts/_hero.scss */

.hero.careers,
.careers.hero--foundry,
.careers.career-hero {
  padding: 120px 0;
  height: auto;
  max-width: 100%;
  background-size: cover;
}

/* line 60, resources/assets/styles/layouts/_hero.scss */

.hero.404 {
  margin-top: -60px;
}

/* line 65, resources/assets/styles/layouts/_hero.scss */

:root {
  --text-color: rgb(255, 255, 255);
  --bullet-track: rgba(255, 255, 255, 0.3);
  --bullet-color: rgb(255, 255, 255);
  --transform-amount: 1px;
  --bullet-count: 4;
}

/* line 74, resources/assets/styles/layouts/_hero.scss */

.hero-slide {
  height: 650px;
}

/* line 77, resources/assets/styles/layouts/_hero.scss */

.hero-slide__wrapper {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 77, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__wrapper {
    padding: 0 20px;
  }
}

/* line 88, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

/* line 96, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}

/* line 106, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide.current {
  pointer-events: initial;
  opacity: 1;
  z-index: 10;
}

/* line 112, resources/assets/styles/layouts/_hero.scss */

.hero-slide__slide-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 118, resources/assets/styles/layouts/_hero.scss */

.hero-slide__img-wrapper {
  width: 100%;
  height: 100%;
}

/* line 123, resources/assets/styles/layouts/_hero.scss */

.hero-slide__img-wrapper img {
  width: calc(100% + var(--transform-amount));
  height: calc(100% + var(--transform-amount));
  top: calc(var(--transform-amount) / 2 * -1);
  left: calc(var(--transform-amount) / 2 * -1);
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
}

/* line 134, resources/assets/styles/layouts/_hero.scss */

.hero-slide__title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-left: 120px;
}

@media (max-width: 767.98px) {
  /* line 134, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__title-wrapper {
    padding: 0 20px;
  }
}

/* line 148, resources/assets/styles/layouts/_hero.scss */

.hero-slide__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

/* line 158, resources/assets/styles/layouts/_hero.scss */

.hero-slide__title.hero-slide__title {
  max-width: 600px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 158, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__title.hero-slide__title {
    font-size: 40px;
  }
}

/* line 173, resources/assets/styles/layouts/_hero.scss */

.hero-slide__description {
  max-width: 500px;
  color: #fff;
  font-weight: 400;
}

/* line 182, resources/assets/styles/layouts/_hero.scss */

.hero-slide__button.hero-slide__button {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
  pointer-events: auto;
}

/* line 192, resources/assets/styles/layouts/_hero.scss */

.hero-slide__navigation {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  z-index: 15;
  width: 100%;
  margin-bottom: 40px;
}

/* line 204, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet-wrap {
  display: grid;
  grid-template-columns: repeat(var(--bullet-count), 140px);
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  /* line 204, resources/assets/styles/layouts/_hero.scss */

  .hero-slide__bullet-wrap {
    grid-template-columns: repeat(var(--bullet-count), minmax(70px, auto));
  }
}

/* line 214, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet-track {
  height: 4px;
  background: var(--bullet-track);
  overflow: hidden;
}

/* line 220, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet {
  cursor: pointer;
  height: 4px;
  background: var(--bullet-color);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.3;
  pointer-events: auto;
}

/* line 228, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet.current {
  opacity: 1;
}

/* line 232, resources/assets/styles/layouts/_hero.scss */

.hero-slide__bullet:not(.current):hover {
  opacity: 0.6;
}

/* line 14, resources/assets/styles/pages/_careers.scss */

.career-nav {
  background-color: #2b2b2b;
  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
  margin-top: -60px;
}

@media (max-width: 1199.98px) {
  /* line 14, resources/assets/styles/pages/_careers.scss */

  .career-nav {
    margin-top: -30px;
  }
}

/* line 26, resources/assets/styles/pages/_careers.scss */

.career-nav__container {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991.98px) {
  /* line 26, resources/assets/styles/pages/_careers.scss */

  .career-nav__container {
    display: none;
  }
}

/* line 40, resources/assets/styles/pages/_careers.scss */

.career-nav__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 46, resources/assets/styles/pages/_careers.scss */

.career-nav__heading a {
  text-decoration: none;
  color: white;
}

/* line 52, resources/assets/styles/pages/_careers.scss */

.career-nav__menu {
  font-size: 15px;
  line-height: 1.2;
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 0 auto;
}

/* line 59, resources/assets/styles/pages/_careers.scss */

.career-nav__menu--item {
  display: inline-block;
  margin-left: 32px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

/* line 66, resources/assets/styles/pages/_careers.scss */

.career-nav__menu--item a {
  text-decoration: none;
  color: white;
}

/* line 71, resources/assets/styles/pages/_careers.scss */

.career-nav__menu--item:first-of-type {
  margin-left: 0;
}

/* line 77, resources/assets/styles/pages/_careers.scss */

.career-nav__menu--item.link:hover::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  bottom: -8px;
  left: calc(50% - 15px);
}

/* line 89, resources/assets/styles/pages/_careers.scss */

.career-nav__menu--item.link.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  bottom: -8px;
  left: calc(50% - 15px);
}

/* line 104, resources/assets/styles/pages/_careers.scss */

.career-header {
  height: 240px;
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 110, resources/assets/styles/pages/_careers.scss */

.career-header__background {
  background: #f7f7f7;
  margin-bottom: 70px;
}

/* line 115, resources/assets/styles/pages/_careers.scss */

.career-header__title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 32px;
  text-align: center;
}

/* line 121, resources/assets/styles/pages/_careers.scss */

.career-header__title strong {
  color: #1428a0;
}

@media (max-width: 1199.98px) {
  /* line 115, resources/assets/styles/pages/_careers.scss */

  .career-header__title {
    text-align: center;
  }
}

/* line 130, resources/assets/styles/pages/_careers.scss */

.career-header__search {
  position: relative;
  width: 660px;
}

/* line 134, resources/assets/styles/pages/_careers.scss */

.career-header__search::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS43MSAyMS43MSI+PGRlZnM+PHN0eWxlPi5hZTIzNWZkNy1hZjg0LTRhNDctYTUxZC0xYzcxMjZhNzVjNjl7ZmlsbDpub25lO3N0cm9rZTojNmQ2ZTcxO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJiNzRlM2NkZS03OWY1LTQzOTAtYjlhMC1hOGI1ZDUzZDMzZDEiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9ImZkNmYwYzQwLTFlNWItNDRhZS1iNmYwLTE3NTA3NTNhNjE2ZiIgZGF0YS1uYW1lPSJNb2NrdXAiPjxjaXJjbGUgY2xhc3M9ImFlMjM1ZmQ3LWFmODQtNGE0Ny1hNTFkLTFjNzEyNmE3NWM2OSIgY3g9IjkuMjgiIGN5PSI5LjI4IiByPSI4LjI4Ii8+PGxpbmUgY2xhc3M9ImFlMjM1ZmQ3LWFmODQtNGE0Ny1hNTFkLTFjNzEyNmE3NWM2OSIgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNS4xNCIgeTI9IjE1LjE0Ii8+PC9nPjwvZz48L3N2Zz4=);
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: auto;
}

@media (max-width: 1199.98px) {
  /* line 130, resources/assets/styles/pages/_careers.scss */

  .career-header__search {
    width: 100% !important;
  }
}

/* line 148, resources/assets/styles/pages/_careers.scss */

.career-header__search--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #1428a0;
  font-weight: 500;
  outline: 0;
  padding: 0 30px;
}

/* line 158, resources/assets/styles/pages/_careers.scss */

.career-header__search--icon {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 34px;
  color: #6d6e71;
  cursor: pointer;
}

/* line 170, resources/assets/styles/pages/_careers.scss */

.career-content__heading {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  /* line 170, resources/assets/styles/pages/_careers.scss */

  .career-content__heading {
    margin-bottom: 16px;
  }
}

/* line 180, resources/assets/styles/pages/_careers.scss */

.career-content__heading--option {
  margin-left: auto;
}

/* line 184, resources/assets/styles/pages/_careers.scss */

.career-content__heading--filter {
  outline: 0;
  font-weight: 800;
  border: none;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1199.98px) {
  /* line 196, resources/assets/styles/pages/_careers.scss */

  .career-filter > div {
    margin-bottom: 12px;
  }
}

/* line 202, resources/assets/styles/pages/_careers.scss */

.career-filter__header {
  font-size: 16px;
  margin-bottom: 0;
  color: #231f20;
  font-weight: 700;
  border-bottom: 1px solid #bcbec0;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1199.98px) {
  /* line 202, resources/assets/styles/pages/_careers.scss */

  .career-filter__header {
    padding: 12px 0;
  }
}

/* line 216, resources/assets/styles/pages/_careers.scss */

.career-filter__header--icon {
  position: absolute;
  right: 0;
  top: 16px;
}

@media (max-width: 1199.98px) {
  /* line 216, resources/assets/styles/pages/_careers.scss */

  .career-filter__header--icon {
    right: 12px;
  }
}

/* line 226, resources/assets/styles/pages/_careers.scss */

.career-filter__header .fa-chevron-down {
  display: none;
}

/* line 230, resources/assets/styles/pages/_careers.scss */

.career-filter__header .fa-chevron-up {
  display: block;
}

/* line 235, resources/assets/styles/pages/_careers.scss */

.career-filter__header.collapsed .fa-chevron-down {
  display: block;
}

/* line 239, resources/assets/styles/pages/_careers.scss */

.career-filter__header.collapsed .fa-chevron-up {
  display: none;
}

/* line 245, resources/assets/styles/pages/_careers.scss */

.career-filter__content {
  padding: 30px 0 0;
}

@media (max-width: 1199.98px) {
  /* line 245, resources/assets/styles/pages/_careers.scss */

  .career-filter__content {
    padding: 20px 0;
  }
}

/* line 253, resources/assets/styles/pages/_careers.scss */

.career-filter__skeleton {
  height: 19px;
  margin-bottom: 5px;
}

/* line 257, resources/assets/styles/pages/_careers.scss */

.career-filter__skeleton:last-of-type {
  margin-bottom: 0;
}

/* line 265, resources/assets/styles/pages/_careers.scss */

.career-job {
  padding-left: 32px;
}

@media (max-width: 1199.98px) {
  /* line 265, resources/assets/styles/pages/_careers.scss */

  .career-job {
    padding-left: 0;
    margin-top: 32px;
  }
}

/* line 273, resources/assets/styles/pages/_careers.scss */

.career-job__card {
  -webkit-box-shadow: 0 0 4px 4px rgba(209, 211, 212, 0.35);
          box-shadow: 0 0 4px 4px rgba(209, 211, 212, 0.35);
  padding: 32px 64px;
  margin-bottom: 32px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  /* line 273, resources/assets/styles/pages/_careers.scss */

  .career-job__card {
    padding: 24px 32px 16px;
  }
}

/* line 284, resources/assets/styles/pages/_careers.scss */

.career-job__card:last-of-type {
  margin-bottom: 0;
}

/* line 288, resources/assets/styles/pages/_careers.scss */

.career-job__card:hover {
  -webkit-box-shadow: 0 0 6px 6px rgba(209, 211, 212, 0.5);
          box-shadow: 0 0 6px 6px rgba(209, 211, 212, 0.5);
}

/* line 292, resources/assets/styles/pages/_careers.scss */

.career-job__card--title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 12px;
  border-bottom: 1px solid #a1a1a1;
}

@media (max-width: 1199.98px) {
  /* line 292, resources/assets/styles/pages/_careers.scss */

  .career-job__card--title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  /* line 292, resources/assets/styles/pages/_careers.scss */

  .career-job__card--title {
    font-size: 18px;
  }
}

/* line 308, resources/assets/styles/pages/_careers.scss */

.career-job__card--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 575.98px) {
  /* line 308, resources/assets/styles/pages/_careers.scss */

  .career-job__card--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 318, resources/assets/styles/pages/_careers.scss */

.career-job__card--detail {
  margin-bottom: 0;
  border-left: 1px solid #a1a1a1;
  color: #1428a0;
  padding: 16px 24px 8px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  /* line 318, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 318, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail {
    border-left: none;
    border-top: 1px solid #a1a1a1;
    padding-left: 0;
  }
}

/* line 335, resources/assets/styles/pages/_careers.scss */

.career-job__card--detail.availability {
  width: 20%;
}

@media (max-width: 575.98px) {
  /* line 335, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail.availability {
    width: 100%;
  }
}

/* line 343, resources/assets/styles/pages/_careers.scss */

.career-job__card--detail.category {
  width: 40%;
}

@media (max-width: 1199.98px) {
  /* line 343, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail.category {
    width: 40%;
  }
}

@media (max-width: 575.98px) {
  /* line 343, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail.category {
    width: 100%;
  }
}

/* line 355, resources/assets/styles/pages/_careers.scss */

.career-job__card--detail.location {
  width: 40%;
}

@media (max-width: 1199.98px) {
  /* line 355, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail.location {
    width: 45%;
  }
}

@media (max-width: 575.98px) {
  /* line 355, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail.location {
    width: 100%;
  }
}

/* line 367, resources/assets/styles/pages/_careers.scss */

.career-job__card--detail:first-of-type {
  border-left: none;
  padding-left: 0;
}

@media (max-width: 575.98px) {
  /* line 367, resources/assets/styles/pages/_careers.scss */

  .career-job__card--detail:first-of-type {
    border-top: none;
  }
}

/* line 378, resources/assets/styles/pages/_careers.scss */

.career-job__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 384, resources/assets/styles/pages/_careers.scss */

.career-job__pagination--paginator {
  font-size: 14px;
  height: 36px;
  width: 36px;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 396, resources/assets/styles/pages/_careers.scss */

.career-job__pagination--paginator:hover {
  background-color: #1428a0;
  color: white;
}

/* line 401, resources/assets/styles/pages/_careers.scss */

.career-job__pagination--paginator.active {
  background-color: #1428a0;
  color: white;
}

/* line 408, resources/assets/styles/pages/_careers.scss */

.career-job__skeleton {
  height: 160px;
  margin-bottom: 32px;
}

/* line 412, resources/assets/styles/pages/_careers.scss */

.career-job__skeleton:last-of-type {
  margin-bottom: 0;
}

/* line 420, resources/assets/styles/pages/_careers.scss */

.career-heading {
  padding-top: 96px;
  padding-bottom: 24px;
}

/* line 424, resources/assets/styles/pages/_careers.scss */

.career-heading__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 432, resources/assets/styles/pages/_careers.scss */

.career-heading__paragraph {
  line-height: 24px;
  max-width: 1020px;
  margin: 0 auto;
}

/* line 440, resources/assets/styles/pages/_careers.scss */

.career-heading__blueline {
  margin: 160px auto 32px;
}

@media (max-width: 1199.98px) {
  /* line 440, resources/assets/styles/pages/_careers.scss */

  .career-heading__blueline {
    margin: 24px auto;
  }
}

/* line 450, resources/assets/styles/pages/_careers.scss */

.career-heading__anchor {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}

/* line 460, resources/assets/styles/pages/_careers.scss */

.career-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 640px;
  padding-top: 0;
}

/* line 470, resources/assets/styles/pages/_careers.scss */

.career-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2352;
  mix-blend-mode: hard-light;
  opacity: 0.8;
  z-index: 1;
}

/* line 486, resources/assets/styles/pages/_careers.scss */

.career-hero .hero__title,
.career-hero .hero__title--foundry {
  position: relative;
  max-width: 100%;
  z-index: 2;
}

/* line 494, resources/assets/styles/pages/_careers.scss */

.career-subheading {
  margin: 0 auto;
  max-width: 700px;
}

/* line 498, resources/assets/styles/pages/_careers.scss */

.career-subheading__title {
  font-size: 48px;
}

@media (max-width: 1199.98px) {
  /* line 498, resources/assets/styles/pages/_careers.scss */

  .career-subheading__title {
    font-size: 24px;
  }
}

/* line 508, resources/assets/styles/pages/_careers.scss */

.career-subheading__paragraph {
  width: 660px;
  word-break: break-word;
}

@media (max-width: 1199.98px) {
  /* line 508, resources/assets/styles/pages/_careers.scss */

  .career-subheading__paragraph {
    width: 100%;
  }
}

/* line 520, resources/assets/styles/pages/_careers.scss */

.career-footer,
.career-footer--life {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  height: 900px;
}

/* line 529, resources/assets/styles/pages/_careers.scss */

.career-footer::after,
.career-footer--life::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 31, 32, 0.3);
  z-index: 1;
}

/* line 543, resources/assets/styles/pages/_careers.scss */

.career-footer--life::after {
  background: none;
}

@media (max-width: 1199.98px) {
  /* line 520, resources/assets/styles/pages/_careers.scss */

  .career-footer,
  .career-footer--life {
    height: unset;
    padding: 32px;
  }
}

/* line 553, resources/assets/styles/pages/_careers.scss */

.career-footer__content {
  position: relative;
  color: white;
  width: 680px;
  height: 680px;
  margin: 0 auto;
  padding: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  /* line 553, resources/assets/styles/pages/_careers.scss */

  .career-footer__content {
    width: 100%;
    height: 100%;
    max-height: 480px;
    padding: 12px;
  }
}

/* line 571, resources/assets/styles/pages/_careers.scss */

.career-footer__content svg {
  position: absolute;
  width: 680px;
  height: 680px;
  left: 0%;
  top: 0%;
}

@media (max-width: 767.98px) {
  /* line 571, resources/assets/styles/pages/_careers.scss */

  .career-footer__content svg {
    width: 100%;
    height: 100%;
  }
}

/* line 584, resources/assets/styles/pages/_careers.scss */

.career-footer__content--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 108px;
  margin-bottom: 0;
}

/* line 591, resources/assets/styles/pages/_careers.scss */

.career-footer__content--title.small {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  /* line 584, resources/assets/styles/pages/_careers.scss */

  .career-footer__content--title {
    font-size: 28px;
  }
}

/* line 602, resources/assets/styles/pages/_careers.scss */

.career-footer__content--paragraph {
  font-family: "SamsungOne", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto;
}

/* line 610, resources/assets/styles/pages/_careers.scss */

.career-footer__content--paragraph.small {
  max-width: 660px;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 30px;
}

@media (max-width: 1199.98px) {
  /* line 602, resources/assets/styles/pages/_careers.scss */

  .career-footer__content--paragraph {
    font-size: 18px;
  }
}

/* line 622, resources/assets/styles/pages/_careers.scss */

.career-footer__content--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1020px;
  height: 430px;
  background-color: #2b2b2b;
  text-align: center;
  z-index: 100;
}

@media (max-width: 1199.98px) {
  /* line 622, resources/assets/styles/pages/_careers.scss */

  .career-footer__content--inner {
    width: auto;
    height: auto;
    padding: 32px;
  }
}

@media (max-width: 1199.98px) {
  /* line 640, resources/assets/styles/pages/_careers.scss */

  .career-footer__content--inner .btn-outline,
  .career-footer__content--inner .hero-slide__button,
  .career-footer__content--inner .global-leadership__button,
  .career-footer__content--inner .business-divisions__button,
  .career-footer__content--inner .resource-detail__content--download,
  .career-footer__content--inner .labslanding__section--link,
  .career-footer__content--inner .lab-content__link,
  .career-footer__content--inner .automotive__button {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* line 648, resources/assets/styles/pages/_careers.scss */

.career-footer__content--life {
  color: white;
  border: none;
  width: auto;
  height: auto;
  background: transparent !important;
  margin: auto auto 150px;
}

@media (max-width: 1199.98px) {
  /* line 648, resources/assets/styles/pages/_careers.scss */

  .career-footer__content--life {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 661, resources/assets/styles/pages/_careers.scss */

  .career-footer__content.rd {
    width: 450px;
    height: 450px;
  }
}

/* line 669, resources/assets/styles/pages/_careers.scss */

.career-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

/* line 676, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--main {
  background: #2b2b2b;
  width: 860px;
  height: 860px;
  margin: 480px 270px 800px;
  padding: 340px 100px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}

/* line 687, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--main.sales-margins {
  margin: 480px 270px 770px;
}

@media (max-width: 991.98px) {
  /* line 687, resources/assets/styles/pages/_careers.scss */

  .career-section__sponsored--main.sales-margins {
    margin: 0;
  }
}

/* line 695, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--main.rd-margins {
  margin: 680px 270px 800px;
}

@media (max-width: 991.98px) {
  /* line 695, resources/assets/styles/pages/_careers.scss */

  .career-section__sponsored--main.rd-margins {
    margin: 0;
  }
}

/* line 703, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--main.support-margins {
  margin: 480px 270px 490px;
}

@media (max-width: 991.98px) {
  /* line 703, resources/assets/styles/pages/_careers.scss */

  .career-section__sponsored--main.support-margins {
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 676, resources/assets/styles/pages/_careers.scss */

  .career-section__sponsored--main {
    font-size: 16px;
    width: unset;
    height: unset;
    margin: 0;
    padding: 32px;
  }
}

/* line 720, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--headline {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 727, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 40px 0;
}

/* line 734, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--caption {
  font-size: 16px;
  color: #6e6a69;
  margin-top: 30px;
}

/* line 739, resources/assets/styles/pages/_careers.scss */

.career-section__sponsored--caption.right {
  text-align: right;
}

/* line 747, resources/assets/styles/pages/_careers.scss */

.careers-body .career-nav {
  margin-top: 0;
}

/* line 753, resources/assets/styles/pages/_careers.scss */

.sales__sponsored {
  position: relative;
}

/* line 756, resources/assets/styles/pages/_careers.scss */

.sales__sponsored--first {
  color: white;
  padding: 90px 60px 70px;
  position: absolute;
  background-color: #2b2b2b;
  top: -300px;
  left: -60px;
  width: 40%;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 756, resources/assets/styles/pages/_careers.scss */

  .sales__sponsored--first {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 763, resources/assets/styles/pages/_careers.scss */

.sales__sponsored--second {
  height: 540px;
  position: absolute;
  background-color: transparent;
  top: -400px;
  left: 400px;
  width: calc(100% - 240px);
  z-index: 7;
}

@media (max-width: 1199.98px) {
  /* line 763, resources/assets/styles/pages/_careers.scss */

  .sales__sponsored--second {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 769, resources/assets/styles/pages/_careers.scss */

.sales__sponsored--third {
  height: 600px;
  position: absolute;
  background-color: transparent;
  top: calc(100% - 300px);
  left: 30px;
  width: calc(50% - 30px);
  z-index: 6;
}

@media (max-width: 1199.98px) {
  /* line 769, resources/assets/styles/pages/_careers.scss */

  .sales__sponsored--third {
    position: relative;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 781, resources/assets/styles/pages/_careers.scss */

.sales__sponsored--last {
  position: absolute;
  background-color: transparent;
  top: calc(100% - 80px);
  left: calc(50% + 60px);
  width: 40%;
  z-index: 5;
}

/* line 782, resources/assets/styles/pages/_careers.scss */

.sales__sponsored--last .carousel-wrapper {
  height: 315px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  /* line 782, resources/assets/styles/pages/_careers.scss */

  .sales__sponsored--last .carousel-wrapper {
    height: 240px;
  }
}

@media (max-width: 1199.98px) {
  /* line 781, resources/assets/styles/pages/_careers.scss */

  .sales__sponsored--last {
    position: relative;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 802, resources/assets/styles/pages/_careers.scss */

.rd__sponsored {
  position: relative;
}

/* line 805, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--first {
  color: white;
  padding: 90px 60px 70px;
  position: absolute;
  background-color: #1428a0;
  top: -400px;
  left: calc(100% - 460px);
  width: 40%;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 805, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--first {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 812, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--second {
  height: 600px;
  position: absolute;
  background-color: transparent;
  top: -400px;
  left: -30px;
  width: calc(100% - 240px);
  max-width: 1030px;
  z-index: 7;
}

@media (max-width: 1199.98px) {
  /* line 812, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--second {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 826, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--third {
  height: 560px;
  position: absolute;
  background-color: transparent;
  top: calc(100% - 380px);
  left: calc(53% + 30px);
  width: calc(42% - 30px);
  z-index: 6;
}

@media (max-width: 1199.98px) {
  /* line 826, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--third {
    position: relative;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 838, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--last {
  position: absolute;
  background-color: transparent;
  top: calc(100% - 320px);
  left: 0;
  width: 40%;
  z-index: 5;
}

/* line 839, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--last .carousel-wrapper {
  height: 315px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  /* line 839, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--last .carousel-wrapper {
    height: 240px;
  }
}

@media (max-width: 1199.98px) {
  /* line 838, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--last {
    position: relative;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 850, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--additional {
  position: absolute;
  background-color: transparent;
  top: calc(100% + 280px);
  left: 64px;
  width: 40%;
  z-index: 4;
}

/* line 851, resources/assets/styles/pages/_careers.scss */

.rd__sponsored--additional .carousel-wrapper {
  height: 360px;
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  /* line 850, resources/assets/styles/pages/_careers.scss */

  .rd__sponsored--additional {
    position: relative;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 862, resources/assets/styles/pages/_careers.scss */

.support__sponsored {
  position: relative;
}

/* line 865, resources/assets/styles/pages/_careers.scss */

.support__sponsored--first {
  color: white;
  padding: 90px 60px 70px;
  position: absolute;
  background-color: #2b2b2b;
  top: -360px;
  left: 370px;
  width: 40%;
  max-width: 460px;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 865, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--first {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 872, resources/assets/styles/pages/_careers.scss */

.support__sponsored--second {
  height: 420px;
  position: absolute;
  background-color: transparent;
  top: -330px;
  left: 50px;
  width: 400px;
  z-index: 7;
}

@media (max-width: 1199.98px) {
  /* line 872, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--second {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 878, resources/assets/styles/pages/_careers.scss */

.support__sponsored--third {
  height: 420px;
  position: absolute;
  background-color: transparent;
  top: -260px;
  left: calc(50% + 50px);
  width: 500px;
  z-index: 7;
}

@media (max-width: 1199.98px) {
  /* line 878, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--third {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 884, resources/assets/styles/pages/_careers.scss */

.support__sponsored--last {
  position: absolute;
  background-color: transparent;
  top: calc(100% - 320px);
  left: calc(50% + 120px);
  width: 40%;
  z-index: 5;
}

/* line 885, resources/assets/styles/pages/_careers.scss */

.support__sponsored--last .carousel-wrapper {
  height: 315px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  /* line 885, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--last .carousel-wrapper {
    height: 240px;
  }
}

@media (max-width: 1199.98px) {
  /* line 884, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--last {
    position: relative;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 902, resources/assets/styles/pages/_careers.scss */

.support__sponsored--additional {
  position: absolute;
  background-color: transparent;
  top: calc(100% - 250px);
  left: 0;
  width: 740px;
  z-index: 4;
}

/* line 903, resources/assets/styles/pages/_careers.scss */

.support__sponsored--additional .carousel-wrapper {
  height: 500px;
  margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
  /* line 902, resources/assets/styles/pages/_careers.scss */

  .support__sponsored--additional {
    position: relative;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 913, resources/assets/styles/pages/_careers.scss */

.life {
  position: relative;
  height: 2300px;
  width: 60%;
  margin: 460px auto 100px;
  background-color: #f7f3f0;
}

@media (max-width: 1199.98px) {
  /* line 913, resources/assets/styles/pages/_careers.scss */

  .life {
    height: auto;
    width: 100%;
    margin: 0;
  }
}

/* line 927, resources/assets/styles/pages/_careers.scss */

.life-work__left {
  height: 640px;
  position: absolute;
  background-color: white;
  top: -360px;
  left: -200px;
  width: 112%;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 927, resources/assets/styles/pages/_careers.scss */

  .life-work__left {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 932, resources/assets/styles/pages/_careers.scss */

.life-work__left--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 939, resources/assets/styles/pages/_careers.scss */

.life-work__right {
  padding: 90px 60px 70px;
  color: white;
  position: absolute;
  background-color: #1428a0;
  top: -110px;
  left: 80%;
  width: 360px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 939, resources/assets/styles/pages/_careers.scss */

  .life-work__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 948, resources/assets/styles/pages/_careers.scss */

.life-campus__left {
  height: 790px;
  position: absolute;
  background-color: white;
  top: 440px;
  left: -280px;
  width: 520px;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 948, resources/assets/styles/pages/_careers.scss */

  .life-campus__left {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 953, resources/assets/styles/pages/_careers.scss */

.life-campus__left--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 960, resources/assets/styles/pages/_careers.scss */

.life-campus__right {
  padding: 90px 60px 70px;
  color: white;
  position: absolute;
  background-color: #2b2b2b;
  top: 440px;
  left: -200px;
  width: 360px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 960, resources/assets/styles/pages/_careers.scss */

  .life-campus__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 969, resources/assets/styles/pages/_careers.scss */

.life-csr__left {
  height: 520px;
  position: absolute;
  background-color: white;
  top: 580px;
  left: 330px;
  width: 780px;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 969, resources/assets/styles/pages/_careers.scss */

  .life-csr__left {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 974, resources/assets/styles/pages/_careers.scss */

.life-csr__left--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 981, resources/assets/styles/pages/_careers.scss */

.life-csr__right {
  padding: 90px 60px 70px;
  color: white;
  position: absolute;
  background-color: #2b2b2b;
  top: 720px;
  left: 390px;
  width: 360px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 981, resources/assets/styles/pages/_careers.scss */

  .life-csr__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 990, resources/assets/styles/pages/_careers.scss */

.life-people__main {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-color: white;
  top: 1360px;
  left: -100px;
  width: 1000px;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 990, resources/assets/styles/pages/_careers.scss */

  .life-people__main {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 996, resources/assets/styles/pages/_careers.scss */

.life-people__left {
  width: 360px;
  padding: 90px 60px 70px;
  color: white;
  position: absolute;
  background-color: #1428a0;
  top: 1500px;
  left: -300px;
  width: 360px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 996, resources/assets/styles/pages/_careers.scss */

  .life-people__left {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 1004, resources/assets/styles/pages/_careers.scss */

.life-people__right {
  height: 360px;
  border: 1px solid #2b2b2b;
  padding: 0;
  position: absolute;
  background-color: #fff;
  top: 1300px;
  left: 640px;
  width: 360px;
  z-index: 9;
}

/* line 1009, resources/assets/styles/pages/_careers.scss */

.life-people__right--image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199.98px) {
  /* line 1004, resources/assets/styles/pages/_careers.scss */

  .life-people__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 1020, resources/assets/styles/pages/_careers.scss */

.life-di__left {
  height: 470px;
  position: absolute;
  background-color: white;
  top: 2020px;
  left: -200px;
  width: 700px;
  z-index: 8;
}

@media (max-width: 1199.98px) {
  /* line 1020, resources/assets/styles/pages/_careers.scss */

  .life-di__left {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 1025, resources/assets/styles/pages/_careers.scss */

.life-di__left--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* line 1032, resources/assets/styles/pages/_careers.scss */

.life-di__right {
  padding: 90px 60px 70px;
  color: white;
  position: absolute;
  background-color: #1428a0;
  top: 2100px;
  left: 600px;
  width: 360px;
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 1032, resources/assets/styles/pages/_careers.scss */

  .life-di__right {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: unset;
    left: unset;
    min-width: unset;
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 16px;
  }
}

/* line 1041, resources/assets/styles/pages/_careers.scss */

.life-section__headline {
  font-size: 38px;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: "Samsung Sharp Sans", sans-serif;
}

@media (max-width: 1199.98px) {
  /* line 1041, resources/assets/styles/pages/_careers.scss */

  .life-section__headline {
    font-size: 24px;
  }
}

/* line 1052, resources/assets/styles/pages/_careers.scss */

.life-section__paragraph {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "SamsungOne", sans-serif;
}

@media (max-width: 1199.98px) {
  /* line 1052, resources/assets/styles/pages/_careers.scss */

  .life-section__paragraph {
    margin: 0;
    font-size: 16px;
  }
}

/* line 2, resources/assets/styles/pages/_campus.scss */

.campus-header__container {
  display: grid;
  grid-template-columns: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 30px 50px 50px;
}

@media (max-width: 767.98px) {
  /* line 2, resources/assets/styles/pages/_campus.scss */

  .campus-header__container {
    padding: 30px 20px 20px;
  }
}

/* line 14, resources/assets/styles/pages/_campus.scss */

.campus-header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

/* line 20, resources/assets/styles/pages/_campus.scss */

.campus-header__category {
  width: 160px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  /* line 30, resources/assets/styles/pages/_campus.scss */

  .campus-header__heading {
    padding: 0;
  }
}

/* line 36, resources/assets/styles/pages/_campus.scss */

.campus-header__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  max-width: 700px;
  color: #fff;
  margin: 0 auto 40px;
}

@media (max-width: 767.98px) {
  /* line 36, resources/assets/styles/pages/_campus.scss */

  .campus-header__title {
    font-size: 40px;
    line-height: 1.2;
  }
}

/* line 52, resources/assets/styles/pages/_campus.scss */

.campus-header__subtitle {
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
}

/* line 61, resources/assets/styles/pages/_campus.scss */

.campus-header__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #fff;
  max-width: 634px;
  margin: 0 auto;
}

/* line 71, resources/assets/styles/pages/_campus.scss */

.campus-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 76, resources/assets/styles/pages/_campus.scss */

.campus-header__nav svg {
  fill: #fff;
}

@media (max-width: 767.98px) {
  /* line 71, resources/assets/styles/pages/_campus.scss */

  .campus-header__nav {
    display: none;
  }
}

/* line 85, resources/assets/styles/pages/_campus.scss */

.campus-header__arrow {
  cursor: pointer;
}

/* line 90, resources/assets/styles/pages/_campus.scss */

.campus-header a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

/* line 98, resources/assets/styles/pages/_campus.scss */

.campus__container,
.campus__container--our-campus,
.campus__container--facilities {
  max-width: 1400px;
  padding-top: 160px;
  padding-bottom: 160px;
}

@media (max-width: 767.98px) {
  /* line 98, resources/assets/styles/pages/_campus.scss */

  .campus__container,
  .campus__container--our-campus,
  .campus__container--facilities {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 991.98px) {
  /* line 111, resources/assets/styles/pages/_campus.scss */

  .campus__container--our-campus .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 118, resources/assets/styles/pages/_campus.scss */

.campus__container--facilities {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  /* line 118, resources/assets/styles/pages/_campus.scss */

  .campus__container--facilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 134, resources/assets/styles/pages/_campus.scss */

.campus__content--right {
  min-width: 335px;
  margin-bottom: 60px;
  margin-left: 120px;
}

@media (max-width: 767.98px) {
  /* line 134, resources/assets/styles/pages/_campus.scss */

  .campus__content--right {
    max-width: unset;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 134, resources/assets/styles/pages/_campus.scss */

  .campus__content--right {
    margin-left: 60px;
  }
}

/* line 149, resources/assets/styles/pages/_campus.scss */

.campus__content--center {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

/* line 155, resources/assets/styles/pages/_campus.scss */

.campus__content--left {
  min-width: 335px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  /* line 155, resources/assets/styles/pages/_campus.scss */

  .campus__content--left {
    max-width: unset;
    margin: 0;
  }
}

/* line 165, resources/assets/styles/pages/_campus.scss */

.campus__content--wide {
  max-width: 686px;
  margin-bottom: 60px;
}

/* line 171, resources/assets/styles/pages/_campus.scss */

.campus__heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 171, resources/assets/styles/pages/_campus.scss */

  .campus__heading {
    font-size: 30px;
    padding: 0 20px;
  }
}

/* line 184, resources/assets/styles/pages/_campus.scss */

.campus__title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 70px;
}

@media (max-width: 767.98px) {
  /* line 184, resources/assets/styles/pages/_campus.scss */

  .campus__title {
    font-size: 40px;
    padding: 0;
    margin: 0 0 20px;
  }
}

/* line 196, resources/assets/styles/pages/_campus.scss */

.campus__subtext,
.campus-header__subtitle,
.campus__subtext--light {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}

/* line 204, resources/assets/styles/pages/_campus.scss */

.campus__subtext--light {
  color: #fff;
}

/* line 211, resources/assets/styles/pages/_campus.scss */

.campus__paragraph,
.campus__paragraph--light {
  font-family: "SamsungOne", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* line 217, resources/assets/styles/pages/_campus.scss */

.campus__paragraph--light {
  color: #fff;
}

/* line 224, resources/assets/styles/pages/_campus.scss */

.campus__button,
.campus__button--large {
  text-transform: uppercase;
}

/* line 229, resources/assets/styles/pages/_campus.scss */

.campus__button--large {
  width: 180px;
  height: 50px;
  margin: 0 auto;
}

/* line 236, resources/assets/styles/pages/_campus.scss */

.campus__button--large.dark {
  color: #000 !important;
  border-color: #000;
  margin: 0;
}

/* line 241, resources/assets/styles/pages/_campus.scss */

.campus__button--large.dark:hover {
  color: #fff !important;
  background-color: #000;
}

@media (max-width: 767.98px) {
  /* line 224, resources/assets/styles/pages/_campus.scss */

  .campus__button,
  .campus__button--large {
    width: auto;
    font-size: 12px;
    padding: 0 20px;
  }
}

/* line 255, resources/assets/styles/pages/_campus.scss */

.campus .dark-block {
  position: relative;
  background-color: #24272f;
}

/* line 260, resources/assets/styles/pages/_campus.scss */

.campus .our-campus {
  width: 100%;
  max-width: 875px;
  height: auto;
  margin-right: 60px;
}

@media (max-width: 767.98px) {
  /* line 260, resources/assets/styles/pages/_campus.scss */

  .campus .our-campus {
    width: 100%;
  }
}

/* line 271, resources/assets/styles/pages/_campus.scss */

.campus .campus-visits-background,
.campus .campus-cafe-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  mix-blend-mode: multiply !important;
  opacity: 0.25;
}

/* line 285, resources/assets/styles/pages/_campus.scss */

.campus .campus-cafe-1 {
  width: 100%;
  max-width: 993px;
  height: auto;
  margin-left: 60px;
}

@media (max-width: 767.98px) {
  /* line 285, resources/assets/styles/pages/_campus.scss */

  .campus .campus-cafe-1 {
    width: 100%;
    margin: 90px 0 0;
  }
}

/* line 309, resources/assets/styles/pages/_campus.scss */

.horizontal-line,
.horizontal-line--light,
.horizontal-line--footer {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 25px;
}

/* line 315, resources/assets/styles/pages/_campus.scss */

.horizontal-line--light {
  background-color: #fff;
}

/* line 321, resources/assets/styles/pages/_campus.scss */

.horizontal-line--footer {
  margin-top: 86px;
}

/* line 328, resources/assets/styles/pages/_campus.scss */

.foundry-slider--facilities {
  position: relative;
  max-width: 1154px;
  height: 657px;
}

@media (max-width: 767.98px) {
  /* line 328, resources/assets/styles/pages/_campus.scss */

  .foundry-slider--facilities {
    width: 100%;
    height: 400px;
  }
}

/* line 342, resources/assets/styles/pages/_campus.scss */

.campus-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  /* line 342, resources/assets/styles/pages/_campus.scss */

  .campus-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  /* line 353, resources/assets/styles/pages/_campus.scss */

  .campus-footer__wrapper {
    text-align: center;
  }
}

/* line 359, resources/assets/styles/pages/_campus.scss */

.campus-footer__tagline {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 30px;
}

/* line 367, resources/assets/styles/pages/_campus.scss */

.campus-footer__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

/* line 373, resources/assets/styles/pages/_campus.scss */

.campus-footer__address {
  font-family: "SamsungOne", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-top: 120px;
}

@media (max-width: 767.98px) {
  /* line 373, resources/assets/styles/pages/_campus.scss */

  .campus-footer__address {
    margin-top: 30px;
  }
}

/* line 383, resources/assets/styles/pages/_campus.scss */

.campus-footer__address--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
}

/* line 391, resources/assets/styles/pages/_campus.scss */

.campus-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767.98px) {
  /* line 391, resources/assets/styles/pages/_campus.scss */

  .campus-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

/* line 401, resources/assets/styles/pages/_campus.scss */

.campus-footer__social img {
  width: 27px;
  height: 27px;
  margin-right: 20px;
}

/* line 408, resources/assets/styles/pages/_campus.scss */

.campus-footer__nav {
  margin-top: 120px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  /* line 408, resources/assets/styles/pages/_campus.scss */

  .campus-footer__nav {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
  }

  /* line 417, resources/assets/styles/pages/_campus.scss */

  .campus-footer__nav:first-child {
    margin-top: 90px;
  }
}

/* line 423, resources/assets/styles/pages/_campus.scss */

.campus-footer__copyright {
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  /* line 423, resources/assets/styles/pages/_campus.scss */

  .campus-footer__copyright {
    display: block;
    margin-right: 0;
  }
}

/* line 431, resources/assets/styles/pages/_campus.scss */

.campus-footer__copyright::after {
  content: "|";
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  /* line 437, resources/assets/styles/pages/_campus.scss */

  .campus-footer__copyright::after {
    display: none;
  }
}

/* line 443, resources/assets/styles/pages/_campus.scss */

.campus-footer__link {
  color: #231f20;
  margin-right: 10px;
}

/* line 447, resources/assets/styles/pages/_campus.scss */

.campus-footer__link::after {
  content: "|";
  padding-left: 10px;
}

/* line 452, resources/assets/styles/pages/_campus.scss */

.campus-footer__link:hover {
  color: #231f20;
}

/* line 457, resources/assets/styles/pages/_campus.scss */

.campus-footer__link:last-of-type::after {
  content: none;
}

@-webkit-keyframes moveupdown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes moveupdown {
  0% {
    -o-transform: translateY(-40px);
       transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveupdown {
  0% {
    -webkit-transform: translateY(-40px);
         -o-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/* line 5, resources/assets/styles/pages/_events.scss */

.events .page-content {
  padding: 30px 0 60px;
}

@media (max-width: 991px) {
  /* line 10, resources/assets/styles/pages/_events.scss */

  .events-search__left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 16, resources/assets/styles/pages/_events.scss */

  .events-search__right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 23, resources/assets/styles/pages/_events.scss */

.events-search__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 30px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 23, resources/assets/styles/pages/_events.scss */

  .events-search__dropdown {
    padding-left: 0;
  }
}

/* line 34, resources/assets/styles/pages/_events.scss */

.events-search__dropdown > span {
  margin-right: 12px;
}

/* line 38, resources/assets/styles/pages/_events.scss */

.events-search__dropdown svg {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -o-transform 0.2s;
}

/* line 42, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--dropmenu {
  display: none;
  position: absolute;
  padding: 50px;
  z-index: 100;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  top: 100%;
  left: -8px;
}

@media (max-width: 991px) {
  /* line 42, resources/assets/styles/pages/_events.scss */

  .events-search__dropdown--dropmenu {
    padding: 25px;
  }
}

/* line 58, resources/assets/styles/pages/_events.scss */

.events-search__dropdown:hover .events-search__dropdown--dropmenu {
  display: block;
}

/* line 62, resources/assets/styles/pages/_events.scss */

.events-search__dropdown:hover svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 67, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--category {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

/* line 73, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--count {
  font-size: 12px;
}

/* line 77, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

/* line 81, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--checkbox > div {
  width: 120px;
}

/* line 85, resources/assets/styles/pages/_events.scss */

.events-search__dropdown--checkbox:last-of-type {
  margin-bottom: 0;
}

/* line 91, resources/assets/styles/pages/_events.scss */

.events-search__header {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
}

@media (max-width: 991px) {
  /* line 91, resources/assets/styles/pages/_events.scss */

  .events-search__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

/* line 107, resources/assets/styles/pages/_events.scss */

.events-search__header--prefix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  cursor: pointer;
}

/* line 113, resources/assets/styles/pages/_events.scss */

.events-search__header--prefix span {
  margin-right: 12px;
}

@media (max-width: 991px) {
  /* line 107, resources/assets/styles/pages/_events.scss */

  .events-search__header--prefix {
    display: none;
  }
}

/* line 122, resources/assets/styles/pages/_events.scss */

.events-search__header--fullinput {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 24px);
  right: 100%;
  z-index: 100;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

/* line 131, resources/assets/styles/pages/_events.scss */

.events-search__header--fullinput input {
  border: none;
  outline: 0;
  padding: 0 0 30px 16px;
  width: 100%;
}

/* line 138, resources/assets/styles/pages/_events.scss */

.events-search__header--fullinput.hidden {
  width: 0;
}

/* line 143, resources/assets/styles/pages/_events.scss */

.events-search__header--input {
  border: none;
  outline: 0;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991px) {
  /* line 143, resources/assets/styles/pages/_events.scss */

  .events-search__header--input {
    width: 100%;
    border-bottom: 1px solid black;
  }
}

/* line 155, resources/assets/styles/pages/_events.scss */

.events-search__header--status {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 155, resources/assets/styles/pages/_events.scss */

  .events-search__header--status {
    margin: 0;
  }
}

/* line 166, resources/assets/styles/pages/_events.scss */

.events-search__header--pagesize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

/* line 171, resources/assets/styles/pages/_events.scss */

.events-search__header--pagesize span {
  margin-right: 8px;
}

/* line 175, resources/assets/styles/pages/_events.scss */

.events-search__header--pagesize select {
  outline: 0;
}

/* line 182, resources/assets/styles/pages/_events.scss */

.events-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

/* line 189, resources/assets/styles/pages/_events.scss */

.events-event:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  /* line 182, resources/assets/styles/pages/_events.scss */

  .events-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 197, resources/assets/styles/pages/_events.scss */

.events-event:last-of-type {
  margin-bottom: 0;
}

/* line 201, resources/assets/styles/pages/_events.scss */

.events-event__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

/* line 210, resources/assets/styles/pages/_events.scss */

.events-event__lhs {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: #1428a0;
  background-image: -webkit-linear-gradient(315deg, #0077c8, #0f2395);
  background-image: -o-linear-gradient(315deg, #0077c8, #0f2395);
  background-image: linear-gradient(135deg, #0077c8, #0f2395);
}

@media (max-width: 991px) {
  /* line 210, resources/assets/styles/pages/_events.scss */

  .events-event__lhs {
    width: 100%;
    height: 120px;
  }
}

/* line 225, resources/assets/styles/pages/_events.scss */

.events-event__lhs--month {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 12px;
  font-weight: 900;
}

/* line 233, resources/assets/styles/pages/_events.scss */

.events-event__lhs--period {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 800;
}

/* line 241, resources/assets/styles/pages/_events.scss */

.events-event__rhs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
}

/* line 245, resources/assets/styles/pages/_events.scss */

.events-event__rhs--title {
  color: #1428a0;
  font-weight: 900;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 8px;
}

/* line 255, resources/assets/styles/pages/_events.scss */

.events-event__rhs dt {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

/* line 262, resources/assets/styles/pages/_events.scss */

.events-event__rhs dd {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 800;
}

/* line 270, resources/assets/styles/pages/_events.scss */

.events-event__image {
  width: 170px;
  height: 170px;
  padding: 16px;
}

/* line 275, resources/assets/styles/pages/_events.scss */

.events-event__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 283, resources/assets/styles/pages/_events.scss */

.events-event__skeleton {
  height: 170px;
  width: 100%;
  margin-bottom: 30px;
}

/* line 288, resources/assets/styles/pages/_events.scss */

.events-event__skeleton:last-of-type {
  margin-bottom: 0;
}

/* line 296, resources/assets/styles/pages/_events.scss */

.events__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 303, resources/assets/styles/pages/_events.scss */

.events__pagination--paginator {
  font-size: 14px;
  height: 36px;
  width: 36px;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 315, resources/assets/styles/pages/_events.scss */

.events__pagination--paginator:hover {
  background-color: #1428a0;
  color: white;
}

/* line 320, resources/assets/styles/pages/_events.scss */

.events__pagination--paginator.active {
  background-color: #1428a0;
  color: white;
}

/* line 327, resources/assets/styles/pages/_events.scss */

.events__disclaimer {
  font-family: "Samsung Sharp Sans", sans-serif;
  text-align: center;
  margin: 60px 0;
  font-weight: 900;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/* line 9, resources/assets/styles/pages/_blogs.scss */

.blog-container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: white;
}

/* line 15, resources/assets/styles/pages/_blogs.scss */

.blog-hero {
  padding: 48px 32px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 315px;
}

@media (max-width: 991.98px) {
  /* line 15, resources/assets/styles/pages/_blogs.scss */

  .blog-hero {
    height: auto;
    padding: 48px 16px;
  }
}

/* line 28, resources/assets/styles/pages/_blogs.scss */

.blog-hero__title {
  text-align: center;
  font-size: 50px;
}

@media (max-width: 991.98px) {
  /* line 28, resources/assets/styles/pages/_blogs.scss */

  .blog-hero__title {
    font-size: 30px;
  }
}

/* line 36, resources/assets/styles/pages/_blogs.scss */

.blog-hero__title small {
  font-size: 0.5em;
  display: block;
}

@media (max-width: 991.98px) {
  /* line 36, resources/assets/styles/pages/_blogs.scss */

  .blog-hero__title small {
    font-size: 0.75em;
  }
}

/* line 47, resources/assets/styles/pages/_blogs.scss */

.blog-title {
  margin: 5.5% 0;
  text-align: center;
}

/* line 52, resources/assets/styles/pages/_blogs.scss */

.blog-post {
  background-color: #efefef;
  color: #53565a;
  position: relative;
  height: 100%;
  font-size: 16px;
  margin-bottom: 32px;
}

/* line 60, resources/assets/styles/pages/_blogs.scss */

.blog-post__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #1428a0;
  margin-bottom: 16px;
  -webkit-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}

/* line 69, resources/assets/styles/pages/_blogs.scss */

.blog-post__title:hover {
  color: #1428a0;
  -webkit-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2 ease-in-out;
}

/* line 75, resources/assets/styles/pages/_blogs.scss */

.blog-post__date {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* line 82, resources/assets/styles/pages/_blogs.scss */

.blog-post__content {
  padding: 20px;
  font-weight: 500;
  line-height: 1.5;
}

/* line 88, resources/assets/styles/pages/_blogs.scss */

.blog-post__excerpt {
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 94, resources/assets/styles/pages/_blogs.scss */

.blog-post__excerpt a {
  display: none;
}

/* line 99, resources/assets/styles/pages/_blogs.scss */

.blog-post__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

/* line 108, resources/assets/styles/pages/_blogs.scss */

.blog-post__badge {
  font-size: 16px;
  padding: 12px 20px;
  color: white;
  background-color: #2b2b2b;
}

/* line 114, resources/assets/styles/pages/_blogs.scss */

.blog-post__badge.featured {
  color: white;
  background-color: #1428a0;
}

/* line 120, resources/assets/styles/pages/_blogs.scss */

.blog-post__image {
  height: 0;
  padding-top: 63.33%;
  position: relative;
  overflow: hidden;
}

/* line 126, resources/assets/styles/pages/_blogs.scss */

.blog-post__image div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

/* line 143, resources/assets/styles/pages/_blogs.scss */

.blog-post__skeleton.image {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  margin-bottom: 20px;
}

/* line 150, resources/assets/styles/pages/_blogs.scss */

.blog-post__skeleton.title,
.blog-post__skeleton.lab-modal__heading,
.blog-post__skeleton.lab-modal__title,
.blog-post__skeleton.header__page-title,
.blog-post__skeleton.hero-slide__title,
.blog-post__skeleton.section--title,
.blog-post__skeleton.foundry__title,
.blog-post__skeleton.foundry__title--medium,
.blog-post__skeleton.foundry__title--wide,
.blog-post__skeleton.foundry__title--left-justified,
.blog-post__skeleton.related-insights__heading,
.blog-post__skeleton.foundry-events__title,
.blog-post__skeleton.business-divisions__title,
.blog-post__skeleton.video-carousel__title,
.blog-post__skeleton.news__title,
.blog-post__skeleton.footer-slider__title,
.blog-post__skeleton.csr-partners__title,
.blog-post__skeleton.career-heading__title,
.blog-post__skeleton.career-subheading__title,
.notfound .blog-post__skeleton.notfound__title,
.blog-post__skeleton.lab-header__title,
.blog-post__skeleton.lab-content__title,
.blog-post__skeleton.lab-location__title,
.blog-post__skeleton.lab-statistics__title,
.blog-post__skeleton.lab-about-us__title,
.blog-post__skeleton.product-navigation__title,
.blog-post__skeleton.product-card__title,
.blog-post__skeleton.product__title,
.blog-post__skeleton.product-applications__title,
.blog-post__skeleton.product-news__title,
.blog-post__skeleton.product__name,
.blog-post__skeleton.product-contact__title,
.blog-post__skeleton.product-features__title {
  height: 24px;
  margin-bottom: 20px;
}

/* line 155, resources/assets/styles/pages/_blogs.scss */

.blog-post__skeleton.paragraph,
.blog-post__skeleton.lab-modal__description,
.blog-post__skeleton.hero-slide__description,
.blog-post__skeleton.section--paragraph,
.blog-post__skeleton.foundry__paragraph,
.blog-post__skeleton.foundry__paragraph--wide,
.blog-post__skeleton.foundry__paragraph--left-justified,
.blog-post__skeleton.cube__description,
.blog-post__skeleton.global-leadership__description,
.blog-post__skeleton.business-divisions__description,
.blog-post__skeleton.footer-slider__description,
.blog-post__skeleton.career-heading__paragraph,
.blog-post__skeleton.career-subheading__paragraph,
.notfound .blog-post__skeleton.notfound__paragraph,
.blog-post__skeleton.lab-content__textarea,
.lab-content p.blog-post__skeleton,
.blog-post__skeleton.lab-about-us__content,
.blog-post__skeleton.lab-location__subtitle,
.blog-post__skeleton.lab-statistics__subtitle,
.blog-post__skeleton.foundry-product__description,
.blog-post__skeleton.gen4-product__description,
.blog-post__skeleton.product-navigation__description,
.blog-post__skeleton.product-card__description,
.blog-post__skeleton.product__subtitle,
.blog-post__skeleton.product__description,
.blog-post__skeleton.product__form-factor,
.blog-post__skeleton.product__capacity,
.blog-post__skeleton.product-applications__description,
.blog-post__skeleton.product__overview,
.blog-post__skeleton.product-highlight__content,
.blog-post__skeleton.product-contact__description,
.blog-post__skeleton.product-features__description {
  height: 24px;
  margin-bottom: 20px;
}

/* line 162, resources/assets/styles/pages/_blogs.scss */

.blog-post:hover .blog-post__image > div {
  -webkit-transform: scale(1.125);
       -o-transform: scale(1.125);
          transform: scale(1.125);
}

/* line 168, resources/assets/styles/pages/_blogs.scss */

.blog-detail {
  padding-top: 32px;
}

/* line 171, resources/assets/styles/pages/_blogs.scss */

.blog-detail__heading {
  background-color: #efefef;
  padding: 48px 32px;
  font-size: 16px;
}

/* line 178, resources/assets/styles/pages/_blogs.scss */

.blog-detail__featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0 32px;
}

/* line 185, resources/assets/styles/pages/_blogs.scss */

.blog-detail__related {
  position: relative;
}

/* line 188, resources/assets/styles/pages/_blogs.scss */

.blog-detail__related--post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

/* line 197, resources/assets/styles/pages/_blogs.scss */

.blog-detail__related--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
}

/* line 202, resources/assets/styles/pages/_blogs.scss */

.blog-detail__related--image {
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  position: relative;
  background-color: #efefef;
}

/* line 209, resources/assets/styles/pages/_blogs.scss */

.blog-detail__related--image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 222, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content {
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #53565a;
}

/* line 228, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content h1,
.blog-detail__content h2,
.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5,
.blog-detail__content h6 {
  font-weight: 900;
}

/* line 237, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content h2 {
  font-size: 24px;
}

/* line 241, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content img {
  width: auto;
  max-width: 100%;
  padding: 32px 0;
}

/* line 247, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content figure {
  margin-bottom: 32px;
}

/* line 250, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content figure figcaption {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

/* line 257, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

/* line 263, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content span {
  display: block;
  font-weight: normal;
  margin-bottom: 16px;
}

/* line 269, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content p {
  margin-bottom: 32px;
}

/* line 273, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content ul,
.blog-detail__content ol {
  margin-bottom: 32px;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

/* line 279, resources/assets/styles/pages/_blogs.scss */

.blog-detail__content li {
  margin-bottom: 16px;
}

/* line 284, resources/assets/styles/pages/_blogs.scss */

.blog-detail__category {
  color: #1428a0;
  margin-bottom: 8px;
  position: relative;
  font-weight: 600;
}

/* line 291, resources/assets/styles/pages/_blogs.scss */

.blog-detail__date {
  color: #53565a;
  margin-bottom: 24px;
}

/* line 296, resources/assets/styles/pages/_blogs.scss */

.blog-detail__title {
  color: black;
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 303, resources/assets/styles/pages/_blogs.scss */

.blog-detail__share {
  font-size: 24px;
  color: #a1a1a1;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 310, resources/assets/styles/pages/_blogs.scss */

.blog-detail__share a {
  text-decoration: none;
}

/* line 314, resources/assets/styles/pages/_blogs.scss */

.blog-detail__share h3 {
  font-size: 24px;
  color: #1428a0;
}

@media (max-width: 991.98px) {
  /* line 168, resources/assets/styles/pages/_blogs.scss */

  .blog-detail {
    padding-top: 30px;
  }
}

/* line 325, resources/assets/styles/pages/_blogs.scss */

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 331, resources/assets/styles/pages/_blogs.scss */

.blog-pagination__paginator {
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 344, resources/assets/styles/pages/_blogs.scss */

.blog-pagination__paginator:hover {
  background-color: #1428a0;
  color: white;
}

/* line 349, resources/assets/styles/pages/_blogs.scss */

.blog-pagination__paginator.active {
  background-color: #1428a0;
  color: white;
}

/* line 357, resources/assets/styles/pages/_blogs.scss */

.post {
  margin-top: -60px;
}

@media (max-width: 991.98px) {
  /* line 357, resources/assets/styles/pages/_blogs.scss */

  .post {
    margin-top: -30px;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 6, resources/assets/styles/pages/_opening.scss */

.opening {
  font-size: 16px;
}

/* line 9, resources/assets/styles/pages/_opening.scss */

.opening-header {
  background: #f7f7f7;
  margin-bottom: 70px;
}

/* line 13, resources/assets/styles/pages/_opening.scss */

.opening-header__container {
  max-width: 1400px;
  padding: 50px 0 100px;
  font-weight: 600;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 13, resources/assets/styles/pages/_opening.scss */

  .opening-header__container {
    padding: 30px 0 50px;
  }
}

/* line 25, resources/assets/styles/pages/_opening.scss */

.opening-header__action--back {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 800;
  font-family: "SamsungOne", sans-serif;
}

/* line 31, resources/assets/styles/pages/_opening.scss */

.opening-header__action--back a {
  text-decoration: none;
  color: black;
}

/* line 37, resources/assets/styles/pages/_opening.scss */

.opening-header__action--icon {
  border-radius: 4px;
  border: 1px solid #231f20;
  color: #231f20;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 48, resources/assets/styles/pages/_opening.scss */

.opening-header__action--icon svg {
  width: 8px !important;
}

/* line 54, resources/assets/styles/pages/_opening.scss */

.opening-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 55, resources/assets/styles/pages/_opening.scss */

.opening-header__content--title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Samsung Sharp Sans", sans-serif;
  text-decoration: none !important;
}

/* line 62, resources/assets/styles/pages/_opening.scss */

.opening-header__content--title strong {
  font-size: 18px;
  text-transform: lowercase;
}

/* line 66, resources/assets/styles/pages/_opening.scss */

.opening-header__content--title strong::first-letter {
  text-transform: uppercase;
}

/* line 75, resources/assets/styles/pages/_opening.scss */

.opening-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  /* line 75, resources/assets/styles/pages/_opening.scss */

  .opening-header__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}

/* line 86, resources/assets/styles/pages/_opening.scss */

.opening-content {
  max-width: 1400px;
  font-size: 18px;
  line-height: 1.5;
}

/* line 92, resources/assets/styles/pages/_opening.scss */

.opening-content__detail .content-intro {
  margin-bottom: 32px;
}

/* line 96, resources/assets/styles/pages/_opening.scss */

.opening-content__detail .content-conclusion {
  display: none;
}

/* line 100, resources/assets/styles/pages/_opening.scss */

.opening-content__detail a {
  font-size: 18px;
  font-weight: 400;
  color: #1428a0;
  text-decoration: underline;
}

/* line 107, resources/assets/styles/pages/_opening.scss */

.opening-content__detail strong {
  font-size: 28px;
  text-transform: lowercase;
}

/* line 111, resources/assets/styles/pages/_opening.scss */

.opening-content__detail strong::first-letter {
  text-transform: uppercase;
}

/* line 116, resources/assets/styles/pages/_opening.scss */

.opening-content__detail span {
  text-decoration: none !important;
}

/* line 120, resources/assets/styles/pages/_opening.scss */

.opening-content__detail p ~ strong {
  margin-top: 32px;
}

/* line 124, resources/assets/styles/pages/_opening.scss */

.opening-content__detail ul {
  padding-left: 22px;
  margin-bottom: 32px;
}

/* line 129, resources/assets/styles/pages/_opening.scss */

.opening-content__detail u {
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  margin-bottom: 30px;
  padding: 0;
}

/* line 139, resources/assets/styles/pages/_opening.scss */

.opening-content__detail p::first-letter {
  text-transform: uppercase;
}

/* line 145, resources/assets/styles/pages/_opening.scss */

.opening-content__apply {
  margin-top: 20px;
  margin-bottom: 64px;
}

/* line 150, resources/assets/styles/pages/_opening.scss */

.opening-content__form {
  margin-top: 128px;
  display: none;
}

/* line 154, resources/assets/styles/pages/_opening.scss */

.opening-content__form--heading {
  font-size: 24px;
  font-weight: 600;
}

/* line 159, resources/assets/styles/pages/_opening.scss */

.opening-content__form label {
  font-size: 16px;
}

/* line 164, resources/assets/styles/pages/_opening.scss */

.opening-content__form #main_fields label {
  width: 110px;
  text-align: right;
  font-size: 16px;
}

/* line 171, resources/assets/styles/pages/_opening.scss */

.opening-content__form .asterisk {
  color: #db2a3a;
}

/* line 176, resources/assets/styles/pages/_opening.scss */

.opening-content__right {
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  /* line 176, resources/assets/styles/pages/_opening.scss */

  .opening-content__right {
    padding-left: 15px;
  }
}

/* line 184, resources/assets/styles/pages/_opening.scss */

.opening-content__left {
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  /* line 184, resources/assets/styles/pages/_opening.scss */

  .opening-content__left {
    padding-left: 15px;
  }
}

/* line 192, resources/assets/styles/pages/_opening.scss */

.opening-content__summary {
  border: 1px solid #bcbec0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2778;
  padding: 40px 30px;
}

/* line 199, resources/assets/styles/pages/_opening.scss */

.opening-content__summary--label {
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0;
}

/* line 206, resources/assets/styles/pages/_opening.scss */

.opening-content__summary--data {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.227;
  margin-bottom: 0.5em;
}

/* line 212, resources/assets/styles/pages/_opening.scss */

.opening-content__summary--data:last-of-type {
  margin-bottom: 0;
}

/* line 217, resources/assets/styles/pages/_opening.scss */

.opening-content__summary--logo {
  margin-bottom: 32px;
}

/* line 220, resources/assets/styles/pages/_opening.scss */

.opening-content__summary--logo img {
  height: 20px;
}

/* line 226, resources/assets/styles/pages/_opening.scss */

.opening-content__video {
  position: relative;
  padding-top: 66%;
  margin-top: 64px;
}

/* line 231, resources/assets/styles/pages/_opening.scss */

.opening-content__video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 239, resources/assets/styles/pages/_opening.scss */

.opening-content__video--subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.5em;
}

/* line 246, resources/assets/styles/pages/_opening.scss */

.opening-content__disclaimer {
  border-top: 1px solid #bcbec0;
  margin: 120px 0;
  padding-top: 50px;
}

/* line 251, resources/assets/styles/pages/_opening.scss */

.opening-content__disclaimer .disclaimer-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2778;
}

/* line 261, resources/assets/styles/pages/_opening.scss */

.single-job .col-lg-12 {
  padding: 0;
}

/* line 265, resources/assets/styles/pages/_opening.scss */

.single-job span {
  text-decoration: none !important;
}

/* line 269, resources/assets/styles/pages/_opening.scss */

.single-job u {
  font-size: 28px;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  margin-bottom: 30px;
  padding: 0;
}

/* line 279, resources/assets/styles/pages/_opening.scss */

.single-job p:last-child {
  margin-bottom: 50px;
}

/* line 283, resources/assets/styles/pages/_opening.scss */

.single-job p::first-letter {
  text-transform: uppercase;
}

/* line 288, resources/assets/styles/pages/_opening.scss */

.single-job ul {
  margin: 0 0 50px 18px;
  padding: 0;
}

/* line 292, resources/assets/styles/pages/_opening.scss */

.single-job ul li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* line 5, resources/assets/styles/pages/_404.scss */

.notfound .notfound__title {
  text-align: center;
  font-weight: 600;
  font-size: 34px;
  margin-top: 64px;
  margin-bottom: 30px;
}

/* line 15, resources/assets/styles/pages/_404.scss */

.notfound .notfound__paragraph {
  font-size: 18px;
  text-align: center;
  margin-bottom: 100px;
}

/* line 22, resources/assets/styles/pages/_404.scss */

.notfound .notfound__paragraph a {
  color: #1428a0;
}

/* line 2, resources/assets/styles/pages/_network.scss */

.network__map {
  margin-top: 50px;
}

/* line 6, resources/assets/styles/pages/_network.scss */

.network__section-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin: 60px auto 30px;
}

/* line 14, resources/assets/styles/pages/_network.scss */

.network__distributors {
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  /* line 14, resources/assets/styles/pages/_network.scss */

  .network__distributors {
    margin-bottom: 30px;
  }
}

/* line 24, resources/assets/styles/pages/_network.scss */

.representative__container {
  max-width: 1140px;
  height: auto;
  padding: 20px 30px 50px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  /* line 24, resources/assets/styles/pages/_network.scss */

  .representative__container {
    padding: 20px 20px 30px;
  }
}

/* line 36, resources/assets/styles/pages/_network.scss */

.representative__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
}

/* line 44, resources/assets/styles/pages/_network.scss */

.representative__header a:hover {
  text-decoration: none;
}

/* line 50, resources/assets/styles/pages/_network.scss */

.representative__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  /* line 50, resources/assets/styles/pages/_network.scss */

  .representative__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}

/* line 63, resources/assets/styles/pages/_network.scss */

.representative__line-break {
  width: calc(100% - 20px);
  height: 1px;
  background-color: #000;
  margin: 20px auto 40px;
}

@media (max-width: 767.98px) {
  /* line 63, resources/assets/styles/pages/_network.scss */

  .representative__line-break {
    margin: 10px auto 20px;
  }
}

/* line 74, resources/assets/styles/pages/_network.scss */

.representative__title {
  position: relative;
  top: 2px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 74, resources/assets/styles/pages/_network.scss */

  .representative__title {
    font-size: 30px;
  }
}

/* line 88, resources/assets/styles/pages/_network.scss */

.representative__logo {
  width: auto;
  height: 60px;
}

@media (max-width: 767.98px) {
  /* line 88, resources/assets/styles/pages/_network.scss */

  .representative__logo {
    height: 30px;
  }
}

/* line 97, resources/assets/styles/pages/_network.scss */

.representative__section-category {
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 106, resources/assets/styles/pages/_network.scss */

.representative__product {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media (max-width: 767.98px) {
  /* line 106, resources/assets/styles/pages/_network.scss */

  .representative__product {
    font-size: 20px;
  }
}

/* line 117, resources/assets/styles/pages/_network.scss */

.representative__product,
.representative__territory {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 122, resources/assets/styles/pages/_network.scss */

  .representative__products,
  .representative__territories,
  .representative__address,
  .representative__contact {
    margin-bottom: 20px;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/* line 10, resources/assets/styles/pages/_search.scss */

.search-header__title {
  font-size: 26px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

/* line 18, resources/assets/styles/pages/_search.scss */

.search-header__query {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 36px;
  text-align: center;
}

/* line 27, resources/assets/styles/pages/_search.scss */

.search-content {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  /* line 27, resources/assets/styles/pages/_search.scss */

  .search-content {
    margin-top: 32px;
  }
}

/* line 34, resources/assets/styles/pages/_search.scss */

.search-content__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SamsungOne", sans-serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 50px;
}

/* line 43, resources/assets/styles/pages/_search.scss */

.search-content__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 0 8px 8px rgba(209, 211, 212, 0.35);
          box-shadow: 0 0 8px 8px rgba(209, 211, 212, 0.35);
  margin-bottom: 32px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

/* line 51, resources/assets/styles/pages/_search.scss */

.search-content__card:hover {
  -webkit-box-shadow: 0 0 10px 10px rgba(209, 211, 212, 0.5);
          box-shadow: 0 0 10px 10px rgba(209, 211, 212, 0.5);
}

@media (max-width: 991.98px) {
  /* line 43, resources/assets/styles/pages/_search.scss */

  .search-content__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 59, resources/assets/styles/pages/_search.scss */

.search-content__card--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
}

@media (max-width: 991.98px) {
  /* line 59, resources/assets/styles/pages/_search.scss */

  .search-content__card--title {
    width: 100%;
    padding: 24px 24px;
    font-size: 20px;
    padding-bottom: 8px;
  }
}

/* line 75, resources/assets/styles/pages/_search.scss */

.search-content__card--type {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  text-transform: capitalize;
  border-left: 1px solid lightgray;
  height: 40px;
}

@media (max-width: 991.98px) {
  /* line 75, resources/assets/styles/pages/_search.scss */

  .search-content__card--type {
    border-left: none;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-bottom: 18px;
    border-top: 1px solid lightgray;
    padding-top: 8px;
    height: auto;
  }
}

/* line 101, resources/assets/styles/pages/_search.scss */

.search-content__card--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 114, resources/assets/styles/pages/_search.scss */

.search-content__skeleton.card {
  width: 100%;
  height: 111px;
  margin-bottom: 32px;
  border: none;
}

/* line 122, resources/assets/styles/pages/_search.scss */

.search-content__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 128, resources/assets/styles/pages/_search.scss */

.search-content__navigation--navigator {
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 141, resources/assets/styles/pages/_search.scss */

.search-content__navigation--navigator:hover {
  background-color: #1428a0;
  color: white;
}

/* line 146, resources/assets/styles/pages/_search.scss */

.search-content__navigation--navigator.active {
  background-color: #1428a0;
  color: white;
}

/* line 154, resources/assets/styles/pages/_search.scss */

.search-modifier {
  margin-top: 96px;
}

/* line 157, resources/assets/styles/pages/_search.scss */

.search-modifier__header {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 34px;
  margin-bottom: 36px;
}

@media (max-width: 991.98px) {
  /* line 157, resources/assets/styles/pages/_search.scss */

  .search-modifier__header {
    font-size: 24px;
  }
}

/* line 169, resources/assets/styles/pages/_search.scss */

.search-modifier__form {
  text-align: center;
}

/* line 172, resources/assets/styles/pages/_search.scss */

.search-modifier__form--label {
  font-size: 18px;
  font-family: "SamsungOne", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

/* line 180, resources/assets/styles/pages/_search.scss */

.search-modifier__form--input {
  border: 1px solid #1428a0;
  outline: 0;
  height: 60;
  padding: 20px 30px;
  width: 60%;
}

@media (max-width: 991.98px) {
  /* line 180, resources/assets/styles/pages/_search.scss */

  .search-modifier__form--input {
    width: 100%;
  }
}

/* line 194, resources/assets/styles/pages/_search.scss */

.search-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Global Styles */

/* line 3, resources/assets/styles/common/_global.scss */

html,
body {
  font-family: "SamsungOne", sans-serif;
  color: #231f20;
  line-height: 1.5;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* line 14, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Samsung Sharp Sans", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: auto;
}

/* line 31, resources/assets/styles/common/_global.scss */

.landing-page-width {
  max-width: 1400px;
}

/* line 1, resources/assets/styles/components/_skeleton.scss */

.skeleton,
.career-filter__skeleton,
.career-job__skeleton,
.events-event__skeleton,
.blog-post__skeleton,
.search-content__skeleton,
.resources-lhs__skeleton,
.resource__skeleton--image,
.resource__skeleton--title {
  background-color: #d4d5d6;
  position: relative;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_skeleton.scss */

.skeleton::before,
.career-filter__skeleton::before,
.career-job__skeleton::before,
.events-event__skeleton::before,
.blog-post__skeleton::before,
.search-content__skeleton::before,
.resources-lhs__skeleton::before,
.resource__skeleton--image::before,
.resource__skeleton--title::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #efefef), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #efefef 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #efefef 50%, transparent 100%);
  -webkit-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
       -o-animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: load 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes load {
  from {
    left: -150px;
  }

  to {
    left: 100%;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 9, resources/assets/styles/pages/_resources.scss */

.resources {
  font-family: "SamsungOne", sans-serif;
}

/* line 10, resources/assets/styles/pages/_resources.scss */

.resources .page-content {
  padding: 30px 60px;
}

@media (min-width: 1200px) {
  /* line 16, resources/assets/styles/pages/_resources.scss */

  .resources .w-1200 {
    max-width: 1200px;
    padding: 0;
  }
}

/* line 23, resources/assets/styles/pages/_resources.scss */

.resources__header {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  /* line 23, resources/assets/styles/pages/_resources.scss */

  .resources__header {
    margin-bottom: 16px;
  }
}

/* line 33, resources/assets/styles/pages/_resources.scss */

.resources__header--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 38, resources/assets/styles/pages/_resources.scss */

.resources__header--navigation select {
  border: none;
  outline: none;
}

@media (max-width: 1199.98px) {
  /* line 33, resources/assets/styles/pages/_resources.scss */

  .resources__header--navigation {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 47, resources/assets/styles/pages/_resources.scss */

  .resources__header--navigation .paginator {
    margin-bottom: 8px;
  }

  /* line 51, resources/assets/styles/pages/_resources.scss */

  .resources__header--navigation .options {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

/* line 58, resources/assets/styles/pages/_resources.scss */

.resources__header .arrange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

/* line 64, resources/assets/styles/pages/_resources.scss */

.resources__header .arrange .sort {
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

/* line 69, resources/assets/styles/pages/_resources.scss */

.resources__header .arrange .sort:hover {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

/* line 73, resources/assets/styles/pages/_resources.scss */

.resources__header .arrange .sort.active {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

/* line 80, resources/assets/styles/pages/_resources.scss */

.resources-lhs {
  position: sticky;
  top: 60px;
  padding-right: 35px;
}

@media (max-width: 1199.98px) {
  /* line 80, resources/assets/styles/pages/_resources.scss */

  .resources-lhs {
    margin-bottom: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 91, resources/assets/styles/pages/_resources.scss */

.resources-lhs__title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Samsung Sharp Sans", sans-serif;
}

/* line 97, resources/assets/styles/pages/_resources.scss */

.resources-lhs__title span {
  color: #1428a0;
}

/* line 102, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header {
  font-size: 16px;
  margin-bottom: 0;
  color: #231f20;
  font-weight: 700;
  border-bottom: 1px solid #bcbec0;
  padding: 40px 0 20px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1199.98px) {
  /* line 102, resources/assets/styles/pages/_resources.scss */

  .resources-lhs__header {
    padding: 12px;
  }
}

/* line 116, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header--icon {
  position: absolute;
  right: 0;
  top: 40px;
}

@media (max-width: 1199.98px) {
  /* line 116, resources/assets/styles/pages/_resources.scss */

  .resources-lhs__header--icon {
    right: 12px;
    top: 16px;
  }
}

/* line 127, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header .fa-chevron-down {
  display: none;
}

/* line 131, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header .fa-chevron-up {
  display: block;
}

/* line 136, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header.collapsed .fa-chevron-down {
  display: block;
}

/* line 140, resources/assets/styles/pages/_resources.scss */

.resources-lhs__header.collapsed .fa-chevron-up {
  display: none;
}

/* line 146, resources/assets/styles/pages/_resources.scss */

.resources-lhs__content {
  padding: 30px 0 0;
}

@media (max-width: 1199.98px) {
  /* line 146, resources/assets/styles/pages/_resources.scss */

  .resources-lhs__content {
    padding: 20px 0;
  }
}

/* line 153, resources/assets/styles/pages/_resources.scss */

.resources-lhs__content--tag {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  background-color: #bcbec0;
  border-radius: 30px;
  color: white;
  padding: 6px 20px;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-right: 10px;
}

/* line 167, resources/assets/styles/pages/_resources.scss */

.resources-lhs__content--tag.active {
  background-color: #2e2c2b;
}

/* line 171, resources/assets/styles/pages/_resources.scss */

.resources-lhs__content--tag:hover {
  background-color: #212529;
}

/* line 177, resources/assets/styles/pages/_resources.scss */

.resources-lhs__skeleton {
  height: 19px;
  margin-bottom: 5px;
}

/* line 181, resources/assets/styles/pages/_resources.scss */

.resources-lhs__skeleton:last-of-type {
  margin-bottom: 0;
}

/* line 188, resources/assets/styles/pages/_resources.scss */

.resources-lhs__search {
  position: relative;
  width: 100%;
}

/* line 192, resources/assets/styles/pages/_resources.scss */

.resources-lhs__search::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS43MSAyMS43MSI+PGRlZnM+PHN0eWxlPi5hZTIzNWZkNy1hZjg0LTRhNDctYTUxZC0xYzcxMjZhNzVjNjl7ZmlsbDpub25lO3N0cm9rZTojNmQ2ZTcxO3N0cm9rZS1taXRlcmxpbWl0OjEwO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJiNzRlM2NkZS03OWY1LTQzOTAtYjlhMC1hOGI1ZDUzZDMzZDEiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9ImZkNmYwYzQwLTFlNWItNDRhZS1iNmYwLTE3NTA3NTNhNjE2ZiIgZGF0YS1uYW1lPSJNb2NrdXAiPjxjaXJjbGUgY2xhc3M9ImFlMjM1ZmQ3LWFmODQtNGE0Ny1hNTFkLTFjNzEyNmE3NWM2OSIgY3g9IjkuMjgiIGN5PSI5LjI4IiByPSI4LjI4Ii8+PGxpbmUgY2xhc3M9ImFlMjM1ZmQ3LWFmODQtNGE0Ny1hNTFkLTFjNzEyNmE3NWM2OSIgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNS4xNCIgeTI9IjE1LjE0Ii8+PC9nPjwvZz48L3N2Zz4=);
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: auto;
}

@media (max-width: 1199.98px) {
  /* line 188, resources/assets/styles/pages/_resources.scss */

  .resources-lhs__search {
    width: 100% !important;
  }
}

/* line 206, resources/assets/styles/pages/_resources.scss */

.resources-lhs__search--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #1428a0;
  font-weight: 500;
  outline: 0;
  padding: 0 30px;
}

/* line 216, resources/assets/styles/pages/_resources.scss */

.resources-lhs__search--icon {
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 34px;
  color: #6d6e71;
  cursor: pointer;
}

/* line 226, resources/assets/styles/pages/_resources.scss */

.resources-lhs__clear {
  margin-top: 40px;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}

/* line 234, resources/assets/styles/pages/_resources.scss */

.resources-lhs__clear:hover {
  color: #1428a0 !important;
}

/* line 241, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card {
  margin-bottom: 40px;
  position: relative;
}

/* line 245, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--badge {
  font-size: 10px;
  line-height: 15px;
  font-weight: 800;
  position: absolute;
  background-color: #1428a0;
  top: 0;
  left: 0;
  height: 20px;
  padding: 3px 20px;
  color: white;
  z-index: 3;
}

/* line 258, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--badge.whitepaper {
  background-color: #00b3e3;
}

/* line 262, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--badge.presentation {
  background-color: #ff4337;
}

/* line 266, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--badge.publication {
  background-color: #97d653;
}

/* line 270, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--badge.overview {
  background-color: #ffb546;
}

/* line 275, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  margin-top: 20px;
}

/* line 281, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--title.list {
  font-size: 24px;
  line-height: 1.2;
}

/* line 287, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--image {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
}

/* line 292, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--image img {
  width: 100%;
}

/* line 297, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 307, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card:hover .resources-rhs__card--image {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* line 312, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 315, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card.list p {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 576px) {
  /* line 312, resources/assets/styles/pages/_resources.scss */

  .resources-rhs__card.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 324, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card.list .resources-rhs__card--image {
  max-width: 280px;
  margin-right: 16px;
}

/* line 328, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card.list .resources-rhs__card--image.list {
  width: 180px;
  margin-right: 50px;
}

@media (max-width: 576px) {
  /* line 324, resources/assets/styles/pages/_resources.scss */

  .resources-rhs__card.list .resources-rhs__card--image {
    margin-right: 0;
  }
}

/* line 338, resources/assets/styles/pages/_resources.scss */

.resources-rhs__card.list .resources-rhs__card--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 348, resources/assets/styles/pages/_resources.scss */

.resource-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 130px;
}

@media (max-width: 1199.98px) {
  /* line 348, resources/assets/styles/pages/_resources.scss */

  .resource-detail__content {
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  /* line 348, resources/assets/styles/pages/_resources.scss */

  .resource-detail__content {
    padding: 0;
  }
}

/* line 360, resources/assets/styles/pages/_resources.scss */

.resource-detail__content--title {
  font-weight: 800;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 32px;
  font-family: "SamsungOne", sans-serif;
}

@media (max-width: 1199.98px) {
  /* line 360, resources/assets/styles/pages/_resources.scss */

  .resource-detail__content--title {
    font-size: 28px;
    line-height: 34px;
  }
}

/* line 373, resources/assets/styles/pages/_resources.scss */

.resource-detail__content--detail {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

/* line 380, resources/assets/styles/pages/_resources.scss */

.resource-detail__content--navigate {
  color: black;
}

/* line 383, resources/assets/styles/pages/_resources.scss */

.resource-detail__content--navigate:hover {
  color: #1428a0;
}

/* line 388, resources/assets/styles/pages/_resources.scss */

.resource-detail__content--download {
  margin-bottom: 32px;
}

/* line 395, resources/assets/styles/pages/_resources.scss */

.resource-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  /* line 395, resources/assets/styles/pages/_resources.scss */

  .resource-detail__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 403, resources/assets/styles/pages/_resources.scss */

.resource-detail__snapshot {
  width: 375px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  /* line 403, resources/assets/styles/pages/_resources.scss */

  .resource-detail__snapshot {
    width: 100%;
  }
}

/* line 411, resources/assets/styles/pages/_resources.scss */

.resource-detail__snapshot img {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199.98px) {
  /* line 403, resources/assets/styles/pages/_resources.scss */

  .resource-detail__snapshot {
    margin-bottom: 64px;
  }
}

/* line 422, resources/assets/styles/pages/_resources.scss */

.resource-detail__related {
  margin-top: 200px;
}

@media (max-width: 767.98px) {
  /* line 422, resources/assets/styles/pages/_resources.scss */

  .resource-detail__related {
    margin-top: 64px;
  }
}

/* line 429, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 32px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1199.98px) {
  /* line 429, resources/assets/styles/pages/_resources.scss */

  .resource-detail__related--title {
    font-size: 28px;
    line-height: 34px;
  }
}

/* line 443, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--content {
  font-family: "SamsungOne", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  margin-top: 30px;
}

/* line 451, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--image {
  position: relative;
}

/* line 454, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--image img {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  width: unset;
  height: unset;
  max-width: 100%;
}

/* line 462, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--image.small img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/* line 468, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--image:hover img {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* line 474, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--badge {
  font-size: 10px;
  line-height: 15px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  padding: 3px 12px;
  color: white;
  background-color: #2e2c2b;
  z-index: 3;
}

/* line 487, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--badge.whitepaper {
  background-color: #00b3e3;
}

/* line 491, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--badge.presentation {
  background-color: #ff4337;
}

/* line 495, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--badge.publication {
  background-color: #97d653;
}

/* line 499, resources/assets/styles/pages/_resources.scss */

.resource-detail__related--badge.overview {
  background-color: #ffb546;
}

/* line 507, resources/assets/styles/pages/_resources.scss */

.resource__skeleton--image {
  width: 100%;
  height: 0;
  padding-bottom: 133%;
  margin-bottom: 20px;
}

/* line 516, resources/assets/styles/pages/_resources.scss */

.resource__skeleton--title {
  height: 24px;
  margin-bottom: 20px;
}

/* line 524, resources/assets/styles/pages/_resources.scss */

.resource__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 530, resources/assets/styles/pages/_resources.scss */

.resource__pagination--paginator {
  font-size: 14px;
  height: 36px;
  width: 36px;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 542, resources/assets/styles/pages/_resources.scss */

.resource__pagination--paginator:hover {
  background-color: #1428a0;
  color: white;
}

/* line 547, resources/assets/styles/pages/_resources.scss */

.resource__pagination--paginator.active {
  background-color: #1428a0;
  color: white;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 8, resources/assets/styles/pages/_labs-main.scss */

.labslanding__heading {
  padding: 90px 0 64px;
}

/* line 11, resources/assets/styles/pages/_labs-main.scss */

.labslanding__heading--title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  /* line 11, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__heading--title {
    font-size: 28px;
  }
}

/* line 23, resources/assets/styles/pages/_labs-main.scss */

.labslanding__heading--paragraph {
  font-family: "SamsungOne", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  /* line 23, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__heading--paragraph {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  /* line 8, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__heading {
    padding: 48px 0;
  }
}

/* line 39, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: black;
  color: white;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 39, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* line 55, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section:last-of-type {
  margin-bottom: 160px;
}

@media (max-width: 991.98px) {
  /* line 55, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__section:last-of-type {
    margin-bottom: 0;
  }
}

/* line 63, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--content {
  padding-right: 480px;
}

@media (max-width: 991.98px) {
  /* line 63, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__section--content {
    padding: 0;
    text-align: center;
  }
}

/* line 72, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--image {
  position: absolute;
  right: 140px;
  top: 50%;
  width: auto;
  height: 100%;
  max-height: 300px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 81, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--image img {
  height: 100%;
}

@media (max-width: 991.98px) {
  /* line 72, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__section--image {
    display: none;
    position: relative;
    height: 200px;
    width: 100%;
  }
}

/* line 94, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section.reverse .labslanding__section--content {
  padding-right: 0;
  padding-left: 580px;
}

@media (max-width: 991.98px) {
  /* line 94, resources/assets/styles/pages/_labs-main.scss */

  .labslanding__section.reverse .labslanding__section--content {
    padding: 0;
  }
}

/* line 103, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section.reverse .labslanding__section--image {
  left: 140px;
}

/* line 108, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}

/* line 116, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--paragraph {
  font-family: "SamsungOne", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 125, resources/assets/styles/pages/_labs-main.scss */

.labslanding__section--link.labslanding__section--link {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
}

/* line 137, resources/assets/styles/pages/_labs-main.scss */

.labspiece__heading {
  padding: 100px 0;
  text-align: center;
}

/* line 141, resources/assets/styles/pages/_labs-main.scss */

.labspiece__heading--title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  /* line 141, resources/assets/styles/pages/_labs-main.scss */

  .labspiece__heading--title {
    font-size: 28px;
  }
}

/* line 153, resources/assets/styles/pages/_labs-main.scss */

.labspiece__heading--paragraph {
  font-family: "SamsungOne", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: black;
}

@media (max-width: 991.98px) {
  /* line 153, resources/assets/styles/pages/_labs-main.scss */

  .labspiece__heading--paragraph {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  /* line 137, resources/assets/styles/pages/_labs-main.scss */

  .labspiece__heading {
    padding: 48px 0;
  }
}

/* line 170, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: black;
  padding-top: 200px;
  padding-bottom: 108px;
  color: white;
  position: relative;
}

@media (max-width: 991.98px) {
  /* line 170, resources/assets/styles/pages/_labs-main.scss */

  .labspiece__section {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

/* line 186, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section--title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}

/* line 194, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section--paragraph {
  font-family: "SamsungOne", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 202, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section--part {
  margin-bottom: 96px;
  width: 70%;
}

/* line 206, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section--part:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  /* line 202, resources/assets/styles/pages/_labs-main.scss */

  .labspiece__section--part {
    width: 100%;
    margin-bottom: 48px;
  }
}

/* line 216, resources/assets/styles/pages/_labs-main.scss */

.labspiece__section a {
  color: #00b3e3;
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 7, resources/assets/styles/pages/_labs-sub.scss */

.lab-container,
.lab-container--dark {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 0;
}

/* line 13, resources/assets/styles/pages/_labs-sub.scss */

.lab-container--dark {
  background-color: #000;
}

/* line 20, resources/assets/styles/pages/_labs-sub.scss */

.background-gradient,
.background-gradient--top,
.background-gradient--center,
.background-gradient--bottom {
  position: absolute;
  background-position: center center;
  width: 100%;
  z-index: -1;
}

/* line 26, resources/assets/styles/pages/_labs-sub.scss */

.background-gradient--top {
  height: 660px;
  bottom: 1600px;
}

/* line 33, resources/assets/styles/pages/_labs-sub.scss */

.background-gradient--center {
  height: 1440px;
  bottom: 170px;
}

/* line 40, resources/assets/styles/pages/_labs-sub.scss */

.background-gradient--bottom {
  height: 330px;
  bottom: 0;
}

/* line 48, resources/assets/styles/pages/_labs-sub.scss */

.lab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  height: 600px;
  margin-top: 50px;
  padding-left: 140px;
}

@media (max-width: 767.98px) {
  /* line 48, resources/assets/styles/pages/_labs-sub.scss */

  .lab-header {
    max-width: unset;
    height: calc(100vh - 158px);
    margin-top: 0;
    padding: 0 20px;
  }
}

/* line 64, resources/assets/styles/pages/_labs-sub.scss */

.lab-header__title {
  max-width: 660px;
  color: #fff;
}

@media (max-width: 767.98px) {
  /* line 64, resources/assets/styles/pages/_labs-sub.scss */

  .lab-header__title {
    font-size: 40px;
  }
}

/* line 75, resources/assets/styles/pages/_labs-sub.scss */

.lab-header__subtitle {
  line-height: 28px;
  max-width: 560px;
  color: #fff;
}

/* line 84, resources/assets/styles/pages/_labs-sub.scss */

.lab-content {
  position: relative;
  max-width: 780px;
  text-align: center;
  margin: 100px auto 0;
  z-index: 10;
}

/* line 92, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__icon .svg-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

/* line 99, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__title,
.lab-location__title,
.lab-statistics__title {
  font-size: 34px;
  color: #fff;
}

/* line 106, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__textarea {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
}

/* line 114, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__list {
  list-style: none;
  text-align: left;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media (max-width: 767.98px) {
  /* line 114, resources/assets/styles/pages/_labs-sub.scss */

  .lab-content__list {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}

/* line 127, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__list-item {
  font-size: 14px;
  text-indent: -20px;
  color: #fff;
  margin-bottom: 30px;
}

/* line 133, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__list-item::before {
  content: "+";
  font-size: 14px;
  line-height: 24px;
  color: #0077c8;
  margin-right: 10px;
}

/* line 143, resources/assets/styles/pages/_labs-sub.scss */

.lab-content__link.lab-content__link {
  color: #fff !important;
  margin-top: 40px;
}

/* line 151, resources/assets/styles/pages/_labs-sub.scss */

.lab-content h2 {
  margin-bottom: 40px;
}

/* line 155, resources/assets/styles/pages/_labs-sub.scss */

.lab-content p {
  color: #fff;
  margin-bottom: 40px;
}

/* line 163, resources/assets/styles/pages/_labs-sub.scss */

.lab-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  /* line 163, resources/assets/styles/pages/_labs-sub.scss */

  .lab-about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 172, resources/assets/styles/pages/_labs-sub.scss */

.lab-about-us__background {
  width: 700px;
  min-height: 400px;
}

@media (max-width: 767.98px) {
  /* line 172, resources/assets/styles/pages/_labs-sub.scss */

  .lab-about-us__background {
    width: 100%;
  }
}

/* line 181, resources/assets/styles/pages/_labs-sub.scss */

.lab-about-us__section {
  padding: 80px 100px 100px;
  background-color: #000;
}

@media (max-width: 767.98px) {
  /* line 181, resources/assets/styles/pages/_labs-sub.scss */

  .lab-about-us__section {
    padding: 40px 20px;
  }
}

/* line 190, resources/assets/styles/pages/_labs-sub.scss */

.lab-about-us__title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 40px;
}

/* line 198, resources/assets/styles/pages/_labs-sub.scss */

.lab-about-us__content {
  color: #fff;
}

/* line 205, resources/assets/styles/pages/_labs-sub.scss */

.lab-location {
  position: relative;
  max-width: 1400px;
  text-align: center;
  padding: 90px 0;
  z-index: 10;
}

@media (max-width: 767.98px) {
  /* line 205, resources/assets/styles/pages/_labs-sub.scss */

  .lab-location {
    padding: 40px 20px !important;
  }
}

/* line 220, resources/assets/styles/pages/_labs-sub.scss */

.lab-location__subtitle,
.lab-statistics__subtitle {
  line-height: 28px;
  color: #fff;
}

/* line 227, resources/assets/styles/pages/_labs-sub.scss */

.lab-location__map {
  position: relative;
  max-width: 1022px;
  margin: 60px auto;
  z-index: 10;
}

/* line 233, resources/assets/styles/pages/_labs-sub.scss */

.lab-location__map--marker {
  position: absolute;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 239, resources/assets/styles/pages/_labs-sub.scss */

.lab-location__map--marker img {
  width: 36px;
  margin-right: 8px;
}

/* line 245, resources/assets/styles/pages/_labs-sub.scss */

.lab-location__map--label {
  background-color: white;
  color: #0077c8;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 18px;
  padding: 8px 20px;
  border-radius: 18px;
}

/* line 257, resources/assets/styles/pages/_labs-sub.scss */

.lab-location .location-1 {
  left: -4.6%;
  top: 33.6%;
}

/* line 261, resources/assets/styles/pages/_labs-sub.scss */

.lab-location .location-1 .lab-location__map--label {
  margin-right: 10px !important;
}

/* line 266, resources/assets/styles/pages/_labs-sub.scss */

.lab-location .location-2 {
  left: 13.3%;
  top: 37.9%;
}

/* line 272, resources/assets/styles/pages/_labs-sub.scss */

.lab-statistics {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto 190px;
}

@media (max-width: 767.98px) {
  /* line 272, resources/assets/styles/pages/_labs-sub.scss */

  .lab-statistics {
    margin: 0 auto;
    padding: 0 20px !important;
  }
}

/* line 290, resources/assets/styles/pages/_labs-sub.scss */

.lab-statistics__container {
  list-style: none;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 60px 0 0;
  padding: 0 0 150px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

@media (max-width: 767.98px) {
  /* line 290, resources/assets/styles/pages/_labs-sub.scss */

  .lab-statistics__container {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 304, resources/assets/styles/pages/_labs-sub.scss */

  .lab-statistics__statistic {
    padding: 40px 0;
  }
}

/* line 310, resources/assets/styles/pages/_labs-sub.scss */

.lab-statistics__stat {
  font-size: 60px;
  font-weight: 700;
  color: #0077c8;
  margin: 0;
  padding: 0;
}

/* line 318, resources/assets/styles/pages/_labs-sub.scss */

.lab-statistics__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 2, resources/assets/styles/pages/automotive/_platform.scss */

#automotive .sticky {
  position: fixed;
  width: 100%;
  top: 0;
}

/* line 7, resources/assets/styles/pages/automotive/_platform.scss */

#automotive .sticky .header-buttons {
  background: rgba(0, 0, 0, 0.85);
}

/* line 11, resources/assets/styles/pages/automotive/_platform.scss */

.header .gradient {
  height: 0;
  background: none;
}

/* line 16, resources/assets/styles/pages/automotive/_platform.scss */

.header .brand-container .non-brand {
  margin: 12px auto 0 30px;
  z-index: 0;
}

/* line 22, resources/assets/styles/pages/automotive/_platform.scss */

.header .brand-container {
  height: 0;
}

/* line 26, resources/assets/styles/pages/automotive/_platform.scss */

.header .learn-more {
  margin: 9px 30px 0 auto;
  z-index: 0;
}

/* line 32, resources/assets/styles/pages/automotive/_platform.scss */

.explore-trigger {
  margin: 15px 30px 0 0;
}

/* line 38, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .landing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 43, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page h2 {
  font-size: 60px;
}

/* line 47, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page h3 {
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 30px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}

/* line 56, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero {
  height: 100vh;
  overflow: hidden;
}

/* line 60, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero::before {
  background: none;
}

/* line 64, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__background-layer-1 {
  position: absolute;
  background: #000 url("https://samsungsemiconductor-us.com/wp-content/themes/premise/img/automotive/background-wafer.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 74, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__background-layer-2 {
  position: absolute;
  background: url("https://samsungsemiconductor-us.com/wp-content/themes/premise/img/automotive/road_1.png") no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transform: translate(-450px, -150px);
       -o-transform: translate(-450px, -150px);
          transform: translate(-450px, -150px);
  width: 120%;
  height: 200%;
  z-index: 4;
}

/* line 85, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 91, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-1 .foreground__object-1 {
  position: absolute;
  width: 1920px;
  height: 1234px;
  right: -255px;
  bottom: -7px;
  z-index: 3;
}

/* line 101, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-2 {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  z-index: 5;
}

/* line 108, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-2 .foreground__object-2 {
  min-width: 746px;
  width: 746px;
  max-width: 746px;
  z-index: 5;
}

/* line 116, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-3 {
  position: absolute;
  right: 46%;
  bottom: 4%;
  z-index: 6;
}

/* line 122, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-3 .foreground__object-3 {
  min-width: 683px;
  width: 100%;
  z-index: 6;
}

/* line 129, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
}

/* line 135, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero__foreground-object-4 .foreground__object-4 {
  position: absolute;
  width: 420px;
  right: 80px;
  bottom: 40%;
  z-index: 6;
}

/* line 144, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero .hero__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  z-index: 100;
}

/* line 150, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1160px;
  height: calc(100vh - 50px);
  background-color: transparent;
  margin: 0 auto;
  padding: 0 30px 20%;
}

/* line 162, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero .header-buttons {
  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;
  height: 50px;
}

/* line 169, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 14px;
  background: none;
  margin: 0;
  padding: 0 30px;
}

/* line 178, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero a:first-child {
  border-left-width: 1px;
}

/* line 182, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero a:hover {
  color: #486fd9;
  border-color: white;
}

/* line 188, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero h1 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 84px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 196, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero h1 .sub {
  display: block;
  font-size: 50px;
  line-height: 70px;
}

/* line 203, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .subpage-hero h2 {
  max-width: initial;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

/* line 216, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__container {
  display: grid;
  grid-template-columns: 500px auto 500px;
  grid-template-rows: 1917.9px;
  grid-template-areas: "timeline__section timeline__track timeline__section";
  background-position: calc(50% - 30px) top;
}

/* line 225, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__heading {
  grid-area: timeline__heading;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  max-width: 500px;
}

/* line 234, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__section,
#automotive #landing-page .timeline__section--center {
  display: grid;
  grid-template-areas: "timeline__section timeline__section";
}

/* line 238, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__section--center {
  grid-area: timeline__section--center;
  grid-column: 1 / 4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 247, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__module,
#automotive #landing-page .timeline__module--center {
  text-align: left;
}

/* line 250, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__module--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* line 261, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__content,
#automotive #landing-page .timeline__content--left,
#automotive #landing-page .timeline__content--right {
  max-width: 360px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

/* line 267, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__content--left {
  grid-area: timeline__section--left;
  padding: 50px 0 0 0;
}

/* line 274, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .timeline__content--right {
  grid-area: timeline__section--right;
  padding: 50px 0 0 0;
  margin-top: 600px;
}

/* line 285, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__splash {
  position: relative;
  max-width: 1440px;
  background: url("../images/automotive/foundry-background.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 100px auto 0;
  padding: 0;
}

/* line 296, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
}

/* line 306, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__header {
  height: 1080px;
}

/* line 310, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen svg.cls-2 {
  display: none !important;
}

/* line 314, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble,
#automotive #landing-page .fullscreen__bubble--0,
#automotive #landing-page .fullscreen__bubble--1,
#automotive #landing-page .fullscreen__bubble--2,
#automotive #landing-page .fullscreen__bubble--3,
#automotive #landing-page .fullscreen__bubble--4,
#automotive #landing-page .fullscreen__bubble--5,
#automotive #landing-page .fullscreen__bubble--6 {
  position: absolute;
}

/* line 317, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--0 {
  width: 260px;
  height: 260px;
  mix-blend-mode: screen;
  left: 0;
  top: 400px;
}

/* line 327, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--1 {
  width: 220px;
  height: 220px;
  top: 630px;
  left: 7%;
}

/* line 336, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--2 {
  width: 180px;
  height: 180px;
  top: 460px;
  left: 50%;
}

/* line 345, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--3 {
  width: 160px;
  height: 160px;
  top: 360px;
  left: 61%;
}

/* line 354, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--4 {
  width: 260px;
  height: 260px;
  top: 460px;
  left: 80%;
}

/* line 363, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--5 {
  width: 160px;
  height: 160px;
  top: 680px;
  left: 75%;
}

/* line 372, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__bubble--6 {
  width: 200px;
  height: 200px;
  top: 400px;
  left: 22%;
}

/* line 382, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__heading,
#automotive #landing-page .process-nodes__heading {
  font-weight: 700;
  color: #fff;
  padding: 0 60px;
  text-align: center;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 35px;
  margin-bottom: 30px;
}

/* line 392, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__body,
#automotive #landing-page .fullscreen__body--slim,
#automotive #landing-page .process-nodes__body {
  font-weight: 500;
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

/* line 400, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .fullscreen__body--slim {
  max-width: 580px;
}

/* line 409, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .process-nodes__wrapper {
  max-width: 1440px;
  background: #050a1c;
  text-align: center;
  margin: 0 auto;
}

/* line 420, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .process-nodes__body {
  max-width: 1160px;
}

/* line 426, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .process-nodes__chart {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0 200px;
}

/* line 434, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__container,
#automotive #landing-page .content-image__container--left,
#automotive #landing-page .content-image__container--right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

/* line 439, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__container--left {
  grid-template-areas: "content-image__content content-image__image";
}

/* line 445, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__container--right {
  grid-template-areas: "content-image__image content-image__content";
}

/* line 452, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__heading {
  text-align: left;
}

/* line 456, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__content {
  grid-area: content-image__content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

/* line 463, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__content a:not(.header-buttons) {
  color: #486fd9;
  text-decoration: none;
}

/* line 467, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__content a:not(.header-buttons):hover {
  color: #486fd9;
  text-decoration: underline;
}

/* line 474, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .content-image__image {
  grid-area: content-image__image;
}

/* line 479, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 488, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  pointer-events: none;
}

/* line 494, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__label {
  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;
  width: 220px;
}

/* line 500, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__label-text {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  padding-bottom: 30px;
}

/* line 509, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__label--selected .slide__label-text {
  color: #486fd9;
}

/* line 515, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__notch,
#automotive #landing-page .slide__notch--selected {
  position: relative;
  width: 220px;
  pointer-events: none;
  z-index: 1;
}

/* line 521, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__notch--selected {
  position: absolute;
  z-index: 20;
}

/* line 529, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__handle,
#automotive #landing-page .slide__handle--selected {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #c3c3c3;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: pulse-grey 2s infinite;
       -o-animation: pulse-grey 2s infinite;
          animation: pulse-grey 2s infinite;
  z-index: 10;
}

/* line 540, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__handle--selected {
  width: 20px;
  height: 20px;
  top: -5px;
  left: 105px;
  background-color: #486fd9;
  -webkit-animation: pulse-blue 2s infinite;
       -o-animation: pulse-blue 2s infinite;
          animation: pulse-blue 2s infinite;
  pointer-events: all;
  z-index: 25;
}

/* line 553, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__handle:hover,
#automotive #landing-page .slide__handle--selected:hover {
  color: #486fd9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* line 559, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__handle:active,
#automotive #landing-page .slide__handle--selected:active {
  pointer-events: none;
}

/* line 564, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .slide__track {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background: #c3c3c3;
  z-index: -2;
}

/* line 575, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page #data-slide-1 {
  padding-bottom: 0 !important;
}

/* line 580, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

/* line 589, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__content {
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  margin-bottom: 60px;
}

/* line 597, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__list {
  list-style-type: none;
}

/* line 601, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__item {
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  font-family: "SamsungOne", sans-serif;
  text-align: center;
  color: black;
}

/* line 610, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__wrapper {
  width: 100%;
  pointer-events: none;
}

/* line 615, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 620, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 627, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__filter {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  overflow: hidden;
  margin: 40px 0;
  padding: 20px 120px;
}

/* line 638, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__row {
  display: table-cell;
  position: absolute;
  height: 100%;
}

/* line 644, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__inner {
  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;
  width: auto;
  height: 60px;
  float: left;
  opacity: 0;
}

/* line 653, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__inner.current {
  opacity: 1;
}

/* line 658, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: #fff;
  background-color: #486fd9;
  border-radius: 31.5px;
  margin: 0 5px;
  padding: 0 30px;
}

/* line 674, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .data__footnote {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}

/* line 682, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners {
  margin-top: 100px;
}

/* line 685, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__container {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-template-rows: 100px 200px 200px;
  grid-template-areas: "grid__header grid__header grid__header"
 "grid__column grid__column grid__column"
 "grid__column grid__column grid__column";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  border: 1px solid #050a1c;
  border-radius: 50px;
  margin: 60px auto;
}

/* line 700, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__header {
  grid-area: grid__header;
  color: #fff;
  background: #050a1c;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

/* line 708, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__heading {
  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;
  height: 100px;
  font-size: 12px;
  line-height: 0;
  color: #fff;
}

/* line 718, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__text {
  width: 193px;
}

/* line 722, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__safe-partners {
  height: 50px;
  margin-right: 20px;
}

/* line 727, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/* line 735, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__logo,
#automotive #hpc #landing-page .partners__logo--inner,
#hpc #automotive #landing-page .partners__logo--inner {
  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;
  width: 200px;
  height: 200px;
}

/* line 742, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__logo img,
#automotive #hpc #landing-page .partners__logo--inner img,
#hpc #automotive #landing-page .partners__logo--inner img {
  width: 120px;
  max-height: 40px;
  margin: 0 15px;
}

/* line 749, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .partners__footer {
  max-width: 580px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/* line 759, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging_options {
  position: relative;
  max-width: 1440px;
  background-color: #050a1c;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat !important;
  margin: 100px auto 100px;
  padding: 0;
}

/* line 770, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__container {
  max-width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}

/* line 777, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__background {
  padding-bottom: 600px;
}

/* line 781, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__heading {
  margin-bottom: 30px;
  color: #fff;
}

/* line 786, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__info {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2.25em;
}

/* line 794, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__icons {
  position: absolute;
  left: 50px;
}

/* line 799, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  padding-right: 40px;
}

/* line 806, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__object img {
  position: absolute;
  width: 430px;
  visibility: hidden;
}

/* line 813, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__selection {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  padding-left: 40px;
}

/* line 821, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__selection img {
  width: 430px;
}

/* line 826, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__description {
  display: block;
  font-family: "SamsungOne", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  color: #fff;
  padding: 30px 0 60px;
  text-align: center;
}

/* line 838, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .packaging__grade img {
  width: 940px;
}

/* line 844, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer {
  pointer-events: none;
}

/* line 847, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__info {
  max-width: 580px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2.25em;
  text-align: center;
}

/* line 856, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__bind {
  position: relative;
}

/* line 860, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 866, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 180px;
  margin: 50px 40px 30px;
  pointer-events: none;
}

/* line 874, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__logo img {
  pointer-events: none;
}

/* line 879, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 10px;
  background-color: #c3c3c3;
}

/* line 887, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__carat,
#automotive #landing-page .customer__carat--selected {
  width: 260px;
  height: 10px;
}

/* line 891, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__carat--selected {
  position: relative;
  background-color: #486fd9;
}

/* line 897, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__carat--selected::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #486fd9;
}

/* line 912, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__slide {
  width: 1180px;
}

/* line 916, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__slider {
  width: 100%;
  max-width: 100%;
  color: #fff;
  background: #050a1c;
  background: -webkit-gradient(linear, left bottom, left top, from(#050a1c), color-stop(29%, #070c1f), color-stop(53%, #0e1129), color-stop(75%, #1a1b3a), color-stop(95%, #2b2851), to(#302c58));
  background: -webkit-linear-gradient(bottom, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
  background: -o-linear-gradient(bottom, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
  background: linear-gradient(0deg, #050a1c 0%, #070c1f 29%, #0e1129 53%, #1a1b3a 75%, #2b2851 95%, #302c58 100%);
}

/* line 933, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__wrapper {
  max-width: 1180px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 939, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .customer__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 945, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .contact__info {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 2.25em;
}

/* line 953, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-areas: "company__content company__image";
  grid-template-rows: 600px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

/* line 961, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__content {
  grid-area: company__content;
}

@media (max-width: 767.98px) {
  /* line 961, resources/assets/styles/pages/automotive/_platform.scss */

  #automotive #landing-page .company__content {
    padding: 0 20px;
  }
}

/* line 969, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__image {
  grid-area: company__image;
}

/* line 973, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}

/* line 983, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__info {
  font-size: 21px;
  font-weight: 500;
  max-width: 350px;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
}

/* line 992, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__articles {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}

/* line 998, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__item {
  margin-bottom: 20px;
}

/* line 1002, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company__link {
  font-size: 16px;
  color: #fff;
}

/* line 1007, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .company svg {
  margin-left: 10px;
}

/* line 1013, resources/assets/styles/pages/automotive/_platform.scss */

#automotive #landing-page .footer p {
  margin: 0;
}

@keyframes pulse-grey {
  0% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
            box-shadow: 0 0 0 0 rgba(195, 195, 195, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
            box-shadow: 0 0 0 10px rgba(195, 195, 195, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes pulse-blue {
  0% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
            box-shadow: 0 0 0 0 rgba(72, 111, 217, 0.7);
  }

  70% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
            box-shadow: 0 0 0 10px rgba(72, 111, 217, 0);
  }

  100% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 1069, resources/assets/styles/pages/automotive/_platform.scss */

.no-link {
  text-decoration: none !important;
}

/* line 7, resources/assets/styles/pages/_automotive.scss */

.automotive input[type='submit'] {
  border-color: #486fd9 !important;
}

/* line 10, resources/assets/styles/pages/_automotive.scss */

.automotive input[type='submit']:hover {
  background-color: #486fd9 !important;
}

/* line 15, resources/assets/styles/pages/_automotive.scss */

.automotive textarea:focus,
.automotive input[type='text']:focus {
  border-left: 10px solid #486fd9;
}

/* line 20, resources/assets/styles/pages/_automotive.scss */

.automotive-header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 30px 50px 50px;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}

@media (max-width: 767.98px) {
  /* line 20, resources/assets/styles/pages/_automotive.scss */

  .automotive-header {
    padding: 30px 20px 20px;
  }
}

/* line 37, resources/assets/styles/pages/_automotive.scss */

.automotive-header__category {
  font-size: 18px;
  font-weight: 800;
}

/* line 42, resources/assets/styles/pages/_automotive.scss */

.automotive-header__brand {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
}

/* line 49, resources/assets/styles/pages/_automotive.scss */

.automotive-header__learn {
  font-size: 12px;
  height: 30px;
  width: 110px;
  outline: 0;
  background: transparent;
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 64, resources/assets/styles/pages/_automotive.scss */

.automotive-hero {
  overflow: hidden;
  position: relative;
}

/* line 68, resources/assets/styles/pages/_automotive.scss */

.automotive-hero::before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(5, 10, 28, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(5, 10, 28, 0.85) 100%);
  z-index: 100;
}

@media (max-width: 767.98px) {
  /* line 68, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero::before {
    display: none;
  }
}

/* line 86, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__intro {
  position: absolute !important;
  width: 120%;
  left: -10%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

/* line 99, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__intro video {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  bottom: 0;
}

@media (min-aspect-ratio: 16 / 9) {
  /* line 112, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__intro video {
    height: auto;
    width: 100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  /* line 119, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__intro video {
    height: 100%;
    width: auto;
  }
}

/* line 125, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__intro audio,
.automotive-hero__intro canvas,
.automotive-hero__intro video {
  display: inline-block;
}

/* line 132, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__container {
  position: relative;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  color: white;
}

/* line 140, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1160px;
  height: calc(100vh - 50px);
  background-color: transparent;
  margin: 0 auto;
  padding: 0 30px 20%;
}

@media (min-width: 1201px) {
  /* line 140, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content {
    width: 1100px;
  }
}

@media (max-width: 767.98px) {
  /* line 140, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content {
    height: 100vh;
  }
}

/* line 159, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 159, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content--title {
    font-size: 50px;
    margin-bottom: 1.2;
    margin-bottom: 10px;
  }
}

/* line 171, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--title small {
  display: block;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  /* line 171, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content--title small {
    font-size: 25px;
    line-height: 1.2;
  }
}

/* line 184, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  text-align: left;
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  /* line 184, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content--subtitle {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* line 197, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--links {
  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;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  /* line 197, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero__content--links {
    display: none;
  }
}

/* line 207, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--links a {
  border-width: 0 1px 0 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

/* line 218, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--links a:first-of-type {
  border-left-width: 1px;
}

/* line 222, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__content--links a:hover {
  color: #486fd9;
}

/* line 229, resources/assets/styles/pages/_automotive.scss */

.automotive-hero__mobile-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 102vh;
  background-size: cover;
  background-position: bottom center !important;
}

@media (max-width: 767.98px) {
  /* line 255, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero .mobile-hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  /* line 261, resources/assets/styles/pages/_automotive.scss */

  .automotive-hero .desktop-hidden {
    display: none;
  }
}

/* line 268, resources/assets/styles/pages/_automotive.scss */

.automotive-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  /* line 268, resources/assets/styles/pages/_automotive.scss */

  .automotive-section {
    padding: 60px 20px;
  }
}

/* line 276, resources/assets/styles/pages/_automotive.scss */

.automotive-section__title {
  font-size: 36px;
  line-height: 46px;
  max-width: 500px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

/* line 285, resources/assets/styles/pages/_automotive.scss */

.automotive-section__title.full {
  max-width: 100%;
}

@media (max-width: 576px) {
  /* line 276, resources/assets/styles/pages/_automotive.scss */

  .automotive-section__title {
    font-size: 24px !important;
    margin-bottom: 28px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 297, resources/assets/styles/pages/_automotive.scss */

.automotive-section__subtitle {
  font-size: 20px;
  line-height: 30px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

/* line 309, resources/assets/styles/pages/_automotive.scss */

.automotive__button.automotive__button {
  border: 1px solid #486fd9;
}

/* line 314, resources/assets/styles/pages/_automotive.scss */

.automotive__button.automotive__button:hover {
  color: #fff;
  background-color: #486fd9 !important;
}

/* line 319, resources/assets/styles/pages/_automotive.scss */

.automotive__button--light.automotive__button {
  color: #fff;
  background-color: transparent;
}

@media (max-width: 1200px) {
  /* line 329, resources/assets/styles/pages/_automotive.scss */

  .timeline__container {
    display: none !important;
  }
}

/* line 335, resources/assets/styles/pages/_automotive.scss */

.timeline__mobile {
  display: none;
}

@media (max-width: 1200px) {
  /* line 335, resources/assets/styles/pages/_automotive.scss */

  .timeline__mobile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 344, resources/assets/styles/pages/_automotive.scss */

.timeline__mobile--text {
  font-size: 20px;
  line-height: 30px;
}

/* line 348, resources/assets/styles/pages/_automotive.scss */

.timeline__mobile--text:last-of-type {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  /* line 344, resources/assets/styles/pages/_automotive.scss */

  .timeline__mobile--text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  /* line 357, resources/assets/styles/pages/_automotive.scss */

  .timeline__mobile--text:last-of-type {
    margin-bottom: 20px;
  }
}

/* line 364, resources/assets/styles/pages/_automotive.scss */

.automotive-ip {
  padding-top: 100px;
}

@media (max-width: 576px) {
  /* line 364, resources/assets/styles/pages/_automotive.scss */

  .automotive-ip {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 371, resources/assets/styles/pages/_automotive.scss */

  .automotive-ip .data__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }

  /* line 376, resources/assets/styles/pages/_automotive.scss */

  .automotive-ip .data__content {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 1024px) {
  /* line 383, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__splash {
    position: relative;
  }

  /* line 387, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__splash > div {
    position: relative;
    z-index: 2;
  }

  /* line 392, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__splash:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 576px) {
  /* line 383, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__splash {
    margin-top: 0 !important;
    background-size: contain !important;
    background-color: #050a1c !important;
    background-position: center 100px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 416, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container {
    padding-top: 60px !important;
  }
}

@media (max-width: 991px) {
  /* line 422, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container img[class^='fullscreen__bubble-'] {
    display: none;
  }

  /* line 426, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container .fullscreen__header {
    height: 500px !important;
  }
}

@media (max-width: 576px) {
  /* line 432, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container .fullscreen__heading,
  .fullscreen__container #automotive #landing-page .process-nodes__heading,
  #automotive #landing-page .fullscreen__container .process-nodes__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
    padding: 0 !important;
  }

  /* line 438, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container .fullscreen__body,
  .fullscreen__container #hpc #landing-page .fullscreen__body--slim,
  #hpc #landing-page .fullscreen__container .fullscreen__body--slim,
  .fullscreen__container #automotive #landing-page .fullscreen__body--slim,
  #automotive #landing-page .fullscreen__container .fullscreen__body--slim,
  .fullscreen__container #automotive #landing-page .process-nodes__body,
  #automotive #landing-page .fullscreen__container .process-nodes__body {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 260px !important;
  }

  /* line 444, resources/assets/styles/pages/_automotive.scss */

  .fullscreen__container .fullscreen__header {
    height: 560px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 451, resources/assets/styles/pages/_automotive.scss */

  #automotive #landing-page .partners {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  /* line 457, resources/assets/styles/pages/_automotive.scss */

  #automotive #landing-page .partners__container {
    grid-template-columns: 110px 110px 110px;
    grid-template-rows: 80px 110px 110px;
    width: 330px;
  }

  /* line 463, resources/assets/styles/pages/_automotive.scss */

  #automotive #landing-page .partners__container .partners__logo,
  #automotive #hpc #landing-page .partners__container .partners__logo--inner,
  #hpc #automotive #landing-page .partners__container .partners__logo--inner {
    width: 110px !important;
    height: 110px !important;
  }

  /* line 467, resources/assets/styles/pages/_automotive.scss */

  #automotive #landing-page .partners__container .partners__logo img,
  #automotive #hpc #landing-page .partners__container .partners__logo--inner img,
  #hpc #automotive #landing-page .partners__container .partners__logo--inner img {
    max-width: 80%;
  }
}

/* line 473, resources/assets/styles/pages/_automotive.scss */

#automotive #landing-page .partners__container .partners__heading {
  height: 80px;
}

/* line 476, resources/assets/styles/pages/_automotive.scss */

#automotive #landing-page .partners__container .partners__heading img {
  width: 80%;
  margin-right: 0;
}

@media (max-width: 576px) {
  /* line 485, resources/assets/styles/pages/_automotive.scss */

  .partners__footer {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* line 490, resources/assets/styles/pages/_automotive.scss */

  .partners__info {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* line 495, resources/assets/styles/pages/_automotive.scss */

  .content-image__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  /* line 503, resources/assets/styles/pages/_automotive.scss */

  .process-nodes__section .process-nodes__chart {
    padding: 60px 0 !important;
  }
}

@media (max-width: 576px) {
  /* line 510, resources/assets/styles/pages/_automotive.scss */

  .process-nodes__section .process-nodes__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }

  /* line 515, resources/assets/styles/pages/_automotive.scss */

  .process-nodes__section .process-nodes__body {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

/* line 522, resources/assets/styles/pages/_automotive.scss */

.content_image_section_1 {
  padding-bottom: 100px !important;
}

@media (max-width: 576px) {
  /* line 522, resources/assets/styles/pages/_automotive.scss */

  .content_image_section_1 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 532, resources/assets/styles/pages/_automotive.scss */

  .packaging__container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 539, resources/assets/styles/pages/_automotive.scss */

  .packaging__heading {
    padding-bottom: 200px;
  }
}

@media (max-width: 767.98px) {
  /* line 546, resources/assets/styles/pages/_automotive.scss */

  .packaging_options {
    background-position: right 80px !important;
  }
}

@media (max-width: 991px) {
  /* line 552, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__background {
    padding-bottom: 300px !important;
  }
}

@media (max-width: 991px) and (max-width: 767.98px) {
  /* line 552, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__background {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  /* line 559, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__background svg {
    display: none !important;
  }

  /* line 564, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__select {
    display: none !important;
  }
}

@media (max-width: 576px) {
  /* line 546, resources/assets/styles/pages/_automotive.scss */

  .packaging_options {
    margin-bottom: 0 !important;
  }

  /* line 572, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__info {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* line 577, resources/assets/styles/pages/_automotive.scss */

  .packaging_options .packaging__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }
}

@media (max-width: 576px) {
  /* line 585, resources/assets/styles/pages/_automotive.scss */

  .contact__heading {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }

  /* line 590, resources/assets/styles/pages/_automotive.scss */

  .contact__info {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  /* line 595, resources/assets/styles/pages/_automotive.scss */

  .content-image__container--right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 600, resources/assets/styles/pages/_automotive.scss */

  .content-image__image {
    margin-bottom: 30px !important;
  }
}

/* stylelint-disable */

/* line 2, resources/assets/styles/pages/_memory.scss */

.age-of-data {
  position: relative;
  height: 720px;
}

@media (max-width: 767.98px) {
  /* line 2, resources/assets/styles/pages/_memory.scss */

  .age-of-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 11, resources/assets/styles/pages/_memory.scss */

.age-of-data::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* line 23, resources/assets/styles/pages/_memory.scss */

.flash-memory {
  height: 520px;
  padding-top: 420px;
}

@media (max-width: 767.98px) {
  /* line 23, resources/assets/styles/pages/_memory.scss */

  .flash-memory {
    height: auto;
    padding-top: 400px;
  }
}

/* line 32, resources/assets/styles/pages/_memory.scss */

.flash-memory__intro {
  margin-bottom: 35px;
}

/* line 37, resources/assets/styles/pages/_memory.scss */

.dram-solutions {
  height: 720px;
}

@media (max-width: 767.98px) {
  /* line 37, resources/assets/styles/pages/_memory.scss */

  .dram-solutions {
    max-height: 100vh;
  }
}

/* line 45, resources/assets/styles/pages/_memory.scss */

.foundry-products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 51, resources/assets/styles/pages/_memory.scss */

.foundry-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  /* line 51, resources/assets/styles/pages/_memory.scss */

  .foundry-product {
    width: 50%;
  }
}

/* line 62, resources/assets/styles/pages/_memory.scss */

.foundry-product__container {
  margin: 120px 0;
}

/* line 66, resources/assets/styles/pages/_memory.scss */

.foundry-product__title {
  font-size: 25px;
  font-weight: 800;
}

/* line 71, resources/assets/styles/pages/_memory.scss */

.foundry-product__heading {
  font-family: "SamsungOne", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
  margin-top: -80px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 71, resources/assets/styles/pages/_memory.scss */

  .foundry-product__heading {
    font-size: 20px;
    margin-top: -20px;
  }
}

/* line 85, resources/assets/styles/pages/_memory.scss */

.foundry-product__description {
  max-width: 422px !important;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
}

/* line 94, resources/assets/styles/pages/_memory.scss */

.foundry-product .spacer {
  min-height: 120px;
}

/* line 98, resources/assets/styles/pages/_memory.scss */

.foundry-product__icon {
  margin-top: 40px;
}

/* line 103, resources/assets/styles/pages/_memory.scss */

.flash-solutions {
  height: 720px;
}

/* line 107, resources/assets/styles/pages/_memory.scss */

.gen4-products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 113, resources/assets/styles/pages/_memory.scss */

.gen4-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  /* line 113, resources/assets/styles/pages/_memory.scss */

  .gen4-product {
    width: 50%;
    margin: 15px 0;
  }
}

/* line 125, resources/assets/styles/pages/_memory.scss */

.gen4-product__container {
  margin: 120px 0;
}

/* line 129, resources/assets/styles/pages/_memory.scss */

.gen4-product__heading {
  font-family: "SamsungOne", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 25px;
  margin-top: -60px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  /* line 129, resources/assets/styles/pages/_memory.scss */

  .gen4-product__heading {
    font-size: 20px;
    margin-top: -20px;
  }
}

/* line 143, resources/assets/styles/pages/_memory.scss */

.gen4-product__title {
  font-size: 20px;
  font-weight: 800;
}

/* line 148, resources/assets/styles/pages/_memory.scss */

.gen4-product__description {
  max-width: 422px !important;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
}

/* line 157, resources/assets/styles/pages/_memory.scss */

.gen4-product .spacer {
  min-height: 120px;
}

/* line 161, resources/assets/styles/pages/_memory.scss */

.gen4-product__icon {
  margin-top: 40px;
}

/* line 166, resources/assets/styles/pages/_memory.scss */

.related-insights {
  max-width: 1400px;
}

/* line 169, resources/assets/styles/pages/_memory.scss */

.related-insights__heading {
  margin: 60px auto 90px !important;
}

/* line 175, resources/assets/styles/pages/_memory.scss */

.related-insights__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media (max-width: 767.98px) {
  /* line 175, resources/assets/styles/pages/_memory.scss */

  .related-insights__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 90px !important;
  }
}

/* line 184, resources/assets/styles/pages/_memory.scss */

.related-insights__container:nth-child(odd) {
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  /* line 184, resources/assets/styles/pages/_memory.scss */

  .related-insights__container:nth-child(odd) {
    margin: 0;
  }
}

/* line 193, resources/assets/styles/pages/_memory.scss */

.related-insights__photo {
  width: 220px;
  height: 124px;
  margin-right: 16px;
}

@media (max-width: 767.98px) {
  /* line 193, resources/assets/styles/pages/_memory.scss */

  .related-insights__photo {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
}

/* line 205, resources/assets/styles/pages/_memory.scss */

.related-insights__title {
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

/* line 214, resources/assets/styles/pages/_memory.scss */

.related-insights__category {
  display: block;
  font-family: "SamsungOne", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1428a0;
  margin-bottom: 5px;
}

/* line 223, resources/assets/styles/pages/_memory.scss */

.related-insights__content {
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

/* line 229, resources/assets/styles/pages/_memory.scss */

.related-insights__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 234, resources/assets/styles/pages/_memory.scss */

.related-insights__date {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}

/* line 240, resources/assets/styles/pages/_memory.scss */

.related-insights__link {
  font-size: 13px;
  text-transform: uppercase;
  color: #707070;
}

/* line 247, resources/assets/styles/pages/_memory.scss */

.vnand-features {
  margin-bottom: 120px;
}

/* line 250, resources/assets/styles/pages/_memory.scss */

.vnand-features__container {
  max-width: 1400px;
  background-color: #f6f6f6;
  padding: 100px;
}

@media (max-width: 767.98px) {
  /* line 250, resources/assets/styles/pages/_memory.scss */

  .vnand-features__container {
    padding: 40px 20px;
  }
}

/* line 261, resources/assets/styles/pages/_memory.scss */

.vnand-features-text__block {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 269, resources/assets/styles/pages/_memory.scss */

.vnand-features__caption {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-top: 30px;
}

/* line 277, resources/assets/styles/pages/_memory.scss */

.vnand-features__second {
  margin-top: 200px;
  margin-bottom: 200px;
}

@media (max-width: 767.98px) {
  /* line 277, resources/assets/styles/pages/_memory.scss */

  .vnand-features__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 5, resources/assets/styles/pages/_hbm.scss */

.hbm-header {
  background-image: url(../images/hbm/hbm-hero.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: none;
}

@media (max-width: 767.98px) {
  /* line 5, resources/assets/styles/pages/_hbm.scss */

  .hbm-header {
    background-image: url(../images/hbm/hbm-hero-mobile.jpg) !important;
    background-position: top center !important;
  }
}

/* line 17, resources/assets/styles/pages/_hbm.scss */

.hbm-content {
  padding: 100px 20px;
}

/* line 20, resources/assets/styles/pages/_hbm.scss */

.hbm-content.memory {
  padding: 200px 20px 100px;
}

@media (min-width: 1440px) {
  /* line 20, resources/assets/styles/pages/_hbm.scss */

  .hbm-content.memory {
    max-width: 1400px;
  }
}

@media (max-width: 767.98px) {
  /* line 20, resources/assets/styles/pages/_hbm.scss */

  .hbm-content.memory {
    padding: 100px 20px 50px;
  }
}

/* line 32, resources/assets/styles/pages/_hbm.scss */

.hbm-content__heading {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 26px;
}

/* line 39, resources/assets/styles/pages/_hbm.scss */

.hbm-content__heading.dark {
  color: white;
}

@media (max-width: 768px) {
  /* line 32, resources/assets/styles/pages/_hbm.scss */

  .hbm-content__heading {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 576px) {
  /* line 32, resources/assets/styles/pages/_hbm.scss */

  .hbm-content__heading {
    font-size: 32px;
    line-height: 40px;
  }

  /* line 52, resources/assets/styles/pages/_hbm.scss */

  .hbm-content__heading br {
    display: none;
  }
}

/* line 58, resources/assets/styles/pages/_hbm.scss */

.hbm-content__paragraph {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* line 64, resources/assets/styles/pages/_hbm.scss */

.hbm-content__paragraph.dense {
  max-width: 928px;
  margin: 0 auto;
}

/* line 69, resources/assets/styles/pages/_hbm.scss */

.hbm-content__paragraph.dark {
  color: white;
}

@media (max-width: 576px) {
  /* line 58, resources/assets/styles/pages/_hbm.scss */

  .hbm-content__paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  /* line 77, resources/assets/styles/pages/_hbm.scss */

  .hbm-content__paragraph br {
    display: none;
  }
}

/* line 84, resources/assets/styles/pages/_hbm.scss */

.hbm-action {
  border: 3px solid #074fc3;
  border-radius: 100px;
  min-width: 180px;
  height: 70px;
  font-family: "Samsung Sharp Sans", sans-serif;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  color: black;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  /* line 84, resources/assets/styles/pages/_hbm.scss */

  .hbm-action {
    min-width: unset;
  }
}

/* line 106, resources/assets/styles/pages/_hbm.scss */

.hbm-action.dark {
  color: white;
}

/* line 110, resources/assets/styles/pages/_hbm.scss */

.hbm-action:hover {
  background-color: #074fc3;
  color: white;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  /* line 84, resources/assets/styles/pages/_hbm.scss */

  .hbm-action {
    font-size: 18px;
    height: 60px;
    padding: 0 32px;
  }
}

@media (max-width: 576px) {
  /* line 84, resources/assets/styles/pages/_hbm.scss */

  .hbm-action {
    font-size: 16px;
    height: 50px;
    padding: 0 24px;
  }
}

/* line 130, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__bio {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 135, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__cards {
  margin-right: -9px;
  margin-left: -9px;
}

/* line 140, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__card {
  height: 150px;
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  /* line 140, resources/assets/styles/pages/_hbm.scss */

  .hbm-ecosystem__card {
    height: 70px;
    padding-left: 0;
  }

  /* line 150, resources/assets/styles/pages/_hbm.scss */

  .hbm-ecosystem__card:nth-child(even) {
    padding-right: 0;
  }
}

/* line 155, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__card-body {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  /* line 155, resources/assets/styles/pages/_hbm.scss */

  .hbm-ecosystem__card-body {
    text-align: center;
  }
}

/* line 168, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__card img {
  max-height: 100%;
}

@media (max-width: 767.98px) {
  /* line 168, resources/assets/styles/pages/_hbm.scss */

  .hbm-ecosystem__card img {
    max-width: 70%;
  }
}

/* line 177, resources/assets/styles/pages/_hbm.scss */

.hbm-ecosystem__action {
  margin-top: 40px;
}

/* line 183, resources/assets/styles/pages/_hbm.scss */

.hbm-memory__card {
  margin-bottom: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 188, resources/assets/styles/pages/_hbm.scss */

.hbm-memory__card-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 50px;
}

@media (max-width: 991px) {
  /* line 188, resources/assets/styles/pages/_hbm.scss */

  .hbm-memory__card-image {
    margin-bottom: 30px;
    padding-right: 0;
  }
}

/* line 199, resources/assets/styles/pages/_hbm.scss */

.hbm-memory__card:last-of-type {
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 203, resources/assets/styles/pages/_hbm.scss */

.hbm-memory__card:last-of-type .hbm-memory__card-image {
  text-align: right;
}

@media (max-width: 991px) {
  /* line 199, resources/assets/styles/pages/_hbm.scss */

  .hbm-memory__card:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 212, resources/assets/styles/pages/_hbm.scss */

.hbm-memory__card-content {
  width: 456px;
}

@media (max-width: 991px) {
  /* line 212, resources/assets/styles/pages/_hbm.scss */

  .hbm-memory__card-content {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 212, resources/assets/styles/pages/_hbm.scss */

  .hbm-memory__card-content {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 183, resources/assets/styles/pages/_hbm.scss */

  .hbm-memory__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 230, resources/assets/styles/pages/_hbm.scss */

.hbm-technology {
  height: 1180px;
  background-image: url(../images/hbm/tech-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 36%;
}

@media (max-width: 767.98px) {
  /* line 230, resources/assets/styles/pages/_hbm.scss */

  .hbm-technology {
    background-image: url(../images/hbm/tech-bg-mobile.jpg);
    background-size: 130% !important;
    padding-top: 96% !important;
    margin-top: -30%;
  }
}

/* line 245, resources/assets/styles/pages/_hbm.scss */

.hbm-technology__action {
  margin-top: 30px;
}

/* line 249, resources/assets/styles/pages/_hbm.scss */

.hbm-technology__instruction {
  font-size: 22px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 700;
  line-height: 26px;
  margin-top: 80px;
  color: white;
}

@media (max-width: 1400px) {
  /* line 230, resources/assets/styles/pages/_hbm.scss */

  .hbm-technology {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  /* line 230, resources/assets/styles/pages/_hbm.scss */

  .hbm-technology {
    height: 1130px;
  }
}

@media (max-width: 576px) {
  /* line 230, resources/assets/styles/pages/_hbm.scss */

  .hbm-technology {
    height: 1080px;
  }
}

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 6, resources/assets/styles/pages/_tech-day.scss */

.td-background {
  background-color: #000;
}

/* line 10, resources/assets/styles/pages/_tech-day.scss */

.td-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  background: #000;
  padding: 0 80px;
}

@media (max-width: 1199.98px) {
  /* line 10, resources/assets/styles/pages/_tech-day.scss */

  .td-navigation {
    padding: 0 40px;
  }
}

/* line 24, resources/assets/styles/pages/_tech-day.scss */

.td-logo {
  min-width: 120px;
  width: 210px;
  height: auto;
}

/* line 30, resources/assets/styles/pages/_tech-day.scss */

.td-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 33, resources/assets/styles/pages/_tech-day.scss */

.td-menu__item {
  font-family: "SamsungOne", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  margin: 0 20px;
  cursor: pointer;
}

/* line 42, resources/assets/styles/pages/_tech-day.scss */

.td-menu__item:first-child {
  margin-left: 0;
}

/* line 46, resources/assets/styles/pages/_tech-day.scss */

.td-menu__item:last-child {
  margin-right: 0;
}

/* line 50, resources/assets/styles/pages/_tech-day.scss */

.td-menu__item a {
  color: #fff;
  text-decoration: none;
}

/* line 54, resources/assets/styles/pages/_tech-day.scss */

.td-menu__item a:hover {
  text-decoration: none;
}

/* line 61, resources/assets/styles/pages/_tech-day.scss */

.td-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url(../images/tech-day/hero-background-1.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #000;
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  /* line 61, resources/assets/styles/pages/_tech-day.scss */

  .td-hero {
    padding: 0 20px;
  }
}

/* line 77, resources/assets/styles/pages/_tech-day.scss */

.td-hero__content {
  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%;
  max-width: 1400px;
}

/* line 85, resources/assets/styles/pages/_tech-day.scss */

.td-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  max-width: 621px;
  padding: 200px 0 160px;
}

/* line 92, resources/assets/styles/pages/_tech-day.scss */

.td-heading__eyebrow {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46.13px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/* line 101, resources/assets/styles/pages/_tech-day.scss */

.td-heading__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

/* line 110, resources/assets/styles/pages/_tech-day.scss */

.td-heading__subtitle {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
}

/* line 117, resources/assets/styles/pages/_tech-day.scss */

.td-heading__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 540px;
  margin-bottom: 80px;
}

/* line 124, resources/assets/styles/pages/_tech-day.scss */

.td-heading__video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  max-width: 385px;
  margin-right: 55px;
}

/* line 133, resources/assets/styles/pages/_tech-day.scss */

.td-heading__video-player {
  position: relative;
  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;
  width: 100%;
  max-width: 960px;
  height: 540px;
  overflow: hidden;
}

/* line 155, resources/assets/styles/pages/_tech-day.scss */

.td-heading__video-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 16px !important;
}

/* line 162, resources/assets/styles/pages/_tech-day.scss */

.td-heading__video-description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

/* line 170, resources/assets/styles/pages/_tech-day.scss */

.td-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  padding: 150px 40px 0;
}

@media (max-width: 767.98px) {
  /* line 170, resources/assets/styles/pages/_tech-day.scss */

  .td-body {
    padding: 0 20px;
  }
}

/* line 181, resources/assets/styles/pages/_tech-day.scss */

.td-body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 188, resources/assets/styles/pages/_tech-day.scss */

.td-body__subheading {
  width: 100%;
  clear: both;
  margin-top: 40px;
}

/* line 194, resources/assets/styles/pages/_tech-day.scss */

.td-body__title,
.td-body__title--large {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  margin: 0 0 16px !important;
}

/* line 202, resources/assets/styles/pages/_tech-day.scss */

.td-body__title--large {
  font-size: 100px;
}

/* line 209, resources/assets/styles/pages/_tech-day.scss */

.td-body__title-description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 25px;
}

/* line 217, resources/assets/styles/pages/_tech-day.scss */

.td-body__content {
  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%;
  max-width: 1400px;
}

/* line 225, resources/assets/styles/pages/_tech-day.scss */

.td-videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  margin: 40px 0;
}

/* line 232, resources/assets/styles/pages/_tech-day.scss */

.td-videos__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 660px));
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 40px;
  margin: 40px 0;
}

/* line 242, resources/assets/styles/pages/_tech-day.scss */

.td-video__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
}

/* line 249, resources/assets/styles/pages/_tech-day.scss */

.td-video__title {
  max-width: 270px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/* line 257, resources/assets/styles/pages/_tech-day.scss */

.td-video__duration {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #707070;
}

/* line 265, resources/assets/styles/pages/_tech-day.scss */

.td-video__thumbnail {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 272, resources/assets/styles/pages/_tech-day.scss */

.td-video__thumbnail--large {
  position: relative;
  width: 100%;
  height: 100%;
  height: 370px;
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 281, resources/assets/styles/pages/_tech-day.scss */

.td-video__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 292, resources/assets/styles/pages/_tech-day.scss */

.td-video__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 300, resources/assets/styles/pages/_tech-day.scss */

.td-video--large .td-video__title {
  max-width: 583px;
  font-size: 24px;
}

/* line 305, resources/assets/styles/pages/_tech-day.scss */

.td-video--large .td-video__duration {
  font-size: 24px;
}

/* line 311, resources/assets/styles/pages/_tech-day.scss */

.td-play-icon,
.td-play-icon--large-thumbnail,
.td-play-icon--small-thumbnail {
  width: 135px;
  height: auto;
  z-index: 10;
}

/* line 316, resources/assets/styles/pages/_tech-day.scss */

.td-play-icon--large-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 325, resources/assets/styles/pages/_tech-day.scss */

.td-play-icon--small-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 336, resources/assets/styles/pages/_tech-day.scss */

.td-pagination {
  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;
  height: 60px;
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin: 53px 0 0;
}

/* line 345, resources/assets/styles/pages/_tech-day.scss */

.td-pagination__selected {
  width: 60px;
  height: 60px;
  background-color: #4290f7;
}

/* line 351, resources/assets/styles/pages/_tech-day.scss */

.td-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 356, resources/assets/styles/pages/_tech-day.scss */

.td-pagination li {
  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;
  width: 60px;
  height: 60px;
  list-style-type: none;
  border-radius: 100%;
}

/* line 367, resources/assets/styles/pages/_tech-day.scss */

.td-banner {
  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;
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  /* line 367, resources/assets/styles/pages/_tech-day.scss */

  .td-banner {
    padding: 0 20px;
  }
}

/* line 382, resources/assets/styles/pages/_tech-day.scss */

.td-banner__text {
  max-width: 1064px;
  font-family: "SamsungOne", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

/* line 393, resources/assets/styles/pages/_tech-day.scss */

.td-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: url(../images/tech-day/industry-trends-background.jpg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  width: 100%;
  padding: 350px 40px 134px;
}

@media (max-width: 767.98px) {
  /* line 393, resources/assets/styles/pages/_tech-day.scss */

  .td-featured {
    padding: 0 20px;
  }
}

/* line 410, resources/assets/styles/pages/_tech-day.scss */

.td-featured__wrapper {
  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%;
  max-width: 1400px;
}

/* line 417, resources/assets/styles/pages/_tech-day.scss */

.td-featured__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 175px 0 50px;
}

/* line 424, resources/assets/styles/pages/_tech-day.scss */

.td-featured__eyebrow {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 432, resources/assets/styles/pages/_tech-day.scss */

.td-featured__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 120px;
  letter-spacing: 0.01em;
  margin: 0 0 30px !important;
}

/* line 441, resources/assets/styles/pages/_tech-day.scss */

.td-featured__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

/* line 448, resources/assets/styles/pages/_tech-day.scss */

.td-featured__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 452, resources/assets/styles/pages/_tech-day.scss */

.td-featured__video-player {
  position: relative;
  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;
  width: 100%;
  max-width: 960px;
  height: 540px;
  overflow: hidden;
}

/* line 462, resources/assets/styles/pages/_tech-day.scss */

.td-featured__video-player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 474, resources/assets/styles/pages/_tech-day.scss */

.td-featured__speaker {
  position: relative;
  min-width: 400px;
  width: 400px;
  margin-left: 40px;
}

/* line 481, resources/assets/styles/pages/_tech-day.scss */

.td-featured__speaker-photo {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 486, resources/assets/styles/pages/_tech-day.scss */

.td-featured__speaker-meta {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 40px;
}

/* line 494, resources/assets/styles/pages/_tech-day.scss */

.td-featured__speaker-name {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
}

/* line 501, resources/assets/styles/pages/_tech-day.scss */

.td-featured__speaker-description {
  font-size: 22px;
  font-weight: 800;
  line-height: 27px;
}

/* line 508, resources/assets/styles/pages/_tech-day.scss */

.td-partnerships {
  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;
  width: 100%;
  padding: 180px 250px;
}

/* line 515, resources/assets/styles/pages/_tech-day.scss */

.td-partnerships__logos {
  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;
  width: 100%;
  height: 100%;
  max-width: 1400px;
}

/* line 523, resources/assets/styles/pages/_tech-day.scss */

.td-partnerships__logos svg {
  max-width: 100%;
  height: auto;
}

/* line 530, resources/assets/styles/pages/_tech-day.scss */

.td-background-wrapper {
  background: url(../images/tech-day/partnerships-background-large.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 540, resources/assets/styles/pages/_tech-day.scss */

.td-background-wrapper--2 {
  background: url(../images/tech-day/technology-background-2.jpg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  margin: 0 auto;
}

/* line 549, resources/assets/styles/pages/_tech-day.scss */

.td-modal {
  display: fixed;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
}

/* line 555, resources/assets/styles/pages/_tech-day.scss */

.td-modal__overlay {
  display: fixed;
  visibility: hidden;
}

/* line 560, resources/assets/styles/pages/_tech-day.scss */

.td-modal__container {
  width: 90vw;
  height: 60vh;
}

/* line 566, resources/assets/styles/pages/_tech-day.scss */

.td-panel {
  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;
  width: 100%;
  background: url(../images/tech-day/panel-background.jpg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  /* line 566, resources/assets/styles/pages/_tech-day.scss */

  .td-panel {
    padding: 0 20px;
  }
}

/* line 581, resources/assets/styles/pages/_tech-day.scss */

.td-panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 960px;
  color: #fff;
  padding: 80px 0 420px;
}

/* line 592, resources/assets/styles/pages/_tech-day.scss */

.td-panel__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 599, resources/assets/styles/pages/_tech-day.scss */

.td-panel__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 100px;
  font-weight: bold;
  line-height: 120px;
  letter-spacing: 0.01em;
  margin: 0 0 30px !important;
}

/* line 608, resources/assets/styles/pages/_tech-day.scss */

.td-panel__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

/* line 615, resources/assets/styles/pages/_tech-day.scss */

.td-panel__video-player {
  position: relative;
  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;
  width: 100%;
  max-width: 960px;
  height: 540px;
  margin: 60px 0 30px;
  overflow: hidden;
}

/* line 626, resources/assets/styles/pages/_tech-day.scss */

.td-panel__video-player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 638, resources/assets/styles/pages/_tech-day.scss */

.td-panel__video-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
}

/* line 645, resources/assets/styles/pages/_tech-day.scss */

.td-panel__video-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 652, resources/assets/styles/pages/_tech-day.scss */

.td-panel__video-duration {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  color: #707070;
}

/* line 663, resources/assets/styles/pages/_tech-day.scss */

.tech-day p {
  margin: 0;
}

/* line 667, resources/assets/styles/pages/_tech-day.scss */

.tech-day iframe {
  z-index: 200;
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/samsungone-200.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/samsungone-300.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsungone-400.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsungone-500.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/samsungone-600.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsungone-700.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "SamsungOne";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/samsungone-800.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/samsung-sharp-sans-regular.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/samsung-sharp-sans-medium.woff) format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Samsung Sharp Sans";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/samsung-sharp-sans-bold.woff) format("woff");
}

/* line 85, resources/assets/styles/components/_typo.scss */

.title,
.lab-modal__heading,
.lab-modal__title,
.header__page-title,
.hero-slide__title,
.section--title,
.foundry__title,
.foundry__title--medium,
.foundry__title--wide,
.foundry__title--left-justified,
.related-insights__heading,
.foundry-events__title,
.business-divisions__title,
.video-carousel__title,
.news__title,
.footer-slider__title,
.csr-partners__title,
.career-heading__title,
.career-subheading__title,
.notfound .notfound__title,
.lab-header__title,
.lab-content__title,
.lab-location__title,
.lab-statistics__title,
.lab-about-us__title,
.product-navigation__title,
.product-card__title,
.product__title,
.product-applications__title,
.product-news__title,
.product__name,
.product-contact__title,
.product-features__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  /* line 85, resources/assets/styles/components/_typo.scss */

  .title,
  .lab-modal__heading,
  .lab-modal__title,
  .header__page-title,
  .hero-slide__title,
  .section--title,
  .foundry__title,
  .foundry__title--medium,
  .foundry__title--wide,
  .foundry__title--left-justified,
  .related-insights__heading,
  .foundry-events__title,
  .business-divisions__title,
  .video-carousel__title,
  .news__title,
  .footer-slider__title,
  .csr-partners__title,
  .career-heading__title,
  .career-subheading__title,
  .notfound .notfound__title,
  .lab-header__title,
  .lab-content__title,
  .lab-location__title,
  .lab-statistics__title,
  .lab-about-us__title,
  .product-navigation__title,
  .product-card__title,
  .product__title,
  .product-applications__title,
  .product-news__title,
  .product__name,
  .product-contact__title,
  .product-features__title {
    font-size: 25px;
  }
}

/* line 96, resources/assets/styles/components/_typo.scss */

.subtitle,
.lab-header__subtitle,
.product-header__subtitle {
  font-family: "SamsungOne", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

/* line 103, resources/assets/styles/components/_typo.scss */

.paragraph,
.lab-modal__description,
.hero-slide__description,
.section--paragraph,
.foundry__paragraph,
.foundry__paragraph--wide,
.foundry__paragraph--left-justified,
.cube__description,
.global-leadership__description,
.business-divisions__description,
.footer-slider__description,
.career-heading__paragraph,
.career-subheading__paragraph,
.notfound .notfound__paragraph,
.lab-content__textarea,
.lab-content p,
.lab-about-us__content,
.lab-location__subtitle,
.lab-statistics__subtitle,
.foundry-product__description,
.gen4-product__description,
.product-navigation__description,
.product-card__description,
.product__subtitle,
.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description,
.product__overview,
.product-highlight__content,
.product-contact__description,
.product-features__description {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  /* line 103, resources/assets/styles/components/_typo.scss */

  .paragraph,
  .lab-modal__description,
  .hero-slide__description,
  .section--paragraph,
  .foundry__paragraph,
  .foundry__paragraph--wide,
  .foundry__paragraph--left-justified,
  .cube__description,
  .global-leadership__description,
  .business-divisions__description,
  .footer-slider__description,
  .career-heading__paragraph,
  .career-subheading__paragraph,
  .notfound .notfound__paragraph,
  .lab-content__textarea,
  .lab-content p,
  .lab-about-us__content,
  .lab-location__subtitle,
  .lab-statistics__subtitle,
  .foundry-product__description,
  .gen4-product__description,
  .product-navigation__description,
  .product-card__description,
  .product__subtitle,
  .product__description,
  .product__form-factor,
  .product__capacity,
  .product-applications__description,
  .product__overview,
  .product-highlight__content,
  .product-contact__description,
  .product-features__description {
    font-size: 15px;
  }
}

/* line 113, resources/assets/styles/components/_typo.scss */

.table,
.product-specifications__table svg text,
.product-specifications__table svg tspan,
.product-statistics__chart svg text,
.product-statistics__chart svg tspan {
  font-family: "SamsungOne", sans-serif;
}

/* line 117, resources/assets/styles/components/_typo.scss */

.hr-blue,
.career-heading__blueline {
  width: 100px;
  height: 6px;
  background-color: #1428a0;
  margin: 100px auto 30px;
}

/* line 6, resources/assets/styles/pages/_connectivity.scss */

.connectivity svg {
  max-width: 100%;
}

@media (min-width: 1450px) {
  /* line 10, resources/assets/styles/pages/_connectivity.scss */

  .connectivity .container {
    max-width: 1400px !important;
  }
}

@media (min-width: 1450px) {
  /* line 15, resources/assets/styles/pages/_connectivity.scss */

  .connectivity .container.normal {
    max-width: 1170px !important;
  }
}

/* line 22, resources/assets/styles/pages/_connectivity.scss */

.connectivity .product-header__subtitle {
  max-width: 700px;
  display: block;
}

/* line 27, resources/assets/styles/pages/_connectivity.scss */

.connectivity__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  margin-bottom: 32px !important;
  max-width: 682px;
  margin: 0 auto;
}

@media (max-width: 576px) {
  /* line 27, resources/assets/styles/pages/_connectivity.scss */

  .connectivity__title {
    font-size: 28px;
  }
}

/* line 41, resources/assets/styles/pages/_connectivity.scss */

.connectivity__title.light,
.connectivity__title.foundry__button--light,
.connectivity__title.campus__button,
.connectivity__title.campus__button--large,
.connectivity__title.labslanding__section--link,
.connectivity__title.lab-content__link,
.connectivity__title.top-nav__button,
.connectivity__title.product-controls__button {
  color: white;
}

/* line 45, resources/assets/styles/pages/_connectivity.scss */

.connectivity__title.wide {
  max-width: 900px;
  margin-bottom: 0 !important;
}

/* line 50, resources/assets/styles/pages/_connectivity.scss */

.connectivity__title.sub {
  font-size: 24px;
  margin-bottom: 40px !important;
}

@media (max-width: 576px) {
  /* line 50, resources/assets/styles/pages/_connectivity.scss */

  .connectivity__title.sub {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

/* line 61, resources/assets/styles/pages/_connectivity.scss */

.connectivity__paragraph {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (max-width: 576px) {
  /* line 61, resources/assets/styles/pages/_connectivity.scss */

  .connectivity__paragraph {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

/* line 76, resources/assets/styles/pages/_connectivity.scss */

.connectivity__paragraph:last-of-type {
  margin-bottom: 0;
}

/* line 80, resources/assets/styles/pages/_connectivity.scss */

.connectivity__paragraph.small {
  max-width: 700px;
}

/* line 84, resources/assets/styles/pages/_connectivity.scss */

.connectivity__paragraph.narrow {
  max-width: 927px;
}

/* line 90, resources/assets/styles/pages/_connectivity.scss */

.connectivity-section-info {
  max-width: 928px;
  margin: 0 auto;
  padding: 144px 0 260px;
}

@media (max-width: 576px) {
  /* line 90, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-section-info {
    padding: 60px 0 100px;
  }
}

/* line 99, resources/assets/styles/pages/_connectivity.scss */

.connectivity-section-info__bottom {
  position: absolute;
  bottom: -175px;
  width: 100%;
  z-index: 100;
  height: 360px;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
}

/* line 111, resources/assets/styles/pages/_connectivity.scss */

.connectivity-section-applications {
  padding: 276px 0 400px;
  background-color: #0D1031;
  position: relative;
}

@media (max-width: 576px) {
  /* line 111, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-section-applications {
    padding: 100px 0 160px;
  }
}

/* line 122, resources/assets/styles/pages/_connectivity.scss */

.connectivity-info {
  position: relative;
}

/* line 127, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

@media (max-width: 576px) {
  /* line 127, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-applications__products {
    display: block;
  }
}

/* line 137, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product {
  padding-left: 7.5px;
  padding-right: 7.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 600px;
}

@media (max-width: 576px) {
  /* line 137, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-applications__products-product {
    margin-top: 24px !important;
    height: 200px !important;
  }
}

/* line 148, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

/* line 155, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product.wireless {
  margin-top: 48px;
}

/* line 159, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product.fifth-gen {
  height: 630px;
  margin-top: 200px;
}

/* line 164, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product.wifi {
  margin-top: 120px;
}

/* line 168, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__products-product.iot {
  margin-top: 100px;
}

/* line 174, resources/assets/styles/pages/_connectivity.scss */

.connectivity-applications__bottom {
  position: absolute;
  width: 100%;
  bottom: -600px;
  z-index: 100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3131A0), to(#070C29));
  background-image: -webkit-linear-gradient(#3131A0, #070C29);
  background-image: -o-linear-gradient(#3131A0, #070C29);
  background-image: linear-gradient(#3131A0, #070C29);
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 576px) {
  /* line 174, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-applications__bottom {
    height: 350px;
    bottom: -472px;
    width: calc(100% - 30px);
    padding: 0 10px;
  }
}

/* line 196, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems {
  padding: 340px 0 315px;
}

/* line 199, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  /* line 199, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-systems-design {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  /* line 209, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-systems-design__icon {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* line 216, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design__icon img {
  width: 100%;
  height: auto;
}

/* line 222, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 140px;
}

@media (max-width: 576px) {
  /* line 222, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-systems-design__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}

/* line 233, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design__info-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
  font-size: 50px;
}

@media (max-width: 576px) {
  /* line 233, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-systems-design__info-title {
    font-size: 24px;
    text-align: center;
  }
}

/* line 246, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design__info-list {
  padding-left: 0;
  font-size: 20px;
  font-family: "SamsungOne", sans-serif;
  line-height: 1.2;
  list-style: none;
}

@media (max-width: 576px) {
  /* line 246, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-systems-design__info-list {
    font-size: 14px;
  }
}

/* line 257, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-systems-design__info-list span {
  color: #3131A0;
}

/* line 265, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology {
  height: 1442px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 576px) {
  /* line 265, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology {
    height: 1000px;
  }
}

/* line 274, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__panel {
  position: absolute;
  top: -135px;
  width: 100%;
  z-index: 100;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3131A0), to(#070C29));
  background-image: -webkit-linear-gradient(#3131A0, #070C29);
  background-image: -o-linear-gradient(#3131A0, #070C29);
  background-image: linear-gradient(#3131A0, #070C29);
  padding: 135px 118px 115px;
  color: white;
}

@media (max-width: 576px) {
  /* line 274, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology__panel {
    top: -280px;
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}

/* line 291, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 98px;
  padding-bottom: 158px;
  margin-left: -45px;
  margin-right: -45px;
}

@media (max-width: 576px) {
  /* line 291, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology__list {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 305, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 576px) {
  /* line 305, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology__list-item {
    padding: 30px 0;
  }
}

/* line 314, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__list-item ul {
  list-style: none;
  padding-left: 0;
  margin-top: 68px;
}

@media (max-width: 576px) {
  /* line 314, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology__list-item ul {
    margin-top: 0;
  }
}

/* line 323, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__list-item ul li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  /* line 323, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-technology__list-item ul li {
    font-size: 14px;
  }
}

/* line 333, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-technology__list-item ul li::before {
  content: '+';
  display: block;
  margin-right: 8px;
}

/* line 344, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme {
  padding-top: 125px;
  margin-bottom: 154px;
}

@media (max-width: 576px) {
  /* line 344, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-extreme {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

/* line 353, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__items {
  margin-top: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  /* line 353, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-extreme__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 362, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__items-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 160px;
}

@media (max-width: 576px) {
  /* line 362, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-extreme__items-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

/* line 371, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__items-info-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 576px) {
  /* line 371, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-extreme__items-info-title {
    font-size: 20px;
    text-align: center;
  }
}

/* line 384, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__items-info-info {
  font-size: 18px;
  font-family: "SamsungOne", sans-serif;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* line 393, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__items-image img {
  width: 100%;
}

/* line 399, resources/assets/styles/pages/_connectivity.scss */

.connectivity-rf-extreme__link {
  padding: 25px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 50px;
  border: 3px solid #074FC3;
  text-decoration: none !important;
  color: black !important;
  display: inline-block;
}

@media (max-width: 576px) {
  /* line 399, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-rf-extreme__link {
    width: 100%;
    text-align: center;
    padding: 12px;
  }
}

/* line 419, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem {
  padding: 150px 0 180px;
}

@media (max-width: 576px) {
  /* line 419, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-ecosystem {
    padding: 0 0 90px;
  }
}

/* line 426, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs {
  margin-top: 60px;
}

/* line 429, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

/* line 435, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__header-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 50px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  border-bottom: 5px solid #CBCBCB;
  cursor: pointer;
  -webkit-transition: border-bottom-color .2s;
  -o-transition: border-bottom-color .2s;
  transition: border-bottom-color .2s;
}

/* line 450, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__header-tab.active {
  border-bottom-color: #5D70FF;
}

/* line 454, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__header-tab:hover {
  border-bottom-color: #5D70FF;
}

/* line 460, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__feature {
  margin-bottom: 20px;
}

/* line 464, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 48px;
}

@media (max-width: 576px) {
  /* line 464, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-ecosystem-tabs__partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

/* line 475, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 576px) {
  /* line 475, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-ecosystem-tabs__partners-partner {
    padding: 10px 0;
  }
}

/* line 484, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .label {
  font-family: "SamsungOne", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 800;
}

/* line 493, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card {
  height: 340px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

@media (max-width: 576px) {
  /* line 493, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-ecosystem-tabs__partners-partner .card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* line 501, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card.tall {
  height: 500px;
}

@media (max-width: 576px) {
  /* line 501, resources/assets/styles/pages/_connectivity.scss */

  .connectivity-ecosystem-tabs__partners-partner .card.tall {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* line 509, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 519, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card img {
  display: block;
  margin: 0 auto;
}

/* line 523, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card img.cadence {
  height: 45px;
}

/* line 527, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card img.siemens {
  height: 51px;
}

/* line 531, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card img.synopsys {
  height: 52px;
}

/* line 535, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__partners-partner .card img.ansys {
  height: 89px;
}

/* line 543, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__content {
  margin-top: 60px;
}

/* line 546, resources/assets/styles/pages/_connectivity.scss */

.connectivity-ecosystem-tabs__content.hidden {
  display: none;
}

/* line 553, resources/assets/styles/pages/_connectivity.scss */

.connectivity .p-relative {
  position: relative;
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 9, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__container {
  display: grid;
  grid-template-columns: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 30px 50px 50px;
}

@media (max-width: 767.98px) {
  /* line 9, resources/assets/styles/landing-pages/_gen4.scss */

  .product-header__container {
    padding: 30px 20px 20px;
  }
}

/* line 21, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

/* line 27, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__category {
  width: 170px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}

/* line 37, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__heading {
  height: 170px;
  padding: 70px 0 0 260px;
}

@media (max-width: 767.98px) {
  /* line 37, resources/assets/styles/landing-pages/_gen4.scss */

  .product-header__heading {
    padding: 0;
  }
}

/* line 46, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

@media (max-width: 767.98px) {
  /* line 46, resources/assets/styles/landing-pages/_gen4.scss */

  .product-header__title {
    font-size: 50px;
  }
}

/* line 58, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__title.smartssd {
  font-size: 60px;
}

/* line 63, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__subtitle {
  color: #fff;
}

/* line 68, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__subtitle.smartssd {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 75, resources/assets/styles/landing-pages/_gen4.scss */

.product-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767.98px) {
  /* line 75, resources/assets/styles/landing-pages/_gen4.scss */

  .product-header__nav {
    display: none;
  }
}

/* line 85, resources/assets/styles/landing-pages/_gen4.scss */

.product-header a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

/* line 93, resources/assets/styles/landing-pages/_gen4.scss */

.top-nav__button {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 93, resources/assets/styles/landing-pages/_gen4.scss */

  .top-nav__button {
    width: auto;
    font-size: 12px;
    padding: 0 20px;
  }
}

/* line 106, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

/* line 111, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav li {
  margin: 0 40px;
  padding: 0;
}

/* line 115, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav li:first-child {
  margin-left: 0;
}

/* line 119, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav li:last-child {
  margin-right: 0;
}

/* line 124, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
  padding-bottom: 6px;
}

/* line 131, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 143, resources/assets/styles/landing-pages/_gen4.scss */

.product-nav a:hover::before {
  text-decoration: none;
  visibility: visible;
  width: 100%;
}

/* line 151, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation {
  max-width: 1400px;
  margin: 200px auto;
}

@media (max-width: 767.98px) {
  /* line 151, resources/assets/styles/landing-pages/_gen4.scss */

  .product-navigation {
    margin: 90px auto;
    padding: 0 20px;
  }
}

/* line 160, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 160, resources/assets/styles/landing-pages/_gen4.scss */

  .product-navigation__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 170, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation__title {
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 767.98px) {
  /* line 170, resources/assets/styles/landing-pages/_gen4.scss */

  .product-navigation__title {
    font-size: 40px;
  }
}

/* line 182, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation__description {
  max-width: 780px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  margin: 0 auto 60px;
}

/* line 193, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation a {
  display: contents;
  color: inherit;
}

/* line 197, resources/assets/styles/landing-pages/_gen4.scss */

.product-navigation a:hover {
  text-decoration: none;
}

/* line 203, resources/assets/styles/landing-pages/_gen4.scss */

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  height: auto;
  background-color: #efefef;
  margin-right: 15px;
  margin-left: 15px;
  padding: 50px 40px;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

@media (max-width: 767.98px) {
  /* line 203, resources/assets/styles/landing-pages/_gen4.scss */

  .product-card {
    width: 100%;
    margin: 15px 0;
  }

  /* line 219, resources/assets/styles/landing-pages/_gen4.scss */

  .product-card:first-child {
    margin: 0 0 15px;
  }

  /* line 223, resources/assets/styles/landing-pages/_gen4.scss */

  .product-card:last-child {
    margin: 15px 0 0;
  }
}

/* line 228, resources/assets/styles/landing-pages/_gen4.scss */

.product-card:first-child {
  margin-left: 0;
}

/* line 232, resources/assets/styles/landing-pages/_gen4.scss */

.product-card:last-child {
  margin-right: 0;
}

/* line 236, resources/assets/styles/landing-pages/_gen4.scss */

.product-card__info {
  text-align: center;
  margin-top: 30px;
}

/* line 241, resources/assets/styles/landing-pages/_gen4.scss */

.product-card__image {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
  height: 160px;
}

/* line 250, resources/assets/styles/landing-pages/_gen4.scss */

.product-card__title {
  font-size: 25px;
  margin: 0 0 10px;
}

/* line 257, resources/assets/styles/landing-pages/_gen4.scss */

.product-card__description {
  font-size: 18px;
  line-height: 28px;
}

/* line 264, resources/assets/styles/landing-pages/_gen4.scss */

.product-card img {
  width: 180px;
  height: auto;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: -o-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease, -o-transform 0.45s ease;
  image-rendering: -webkit-optimize-contrast;
}

/* line 271, resources/assets/styles/landing-pages/_gen4.scss */

.product-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* line 277, resources/assets/styles/landing-pages/_gen4.scss */

.product-card:hover .hover-state {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: -o-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease, -o-transform 0.45s ease;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* line 285, resources/assets/styles/landing-pages/_gen4.scss */

.product {
  max-width: 1400px;
}

/* line 288, resources/assets/styles/landing-pages/_gen4.scss */

.product__section {
  text-align: center;
  margin: 0 auto 200px;
}

@media (max-width: 767.98px) {
  /* line 288, resources/assets/styles/landing-pages/_gen4.scss */

  .product__section {
    margin: 0 auto 90px;
  }
}

/* line 297, resources/assets/styles/landing-pages/_gen4.scss */

.product__title,
.product-applications__title,
.product-news__title {
  font-size: 80px;
  line-height: 60px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  /* line 297, resources/assets/styles/landing-pages/_gen4.scss */

  .product__title,
  .product-applications__title,
  .product-news__title {
    font-size: 50px;
    line-height: 1.2;
  }
}

/* line 310, resources/assets/styles/landing-pages/_gen4.scss */

.product__subtitle {
  display: block;
  line-height: 32px;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  /* line 310, resources/assets/styles/landing-pages/_gen4.scss */

  .product__subtitle {
    max-width: 80%;
    margin: 0 auto 40px;
  }
}

/* line 323, resources/assets/styles/landing-pages/_gen4.scss */

.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1400px;
  width: 100%;
  height: 900px;
  margin: 0 auto;
  padding: 80px 130px 60px;
}

@media (max-width: 1199.98px) {
  /* line 323, resources/assets/styles/landing-pages/_gen4.scss */

  .product__container {
    padding: 80px 60px 60px;
  }
}

@media (max-width: 991.98px) {
  /* line 323, resources/assets/styles/landing-pages/_gen4.scss */

  .product__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 40px 30px;
  }
}

/* line 341, resources/assets/styles/landing-pages/_gen4.scss */

.product__container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  /* line 341, resources/assets/styles/landing-pages/_gen4.scss */

  .product__container.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 350, resources/assets/styles/landing-pages/_gen4.scss */

.product__info,
.product__info--horizontal,
.product__info--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 356, resources/assets/styles/landing-pages/_gen4.scss */

.product__info--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  /* line 356, resources/assets/styles/landing-pages/_gen4.scss */

  .product__info--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 366, resources/assets/styles/landing-pages/_gen4.scss */

.product__info--left {
  text-align: left;
}

@media (max-width: 767.98px) {
  /* line 366, resources/assets/styles/landing-pages/_gen4.scss */

  .product__info--left {
    min-width: 400px;
  }
}

/* line 376, resources/assets/styles/landing-pages/_gen4.scss */

.product__info--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  /* line 376, resources/assets/styles/landing-pages/_gen4.scss */

  .product__info--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}

/* line 390, resources/assets/styles/landing-pages/_gen4.scss */

.product__name {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0;
}

/* line 398, resources/assets/styles/landing-pages/_gen4.scss */

.product__description,
.product__form-factor,
.product__capacity,
.product-applications__description {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

/* line 407, resources/assets/styles/landing-pages/_gen4.scss */

.product__content,
.product__content--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

/* line 413, resources/assets/styles/landing-pages/_gen4.scss */

.product__content--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 420, resources/assets/styles/landing-pages/_gen4.scss */

.product__overview {
  min-width: 550px;
  width: 550px;
  color: #fff;
  text-align: left;
}

@media (max-width: 991.98px) {
  /* line 420, resources/assets/styles/landing-pages/_gen4.scss */

  .product__overview {
    min-width: unset;
    width: 100%;
  }
}

/* line 434, resources/assets/styles/landing-pages/_gen4.scss */

.product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 640px;
  height: auto;
  margin-left: 60px;
}

@media (max-width: 767.98px) {
  /* line 434, resources/assets/styles/landing-pages/_gen4.scss */

  .product__image {
    max-width: unset;
    margin: 0;
  }
}

/* line 446, resources/assets/styles/landing-pages/_gen4.scss */

.product__image img {
  width: 100%;
  height: auto;
}

/* line 452, resources/assets/styles/landing-pages/_gen4.scss */

.product__form-factor,
.product__capacity {
  width: 270px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 767.98px) {
  /* line 452, resources/assets/styles/landing-pages/_gen4.scss */

  .product__form-factor,
  .product__capacity {
    width: auto;
    margin-right: 20px;
  }

  /* line 466, resources/assets/styles/landing-pages/_gen4.scss */

  .product__form-factor:last-child,
  .product__capacity:last-child {
    margin: 0;
  }
}

/* line 471, resources/assets/styles/landing-pages/_gen4.scss */

.product__form-factor strong,
.product__capacity strong {
  font-size: 21px;
  font-weight: 800;
}

/* line 479, resources/assets/styles/landing-pages/_gen4.scss */

.product-specifications__table {
  width: 100%;
  max-width: 1140px;
  max-height: 460px;
}

@media (max-width: 767.98px) {
  /* line 479, resources/assets/styles/landing-pages/_gen4.scss */

  .product-specifications__table {
    max-width: 100%;
  }
}

/* line 488, resources/assets/styles/landing-pages/_gen4.scss */

.product-specifications__table svg {
  width: 100%;
}

/* line 500, resources/assets/styles/landing-pages/_gen4.scss */

.product-statistics__title {
  font-size: 21px;
  line-height: 28px;
  font-weight: 800;
  color: #fff;
}

/* line 507, resources/assets/styles/landing-pages/_gen4.scss */

.product-statistics__chart {
  width: 100%;
  max-width: 1140px;
  max-height: 460px;
}

@media (max-width: 767.98px) {
  /* line 507, resources/assets/styles/landing-pages/_gen4.scss */

  .product-statistics__chart {
    max-width: 100%;
  }
}

/* line 516, resources/assets/styles/landing-pages/_gen4.scss */

.product-statistics__chart svg {
  width: 100%;
}

/* line 527, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls {
  position: absolute;
  width: 1400px;
  bottom: 0;
  margin-top: 40px;
  padding: 0 130px 60px;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  /* line 527, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls {
    padding: 0 60px 60px;
  }
}

@media (max-width: 991.98px) {
  /* line 527, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls {
    padding: 0 40px 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 527, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 20px 30px;
  }
}

/* line 551, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
}

@media (max-width: 767.98px) {
  /* line 551, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 561, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  /* line 561, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls__pager {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 570, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__previous,
.product-controls__next {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  cursor: pointer;
}

/* line 583, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__previous:hover,
.product-controls__next:hover {
  background-color: #fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* line 589, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__previous:hover svg path,
.product-controls__next:hover svg path {
  fill: #231f20;
  background-color: #fff !important;
}

/* line 597, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__page-count {
  width: 28px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin: 0 10px;
}

/* line 605, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 610, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__button {
  text-transform: uppercase;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  /* line 610, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls__button {
    width: 100%;
    margin: 0 10px 20px 0;
  }

  /* line 620, resources/assets/styles/landing-pages/_gen4.scss */

  .product-controls__button:last-child {
    margin: 0 0 20px 0;
  }
}

/* line 625, resources/assets/styles/landing-pages/_gen4.scss */

.product-controls__button:last-child {
  margin-right: 0;
}

/* line 631, resources/assets/styles/landing-pages/_gen4.scss */

.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  height: 900px;
  background-color: #000;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 631, resources/assets/styles/landing-pages/_gen4.scss */

  .product-slider {
    min-height: calc(100vh + 160px);
    height: auto;
  }
}

/* line 643, resources/assets/styles/landing-pages/_gen4.scss */

.product-slider__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 900px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 643, resources/assets/styles/landing-pages/_gen4.scss */

  .product-slider__container {
    min-height: calc(100vh + 160px);
    height: auto;
  }
}

/* line 655, resources/assets/styles/landing-pages/_gen4.scss */

.product-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 662, resources/assets/styles/landing-pages/_gen4.scss */

.product-slider__slide {
  position: absolute;
}

@media (max-width: 767.98px) {
  /* line 662, resources/assets/styles/landing-pages/_gen4.scss */

  .product-slider__slide {
    background-size: cover !important;
    height: 100%;
  }
}

/* line 672, resources/assets/styles/landing-pages/_gen4.scss */

.disabled {
  pointer-events: none;
}

/* line 676, resources/assets/styles/landing-pages/_gen4.scss */

.product-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
}

@media (max-width: 767.98px) {
  /* line 676, resources/assets/styles/landing-pages/_gen4.scss */

  .product-highlight {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0 0;
  }
}

/* line 685, resources/assets/styles/landing-pages/_gen4.scss */

.product-highlight__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
}

/* line 689, resources/assets/styles/landing-pages/_gen4.scss */

.product-highlight__icon img {
  height: 100%;
}

/* line 694, resources/assets/styles/landing-pages/_gen4.scss */

.product-highlight__content {
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  padding-left: 36px;
}

@media (max-width: 767.98px) {
  /* line 694, resources/assets/styles/landing-pages/_gen4.scss */

  .product-highlight__content {
    padding: 0;
    margin-left: 20px;
  }
}

/* line 710, resources/assets/styles/landing-pages/_gen4.scss */

.product-contact {
  max-width: 1400px;
  margin: 0 auto 200px;
}

@media (max-width: 767.98px) {
  /* line 710, resources/assets/styles/landing-pages/_gen4.scss */

  .product-contact {
    padding: 0 20px;
  }
}

/* line 718, resources/assets/styles/landing-pages/_gen4.scss */

.product-contact__title {
  text-align: center;
  margin: 0 auto 30px;
}

/* line 725, resources/assets/styles/landing-pages/_gen4.scss */

.product-contact__description {
  max-width: 780px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  margin: 0 auto 60px;
}

@media (max-width: 767.98px) {
  /* line 737, resources/assets/styles/landing-pages/_gen4.scss */

  .mobile-hidden {
    display: none;
  }
}

/* line 743, resources/assets/styles/landing-pages/_gen4.scss */

.mobile-visible {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 743, resources/assets/styles/landing-pages/_gen4.scss */

  .mobile-visible {
    display: block;
  }
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 1, resources/assets/styles/components/_buttons.scss */

.btn-outline,
.hero-slide__button,
.global-leadership__button,
.business-divisions__button,
.resource-detail__content--download,
.labslanding__section--link,
.lab-content__link,
.automotive__button,
.automotive__button.automotive__button--light {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  border-radius: 25px;
  padding: 14px 38px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  letter-spacing: 1.8px;
  cursor: pointer;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

.btn-outline:hover,
.hero-slide__button:hover,
.global-leadership__button:hover,
.business-divisions__button:hover,
.resource-detail__content--download:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.automotive__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: white !important;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

.btn-outline.light,
.light.hero-slide__button,
.hero-slide__button.foundry__button--light,
.hero-slide__button.campus__button,
.hero-slide__button.campus__button--large,
.hero-slide__button.labslanding__section--link,
.hero-slide__button.lab-content__link,
.hero-slide__button.top-nav__button,
.hero-slide__button.product-controls__button,
.btn-outline.foundry__button--light,
.foundry__button--light.global-leadership__button,
.foundry__button--light.business-divisions__button,
.foundry__button--light.resource-detail__content--download,
.foundry__button--light.labslanding__section--link,
.foundry__button--light.lab-content__link,
.foundry__button--light.automotive__button,
.light.global-leadership__button,
.global-leadership__button.campus__button,
.global-leadership__button.campus__button--large,
.global-leadership__button.labslanding__section--link,
.global-leadership__button.lab-content__link,
.global-leadership__button.top-nav__button,
.global-leadership__button.product-controls__button,
.light.business-divisions__button,
.business-divisions__button.campus__button,
.business-divisions__button.campus__button--large,
.business-divisions__button.labslanding__section--link,
.business-divisions__button.lab-content__link,
.business-divisions__button.top-nav__button,
.business-divisions__button.product-controls__button,
.btn-outline.campus__button,
.btn-outline.campus__button--large,
.campus__button--large.resource-detail__content--download,
.campus__button--large.labslanding__section--link,
.campus__button--large.lab-content__link,
.campus__button--large.automotive__button,
.campus__button.resource-detail__content--download,
.campus__button.labslanding__section--link,
.campus__button.lab-content__link,
.campus__button.automotive__button,
.light.resource-detail__content--download,
.resource-detail__content--download.labslanding__section--link,
.resource-detail__content--download.lab-content__link,
.resource-detail__content--download.top-nav__button,
.resource-detail__content--download.product-controls__button,
.labslanding__section--link,
.lab-content__link,
.light.automotive__button,
.automotive__button.labslanding__section--link,
.automotive__button.lab-content__link,
.automotive__button.top-nav__button,
.automotive__button.product-controls__button,
.btn-outline.top-nav__button,
.top-nav__button.labslanding__section--link,
.top-nav__button.lab-content__link,
.btn-outline.product-controls__button,
.product-controls__button.labslanding__section--link,
.product-controls__button.lab-content__link {
  border-color: white;
  color: white;
}

/* line 24, resources/assets/styles/components/_buttons.scss */

.btn-outline.light:hover,
.light.hero-slide__button:hover,
.hero-slide__button.foundry__button--light:hover,
.hero-slide__button.campus__button:hover,
.hero-slide__button.campus__button--large:hover,
.hero-slide__button.top-nav__button:hover,
.hero-slide__button.product-controls__button:hover,
.btn-outline.foundry__button--light:hover,
.foundry__button--light.global-leadership__button:hover,
.foundry__button--light.business-divisions__button:hover,
.foundry__button--light.resource-detail__content--download:hover,
.foundry__button--light.automotive__button:hover,
.light.global-leadership__button:hover,
.global-leadership__button.campus__button:hover,
.global-leadership__button.campus__button--large:hover,
.global-leadership__button.top-nav__button:hover,
.global-leadership__button.product-controls__button:hover,
.light.business-divisions__button:hover,
.business-divisions__button.campus__button:hover,
.business-divisions__button.campus__button--large:hover,
.business-divisions__button.top-nav__button:hover,
.business-divisions__button.product-controls__button:hover,
.btn-outline.campus__button:hover,
.btn-outline.campus__button--large:hover,
.campus__button--large.resource-detail__content--download:hover,
.campus__button--large.automotive__button:hover,
.campus__button.resource-detail__content--download:hover,
.campus__button.automotive__button:hover,
.light.resource-detail__content--download:hover,
.resource-detail__content--download.top-nav__button:hover,
.resource-detail__content--download.product-controls__button:hover,
.labslanding__section--link:hover,
.lab-content__link:hover,
.light.automotive__button:hover,
.automotive__button.top-nav__button:hover,
.automotive__button.product-controls__button:hover,
.btn-outline.top-nav__button:hover,
.btn-outline.product-controls__button:hover {
  background-color: white !important;
  color: #231f20 !important;
}

/* line 31, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size,
.foundry__button--dark,
.foundry__button--light,
.campus__button,
.campus__button--large,
.top-nav__button,
.product-controls__button {
  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;
  font-family: "SamsungOne", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  width: 160px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  letter-spacing: 1.8px;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size:hover,
.foundry__button--dark:hover,
.foundry__button--light:hover,
.campus__button:hover,
.campus__button--large:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #231f20;
  text-decoration: none;
  color: fff !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 54, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light,
.light.foundry__button--dark,
.foundry__button--light,
.foundry__button--dark.labslanding__section--link,
.labslanding__section--link.foundry__button--light,
.foundry__button--dark.lab-content__link,
.lab-content__link.foundry__button--light,
.campus__button,
.campus__button--large,
.btn-outline-fixed-size.labslanding__section--link,
.labslanding__section--link.campus__button,
.labslanding__section--link.campus__button--large,
.labslanding__section--link.top-nav__button,
.labslanding__section--link.product-controls__button,
.btn-outline-fixed-size.lab-content__link,
.lab-content__link.campus__button,
.lab-content__link.campus__button--large,
.lab-content__link.top-nav__button,
.lab-content__link.product-controls__button,
.top-nav__button,
.product-controls__button {
  border-color: #fff;
  color: #fff !important;
}

/* line 58, resources/assets/styles/components/_buttons.scss */

.btn-outline-fixed-size.light:hover,
.light.foundry__button--dark:hover,
.foundry__button--light:hover,
.foundry__button--dark.labslanding__section--link:hover,
.foundry__button--dark.lab-content__link:hover,
.campus__button:hover,
.campus__button--large:hover,
.btn-outline-fixed-size.labslanding__section--link:hover,
.btn-outline-fixed-size.lab-content__link:hover,
.top-nav__button:hover,
.product-controls__button:hover {
  background-color: #fff;
  color: #231f20 !important;
  -webkit-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  -o-transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
  transition: 0.35s opacity linear, 0.35s 0.05s transform linear, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, color 0.5s ease;
}

/* line 8, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header {
  background: #000;
}

/* line 11, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__container {
  position: relative;
  display: grid;
  height: 100vh;
  overflow: hidden;
  padding: 30px 50px 50px;
  z-index: 10;
}

@media (max-width: 767.98px) {
  /* line 11, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__container {
    padding: 30px 20px 20px;
  }
}

/* line 24, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
}

/* line 30, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__category {
  width: 170px;
  font-family: "SamsungOne", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

/* line 39, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__heading {
  height: 170px;
  padding: 70px 0 0 260px;
}

/* line 43, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__heading--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  /* line 43, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__heading--centered {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 54, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__heading--centered.smartssd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  /* line 39, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__heading {
    padding: 0;
  }
}

/* line 64, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

@media (max-width: 767.98px) {
  /* line 64, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__title {
    font-size: 50px;
  }
}

/* line 77, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__subtitle {
  color: #fff;
}

/* line 83, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__image {
  width: 697px;
  margin-top: 90px;
}

@media (max-width: 767.98px) {
  /* line 83, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__image {
    margin-top: 120px;
  }
}

/* line 92, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767.98px) {
  /* line 92, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-header__nav {
    display: none;
  }
}

/* line 102, resources/assets/styles/landing-pages/_ddr5.scss */

.product-header a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

/* line 110, resources/assets/styles/landing-pages/_ddr5.scss */

.top-nav__button {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 110, resources/assets/styles/landing-pages/_ddr5.scss */

  .top-nav__button {
    width: auto;
    font-size: 12px;
    padding: 0 20px;
  }
}

/* line 123, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

/* line 128, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav li {
  margin: 0 40px;
  padding: 0;
}

/* line 132, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav li:first-child {
  margin-left: 0;
}

/* line 136, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav li:last-child {
  margin-right: 0;
}

/* line 141, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 26px;
  padding-bottom: 6px;
}

/* line 148, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 160, resources/assets/styles/landing-pages/_ddr5.scss */

.product-nav a:hover::before {
  text-decoration: none;
  visibility: visible;
  width: 100%;
}

/* line 168, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 30px;
}

/* line 173, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features.last-feature {
  padding-bottom: 0;
}

/* line 177, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features__title {
  max-width: 580px;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 767.98px) {
  /* line 177, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-features__title {
    font-size: 30px;
    padding: 0 20px;
  }
}

/* line 192, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features__description {
  max-width: 884px;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  color: #000;
  text-align: center;
  margin: 0 auto 60px;
}

@media (max-width: 767.98px) {
  /* line 192, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-features__description {
    padding: 0 20px;
  }
}

/* line 208, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features__background {
  width: 100%;
  max-width: 1400px;
  height: 800px;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 767.98px) {
  /* line 208, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-features__background {
    max-width: 100%;
    height: 400px;
    background-position: center center !important;
  }
}

/* line 222, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features.dark {
  background-color: #000;
}

/* line 225, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features.dark .product-features__title {
  color: #fff;
}

/* line 229, resources/assets/styles/landing-pages/_ddr5.scss */

.product-features.dark .product-features__description {
  color: #fff;
}

/* line 235, resources/assets/styles/landing-pages/_ddr5.scss */

.product-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  background-color: #000;
  padding: 132px 0;
  margin: 0 auto;
}

/* line 245, resources/assets/styles/landing-pages/_ddr5.scss */

.product-quotes__quote {
  font-family: "Samsung Sharp Sans", sans-serif;
  display: block;
  max-width: 614px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

/* line 256, resources/assets/styles/landing-pages/_ddr5.scss */

.product-quotes__cited {
  display: block;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

/* line 267, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications {
  position: relative;
  max-width: 1400px;
  margin: 200px auto;
}

@media (max-width: 767.98px) {
  /* line 267, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications {
    margin: 60px auto;
  }
}

/* line 276, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

/* line 284, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__border {
  background: -webkit-gradient(linear, left top, right top, from(#0c61c0), to(#29abe2));
  background: -webkit-linear-gradient(left, #0c61c0 0%, #29abe2 100%);
  background: -o-linear-gradient(left, #0c61c0 0%, #29abe2 100%);
  background: linear-gradient(90deg, #0c61c0 0%, #29abe2 100%);
  padding: 2px;
  opacity: 22% !important;
}

@media (max-width: 767.98px) {
  /* line 284, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__border {
    display: none;
  }
}

/* line 294, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__inner-container {
  width: 1134px;
  height: 2168px;
  background: white;
  padding: 0 120px;
}

@media (max-width: 767.98px) {
  /* line 294, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__inner-container {
    width: calc(100vw - 60px) !important;
    padding: 0 20px;
  }
}

/* line 306, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__grid-container {
  display: grid;
  grid-template-columns: repeat(1fr);
  grid-template-rows: repeat(1fr);
  gap: 18px 18px;
  grid-template-areas: "image-1 image-1 content-1 content-1 content-1" "image-1 image-1 content-1 content-1 content-1" "image-1 image-1 content-1 content-1 content-1" "image-1 image-1 content-1 content-1 content-1" "image-1 image-1 image-2 image-2 image-2" "image-1 image-1 image-2 image-2 image-2" "image-3 image-3 image-2 image-2 image-2" "image-3 image-3 image-2 image-2 image-2" "image-3 image-3 image-4 image-4 image-4" "image-3 image-3 image-4 image-4 image-4" "image-3 image-3 image-4 image-4 image-4" "image-3 image-3 image-4 image-4 image-4" "content-2 content-2 content-2 image-5 image-5" "content-2 content-2 content-2 image-5 image-5" "content-2 content-2 content-2 image-5 image-5" "content-2 content-2 content-2 image-5 image-5";
  max-width: 1400px;
}

@media (max-width: 767.98px) {
  /* line 306, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__grid-container {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "content-1 content-1" "image-2 image-3" "image-4 image-3" "content-2 content-2";
  }
}

/* line 343, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image,
.product-applications__image--1,
.product-applications__image--2,
.product-applications__image--4,
.product-applications__image--5 {
  background-size: cover !important;
  background-position: center center !important;
}

/* line 347, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--1 {
  grid-area: image-1;
}

@media (max-width: 767.98px) {
  /* line 347, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__image--1 {
    display: none;
  }
}

/* line 356, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 812px;
}

@media (max-width: 767.98px) {
  /* line 356, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__image--1 img {
    max-height: unset;
  }
}

/* line 369, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--2 {
  grid-area: image-2;
}

/* line 374, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

/* line 383, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--3 {
  grid-area: image-3;
}

/* line 386, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--3 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

/* line 395, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--4 {
  grid-area: image-4;
}

/* line 400, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

/* line 409, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--5 {
  grid-area: image-5;
}

@media (max-width: 767.98px) {
  /* line 409, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__image--5 {
    display: none;
  }
}

/* line 418, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__image--5 img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 425px;
  max-height: 100%;
}

@media (max-width: 767.98px) {
  /* line 418, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__image--5 img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 409, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__image--5 {
    min-height: unset;
  }
}

/* line 434, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__content--1 {
  grid-area: content-1;
  padding: 90px 200px 60px 120px;
}

@media (max-width: 767.98px) {
  /* line 434, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__content--1 {
    padding: 30px 20px 30px;
  }
}

/* line 443, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__content--2 {
  grid-area: content-2;
  padding: 90px 60px 60px 60px;
}

@media (max-width: 767.98px) {
  /* line 443, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__content--2 {
    padding: 30px 20px 30px;
  }
}

/* line 452, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__title {
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  /* line 452, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__title {
    font-size: 30px;
  }
}

/* line 463, resources/assets/styles/landing-pages/_ddr5.scss */

.product-applications__description {
  color: #000;
}

@media (max-width: 767.98px) {
  /* line 463, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-applications__description {
    font-size: 18px;
  }
}

/* line 474, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news {
  max-width: 1400px;
  background-color: #e6e6e6;
  margin: 0 auto;
  padding: 70px 93px 93px;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}

@media (max-width: 767.98px) {
  /* line 474, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-news {
    padding: 30px 20px 50px;
  }
}

/* line 485, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 485, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-news__title {
    font-size: 30px;
  }
}

/* line 497, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  /* line 497, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 505, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__card {
  width: 290px;
  height: 340px;
  background-color: #000;
  margin-right: 18px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 505, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-news__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

/* line 518, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__card.last-product-card {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  /* line 518, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-news__card.last-product-card {
    margin-bottom: 18px;
  }
}

/* line 527, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 160px;
  padding: 18px;
  background-color: #000;
  overflow: hidden;
}

/* line 538, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__featured-image {
  height: 165px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

/* line 543, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__headline {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  color: #fff;
}

/* line 550, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__headline:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0056b3;
          text-decoration-color: #0056b3;
}

/* line 556, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__date {
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #fff;
}

/* line 564, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news__card:hover .product-news__featured-image {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3 ease-in-out;
  transition: -webkit-transform 0.3 ease-in-out;
  -o-transition: -o-transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out;
  transition: transform 0.3 ease-in-out, -webkit-transform 0.3 ease-in-out, -o-transform 0.3 ease-in-out;
}

/* line 570, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news img {
  width: 100%;
}

/* line 574, resources/assets/styles/landing-pages/_ddr5.scss */

.product-news a {
  text-decoration: none;
}

/* line 579, resources/assets/styles/landing-pages/_ddr5.scss */

.product-contact {
  max-width: 1400px;
  margin: 100px auto;
}

@media (max-width: 767.98px) {
  /* line 579, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-contact {
    padding: 0 20px;
  }
}

/* line 587, resources/assets/styles/landing-pages/_ddr5.scss */

.product-contact__title {
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 767.98px) {
  /* line 587, resources/assets/styles/landing-pages/_ddr5.scss */

  .product-contact__title {
    font-size: 30px;
  }
}

/* line 598, resources/assets/styles/landing-pages/_ddr5.scss */

.product-contact__description {
  max-width: 780px;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  margin: 0 auto 60px;
}

/* line 611, resources/assets/styles/landing-pages/_ddr5.scss */

.ddr5 input[type="submit"] {
  border: solid 2px transparent !important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -webkit-linear-gradient(349deg, #0c61c0, #29abe2) !important;
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(349deg, #0c61c0, #29abe2) !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #0c61c0, #29abe2) !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  -webkit-box-shadow: 2px 1000px 1px #fff inset !important;
          box-shadow: 2px 1000px 1px #fff inset !important;
}

/* line 619, resources/assets/styles/landing-pages/_ddr5.scss */

.ddr5 input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(349deg, #0c61c0, #29abe2) !important;
  background-image: -o-linear-gradient(349deg, #0c61c0, #29abe2) !important;
  background-image: linear-gradient(101deg, #0c61c0, #29abe2) !important;
  background-clip: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 627, resources/assets/styles/landing-pages/_ddr5.scss */

.ddr5 input:not([type="submit"]):focus,
.ddr5 textarea:focus {
  border-left: 10px solid #29abe2 !important;
}

@media (max-width: 767.98px) {
  /* line 633, resources/assets/styles/landing-pages/_ddr5.scss */

  .mobile-hidden {
    display: none;
  }
}

/* line 639, resources/assets/styles/landing-pages/_ddr5.scss */

.mobile-visible {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 639, resources/assets/styles/landing-pages/_ddr5.scss */

  .mobile-visible {
    display: block;
  }
}

/* stylelint-disable */

/* stylelint-disable */

/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* line 4, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd a {
  color: #6660ff;
}

/* line 9, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd .product-nav a {
  color: #efefef;
}

/* line 15, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd .footer a {
  color: #fff;
}

/* line 20, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__container,
.smartssd__container--padded {
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 20, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__container,
  .smartssd__container--padded {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  /* line 28, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__container--padded {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 38, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__heading,
.smartssd__heading--padded,
.smartssd__heading--csd {
  font-size: 50px;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 1em;
  font-weight: 700;
  max-width: 650px;
}

@media (max-width: 767.98px) {
  /* line 38, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__heading,
  .smartssd__heading--padded,
  .smartssd__heading--csd {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  /* line 49, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__heading--padded {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 58, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__heading--csd {
  margin-bottom: 120px;
}

/* line 64, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__heading.wide,
.wide.smartssd__heading--padded,
.wide.smartssd__heading--csd {
  max-width: 960px;
}

/* line 68, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__heading small,
.smartssd__heading--padded small,
.smartssd__heading--csd small {
  font-size: 24px;
  font-weight: 700;
}

/* line 74, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__paragraph,
.smartssd__paragraph--padded {
  font-size: 18px;
  font-family: "SamsungOne", sans-serif;
  margin-bottom: 1em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  /* line 82, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__paragraph--padded {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 91, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__paragraph.wide,
.wide.smartssd__paragraph--padded {
  max-width: 100%;
}

/* line 97, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd-how-it-works__image {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 90px;
}

/* line 102, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd-how-it-works__image img {
  width: 100%;
}

/* line 109, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd-csd__image {
  margin-top: -100px;
}

/* line 115, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd-performance-img__label {
  text-align: center;
  font-size: 24px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 2em;
  line-height: 1.2;
  max-width: 340px;
  margin: 2em auto;
}

@media (min-width: 1440px) {
  /* line 127, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd .container {
    max-width: 1400px;
  }
}

/* line 133, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd #news {
  background-color: #f6f6f6;
}

@media (min-width: 1440px) {
  /* line 136, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd #news .container {
    max-width: 1140px;
  }
}

/* line 143, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news {
  font-size: 18px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 149, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news:nth-child(odd) {
  padding-right: 60px;
}

@media (max-width: 767.98px) {
  /* line 149, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news:nth-child(odd) {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* line 158, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news:nth-child(even) {
  padding-left: 60px;
}

@media (max-width: 767.98px) {
  /* line 158, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news:nth-child(even) {
    padding-left: 15px;
  }
}

/* line 166, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-icon {
  margin-bottom: 20px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 172, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-icon img {
  max-height: 100%;
}

/* line 177, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-article {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #707070;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

/* line 184, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 188, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-status-icon {
  margin-right: 16px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 194, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-status-icon image {
  max-height: 100%;
}

/* line 199, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-status-link {
  color: #6660ff;
}

/* line 203, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-status-label {
  font-family: "SamsungOne", sans-serif;
  font-size: 18px;
  width: 60%;
}

/* line 210, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider {
  position: relative;
  margin-top: 150px;
}

/* line 214, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 221, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-navigate {
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 221, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-navigate {
    width: 40px;
  }
}

/* line 232, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-navigate.prev {
  padding-left: 40px;
  border-right: 1px solid white;
}

@media (max-width: 767.98px) {
  /* line 232, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-navigate.prev {
    padding-left: 15px;
    width: 40px;
  }

  /* line 240, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-navigate.prev img {
    width: 40%;
  }
}

/* line 246, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-navigate.next {
  padding-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-left: 1px solid white;
}

@media (max-width: 767.98px) {
  /* line 246, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-navigate.next {
    padding-right: 15px;
    width: 40px;
  }

  /* line 255, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-navigate.next img {
    width: 40%;
  }
}

/* line 262, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 269, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-track {
  position: absolute;
  display: grid;
  grid-auto-columns: calc(100% / 3);
  grid-auto-flow: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  /* line 269, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-track {
    grid-auto-columns: 100%;
  }
}

/* line 282, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* line 287, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 250px;
}

/* line 291, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 298, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: left;
  height: 100%;
  position: relative;
}

@media (max-width: 767.98px) {
  /* line 313, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-slide__text a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 326, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__text:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid black;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 339, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__text a {
  color: #fff;
}

/* line 344, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__news-slider-slide__author {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 13px;
  color: white;
}

@media (max-width: 767.98px) {
  /* line 344, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__news-slider-slide__author {
    font-size: 12px;
    text-align: right;
  }
}

/* line 360, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__button {
  border: 3px solid #6660ff;
  outline: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 1em 1.5em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50px;
}

/* line 373, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__button:hover {
  color: white;
  background-color: #6660ff;
}

/* line 379, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases {
  margin-top: 100px;
}

/* line 382, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases--content {
  z-index: 1;
  position: relative;
}

/* line 386, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases--content .second-case {
  margin-top: 220px;
}

/* line 390, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases--content .last-case {
  margin-top: 240px;
}

/* line 395, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container {
  padding: 60px 0;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, black 60%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, black 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 60%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}

/* line 401, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container-bg {
  position: absolute;
  top: 380px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 410, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container .smartssd__heading,
.smartssd__cases-container .smartssd__heading--padded,
.smartssd__cases-container .smartssd__heading--csd {
  color: white;
}

/* line 414, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container .gradients1 {
  position: relative;
  padding: 100px 0 180px;
}

/* line 418, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container .gradients1 .gradient {
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  top: -120px;
}

@media (max-width: 767.98px) {
  /* line 418, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__cases-container .gradients1 .gradient {
    top: inherit;
    z-index: 1;
  }
}

/* line 431, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__cases-container .gradients1 .smartssd {
  position: relative;
  z-index: 10;
}

/* line 439, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__case {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
}

/* line 444, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__case--image {
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 450, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__case--image img {
  max-height: 100%;
}

/* line 455, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__case--label {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 800;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* line 465, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__tip {
  border-radius: 12px;
  max-width: 456px;
  font-size: 18px;
  padding: 1em 60px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

@media (max-width: 767.98px) {
  /* line 465, resources/assets/styles/landing-pages/_smartssd.scss */

  .smartssd__tip {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 483, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd__contact {
  padding-top: 300px;
}

/* line 488, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient {
  position: relative;
  margin-bottom: 150px;
}

/* line 492, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient .image {
  width: 33.333333%;
  max-height: 400px;
  margin: auto;
  position: relative;
  z-index: 1;
}

/* line 499, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient .image img {
  width: 100%;
  max-width: 100%;
  max-height: 400px;
  display: block;
}

/* line 507, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient .gradients {
  position: absolute;
  top: 0;
  left: -20%;
  right: -20%;
  bottom: 0;
}

/* line 515, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 600ms ease 200ms;
  -o-transition: all 600ms ease 200ms;
  transition: all 600ms ease 200ms;
  opacity: 0;
}

/* line 529, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.active .gradient {
  opacity: 1;
}

/* line 532, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.active .gradient:nth-child(1) {
  -webkit-transform: rotate(10deg);
       -o-transform: rotate(10deg);
          transform: rotate(10deg);
  top: 1%;
  height: 101%;
}

/* line 540, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.active .gradient:nth-child(3) {
  -webkit-transform: rotate(-11deg);
       -o-transform: rotate(-11deg);
          transform: rotate(-11deg);
  height: 96.5%;
}

/* line 550, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.smol .image {
  width: 23%;
}

/* line 556, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.smol.active .gradient:nth-child(1) {
  -webkit-transform: rotate(-9deg);
       -o-transform: rotate(-9deg);
          transform: rotate(-9deg);
  bottom: auto;
  top: -29%;
  height: 286%;
}

/* line 563, resources/assets/styles/landing-pages/_smartssd.scss */

.image-gradient.smol.active .gradient:nth-child(2) {
  -webkit-transform: rotate(10deg);
       -o-transform: rotate(10deg);
          transform: rotate(10deg);
  height: 203%;
  top: 11%;
  bottom: auto;
}

/* line 575, resources/assets/styles/landing-pages/_smartssd.scss */

.hidden img {
  visibility: hidden;
}

/* line 581, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd input[type="submit"] {
  border: solid 2px transparent !important;
  background-image: #6660ff !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  -webkit-box-shadow: 2px 1000px 1px #fff inset !important;
          box-shadow: 2px 1000px 1px #fff inset !important;
}

/* line 589, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd input[type="submit"]:hover {
  background-image: #6660ff !important;
  background-clip: unset !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 597, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd input:not([type="submit"]):focus,
.smartssd textarea:focus {
  border-left: 10px solid #6660ff !important;
}

/* line 602, resources/assets/styles/landing-pages/_smartssd.scss */

.smartssd .form-wrapper input[type="submit"] {
  background: #6660ff !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}


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