@charset "UTF-8";/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */: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: #007bff;
  --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, 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;
}

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

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

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

.container,.c-alert-message-blade__inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.table-dark th,.table-dark td,.table-dark thead th {
  border-color: #32383e;
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
  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;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control: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);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.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;
}

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

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

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

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.was-validated .form-control:valid,.form-control.is-valid,.was-validated
.custom-select:valid,.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.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);
}

.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.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;
}

.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;
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.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;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after,.custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.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;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
  -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);
}

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

.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;
}

.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated
.custom-select:invalid,.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.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);
}

.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.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;
}

.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;
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.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;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after,.custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.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;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -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);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
  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;
}

.btn:hover,.btn:focus {
  text-decoration: none;
}

.btn:focus,.btn.focus {
  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);
}

.btn.disabled,.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,.btn-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);
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-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);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,.btn-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);
}

.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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;
}

.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(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,.btn-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);
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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;
}

.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(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,.btn-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);
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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;
}

.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(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,.btn-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);
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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;
}

.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(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,.btn-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);
}

.btn-light.disabled,.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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;
}

.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(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,.btn-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);
}

.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.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;
}

.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(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.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: #007bff;
  border-color: #007bff;
}

.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(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.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);
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.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);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.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);
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.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);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.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;
}

.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);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,.dropright,.dropdown,.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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;
}

.dropdown-item:hover,.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group,.btn-group-vertical .btn + .btn,.btn-group-vertical .btn + .btn-group,.btn-group-vertical .btn-group + .btn,.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,.input-group > .custom-select,.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control + .custom-file,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .form-control,.input-group > .custom-file + .custom-select,.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control,.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,.input-group-lg > .input-group-append > .btn {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,.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,.input-group-sm > .input-group-append > .btn {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .btn,.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),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn: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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -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);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.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);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.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);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.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;
  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;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.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;
  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;
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.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;
  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;
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.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;
  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;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

nav ul {
  margin-left: 0;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,.navbar > .c-alert-message-blade__inner,.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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;
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
}

.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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%;
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,.navbar-expand > .c-alert-message-blade__inner,.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,.navbar-expand > .c-alert-message-blade__inner,.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.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);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.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;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.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);
}

.card-header:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.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);
}

.card-footer:last-child {
  border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.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);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.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;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover,.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
  transition: width 0.6s ease;
}

.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: 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;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.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);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - (0.5rem * 2));
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.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;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.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;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.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;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.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;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.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, 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;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: -webkit-calc((0.5rem + 1px) * -1);
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow {
  left: -webkit-calc((0.5rem + 1px) * -1);
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: -webkit-calc((0.5rem + 1px) * -1);
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.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;
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow {
  right: -webkit-calc((0.5rem + 1px) * -1);
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.carousel-item-next,.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel-item-next,.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev,.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.carousel-control-prev,.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -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: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.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;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.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;
}

.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;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,.my-0 {
  margin-top: 0 !important;
}

.mr-0,.mx-0 {
  margin-right: 0 !important;
}

.mb-0,.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,.my-3 {
  margin-top: 1rem !important;
}

.mr-3,.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,.my-5 {
  margin-top: 3rem !important;
}

.mr-5,.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,.py-0 {
  padding-top: 0 !important;
}

.pr-0,.px-0 {
  padding-right: 0 !important;
}

.pb-0,.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,.py-3 {
  padding-top: 1rem !important;
}

.pr-3,.px-3 {
  padding-right: 1rem !important;
}

.pb-3,.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,.py-5 {
  padding-top: 3rem !important;
}

.pr-5,.px-5 {
  padding-right: 3rem !important;
}

.pb-5,.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,.my-auto {
  margin-top: auto !important;
}

.mr-auto,.mx-auto {
  margin-right: auto !important;
}

.mb-auto,.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,.mx-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

nav .menu .navigation .search .menu__search--block {
  position: relative;
  z-index: 100;
}

nav .menu .navigation .search .menu__search--block li {
  opacity: 1 !important;
}

nav .menu .navigation .search .menu__search--block li a:hover {
  background-image: none !important;
  -webkit-text-fill-color: unset;
  background-clip: unset;
}

nav .menu .navigation .menu__bottom--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .menu .navigation .menu__bottom--block > li {
  position: static;
}

nav .menu .navigation .menu__bottom--block > li:last-child {
  padding-right: 0px;
}

nav .menu .navigation .menu__bottom--block > li.show > a:before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a7de1), color-stop(52%, #03b8ff), color-stop(#06ecdc), color-stop(52%, #03b8ff));
  background-image: -webkit-linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);
  background-image: linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);
  height: 4px;
  bottom: 0;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu {
  z-index: 9;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .submenu__col--divider {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu.show {
  display: block;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu.dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0px;
  border-top: 1px solid #282828;
  border-bottom: 0;
  background-color: #171717;
 /*
                        &:after {
                            content: "";
                            display: block;
                            width: 100%;
                            height: 100vh;
                            background-color: rgba(0,0,0,.4);
                            position: fixed;
                            top: 0;
                            z-index: -1;
                        }
                            */;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .col-md-6 > :first-child.submenu-item-divider {
  margin-top: 2px;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .row {
  margin-left: 0px;
  margin-right: 15px;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-divider {
  font-size: 13px;
  text-transform: uppercase;
  color: #F37820;
  line-height: 2;
  margin: 1.5em 0 0.25rem 0;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info .new-window-arrow {
  color: #03B8FF;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link {
  color: #fff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link--header {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link--desc {
  display: none;
  font-size: 13px;
  line-height: 1.3;
  color: #ddd;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link:hover {
  color: #03b8ff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link:hover .submenu-item-info__link--desc {
  color: #03b8ff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

nav .navbar-collapse {
  position: static;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

nav .menu.menu__main--block .right_btn {
  padding: 0;
}

nav .menu.menu__main--block .right_btn:before {
  z-index: 1;
}

nav .menu.menu__main--block .right_btn .right_arrow {
  padding-bottom: 0px;
}

nav .menu.menu__main--block .right_btn .right_arrow a {
  padding: 45px 20px 10px 20px;
  vertical-align: top;
  display: inline-block;
  width: 185px;
  text-align: center;
}

nav .menu .navigation .menu_link > li .sub_menu {
  z-index: 99 !important;
}

.sub__menu--row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__col--right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  padding-left: 10px;
}

.dwave__menu {
  padding: 0;
}

.dwave__menu > .container,.dwave__menu > .c-alert-message-blade__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: inline-block;
}

.dwave__menu .dwave__menu--toggler {
  display: none;
}

.dwave__menu .dwave__menu--toggler {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  padding: 0;
  width: 30px;
}

.dwave__menu .dwave__menu--toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.dwave__menu .dwave__menu--toggler span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.dwave__menu .dwave__menu--toggler span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.dwave__menu .dwave__menu--toggler span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.dwave__menu .dwave__menu--toggler[aria-expanded="true"] span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.dwave__menu .dwave__menu--toggler[aria-expanded="true"] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.dwave__menu .dwave__menu--toggler[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
  left: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

.top-right-gradiant,.top-left-gradiant,.bottom-left-gradiant,.bottom-right-gradiant {
 /*overflow:hidden;*/;
}

.thankyou-content h4,.thankyou-content h3 {
  padding-left: 40px;
}

.custom-error {
  color: red;
  font-weight: 800;
  font-size: 14px;
}

iframe {
  border: 0px;
}

h1,.heading_h1,.h_text__xlarge {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
  line-height: 1.23;
  font-size: 34px;
}

h2,.heading_h2,.h_text__large {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 54px;
  line-height: 1.15;
}

h3,.heading_h3,.h_text__medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.22;
}

h4,.heading_h4,.h_text__small {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.42;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.text__large {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.text__medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.text__small {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.headline-big {
  font-size: 34px !important;
  line-height: 1.15;
}

.headline-medium {
  font-size: 30px !important;
  line-height: 1.22;
}

.headline-small {
  font-size: 24px !important;
  line-height: 1.15;
}

.headline-center {
  text-align: center !important;
}

.headline-left {
  text-align: left !important;
}

.headline-right {
  text-align: right !important;
}

.eyebrow__label_dots {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #f37820;
  letter-spacing: 2.15px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.eyebrow__label_dots:before {
  content: "";
  background-image: url("../svg/dwave_dots.svg");
  width: 26px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: -2px;
  background-repeat: no-repeat;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.eyebrow__label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #f37820;
  letter-spacing: 2.15px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.light-theme .eyebrow__label_dots:before {
  background-image: url(../svg/dwave_dots_gray.svg) !important;
}/* Slider */.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: inherit;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/* Slider *//* Arrows */.slick-prev,.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}/* Dots */.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.icon_after:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.icon_before:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.cta__link {
  font-size: 18px;
  font-weight: 400;
  color: #03b8ff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  padding-right: 25px;
}

.cta__link:after {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 12px;
  content: "\f054";
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2px;
  line-height: 17px;
  margin-left: 15px;
  font-family: Font Awesome\ 5 Free;
  vertical-align: middle;
  font-weight: 600;
  margin-top: -1px;
  margin-right: -25px;
}

.cta__link:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.cta__link:hover:after {
  color: #fff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.cta__link a {
  color: #03b8ff;
}

.cta__link a:hover {
  color: #fff;
  text-decoration: none;
}

.Big-CTA,.Primary-CTA {
  font-size: 16px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #03b8ff;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Big-CTA i,.Primary-CTA i {
  width: 29px;
  height: 29px;
  min-width: 29px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-size: 18px;
  padding-left: 2px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.Big-CTA:hover,.Primary-CTA:hover {
  color: #ffffff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Big-CTA:hover i,.Primary-CTA:hover i {
  color: #fff;
  border-color: #03b8ff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Medium-CTA {
  height: 24px;
  margin: 0 15.3px 1px 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #03b8ff;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Medium-CTA i {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  color: #03b8ff;
  font-size: 15px;
  padding-left: 2px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Medium-CTA:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Medium-CTA:hover i {
  color: #fff;
  border-color: #03b8ff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Small-CTA {
  height: 24px;
  margin: 0 16px 0 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #03b8ff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Small-CTA i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  font-size: 12px;
  padding-left: 2px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Small-CTA:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.Small-CTA:hover i {
  color: #fff;
  border-color: #03b8ff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.cta__medium {
  font-size: 22px;
  color: #03b8ff;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.cta__medium:hover {
  text-decoration: none;
}

.light-theme .Big-CTA,.light-theme .Medium-CTA,.light-theme .Small-CTA,.light-bg-tiles .Big-CTA,.light-bg-tiles .Medium-CTA,.light-bg-tiles .Small-CTA {
  color: #2a7de1 !important;
}

.light-theme .Big-CTA i,.light-theme .Medium-CTA i,.light-theme .Small-CTA i,.light-bg-tiles .Big-CTA i,.light-bg-tiles .Medium-CTA i,.light-bg-tiles .Small-CTA i {
  border-color: #2a7de1 !important;
  color: #2a7de1 !important;
}

.light-theme .Big-CTA:hover,.light-theme .Medium-CTA:hover,.light-theme .Small-CTA:hover,.light-bg-tiles .Big-CTA:hover,.light-bg-tiles .Medium-CTA:hover,.light-bg-tiles .Small-CTA:hover {
  color: #074c91 !important;
}

.light-theme .Big-CTA:hover i,.light-theme .Medium-CTA:hover i,.light-theme .Small-CTA:hover i,.light-bg-tiles .Big-CTA:hover i,.light-bg-tiles .Medium-CTA:hover i,.light-bg-tiles .Small-CTA:hover i {
  color: #074c91 !important;
  border-color: #074c91 !important;
}

.modal-dialog.modal-lg {
  max-width: 1017px;
}

.modal-dialog.modal-lg .modal-content {
  padding: 60px 100px;
  border-radius: 0px;
}

.modal-dialog.modal-lg .modal-content .modal-header {
  padding: 0;
  position: static;
  z-index: 10;
}

.modal-dialog.modal-lg .modal-content .modal-header button {
  opacity: 1;
  position: absolute;
  right: 40px;
  top: 40px;
}

.modal-dialog.modal-lg .modal-content .modal-header button:focus {
  outline: 0;
}

.modal-dialog.modal-lg .modal-content .modal-header button span {
  color: #2a7de1;
  font-size: 45px;
  font-weight: normal;
}

.resource-modal .eyebrow__label {
  color: #af4904;
}

.resource-modal .h_text__small {
  font-weight: normal;
  margin: 15px 0;
}

.resource-modal .cta__links--cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 42px;
  margin-left: 0px;
}

.resource-modal .cta__links--cont ul li {
  margin-right: 45px;
}

.resource-modal .cta__links--cont ul li::marker {
  content: " ";
}

.resource-modal .cta__links--cont ul li a {
  color: #2a7de1;
  font-weight: bold;
  letter-spacing: 2.15px;
  font-size: 15px;
}

.resource-modal .cta__links--cont ul li a:hover {
  text-decoration: none;
}

.resource-modal-body p {
  color: #000;
}

.c-image-tile-with-modal__modal-copy p {
  color: #000;
}

.c-image-tile-with-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-image-tile-with-modal .zoom-hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-image-tile-with-modal .zoom-hover h3 {
  font-size: 28px;
}

.c-image-tile-with-modal .zoom-hover .img-container {
  margin-bottom: 10px;
}

.custom-form-glg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 820px;
}

.custom-form-glg .form-item,.custom-form-glg .form-group {
  margin-bottom: 35px;
}

.custom-form-glg .form-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-form-glg .form-group .form-item {
  margin-bottom: 20px;
}

.custom-form-glg .form-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.custom-form-glg .form-item label:nth-of-type(2) {
  margin-top: 50px;
}

.custom-form-glg .form-item.submit-btn-align {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.custom-form-glg .form-item.submit-btn-align button {
  color: #03b8ff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.custom-form-glg .form-item.submit-btn-align button:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 25px;
  width: 48px;
  height: 48px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  font-size: 32px;
  padding-left: 3px;
}

.custom-form-glg .form-item.submit-btn-align button:hover {
  color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.custom-form-glg .form-item.submit-btn-align button:hover:after {
  color: #fff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  border-color: #fff;
}

.custom-form-glg label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.custom-form-glg .text,.custom-form-glg textarea,.custom-form-glg select,.custom-form-glg input:not([type="checkbox"]):not([type="submit"]) {
  height: 45px;
  display: block;
  width: 100%;
  max-width: 400px;
  line-height: 45px;
  padding: 10px 25px;
  font-size: 18px;
  color: #222;
  border-radius: 0;
  border: 2px solid #fff;
  -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;
  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;
  background-color: #fff;
}

.custom-form-glg input[type='checkbox'] {
  margin-top: 0.5rem;
}

.custom-form-glg textarea {
  height: 90px;
}

.c-navigation__top-nav__search {
  padding: 14px 0 0 0 !important;
  margin-left: 68px !important;
  margin-top: 6px;
}

.c-navigation__top-nav__search .desktop-search-container {
  background-color: #fff;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.c-navigation__top-nav__search .desktop-search-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-navigation__top-nav__search .desktop-search-container.search-hidden {
  background-color: transparent;
}

.c-navigation__top-nav__search .desktop-search-container.search-hidden .search-btn {
  opacity: 1;
}

.c-navigation__top-nav__search .desktop-search-container .search-submit-btn {
  padding-right: 10px;
}

.c-navigation__top-nav__search .desktop-search-container .search-box {
  width: 195px;
  padding: 7px 5px;
}

.c-navigation__top-nav__search .desktop-search-container .search-btn {
  padding: 0;
  display: inline-block;
  opacity: 0;
  z-index: -1;
  float: left;
}

.c-navigation__top-nav__search .desktop-search-container .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}

.search-container {
  max-width: 1100px;
  margin: auto;
}

.search-container > h3 {
  text-align: center;
  padding: 40px 0;
}

.search-container .search-result-content {
  border-bottom: 1px solid #444;
}

.primary__feature .grid-primary-component h2 {
  margin-bottom: 10px !important;
}

.primary__feature--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0;
  border-bottom: solid 1px #979797;
  position: relative;
}

.primary__feature--container:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.primary__feature--container:hover:before {
  opacity: 0.5;
}

.primary__feature--container:hover h4 {
  color: #fff;
}

.primary__feature--image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
}

.primary__feature--image img {
  max-width: 94px;
}

.primary__feature--subblock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.primary__feature--subblock p {
  font-size: 16px;
}

.primary__feature--subtitle {
  color: #03b8ff;
  font-weight: 400;
  margin-bottom: 19px;
}

.secondary__feature--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.secondary__feature--image {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  min-height: 60px;
}

.secondary__feature--image svg image {
  width: auto !important;
  height: 100%;
}

.secondary__feature--subblock {
  margin-top: 22px;
}

.secondary__feature--subblock h4 {
  font-weight: 400;
  width: 90%;
}

.secondary__feature--subblock p {
  line-height: 28px;
  margin-top: 10px;
}

.factoid__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}

.factoid__number {
  font-weight: 400;
  min-height: 88px;
  line-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 21px;
}

.factoid__desc {
  max-width: 90%;
  min-height: 80px !important;
}

.factoid__bar {
  margin: 0;
  border-radius: 0;
  height: 11px;
}

.factoids-blade .container .outer__factoid--cont > div:nth-of-type(1) hr,.factoids-blade .c-alert-message-blade__inner .outer__factoid--cont > div:nth-of-type(1) hr {
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
}

.factoids-blade .container .outer__factoid--cont > div:nth-of-type(3) hr,.factoids-blade .c-alert-message-blade__inner .outer__factoid--cont > div:nth-of-type(3) hr {
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
}

.outer__factoid--cont {
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.outer__factoid--cont .factoid__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.outer__factoid--cont .factoid__container .factoid__bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.gated_asset_hero--container {
  width: 100%;
  min-height: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.gated_asset_hero--container:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  z-index: -1;
  top: 0;
  left: 0;
}

.gated_asset_hero--block {
  max-width: 810px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.gated_asset_hero--heading {
  color: #fff;
  margin-bottom: 15px;
}

.gated_asset_hero--body {
  line-height: 34px;
}

.gated_asset_hero--cta {
  margin-top: 0px;
}

.gated_asset_hero--cta a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.feature_content_hero--container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.feature_content_hero--container:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  z-index: -1;
  top: 0;
  left: 0;
}

.feature_content_hero--block {
  margin: auto;
  width: 1230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 109px 0 137px 0;
}

.feature_content_hero--block .__block--left {
  width: 49%;
  padding: 0 20px;
}

.feature_content_hero--block .__block--left h2 {
  margin-bottom: 20px;
}

.feature_content_hero--block .__block--left a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-top: 41px;
  display: inline-block;
}

.feature_content_hero--block .__block--right {
  width: 40%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.resource__card--block {
  position: relative;
  z-index: 1;
}

.resource__card--block:before {
  content: "";
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.resource__card--block:hover {
  cursor: pointer;
}

.resource__card--eyebrow {
  margin-top: 14px;
  margin-bottom: 14px;
}

.resource__card--eyebrow:before {
  margin-right: 9px;
}

.resource__card--desc {
  line-height: 34px;
  font-weight: 400;
}

.resource__card--image img {
  max-width: 100%;
}

.light-bg-tiles .resource__card--block {
  border-bottom: solid 1px #979797;
  padding-bottom: 60px;
}

.light-bg-tiles .resource__card--block:hover:before {
  height: 103%;
}

.light-bg-tiles .resource__card--eyebrow {
  margin-top: 20px;
  margin-bottom: 17px;
  margin-left: 13px;
  color: #af4904;
}

.light-bg-tiles .resource__card--eyebrow:before {
  display: none;
}

.light-bg-tiles .resource__card--desc {
  color: #222222;
  line-height: 34px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 400;
}

.light-bg-tiles .resource__card--desc.h_text__small {
  font-size: 20px;
}

.publication--block .resource__card--block {
  margin-top: 20px;
  margin-bottom: 0px;
  min-height: 0;
  padding-bottom: 20px !important;
}

.publication--block .resource__card--block:hover:before {
  height: 105%;
}

.corsslink__card--block {
  margin: 50px 0;
  z-index: 1;
}

.corsslink__card--block a {
  display: block;
  margin: 30px 0 0;
}

.corsslink__card--block a:before {
  content: "";
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.corsslink__card--block:hover p,.corsslink__card--block:hover h4,.corsslink__card--block:hover a {
  text-decoration: none;
}

.corsslink__card--image {
  position: relative;
}

.corsslink__card--img img {
  max-width: 100%;
}

.corsslink__card--title {
  margin: 12px 0;
}

.corsslink__card--title h4 {
  font-weight: 400;
}

.corsslink__card--desc {
  position: relative;
}

.light-theme .corsslink__card--block:hover h4 {
  color: #000;
}

.publication-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

.publication-cards:before {
  content: "";
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.publication-cards:hover {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.publication-cards:hover h4,.publication-cards:hover p {
  color: #fff;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  text-decoration: none;
}

.publication-cards:hover:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

.publication-cards:hover:before {
  -webkit-box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);
          box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: 100%;
  top: -10px;
  left: -10px;
  opacity: 0.5;
  z-index: 0;
}

.event__card--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 400px;
}

.event__card--block:before {
  content: "";
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.event__card--block:hover {
  cursor: pointer;
}

.event__card--block:hover p,.event__card--block:hover a,.event__card--block:hover h4,.event__card--block:hover .eyebrow__label {
  text-decoration: none;
}

.event__card--image img {
  max-width: 100%;
}

.event__card--cont {
  margin-top: 28px;
  padding-left: 18px;
  padding-right: 18px;
}

.event__card--cont h4 {
  line-height: 34px;
  margin-top: 10px;
}

.event__card--cont p {
  margin-top: 10px;
}

.event__card--cont .cta__link {
  margin-top: 30px;
}

.text_tile--block {
  width: 30%;
}

.text_tile--block h4,.text_tile--block p,.text_tile--block a {
  margin-top: 20px;
}

.imagetext_tile--slide .slide__inner--cont {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.imagetext_tile--slide .image__tile {
  width: 50%;
}

.imagetext_tile--slide .image__tile img {
  max-width: 100%;
}

.imagetext_tile--slide .image__tile__desc {
  width: 45%;
  padding-left: 60px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.imagetext_tile--slide .image__tile__desc h3 {
  margin-top: 5px;
}

.imagetext_tile--slide .cta__link {
  margin-top: 15px;
}

.slide__inner--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.hero__carousel__cont .slick-dots {
  margin-top: 20px;
}

.hero__carousel__cont .image__tile img {
  max-width: 100%;
}

.news__latest--cont {
  max-width: 1160px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news__latest--left {
  width: 60%;
}

.news__latest--left .heading_h4 {
  max-width: 500px;
  margin-top: 10px;
}

.news__latest--image {
  width: 420px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #f37820;
  position: relative;
  height: 420px;
  margin-left: 25px;
}

.news__latest--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__latest--right {
  width: 40%;
}

.news__latest--right ul li {
  list-style: none;
  border-bottom: 1px solid #393939;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-bottom: 35px;
}

.news__latest--right ul li .eyebrow__label_dots {
  margin-bottom: 10px;
}

.news__latest--right .cta__link {
  font-weight: 600;
}

.resource__highlight--cont {
  max-width: 1220px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.resource__highlight--cont ul {
  margin-left: 0;
}

.resource__highlight--cont li {
  position: relative;
  margin: 0;
  padding: 25px 0px;
}

.resource__highlight--cont li:hover {
  cursor: pointer;
}

.resource__highlight--cont li:last-of-type {
  margin-bottom: 25px;
}

.resource__highlight--cont li a {
  position: relative;
}

.resource__highlight--left {
  width: 50%;
  padding: 0 10px 5px;
  border-bottom: 1px solid #393939;
}

.resource__highlight--left .heading_h4 {
  max-width: 500px;
  margin-top: 10px;
}

.resource__highlight--left .__spacer {
  padding-left: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.resource__highlight--left a {
  display: block;
  position: relative;
}

.resource__highlight--left a .resource__highlight--desc {
  position: relative;
}

.resource__highlight--image {
  max-width: 600px;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.resource__highlight--image img {
  max-width: 100%;
}

.resource__highlight--right {
  width: 40%;
}

.resource__highlight--right ul li {
  list-style: none;
  border-bottom: 1px solid #393939;
}

.resource__highlight--right ul li .eyebrow__label_dots {
  margin-bottom: 10px;
}

.resource__highlight--right .cta__link {
  font-weight: 600;
}

.feature__event--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.feature__event--image {
  width: 50%;
}

.feature__event--image img {
  max-width: 100%;
}

.feature__event--content {
  width: 50%;
  padding-left: 60px;
}

.feature__event--content .eyebrow__label_dots:before {
  background-size: contain;
  width: 20px;
  height: 30px;
}

.feature__event--content .heading_h3 {
  margin-top: 22px;
  width: 90%;
}

.feature__event--content p {
  line-height: 28px;
  margin-top: 20px;
}

.feature__event--content .cta__link {
  margin-top: 25px;
}

.feature__event--date {
  font-size: 13px;
  letter-spacing: 0.35px;
  color: #ffa143;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 24px;
}

.case_study--carousel .imagetext_tile--slide .image__tile__desc {
  width: 42%;
}

.case_study--carousel .slick-dots {
  margin-top: 80px;
}

.carousel__cont--comp {
  max-width: 1220px;
  margin: auto;
}

.carousel__cont--comp .image__tile__desc p {
  line-height: 28px;
  margin-top: 20px;
}

.carousel__cont--comp .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: static;
}

.carousel__cont--comp .slick-dots li {
  width: 100%;
  height: auto;
}

.carousel__cont--comp .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
  background-color: #545353;
}

.carousel__cont--comp .slick-dots li button:before {
  display: none;
}

.carousel__cont--comp .slick-dots li.slick-active button {
  background-image: -webkit-linear-gradient(359deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(91deg, #06ecdc, #03b8ff 52%, #2a7de1);
  height: 7px;
}

.carousel__cont--comp .slick-arrow {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.carousel__cont--comp:hover .slick-arrow {
  opacity: 1;
}

.image__gallery--section {
  margin-bottom: 40px;
}

.image__gallery--section .slick-dots {
  margin-top: 60px;
}

.image__gallery--item {
  text-align: center;
}

.image__gallery--item img {
  max-width: 100%;
  display: inline-block;
}

.tabbed__content--grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabbed__content--grid .tab__content--title {
  text-align: center;
}

.tabbed__content--grid .tab__content--title .heading_h2 {
  font-weight: 300;
}

.tabbed__content--grid .tab__content--title .eyebrow__label_dots {
  margin-bottom: 10px;
}

.tab__header--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
}

.tab__header--block a {
  font-size: 24px;
  color: #d5d5d5;
  font-weight: normal;
  line-height: 1.42;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-bottom: 4px solid #545353;
  padding-bottom: 10px;
}

.tab__header--block a:nth-child(2) {
  margin: 0 16px;
}

.tab__header--block a:last-child {
  margin-right: 0;
}

.tab__header--block a.active {
  border-bottom: 5px solid #545353;
  position: relative;
}

.tab__header--block a.active:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);
  background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  z-index: -1;
  top: 0;
  left: 0;
}

.tab__header--block a.active:before {
  top: auto;
  height: 5px;
  bottom: -5px;
  z-index: 1;
}

.tab__body--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1015px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  margin: auto;
}

.tab__body--block .__left--block {
  width: 41%;
  padding-right: 30px;
}

.tab__body--block .__left--block .__title {
  font-size: 15px;
  font-weight: 600;
}

.tab__body--block .__right--block {
  width: 59%;
}

.tab__body--block .__right--block p {
  line-height: 1.56;
}

.tab__body--block .__right--block .__cta--block {
  margin-top: 30px;
}

.tab__body--block .__right--block .cta__link {
  font-size: 18px;
  font-weight: 600;
  color: #03b8ff;
}

.tab__body--block .__right--block .cta__link:first-child {
  margin-right: 60px;
}

.tab__item--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tab__item--block {
  display: none;
}

.tab__item--block.active {
  display: block;
}

.testimonial--carousel .imagetext_tile--slide .image__tile__desc {
  width: 44%;
}

.testimonial--carousel .imagetext_tile--slide .image__tile__desc h3 {
  margin-top: 10px;
}

.testimonial--carousel .imagetext_tile--slide .image__tile__desc p {
  margin-top: 25px;
}

.testimonial--carousel .slick-dots {
  margin-top: 80px;
}

.logo__grid--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.logo__grid--cont .heading_h2 {
  width: 60%;
  margin-top: 10px;
}

.logo__grid--cont .logo__grid--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 100px;
}

.logo__grid--cont .logo__grid--block .logo__investor--item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-right: 50px;
  margin-bottom: 80px;
}

.logo__grid--cont .logo__grid--block .logo__investor--item img {
  max-width: 100%;
}

.launch__overview--usp--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.launch__overview--cont {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 600px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.launch__overview--cont .launch__overview--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 650px;
  padding-right: 50px;
}

.launch__overview--cont .launch__overview--block .heading_h2 {
  margin-top: 10px;
}

.launch__overview--cont .launch__overview--block p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.launch__overview--cont .cta__link {
  font-size: 22px;
  font-weight: 600;
  color: #03b8ff;
  margin-top: 64px;
}

.launch__overview--usps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.launch__overview--usps .lo__usp--block {
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  padding-right: 20px;
  padding-left: 5px;
  margin-bottom: 20px;
}

.launch__overview--usps .lo__usp--block .lo__icon {
  margin-bottom: 20px;
  max-width: 84px;
  min-height: 66px;
}

.launch__overview--usps .lo__usp--block .lo__icon img {
  max-width: 100%;
}

.launch__overview--usps .lo__usp--block h4 {
  margin-bottom: 10px;
}

.launch__overview--usps .lo__usp--block p {
  line-height: 28px;
}

.color__bar--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-top: 20px;
}

.color__bar--block .__bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 11px;
}

.color__bar--block .__left--bar {
  background-color: #2a7de1;
  border-top-left-radius: 4.5px;
  border-bottom-left-radius: 4.5px;
}

.color__bar--block .__middle--bar {
  background-color: #f37820;
}

.color__bar--block .__right--bar {
  background-color: #17bebb;
  border-top-right-radius: 4.5px;
  border-bottom-right-radius: 4.5px;
}

.color__bar--block.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.color__bar--block.hide {
  display: none;
  visibility: hidden;
}

.circular__image--outer-block {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 600px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circular__image--cont {
  position: relative;
  padding-bottom: 22px;
  -webkit-transform: translateX(13%);
      -ms-transform: translateX(13%);
          transform: translateX(13%);
}

.circle__small-image-cont {
  width: 468px;
  height: 468px;
  border-radius: 50%;
  position: relative;
  background-color: #000;
  background-clip: padding-box;
  margin-top: 80px;
}

.circle__small-image-cont:before {
  content: "";
  background-image: -webkit-linear-gradient(142deg, #111111 94%, #171717 17%);
  background-image: linear-gradient(308deg, #111111 94%, #171717 17%);
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  border-radius: 50%;
  z-index: -1;
}

.circle__small-image-cont img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.circle__large-image-cont {
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  overflow: hidden;
  left: 16%;
  top: -30%;
  z-index: -2;
}

.circle__large-image-cont img {
  max-width: 100%;
}

.image__grid--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

.image__grid--item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 400px;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  margin: 10px;
  position: relative;
}

.image__grid--item img {
  max-width: 100%;
}

.image__grid--item:hover .image__grid--hover {
  opacity: 1;
  visibility: visible;
}

.image__grid--content {
  position: relative;
  padding: 60px;
}

.image__grid--content:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(119deg, #06ecdc, #03b8ff 39%, #2a7de1);
  background-image: -webkit-linear-gradient(331deg, #06ecdc, #03b8ff 39%, #2a7de1);
  background-image: linear-gradient(119deg, #06ecdc, #03b8ff 39%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 0;
  top: 0;
  left: 0;
}

.image__grid--hover {
  position: relative;
  padding: 50px 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: auto;
}

.image__grid--hover:before {
  content: "";
  background: #06ecdc;
  background: -webkit-linear-gradient(119deg, #06ecdc, #03b8ff 39%, #2a7de1);
  background-image: -webkit-linear-gradient(331deg, #06ecdc, #03b8ff 39%, #2a7de1);
  background-image: linear-gradient(119deg, #06ecdc, #03b8ff 39%, #2a7de1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 0;
  top: 0;
  left: 0;
}

.image__grid--hover h3 {
  position: relative;
  z-index: 10;
}

.image__grid--hover::-webkit-scrollbar {
  width: 11px;
}

.image__grid--hover::-webkit-scrollbar-track {
  background: #929292;
}

.image__grid--hover::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 6px;
  border: 2px solid #464646;
}

.spec__hero--section {
  position: relative;
}

.spec__hero--section:before {
  content: "";
  background: #f37820;
  background-image: -webkit-linear-gradient(340deg, #f37820, #af4904 67%, #af4904);
  background-image: linear-gradient(110deg, #f37820, #af4904 67%, #af4904);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.85;
  z-index: -1;
  top: 0;
  left: 0;
}

.spec__hero--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1220px;
  margin: auto;
  padding: 40px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spec__hero--content {
  width: 37%;
  margin-top: 70px;
  margin-bottom: 20px;
}

.spec__hero--content h1 {
  line-height: 80px;
}

.spec__hero--content h4 {
  font-size: 35px;
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -0.25px;
}

.spec__hero--content .heading_h3 {
  margin-top: 20px;
}

.spec__hero--product-block {
  width: 58%;
}

.spec__hero--product-block img {
  max-width: 100%;
}

.spec__hero--product--item {
  margin-top: 40px;
}

.spec__hero--product--bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.spec__hero--product--bar .__percentage--bar {
  width: 90%;
  background: #f37820;
  background-image: -webkit-linear-gradient(181deg, #f37820, #af4904 33%, #af4904);
  background-image: linear-gradient(269deg, #f37820, #af4904 33%, #af4904);
  opacity: 0.85;
  border-radius: 9px;
  height: 12px;
  margin-right: 10px;
}

.spec__hero--product--bar .__percentage--count {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.22;
}

.comparison__table-cont td,.comparison__table-cont th {
  border-top: solid 1px #dddddd;
}

.comparison__table-cont thead tr th {
  border-bottom: 4px solid #f37820;
  border-top: 0px;
  padding-bottom: 36px;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
}

.comparison__table-cont thead tr th .heading_h3 {
  line-height: 44px;
}

.comparison__table-cont thead tr th:first-child {
  text-align: left;
}

.comparison__table-cont tbody tr td {
  font-size: 18px;
  line-height: 28px;
  padding-top: 42px;
  padding-bottom: 27px;
  text-align: center;
}

.comparison__table-cont tbody tr td.table__comp--check {
  font-size: 24px;
  line-height: 28px;
  color: #f37820;
  font-weight: bold;
}

.comparison__table-cont tbody tr th {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  padding-top: 42px;
  width: 420px;
}

.comparison__table-cont tbody tr:last-child th,.comparison__table-cont tbody tr:last-child td {
  border-bottom: solid 1px #dddddd;
}

.faq__container {
  max-width: 1017px;
  margin: auto;
}

.faq__container .card {
  border: none;
  border-bottom: solid 1px #ffffff;
  background-color: #eeeeee;
  padding: 0 60px;
  position: relative;
}

.faq__container .card::after {
  content: "";
  border-bottom: 1px solid #c1c1c1;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.faq__container .card .card-header {
  background-color: #eeeeee;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq__container .card .card-header .btn-link-header {
  display: block;
  color: #222222;
  font-size: 24px;
  line-height: 1.42;
  white-space: normal;
  position: relative;
}

.faq__container .card .card-header .btn-link-header:hover {
  color: #222222;
}

.faq__container .card .card-header .btn-link-header:before {
  content: 'Q.';
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  position: absolute;
  left: -45px;
}

.faq__container .card .card-header .btn-link-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  border: 1px solid #000;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -15px;
  font-size: 10px;
  color: #000;
  text-align: center;
  line-height: 18px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 11px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__container .card .card-header .btn-link-header.collapsed:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq__container .card-body {
  background-color: #eeeeee;
  color: #222222;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-top: 0;
  padding-bottom: 50px;
}

.faq__container .card-body ul,.faq__container .card-body ol {
  margin-left: 17px;
}

.faq__container .card-body table {
  width: 100%;
}

.faq__container .card-body:before {
  font-size: 24px;
  line-height: 34px;
  color: #222222;
  position: absolute;
  left: -25px;
}

.brand__pillar--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.brand__pillar--content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.brand__pillar--fields {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 6%;
}

.brand__pillar--fields .__field--block {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.brand__pillar--fields .heading_h4 {
  margin-bottom: 10px;
}

.cta__basement--cont .heading_h2 {
  margin-bottom: 20px;
}

.cta__basement--cont p {
  width: 60%;
  margin-bottom: 40px;
}

.cta__basement--cont .dwave__dots--cont {
  margin-bottom: 20px;
}

.cta__basementfeature--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta__basementfeature__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.cta__basementfeature__left p {
  margin: 30px 0 40px 0;
}

.cta__basementfeature__left .dwave__dots--cont {
  margin-bottom: 20px;
}

.cta__basementfeature__left .heading_h2 {
  margin-bottom: 20px;
}

.cta__basementfeature__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.cta__basement--feature-list {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta__basement--feature-list .icon__block {
  width: 110px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.cta__basement--feature-list .icon__block img {
  width: 80px;
}

.cta__basement__feature--subblock p {
  font-size: 16px;
}

.cta__basement__feature--subblock p:last-of-type {
  margin-bottom: 0;
}

.cta-text-component {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.cta-text-component p span {
  line-height: 1.15;
}

.cta-text-component .padding-40px {
  padding-left: 10px;
  padding-right: 10px;
}

.cta-text-component .padding-70px {
  padding-left: 20px;
  padding-right: 20px;
}

.cta-text-component .padding-100px {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-text-component .padding-200px {
  padding-left: 50px;
  padding-right: 50px;
}

.cta-text-component .orange-button {
  margin-top: 20px;
}

.orange-button {
  background-color: #ff7007;
  border-color: #ff7007;
}

.orange-button:hover {
  background-color: #d05c08;
  border-color: #d05c08;
}

.customer-quote {
  background-color: #205ea9;
  padding: 50px 0;
}

.case-highlights {
  margin-bottom: 30px;
}

.case-highlights.right-align-true {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.case-highlights .image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 50%;
  -webkit-clip-path: circle();
          clip-path: circle();
  margin-bottom: 20px;
}

.case-highlights .cta-button .btn-primary {
  font-weight: bold;
}

.video-btn {
  color: #03b8ff;
}

.video__btn--cont {
  margin-top: 40px;
}

.c-video-modal .modal-dialog {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.c-video-modal .modal-dialog .closer::before {
  right: -40px;
  top: 10px;
}

.c-video-modal .modal-dialog .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.background--video--cont {
  width: 100%;
  position: absolute;
  top: 0;
}

.background--video--cont .video__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.background--video--cont #video__source {
  min-width: 100%;
  min-height: 100%;
}

.marquee-video_desc {
  max-width: 64%;
}

.l1-marquee {
  padding: 75px 15px 0 15px;
}

.l1-marquee .marquee-links {
  max-width: 480px;
  margin-bottom: 65px;
}

.l1-marquee .marquee-title {
  color: red;
  max-width: 800px;
}

.l1-marquee .marquee-body {
  padding-bottom: 10px;
  word-break: break-word;
  margin-left: auto;
  margin-top: 20px;
  width: 100%;
}

.l1-marquee .marquee-body p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.l1-marquee .marquee-links a {
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.l1-marquee .marquee-links a:first-child {
  padding-top: 0;
}

.l1-marquee .content_center {
  margin: 0 auto;
  max-width: 1031px;
}

.l2-marquee,.l2-marquee-alt {
  padding-top: 31px;
  max-width: 802px;
  padding-left: 103px;
}

.l2-marquee .content_center,.l2-marquee-alt .content_center {
  margin: 0 auto;
}

.l2-marquee .marquee-title,.l2-marquee-alt .marquee-title {
  padding-bottom: 29px;
}

.l2-marquee .marquee-title h1,.l2-marquee-alt .marquee-title h1 {
  font-size: 34px;
}

.l2-marquee .marquee-body,.l2-marquee-alt .marquee-body {
  padding-bottom: 19px;
}

.l2-marquee .marquee-body p,.l2-marquee-alt .marquee-body p {
  font-size: 18px;
  line-height: 28px;
  max-width: 707px;
  margin-bottom: 0;
}

.l2-marquee .marquee-links,.l2-marquee-alt .marquee-links {
  padding: 32px 0;
  margin-bottom: 15px;
}

.l2-marquee .marquee-links i.fas.fa-angle-right,.l2-marquee-alt .marquee-links i.fas.fa-angle-right {
  width: 48px;
  height: 48px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 37px;
}

.l2-marquee-alt {
  max-width: 100%;
  width: 80%;
  padding-left: 0px;
}

.l2-marquee-alt .marquee-body p {
  max-width: none;
}

.marquee-subheading h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.c-image-marquee {
  position: relative;
  overflow: hidden;
}

.c-image-marquee i.fas.fa-angle-right {
  width: 48px;
  height: 48px;
  border: 2px solid #03b8ff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 37px;
}

.c-image-marquee .marquee-eyebrow {
  padding: 12px;
  margin-bottom: 5px;
  width: 707px;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.c-image-marquee .marquee-eyebrow span {
  color: #f37820;
}

.c-image-marquee .marquee_title {
  width: 705px;
  margin-right: auto;
  text-align: left;
}

.c-image-marquee .marquee_title h2 {
  line-height: 62px;
  padding-bottom: 24px;
}

.c-image-marquee .c-image-hero-marquee__wrapper__copy {
  width: 705px;
}

.c-image-marquee .c-image-hero-marquee__wrapper__copy p {
  font-size: 18px;
  line-height: 28px;
}

.c-image-marquee .content_center {
  margin: 0 auto;
  width: 1031px;
}

.c-image-marquee__wrapper {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-image-marquee__image {
  padding-bottom: 16px;
  max-width: 100%;
}

.c-image-marquee.marquee-small .c-image-hero-marquee__wrapper {
 /* padding-top: $spacer * 2;
            padding-bottom: $spacer * 2;*/;
}

.c-image-hero-marquee__wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
}

.c-image-hero-marquee__wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
 /*background-color: rgba(0,0,0,0.1);*/ /*background: radial-gradient(circle, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 61%);*/
  right: 0;
  left: 0;
}

.c-image-hero-marquee__wrapper .container,.c-image-hero-marquee__wrapper .c-alert-message-blade__inner {
  position: relative;
  z-index: 8;
}

.dwave__footer .desktop-footer {
  max-width: 1223px;
}

.dwave__footer .follow-us-label {
  line-height: 32px;
  margin-right: 30px;
  font-size: 21px;
}

.dwave__footer .footer_main_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dwave__footer .footer_main_block .footer__inner--block {
  width: 100%;
  max-width: 892px;
  margin-right: 14px;
}

.dwave__footer .footer_main_block .footer__inner--block h3 {
  font-size: 21px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.dwave__footer .footer_main_block .footer__inner--block h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffa143;
  letter-spacing: 0.35px;
  font-weight: bold;
  margin: 10px 0 12px 0;
}

.dwave__footer .footer_main_block .footer__inner--block a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.dwave__footer .footer_main_block .footer__inner--block a:hover {
  color: #03b8ff;
  text-decoration: none;
}

.dwave__footer .footer_main_block .footer__inner--block .footer-main-link-ul {
  margin-bottom: 28px;
}

.dwave__footer .footer_main_block .footer__inner--block .footer-main-link-ul li {
  width: 100%;
  list-style: none;
}

.dwave__footer .footer-separator {
  border-bottom: 1px solid #3A3A3A;
  padding: 28px 15px;
}

.dwave__footer .footer-separator:last-child {
  border-bottom: 0;
}

.dwave__footer .footer-separator.footer-main-menu {
  padding: 28px 15px 0;
}

.dwave__footer .footer__extlinks--cont .footer__inner--block h3 {
  margin-bottom: 0px;
  line-height: normal;
}

.dwave__footer .new-window-arrow {
  color: #03B8FF;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.dwave__footer .footer__copyright--cont .c-footer--secondary-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block .c-footer__legal-text p,.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block a {
  font-size: 12px;
  color: #dddddd;
  padding-right: 30px;
}

.dwave__footer ul {
  margin-left: 0;
}

.footer-logo--cont {
  margin-bottom: 30px;
}

.footer-logo--cont img {
  max-width: 100%;
}/**********Section header Start***********/.content_header {
  overflow: hidden;
  max-width: 85%;
}

.content_header .content_tile {
  margin-bottom: 24px;
}

.content_header .content_link {
  padding: 32px 0;
}/**********Section header End***********//**********Introduction Start***********/.introduction {
  text-align: center;
  overflow: hidden;
  max-width: 1240px;
  margin: auto;
}

.introduction .content_tile {
  max-width: 82%;
  margin: auto;
}

.introduction .content_tile h2,.introduction .content_tile h3 {
  margin-top: 15px;
  text-align: center;
}

.introduction .content_body {
  max-width: 1017px;
  margin: 0 auto;
  padding-top: 30px;
}/**********Introduction End***********/.brand2 {
  margin: auto;
  max-width: 1268px;
}

.brand2 .brand_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 20px;
}

.brand2 .brand_wrapper .content_title {
  margin-bottom: 24px;
}

.brand2 .brand_wrapper .content_body {
  margin-top: 30px;
  margin-bottom: 56px;
}

.brand2 .brand_wrapper .content_body p {
  margin-bottom: 0px;
}

.brand2 .brand_wrapper .content_link {
  margin-bottom: 0;
  padding: 0px;
}

.brand2 .brand_wrapper .content_link a {
  color: #2a7de1;
}

.brand2 .brand_wrapper .brand_text,.brand2 .brand_wrapper .brand_img {
  width: 50%;
}

.brand2 .brand_wrapper .brand2_list {
  padding-top: 50px;
}

.brand2 .brand_wrapper .brand2_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.brand2 .brand_wrapper .brand2_list ul li {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1px 30px 0px;
  padding: 0 10px;
}

.brand2 .brand_wrapper .brand2_list ul li img {
  max-width: 100%;
}

.circle__image--text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 /* font-size: 24px; */
  width: 418px;
  margin: auto;
}

.circle__image--text span {
  display: inline-block;
}

.str__large--circle--block {
  top: -25%;
  z-index: -2;
  -webkit-transform: translateY(-9%);
      -ms-transform: translateY(-9%);
          transform: translateY(-9%);
  position: absolute;
  width: 660px;
  height: 660px;
  border-radius: 50%;
  overflow: hidden;
  left: 16%;
 /*  @media(min-width: $screen-md-min) {
        top: -30%;
    }*/;
}

.str__large--circle--block img {
  max-width: 100%;
}

.circle_stack--left--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 650px;
  padding-right: 80px;
}

.content_body p {
  font-size: 16px;
}

.base .circle__image--text p {
  font-size: 24px;
  line-height: 32px;
}

.base .circle__image--text span {
  font-size: 16px;
}

.base .content_link {
  margin-bottom: 36px;
  padding: 32px 0px;
}

.base .content_link a {
  text-decoration: none;
}

.base .marquee-eyebrow.eyebrow__label_dots {
  padding: 9px 0;
}

.story_telling--l_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 650px;
  padding-right: 80px;
}

.story_telling--l_block .heading_h2 {
  margin-top: 10px;
}

.story_telling--l_block p {
  margin-top: 30px;
}

.storytelling-image-blade--image-left,.storytelling-image-blade--image-right {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.storytelling-image-blade--image-left .base_text,.storytelling-image-blade--image-right .base_text {
  margin-top: -70px;
}

.storytelling-image-blade--image-left .story_telling--l_block,.storytelling-image-blade--image-right .story_telling--l_block {
  padding-right: 0px;
  padding-left: 80px;
}

.storytelling-image-blade--image-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.storytelling-image-blade--image-left .str__large--circle--block {
  left: auto;
  right: 15%;
}

.storytelling-image-blade--image-right .circular__image--cont {
  -webkit-transform: translateX(13%);
      -ms-transform: translateX(13%);
          transform: translateX(13%);
 /*@media (min-width: $screen-lg-min) {
            transform: translateX(33%);
        }*/;
}

.storytelling-image-blade--image-right .story_telling--l_block {
  padding-right: 80px;
  padding-left: 0px;
}

.content_grid {
  overflow: hidden;
}

.content_grid .content_grid_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 370px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text {
  width: 70%;
  max-width: 700px;
  margin-top: -150px;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_tile {
  padding-bottom: 20px;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_body img {
  max-width: 100%;
  height: auto;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_link {
  margin-bottom: 0px;
  padding: 0px;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .marquee-eyebrow.eyebrow__label_dots {
  padding: 9px 0;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  margin-top: 40px;
  margin-left: 0;
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul li:last-of-type {
  border-bottom: 0;
}

.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul li h4 {
  margin-bottom: 20px;
}

.features {
  overflow: hidden;
}

.features .features_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.features .features_wrapper .features_text {
  width: 70%;
  max-width: 700px;
}

.features .features_wrapper .features_text .content_link {
  margin-top: 46px;
}

.features .features_wrapper .features_text .content_body {
  margin-top: 24px;
}

.features .features_wrapper .features_text .features_list {
  margin-top: 35px;
}

.features .features_wrapper .features_text .features_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(151, 151, 151, 0.58);
  padding: 36px 0;
}

.features .features_wrapper .features_text .features_list .features_list_img {
  width: 200px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 64px;
  min-width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.features .features_wrapper .features_text .features_list .features_list_img img {
  max-width: 94px;
}

.content_list {
  overflow: hidden;
}

.content_list .content_list_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content_list .content_list_wrapper .circle_stack--left--block {
  max-width: 600px;
  margin-top: -160px;
}

.content_list .content_list_wrapper .content_list_text {
  padding-right: 0px;
  padding-left: 66px;
}

.content_list .content_list_wrapper .circular__image--cont .str__large--circle--block {
  left: auto;
  right: 15%;
}

.content_list .content_tile {
  padding-bottom: 10px;
}

.content_list .content_link ul {
 /* columns: 2; */
  list-style-type: circle;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 150px;
}

.content_list .content_link ul li {
  position: relative;
  height: 20%;
  padding-left: 20px;
}

.content_list .content_link ul li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 0px;
  background-color: #2a7de1;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.testimonial {
  overflow: hidden;
}

.testimonial .testimonial_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .testimonial_wrapper .testimonial_text {
  width: 50%;
  max-width: 600px;
}

.testimonial .testimonial_wrapper .testimonial_text .content_link {
  margin-bottom: 0px;
}

.testimonial .testimonial_wrapper .testimonial_text .content_title {
  padding-bottom: 27px;
}

.testimonial .testimonial_wrapper .testimonial_text .content_body {
  margin-top: 30px;
}

.testimonial .testimonial_wrapper .testimonial_text h2 {
  font-size: 28px;
}

.testimonial .testimonial_wrapper .circular__image--cont {
  width: 50%;
  max-width: 626px;
  padding-top: 22px;
}

.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont {
  height: 680px;
  width: 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {
  position: absolute;
  width: 425px;
  z-index: 2;
  font-size: 30px;
}

.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h3,.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h4 {
  font-size: 18px;
}

.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .testimonial_author-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont:after {
  background-image: -webkit-linear-gradient(305deg, #008c82 5%, #013531 94%);
  background-image: linear-gradient(145deg, #008c82 5%, #013531 94%);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.testimonial-left .testimonial_wrapper .circular__image--cont {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}

.simple-storytelling {
  overflow: hidden;
}

.simple-storytelling .simple-storytelling_wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text {
  width: 50%;
  max-width: 600px;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link .content_link-one .Turquoise-CTA {
  background-color: #17bebb;
  padding: 13px 13px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 30px;
  display: block;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link .content_link-one .Turquoise-CTA i {
  display: none;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link .content_link-one .Turquoise-CTA:hover {
  color: #000;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link .content_link-two .cta-secondary {
  color: #17bebb;
  padding: 13px 13px;
  margin-bottom: 10px;
  display: block;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_link .content_link-two .cta-secondary:hover {
  color: #219d9b;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text .content_title {
  padding-bottom: 27px;
}

.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text h2 {
  font-size: 28px;
  margin-top: 30px;
}

.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container {
  width: 50%;
  max-width: 626px;
  padding-top: 22px;
}

.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container img {
  max-width: 100%;
  width: auto;
  padding-left: 100px;
}

.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container .simple-story-image--content .simple-storytelling_author-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
}

.simple-storytelling.simple-storytelling-left .simple-story-image-container img {
  width: 100%;
  padding-right: 100px;
  padding-left: 0;
}

.str__pullquote--cont {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.str__pullquote--cont .circular__image--cont {
  -webkit-transform: translateX(13%);
      -ms-transform: translateX(13%);
          transform: translateX(13%);
}

.pullquote {
  overflow: hidden;
}

.pullquote .content_title {
  margin-bottom: 20px;
}

.pullquote .background_gradient {
  background-image: -webkit-linear-gradient(305deg, #008c82 5%, #013531 94%);
  background-image: linear-gradient(145deg, #008c82 5%, #013531 94%);
}

.pullquote .circle__small-image-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pullquote .circle__image--content {
  position: absolute;
  width: 70%;
  z-index: 2;
}

.pullquote .circle__image--content h3 {
  margin-bottom: 5px;
}

.pullquote .circle__image--content h4,.pullquote .circle__image--content p {
  font-size: 24px;
  line-height: 1.33;
}

.str__brand1-wrapper {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 250px;
  overflow: hidden;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.brand1 .brand_wrapper .brand_text {
  width: 50%;
  padding-left: 66px;
  padding-right: 0px;
}

.brand1 .brand_wrapper .brand_text .brand1_list {
  margin-top: 30px;
}

.brand1 .brand_wrapper .brand_text .brand1_list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.brand1 .brand_wrapper .brand_text .brand1_list ul li {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1px 30px 0px;
  padding: 0 10px;
}

.brand1 .brand_wrapper .brand_text .brand1_list ul li img {
  max-width: 100%;
}

.brand1 .brand_wrapper .brand_text .content_title {
  margin: 0 0 24px;
}

.brand1 .brand_wrapper .brand_text .content_body p:nth-child(2) {
  margin: 0 0 30px;
  line-height: 28px;
}

.brand1 .brand_wrapper .circular__image--cont {
  -webkit-transform: translateX(13%);
      -ms-transform: translateX(13%);
          transform: translateX(13%);
 /* @media (min-width: $screen-md-min) {
                transform: translateX(0%);
            }*/;
}

.brand1 .brand_wrapper .circular__image--cont .str__large--circle--block {
  left: auto;
  right: 15%;
}

.use-case-intro h1 {
  line-height: 1;
  margin-bottom: 20px;
}

.use-case-intro .eyebrow__label {
  margin-bottom: 10px;
}

.use-case-intro .intro {
  border-right: 1px solid #03b8ff;
}

.tab__body--block .__left--block .__title {
  margin-bottom: 0;
}

.faq__container h1,.faq__container h2,.faq__container h3,.faq__container h4,.faq__container .card-body p,.faq__container p {
  color: #222222;
}

.tmargin15 {
  margin-top: 15px;
}

.table__comp--cross {
  font-size: 24px;
  line-height: 28px;
  color: red;
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.corsslink__card--block {
  margin: 0;
  z-index: 1;
 /*margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;*/;
}

.modal-header {
  border-bottom: 0;
}

.resource-modal-body p {
  color: #000;
}

.top-left-gradiant {
  position: relative;
}

.top-left-gradiant:before {
  content: "";
  opacity: 0.28;
  background-image: -webkit-radial-gradient(52% 47%, circle, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  background-image: radial-gradient(circle at 52% 47%, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  position: absolute;
  top: 0;
  left: 60%;
  width: 544px;
  height: 544px;
  z-index: -1;
  -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}

.top-right-gradiant {
  position: relative;
}

.top-right-gradiant:before {
  content: "";
  opacity: 0.28;
  background-image: -webkit-radial-gradient(52% 47%, circle, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  background-image: radial-gradient(circle at 52% 47%, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  position: absolute;
  top: 0;
  right: 60%;
  width: 544px;
  height: 544px;
  z-index: -1;
  -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
          transform: translate(120%, 0);
}

.bottom-left-gradiant {
  position: relative;
}

.bottom-left-gradiant:before {
  content: "";
  opacity: 0.28;
  background-image: -webkit-radial-gradient(52% 47%, circle, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  background-image: radial-gradient(circle at 52% 47%, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 544px;
  height: 544px;
  z-index: -1;
  -webkit-transform: translate(-120%, 0);
      -ms-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}

.bottom-right-gradiant {
  position: relative;
}

.bottom-right-gradiant:before {
  content: "";
  opacity: 0.28;
  background-image: -webkit-radial-gradient(52% 47%, circle, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  background-image: radial-gradient(circle at 52% 47%, rgba(3, 184, 255, 0.97), rgba(42, 125, 225, 0) 66%);
  position: absolute;
  right: 60%;
  width: 544px;
  height: 544px;
  z-index: -1;
  -webkit-transform: translate(120%, 0);
      -ms-transform: translate(120%, 0);
          transform: translate(120%, 0);
  bottom: 15%;
}

nav .menu .navigation .menu_link > li .sub_menu {
  z-index: 100;
}

.c-video-modal .modal-dialog {
  max-width: 100%;
}

.page-embedded-video iframe {
  width: 100%;
  min-height: 600px;
  border: none;
}

.resource__card--block {
  min-height: 370px;
  margin-bottom: 0;
  margin-top: 40px;
  padding-bottom: 10px !important;
}

.resource-modal .cta__links--cont ul li {
  margin-right: 30px;
}

.resource-modal .cta__links--cont ul li:last-child {
  margin-right: 0;
}

.launch__overview--cont {
  padding-top: 250px;
}

.cta__basement--cont .heading_h2 {
  max-width: 700px;
}

.factoid__desc {
  max-width: 85%;
  min-height: 100px;
}

.dwave__footer .desktop-footer {
  max-width: 1268px;
}

.navbar-brand {
  padding-bottom: 0.6rem;
}

.features .features_wrapper .features_text .features_list .features_list_img {
  min-width: 90px;
}

.circle__image--content h4 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.42;
}

.corsslink__card--title {
  padding: 10px 0 12px 0;
  position: relative;
  margin: 0;
}

.corsslink__card--image {
  position: relative;
}

.corsslink__card--eyebrow {
  margin-top: 25px;
  margin-bottom: 15px;
  position: relative;
}

.light-theme {
  background: #eeeeee;
  color: #000;
}

.light-theme h1,.light-theme h2,.light-theme h3,.light-theme h4,.light-theme h5,.light-theme h6,.light-theme p,.light-theme div,.light-theme li {
  color: #000;
}

.pullquote .circle__image--content .source-text {
  font-size: 16px;
  margin-top: 20px;
}/*.pullquote .circle__image--content, .circle__image--content {
    padding-left: 30px !important;
}*/.primary-features-cont a:hover {
  text-decoration: none;
}

.primary__feature--subblock {
  padding-right: 5px;
}

.news__latest--right ul li a:hover,.resource__highlight--right ul li a:hover,.resource__highlight--left a:hover,.news__latest--left a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

.testimonial .testimonial_wrapper .testimonial_text .content_link {
  margin-top: 30px;
}

.tmargin20 {
  margin-top: 20px;
}

.tmargin30 {
  margin-top: 30px;
}

.display-none {
  display: none;
}

.light-theme .Big-CTA:hover,.light-theme .Big-CTA:hover i {
  color: #03b8ff;
}

.full-cta-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.t-news-section-text-item__article img {
  max-width: 100%;
}

.page-selector-links {
  padding: 8px 12px !important;
  color: #007bff;
  margin-right: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 5px;
  text-decoration: none !important;
}

.page-selector-links.clear {
  margin-left: 15px;
  line-height: 45px;
  height: 45px;
  padding: 0 12px !important;
}

.page-selector-links:hover,.page-selector-links.selected {
  background-color: #2a7de1 !important;
  color: #FFF !important;
  text-decoration: none !important;
}

.search__filter--cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.search__filter--cont .sf__left--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}

.search__filter--cont .sf__input--block {
  position: relative;
  width: 100%;
}

.search__filter--cont .sf__input--block #search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search__filter--cont .sf__input--box {
  width: 245px;
  border: none;
  height: 45px;
  outline: none;
  padding: 0 10px;
  margin-right: 20px;
}

.search__filter--cont .sf__search--icon {
  position: absolute;
  right: 5px;
  top: 10px;
}

.search__filter--cont .sf__search--icon button {
  width: 29px;
  height: 30px;
  background: transparent;
  position: relative;
}

.search__filter--cont .sf__search--icon button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__filter--cont .sf__search--icon::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  color: #2a7de1;
  position: absolute;
}

.search__filter--cont .search__feature--cont {
  position: relative;
}

.search__filter--cont .search__feature--cont .sf__input--box {
  margin-right: 0px;
}

.search__filter--cont .sf__divider {
  opacity: 0.5;
  margin: 0 45px;
  width: 2px;
  height: 100%;
  background: #979797;
}

.search__filter--cont .full-cta-container {
  margin: 0;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__filter--cont .full-cta-container .page-selector-links {
  margin: 0 10px 0 10px;
  text-align: center;
}

.search__filter--cont .full-cta-container .page-selector-links:first-of-type {
  margin-left: 15px;
}

.resource_list--block .search__filter--cont .full-cta-container {
  display: none;
  visibility: hidden;
}

.filtered-resources h3 {
  padding-left: 15px;
  margin-top: 30px;
}

.filtered-resources .header:first-of-type h3 {
  margin-top: 0;
}

#search #industry {
  margin-left: 0;
}

.career__container .slide__inner--cont {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.career__container .slide__inner--cont .image__tile {
  width: 30%;
}

.career__container .slide__inner--cont .image__tile__desc {
  width: 65%;
}

.career__container .slick-dots {
  margin-top: 20px;
  margin-bottom: 30px;
}/*$screen-xs: $grid-breakpoints(xs);
$screen-sm: $grid-breakpoints(sm);
$screen-md: $grid-breakpoints(md);
$screen-lg: $grid-breakpoints(lg);*//*@import 'partials/global/padding-margins2';
@import 'partials/global/borders';*//*DEFINE OUR FONT FACES HERE*//*Classes for each font to be used in style guide */.font-bentonsans-black {
  font-family: 'BentonSans-Black';
}

.arrow-link,.c-navigation__main-nav__item__flyout__links__section__headline a {
  font-weight: 500;
}

.arrow-link:after,.c-navigation__main-nav__item__flyout__links__section__headline a:after {
  content: ">";
  font-style: normal;
  font-weight: bold;
  color: #007bff;
  margin-left: 6px;
  font-size: 15px;
}

.arrow-link:hover:after,.c-navigation__main-nav__item__flyout__links__section__headline a:hover:after,.arrow-link.active:after,.c-navigation__main-nav__item__flyout__links__section__headline a.active:after {
  color: #0056b3;
}

.arrow-link:active,.c-navigation__main-nav__item__flyout__links__section__headline a:active,.arrow-link:focus,.c-navigation__main-nav__item__flyout__links__section__headline a:focus {
  color: #0056b3;
}

.arrow-link:active:after,.c-navigation__main-nav__item__flyout__links__section__headline a:active:after,.arrow-link:focus:after,.c-navigation__main-nav__item__flyout__links__section__headline a:focus:after {
  color: #0056b3;
}

.btn-custom-color {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-custom-color:hover {
  color: #fff;
  background-color: blue;
  border-color: blue;
}

.btn-custom-color:focus,.btn-custom-color.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-custom-color.disabled,.btn-custom-color:disabled {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn-custom-color:not(:disabled):not(.disabled):active,.btn-custom-color:not(:disabled):not(.disabled).active,.show > .btn-custom-color.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}

.btn-custom-color:not(:disabled):not(.disabled):active:focus,.btn-custom-color:not(:disabled):not(.disabled).active:focus,.show > .btn-custom-color.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}/*Misc base styles that don't have anywhere else to go :(*/.text-color--light {color: white;}.text-color--light h1,.text-color--light h2,.text-color--light h3,.text-color--light h4,.text-color--light h5,.text-color--light h6,.text-color--light p {color: white;}.text-color--light a {color: white;}.text-color--light a:after {color: white;}.background-contain {background-size: contain;background-position: center;background-repeat: no-repeat;}.background-contain .grid__component-wrapper {background-size: contain;background-position: center;background-repeat: no-repeat;}.color-light-blue {color: #03b8ff;}.color-light-blue a {color: #03b8ff;}.color-light-blue a:hover {color: #1f9ed0;}.color-turquoise {color: #17bebb;}.color-turquoise a {color: #17bebb;}.color-turquoise a:hover {color: #219d9b;}a .color-light-blue {color: #03b8ff;}a:hover .color-light-blue {color: #1f9ed0;}a .color-turquoise {color: #17bebb;}a:hover .color-turquoise {color: #219d9b;}.btn-turquoise {background-color: #17bebb;padding: 13px 13px;color: #000;}.btn-turquoise:hover {background-color: #219d9b;color: #000;}.border-top-grey {border-top: 1px solid #707070;}/*GRID SETTING STYLES */.no-gutter .row,.no-gutter.row {margin: 0;}.no-gutter .row [class*='col-'],.no-gutter.row [class*='col-'] {padding: 0;margin: 0;}.no-gutter[class*='col-'] {padding: 0;margin: 0;}.no-gutter .container-fluid,.no-gutter .container,.no-gutter .c-alert-message-blade__inner,.no-gutter.container-fluid,.no-gutter.container,.no-gutter.c-alert-message-blade__inner {padding-left: 0;padding-right: 0;}/*IF SET ON COLUMN, WONT HAVE GUTTER ON MOBILE *//*Set columns in row to equal height.  Might not always work with all components */.equal-height-row--no-wrap .row {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.container-fluid.full-width .grid__column {padding-left: 0;padding-right: 0;}/*.grid__column,
.grid__component-wrapper {
    height: 100%;
}*//*THESE ARE BASE STYLES THAT ARE USED FOR TESING AND STYLE GUIDES */.guide-spacing {border: 1px solid Maroon;background-color: Maroon;}.guide-spacing .grid__container-outer {background-color: white;}.guide-spacing .grid__container {background-color: #ccc;}.guide-spacing .grid__container-inner {border: 1px solid Navy;background-color: Navy;}.guide-spacing .grid__column {border: 1px solid red;background-color: red;}.guide-spacing .grid__component-wrapper {border: 1px solid blue;background-color: blue;}/*Used on grid settings style guide*/.my-custom-class {color: blue;}.umbraco-forms-form {padding-bottom: 90px;}.umbraco-forms-form .umbraco-forms-caption {text-align: center;padding-bottom: 32px;}.umbraco-forms-form .umbraco-forms-fieldset {margin-bottom: 10px;}.umbraco-forms-form h3 {margin-bottom: 30px;}.umbraco-forms-form label.umbraco-forms-label {font-weight: normal;}.umbraco-forms-form .text,.umbraco-forms-form textarea,.umbraco-forms-form select {display: block;width: 100%;max-width: 400px;line-height: 45px;padding: 10px 25px !important;font-size: 18px;color: #222;border-radius: 0;border: 2px solid #fff;-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;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;background-color: #fff;}.umbraco-forms-form .text:focus,.umbraco-forms-form textarea:focus,.umbraco-forms-form select:focus {outline: none;border-color: #2a7de1;}.umbraco-forms-form .text,.umbraco-forms-form select {height: 45px;}.umbraco-forms-form textarea {height: 90px;}.umbraco-forms-form .umbraco-forms-field {padding-bottom: 25px;}.umbraco-forms-form .umbraco-forms-field.checkbox {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;width: 100%;text-align: left;}.umbraco-forms-form .umbraco-forms-field.checkbox input[type="checkbox"] {margin-right: 5px;}.umbraco-forms-form .moreinfo .umbraco-forms-field-wrapper textarea {height: 225px;}.umbraco-forms-form button[type="submit"] {color: #03b8ff;font-size: 22px;font-weight: 600;text-decoration: none;background: transparent;border: 0;padding: 0;outline: none;position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.umbraco-forms-form button[type="submit"]:after {content: "\f054";font-family: "Font Awesome 5 Free";font-weight: 900;margin-left: 25px;width: 48px;height: 48px;border: 2px solid #03b8ff;border-radius: 50%;display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;font-size: 32px;padding-left: 3px;}.umbraco-forms-form button[type="submit"]:hover,.umbraco-forms-form button[type="submit"]:focus {color: #fff;cursor: pointer;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.umbraco-forms-form button[type="submit"]:hover:after,.umbraco-forms-form button[type="submit"]:focus:after {color: #fff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.umbraco-forms-form button[type="submit"]:focus {-webkit-box-shadow: none;box-shadow: none;}.field-validation-error {color: red;}ol,ul {margin-left: 19px;}.c-background-hero-blade__wrapper {padding-top: 2rem;padding-bottom: 2rem;background-size: cover;}.c-background-hero-blade__wrapper p:last-child {margin-bottom: 0;}.c-background-hero-blade__wrapper .text-color--light {color: white;}.c-background-hero-blade__wrapper .text-color--light h1,.c-background-hero-blade__wrapper .text-color--light h2,.c-background-hero-blade__wrapper .text-color--light h3,.c-background-hero-blade__wrapper .text-color--light h4 {color: white;}.c-background-hero-blade.background-style--image-centered-aligned .c-background-hero-blade__wrapper {background-position: center center;}.c-background-hero-blade.background-style--image-top-aligned .c-background-hero-blade__wrapper {background-position: top center;}.c-background-hero-blade.background-style--image-bottom-aligned .c-background-hero-blade__wrapper {background-position: bottom center;}.c-background-hero-blade.background-style--image-parallax .c-background-hero-blade__wrapper {background-attachment: fixed;background-position: center center;background-repeat: no-repeat;background-size: cover;}.c-testimonial-blade {text-align: center;position: relative;overflow: hidden;}.c-testimonial-blade__wrapper {padding-top: 1rem;padding-bottom: 1rem;padding-left: 10px;padding-right: 10px;}.c-testimonial-blade .text-color--light {color: white;}.c-testimonial-blade .text-color--light h2,.c-testimonial-blade .text-color--light h3,.c-testimonial-blade .text-color--light h4 {color: white;}.c-video-blade__wrapper {padding-top: 1rem;padding-bottom: 1rem;background-size: cover;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.c-video-blade__wrapper__copy {text-align: center;}.c-video-blade__wrapper__copy h4 {margin-bottom: 8px;text-transform: uppercase;font-weight: 500;font-size: 14px;}.c-video-blade__wrapper__copy h1 {text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);color: white;margin: 10px 0 20px;}.c-video-blade .video-lightbox-button img {width: 55px;height: auto;}.c-body-tile {text-align: center;margin-bottom: 2rem;}.c-body-tile__image {margin-bottom: 1rem;}.c-body-tile__image img {max-width: 100%;}.c-body-tile__text {margin-left: auto;margin-right: auto;width: 80%;}.c-feature-tile {margin-bottom: 2rem;}.c-feature-tile__image {margin-bottom: 1rem;}.c-hub-tile {-webkit-box-shadow: 3px 3px 10px #333333;box-shadow: 3px 3px 10px #333333;position: relative;overflow: hidden;margin-bottom: 32px;max-width: 400px;margin-left: auto;margin-right: auto;}.c-hub-tile:hover {-webkit-box-shadow: 5px 5px 10px #333333;box-shadow: 5px 5px 10px #333333;}.c-hub-tile img {max-width: 100%;height: auto;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}.c-hub-tile__copy-container {position: absolute;bottom: 80px;margin: 0px 32px;color: #000000;z-index: 3;}.c-hub-tile__copy-container h4 {margin-bottom: 10px;}.c-hub-tile__copy-container p {margin: 0;}.c-hub-tile:hover a > img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.c-hub-tile .c-hub-tile__link {display: block;cursor: pointer;}.c-hub-tile .c-hub-tile__link-caption {text-align: center;width: 100%;height: 50px;color: white;padding-top: 12px;z-index: 2;position: relative;}.c-hub-tile .c-hub-tile__link-caption:before {content: "";display: block;width: 100%;height: 200px;position: absolute;bottom: 50px;background: -webkit-linear-gradient(top, rgba(6, 10, 81, 0) 0%, rgba(6, 10, 81, 0.7) 100%);background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 10, 81, 0)), to(rgba(6, 10, 81, 0.7)));background: linear-gradient(to bottom, rgba(6, 10, 81, 0) 0%, rgba(6, 10, 81, 0.7) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00060a51', endColorstr='#b3060a51',GradientType=0 );}.c-hub-tile .c-hub-tile__link-caption:after {content: ">";font-style: normal;font-weight: bold;color: white;margin-left: 6px;font-size: 15px;}.c-image-tile-with-modal__modal-content {display: none;}.c-product-tile {background-color: white;text-align: center;padding-top: 20px;-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.16);box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.16);margin-bottom: 15px;-webkit-transition: -webkit-box-shadow .2s ease-in-out;transition: -webkit-box-shadow .2s ease-in-out;transition: box-shadow .2s ease-in-out;transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;display: block;}.c-product-tile:hover {-webkit-box-shadow: 2px 6px 8px 1px rgba(0, 0, 0, 0.2);box-shadow: 2px 6px 8px 1px rgba(0, 0, 0, 0.2);text-decoration: none;}.c-product-tile:hover .arrow-link .c-product-solution-tile__link-area,.c-product-tile:hover .c-navigation__main-nav__item__flyout__links__section__headline a .c-product-solution-tile__link-area,.c-navigation__main-nav__item__flyout__links__section__headline .c-product-tile:hover a .c-product-solution-tile__link-area {background-color: blue;}.c-product-tile__image {max-width: 50%;display: block;margin: 0 auto 20px;}.c-product-tile__image img {width: 100%;}.c-product-tile__headline {margin-top: 0px;margin-bottom: 10px;padding: 0 20px;}.c-product-tile__copy {padding: 0 20px 28px;text-align: left;}.c-product-tile__copy p,.c-product-tile__copy li {font-size: 15px;color: #000000;}.c-product-tile__copy p,.c-product-tile__copy ul {margin-bottom: 0;}.c-product-tile .arrow-link,.c-product-tile .c-navigation__main-nav__item__flyout__links__section__headline a,.c-navigation__main-nav__item__flyout__links__section__headline .c-product-tile a {font-size: 18px;}.c-product-tile .arrow-link:after,.c-product-tile .c-navigation__main-nav__item__flyout__links__section__headline a:after,.c-navigation__main-nav__item__flyout__links__section__headline .c-product-tile a:after {display: none;}.c-product-tile .arrow-link .c-product-tile__link-area,.c-product-tile .c-navigation__main-nav__item__flyout__links__section__headline a .c-product-tile__link-area,.c-navigation__main-nav__item__flyout__links__section__headline .c-product-tile a .c-product-tile__link-area {background-color: #2a7de1;width: 100%;height: 50px;color: white;padding-top: 12px;}.c-product-tile .arrow-link .c-product-tile__link-area:after,.c-product-tile .c-navigation__main-nav__item__flyout__links__section__headline a .c-product-tile__link-area:after,.c-navigation__main-nav__item__flyout__links__section__headline .c-product-tile a .c-product-tile__link-area:after {content: "\f105";font-family: 'FontAwesome';font-style: normal;font-weight: bold;color: white;margin-left: 6px;font-size: 15px;}.c-testimonial-tile {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin: 0 10px 20px;height: 100%;}.c-testimonial-tile img {max-width: 100%;margin-bottom: 25px;-webkit-align-self: center;-ms-flex-item-align: center;align-self: center;}.c-testimonial-tile blockquote {margin-bottom: 9px;position: relative;}.c-testimonial-tile blockquote p:before {content: "\201c";display: block;position: absolute;left: -19px;top: 6px;font-size: 32px;}.c-testimonial-tile blockquote p:after {content: "\201d";display: inline-block;font-size: 32px;vertical-align: -12px;}.c-testimonial-tile .quote-citation {font-size: 15px;}.c-testimonial-tile a.arrow-link,.c-testimonial-tile .c-navigation__main-nav__item__flyout__links__section__headline a,.c-navigation__main-nav__item__flyout__links__section__headline .c-testimonial-tile a {cursor: pointer;margin-top: auto;}.c-placeholder {border: solid 1px black;height: 200px;background-color: #cccccc;text-align: center;position: relative;}.c-placeholder__size {bottom: 0px;right: 24px;position: absolute;}.c-expandable-copy__expander-text {color: #000000;}.c-expandable-copy__expander-text:hover {text-decoration: none;color: #000000;}.c-expandable-copy__expander-text[aria-expanded="false"]:before {content: "+";padding-right: 3px;}.c-expandable-copy__expander-text[aria-expanded="true"]:before {content: "–";padding-right: 5px;width: 1em;}.c-expandable-copy__copy {padding-left: 1rem;}.c-events-filter-calendar {margin-top: 1.4em;}.c-events-filter-calendar--tags {vertical-align: middle;}.c-events-filter-calendar thead {background-color: #2a7de1;color: #fff;}.c-events-filter-calendar thead tr:first-child th {font-weight: 500;}.c-events-filter-calendar thead th {text-align: center;font-weight: 300;padding: .5em 0;}.c-events-filter-calendar thead th a {color: #fff;}.c-events-filter-calendar thead th a i {font-size: 10px;}.c-events-filter-calendar tbody tr:last-child td {border-bottom: none;}.c-events-filter-calendar tbody td {padding: .5em 0;text-align: center;border-bottom: 2px solid #edefed;}.c-events-filter-calendar tbody td a {color: #9e9e9e;position: relative;}.c-events-filter-calendar tbody td a .dot {position: absolute;left: 50%;top: 120%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 2.5rem;}.c-events-filter-calendar tbody td.current-date {background-color: #edefed;}.c-events-filter-calendar tbody td.current-date a {color: #6c757d;}.c-events-filter-calendar tbody td.past-date {background-color: #d7d8d7;}.c-events-filter-calendar tbody td.future-date {background-color: #edefed;}.c-events-filter-calendar tbody td.filtered-date {background-color: #5c6871;}.c-events-filter-calendar tbody td.filtered-date a {color: #fff;}.c-events-filter-calendar tbody td:hover {background-color: #80878d;}.c-events-filter-calendar tbody td:hover a {color: #fff;}/**
 * AddToCalendar Base CSS
 * http://addtocalendar.com
 *//* Base */.addtocalendar var {display: none;}.addtocalendar {position: relative;display: inline-block;background: transparent !important;}.atcb-link {display: block;outline: none !important;cursor: pointer;}.atcb-link:focus ~ ul,.atcb-link:active ~ ul,.atcb-list:hover {visibility: visible;}.atcb-list {visibility: hidden;position: absolute;top: 100%;left: 0;width: 170px;z-index: 900;border: 1px solid;padding: .5em 1em;}.atcb-list,.atcb-item {list-style: none;margin: 0;background: #fff;}.atcb-item {float: none;text-align: left;padding: 0;}.atcb-item-link {text-decoration: none;outline: none;display: block;}.atcb-item.hover,.atcb-item:hover {position: relative;z-index: 900;cursor: pointer;text-decoration: none;outline: none;}.c-social-share-links__links {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.c-social-share-links__links a {background-color: #6c757d;display: inline-block;height: 46px;width: 46px;border-radius: 23px;color: #fff;text-align: center;line-height: 46px;margin-left: 16px;font-size: 23px;}.c-social-share-links__links a:hover {color: #fff;}.c-social-share-links__links a:hover i {-webkit-transition: all .2s ease-in;transition: all .2s ease-in;-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);}.c-social-share-links__links a:first-of-type {margin-left: 0;}.c-image-component img {margin-left: auto;margin-right: auto;display: block;}.c-video-item--video-icon {position: relative;display: block;}.c-video-item--video-icon:after {font-family: Font Awesome\ 5 Free;content: "\f144";color: #007bff;margin-left: 5px;font-size: 3.5rem;font-weight: 900;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.c-video-item--video-icon:after:hover {text-decoration: none;}.c-video-item--video-icon:hover:after {color: #0056b3;}.c-video-item .video-container {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}.c-video-item .video-container iframe,.c-video-item .video-container object,.c-video-item .video-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}.c-stat-item {text-align: center;line-height: 1;}.c-stat-item__value {font-size: 5.5rem;}.c-stat-item__unit-label {font-size: 3.5rem;}.c-stat-item__copy {display: block;margin-top: 10px;font-size: 1.25rem;max-width: 80%;margin: auto;}/*@import 'components/blogTeaser';
@import 'components/newsTeaser';
@import 'components/resourceTile';
@import 'components/eventItemTeaser';
    *//*body, * {    font-family: 'Open Sans', sans-serif;}*/nav {background-color: #000000; /*margin-bottom: 40px;*/color: #ffffff;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #CCC;font-family: 'Open Sans', sans-serif;}nav:before {content: "";width: 100%;height: 5px;background-image: -webkit-gradient(linear, left top, left bottom, from(#2a7de1), color-stop(52%, #03b8ff), color-stop(#06ecdc), color-stop(52%, #03b8ff));background-image: -webkit-linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);background-image: linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);top: 0;position: absolute;z-index: 100;}nav a {color: #FFFFFF;text-decoration: none;}nav a:hover {color: #03b8ff;text-decoration: none;}nav ul {list-style-type: none;margin-bottom: 0;}nav .menu {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}nav .menu .navigation {padding: 0 55px 0 60px;}nav .menu .navigation .search li {line-height: normal;letter-spacing: normal;font-weight: 100;margin-left: 56px;text-transform: uppercase;padding: 27px 0 19px 0;font-size: 12px;letter-spacing: 1px; /* color: #FFFFFF; */font-size: 12px;opacity: .9;}nav .menu .navigation .search li a:hover {text-decoration: none;background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: #03b8ff;}nav .menu .navigation .search li.search-icon {font-size: 14px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}nav .menu .navigation .menu_link > li {line-height: normal;letter-spacing: 1px;font-size: 15px;font-weight: 600;margin-left: 45px;padding: 0px 5px 13px 5px;font-weight: 500;cursor: pointer;}nav .menu .navigation .menu_link > li .sub_menu {position: absolute;z-index: 11;background-color: black;right: 0;left: 0;top: 100%;display: none;padding: 40px 0 60px 0;border-top: 1px solid #282828; /*border-bottom: 0 !important;*/margin-left: -23px !important;margin-right: -23px !important;width: -webkit-calc(100% + 46px);width: calc(100% + 46px);}nav .menu .navigation .menu_link > li .sub_menu .menu-item-info h3 {font-size: 24px;font-weight: 300;line-height: 1.42;color: #ffffff;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-info p {font-size: 15px;color: #dddddd;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links h4 {text-transform: uppercase;font-size: 13px;color: #ffa143;letter-spacing: 1px;font-weight: bold;padding-bottom: 4px;margin: 0 0 12px 0;border-bottom: 1px solid #DDDDDD;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul {-webkit-padding-start: 0;padding-inline-start: 0;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul li a {font-size: 15px;font-weight: 500;line-height: 2;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul li p {font-size: 13px;line-height: 1.29;color: #dddddd;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul.width-50-item {width: 100%;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul.width-50-item li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul.width-50-item li.column-break {-webkit-column-break-after: column;page-break-after: column;break-after: column;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul.width-50-item li a {font-size: 14px !important;font-weight: 400;line-height: 2;}nav .menu .navigation .menu_link > li .sub_menu .submenu_link ul {padding-left: 0;}nav .menu .navigation .menu_link > li .sub_menu .submenu_link ul li {margin-bottom: 20px;}nav .menu .navigation .menu_link > li .sub_menu .submenu_link ul P {margin-bottom: 5px;padding: 5px 0;color: #dddddd;font-size: 14px;font-weight: 300;}nav .menu .navigation .menu_link > li .sub_menu .submenu_link ul a {color: #FFF;text-decoration: none;font-size: 15px;}nav .menu .navigation .menu_link > li .sub_menu .submenu_link ul a:hover {color: #03b8ff;}nav .menu .navigation .menu_link > li.active .sub_menu {z-index: 9;display: block;}nav .search ul {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}nav .logo {height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;position: relative;}nav .right_btn {padding: 45px 28px 10px 39px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;-webkit-transition: all .4s ease;transition: all .4s ease;position: relative;z-index: 100;}nav .right_btn:before {content: "";position: absolute;top: 0px;right: 0;left: 0;width: 100%;background-image: -webkit-linear-gradient(333deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(117deg, #06ecdc, #03b8ff 52%, #2a7de1);z-index: 10;height: 100%;opacity: .5;}nav .right_btn .right_arrow {padding-bottom: 1px;position: relative;z-index: 2;}nav .right_btn .right_arrow i {border: 2px solid #ffffff;border-radius: 50%;width: 21px;height: 21px;padding: 0;display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;text-align: center;line-height: 17px;margin: 0;margin-left: 10px;font-size: 10px;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;vertical-align: 2px;}nav .right_btn a {color: #fff;font-size: 16px;text-decoration: none;letter-spacing: 1px;}nav .right_btn:hover {background-image: -webkit-gradient(linear, left top, left bottom, from(#2a7de1), color-stop(52%, #03b8ff), color-stop(#06ecdc), color-stop(52%, #03b8ff));background-image: -webkit-linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);background-image: linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);}nav .right_btn:hover i {border: 2px solid #111111;}nav .right_btn:hover a {color: #000000;}nav .logo h3 {font-size: 34px;}nav .right_btn h2 {font-size: 35px;}nav .top_bar {position: static !important;}ul#MainMenu > li > a {position: relative;padding-bottom: 13px;z-index: 100;}ul#MainMenu > li > a:hover:before {content: "";position: absolute;width: 100%;background-image: -webkit-gradient(linear, left top, left bottom, from(#2a7de1), color-stop(52%, #03b8ff), color-stop(#06ecdc), color-stop(52%, #03b8ff));background-image: -webkit-linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);background-image: linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);height: 4px;bottom: 0;}ul#MainMenu > li.active > a:before {content: "";position: absolute;width: 100%;background-image: -webkit-gradient(linear, left top, left bottom, from(#2a7de1), color-stop(52%, #03b8ff), color-stop(#06ecdc), color-stop(52%, #03b8ff));background-image: -webkit-linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);background-image: linear-gradient(#2a7de1, #03b8ff 52%, #06ecdc, #03b8ff 52%);height: 4px;bottom: 0;}.c-navigation ul li {list-style: none;}.c-navigation__top-nav__items {text-align: right;padding: 0;margin: 0;height: 123px;}.c-navigation__top-nav__items li {list-style: none;display: inline-block;padding: 19px 8% 15px;color: #000000;text-align: center;white-space: nowrap;}.c-navigation__top-nav__items li:last-child {float: right;padding-right: 0;}.c-navigation__top-nav__items li.search {padding-top: 0;padding-bottom: 0;margin-top: -3px;}.c-navigation__top-nav__items a {color: #000000;}.footer-link {border-bottom: none;}.c-navigation__main-nav__item {position: static !important;}.c-navigation__main-nav__item--callout {background-color: #ccc;border-bottom: none;padding: 20px 15px;}.c-navigation__main-nav__item--callout a {background-color: yellow !important;text-align: center;display: block;padding: 10px;}.c-navigation__main-nav__item--callout a:after {content: '';}.c-navigation__main-nav__item__flyout__wrapper {background-color: #e7e7e7;}.c-navigation__main-nav__item__flyout__links {padding: 30px;background-color: #ccc;}.c-navigation__main-nav__item__flyout__links .row {margin-bottom: 25px;}.c-navigation__main-nav__item__flyout__links ul {padding: 0;}.c-navigation__main-nav__item__flyout__links__section__headline:after {content: '';border-bottom: 1px solid rgba(255, 255, 255, 0.3);width: 100%;display: block;margin-bottom: 10px;}.c-navigation__main-nav__item__flyout__links__section__headline p {font-size: 14px;color: #fff;margin: 0;line-height: 1.6;text-transform: uppercase;}.c-navigation__main-nav__item__flyout__links__footer.row {margin-bottom: 0;}.c-navigation__main-nav__item__flyout__links__footer .arrow-link,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a {font-size: 14px;color: white;margin: 0 16px;}.c-navigation__main-nav__item__flyout__links__footer .arrow-link:hover,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a:hover,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a:hover,.c-navigation__main-nav__item__flyout__links__footer .arrow-link:focus,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a:focus,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a:focus {color: #333;}.c-navigation__main-nav__item__flyout__links__footer .arrow-link:hover:after,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a:hover:after,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a:hover:after,.c-navigation__main-nav__item__flyout__links__footer .arrow-link:focus:after,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a:focus:after,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a:focus:after {color: #333;}.c-navigation__main-nav__item__flyout__links__footer .arrow-link:after,.c-navigation__main-nav__item__flyout__links__footer .c-navigation__main-nav__item__flyout__links__section__headline a:after,.c-navigation__main-nav__item__flyout__links__section__headline .c-navigation__main-nav__item__flyout__links__footer a:after {color: white;}.desktop-search-container {color: #ccc;background-color: rgba(199, 206, 211, 0.47);border: solid 0px rgba(199, 206, 211, 0.47);border-bottom-right-radius: 17px;border-top-right-radius: 17px;border-bottom-left-radius: 17px;border-top-left-radius: 17px;margin-top: -8px;height: 40px;padding-right: 7px;cursor: pointer;}.desktop-search-container .search-submit-btn {border: none;background-color: transparent;border-radius: 17px;font-size: 14px;font-weight: bold;}.desktop-search-container input[type=text] {outline: none;-webkit-appearance: textfield;-webkit-box-sizing: content-box;}.desktop-search-container input::-webkit-search-decoration,.desktop-search-container input::-webkit-search-cancel-button {display: none;}.desktop-search-container input[type=text] {background-color: transparent;font-size: 14px;border: none;width: 250px;-webkit-transition: all .5s;transition: all .5s;}.desktop-search-container input:-moz-placeholder {color: black;}.desktop-search-container input::-webkit-input-placeholder {color: black;}.desktop-search-container .button-hidden {display: none;-webkit-transition: all .5s;transition: all .5s;}.desktop-search-container.search-hidden #desktop-search-box {width: 0px;}.desktop-search-container.search-hidden #desktop-search-button {display: none;}.desktop-search-container.search-hidden input {padding: 0;}.desktop-search-container .pinned-nav-container {margin: auto;display: -webkit-flex;display: -webkit-box;display: -ms-flexbox;display: flex;}.desktop-search-container .pinned-search-container {color: white;background-color: transparent;border: none;height: 40px;padding-right: 12px;font-size: 14px;overflow: hidden;position: relative;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-box;display: inline-flex;cursor: pointer;margin-top: 5px;}.desktop-search-container .pinned-search-container .search-submit-btn {border: none;background-color: transparent;margin-top: 5px;font-weight: bold;}.desktop-search-container .pinned-search-container input[type=text] {outline: none;-webkit-appearance: textfield;-webkit-box-sizing: content-box;}.desktop-search-container .pinned-search-container input::-webkit-search-decoration,.desktop-search-container .pinned-search-container input::-webkit-search-cancel-button {display: none;}.desktop-search-container .pinned-search-container input[type=text] {background-color: transparent;border: none;-webkit-transition: all .5s;transition: all .5s;margin-top: 5px;max-width: 100%;}.desktop-search-container .pinned-search-container input:-moz-placeholder {color: white;}.desktop-search-container .pinned-search-container input::-webkit-input-placeholder {color: white;}.desktop-search-container .pinned-search-container .button-hidden {display: none;-webkit-transition: all .5s;transition: all .5s;}.desktop-search-container .pinned-search-container.search-hidden .search-box {width: 0px;}.desktop-search-container .pinned-search-container.search-hidden .search-submit-btn {display: none;}.menu-overview {font-size: 16px;text-transform: uppercase;}.menu-overview:after {content: '';border-bottom: 1px solid rgba(255, 255, 255, 0.3);width: 100%;display: block;margin-bottom: 10px;}.menu-overview a:after {content: ">";font-style: normal;font-weight: bold;margin-left: 6px;font-size: 17px;}.menu-overview i {font-size: 11px;top: 0;}.footer__more_text {font-size: 21px;font-weight: normal;}.footer-logo {margin-top: 8px;}.c-footer__newsletter {white-space: nowrap;padding-top: 30px;}.c-footer__newsletter a {font-size: 21px;font-weight: 400;font-stretch: normal;font-style: normal;line-height: normal;letter-spacing: normal;color: #03b8ff;text-decoration: none !important;display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.c-footer__newsletter a i {width: 30px;height: 30px;border: 2px solid #03b8ff;border-radius: 50%;display: -webkit-inline-box;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin-left: 15px;padding-left: 2px;}.c-footer__newsletter a:hover {color: #fff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.c-footer__newsletter a:hover i {color: #fff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.soc-container {text-align: right;}.soc-2 {height: 60px;margin-bottom: 20px;}.c-alert-message-blade {overflow: hidden;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;background: #03b8ff;height: 60px;text-transform: uppercase;}.c-alert-message-blade__inner {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: relative;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-webkit-justify-content: start;-ms-flex-pack: start;justify-content: start;color: white;padding-right: 40px;}.c-alert-message-blade__inner p {margin-bottom: 0;line-height: 19px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.c-alert-message-blade__inner a {font-weight: bold;color: white;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.c-alert-message-blade__inner a:after {border-color: white;margin-left: 8px;padding-left: 1px;}.c-alert-message-blade__close {position: absolute;right: 15px;padding: 0 10px;}.c-alert-message-blade.closed {display: none;}.c-alert-message-blade.closed + nav:before {display: block;}.c-alert-message-blade + nav:before {display: none;}.cp-blog-item-teaser__byline {margin-bottom: 0;font-size: 80%;}.cp-news-item-teaser__date {margin-bottom: 0px;font-weight: bold;}.cp-news-item-teaser h3 a {font-size: 18px;font-weight: 400;color: #03b8ff;text-decoration: none;display: inline-block;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.cp-news-item-teaser h3 a:hover {color: #fff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.cp-event-item-teaser {padding-bottom: 10px;margin-bottom: 30px;background-color: #edefed;}.cp-event-item-teaser__text {margin: 0 15px 10px;border-bottom: 1px solid #6c757d;}.cp-event-item-teaser__text h3 {font-weight: 300;margin-bottom: 5px;}.cp-event-item-teaser__text h3 a {color: #000000;}.cp-event-item-teaser__details {padding: 0 15px;}.cp-event-item-teaser__details div:first-of-type {margin-right: 3em;}.cp-event-item-teaser__date {padding: 0 15px;}.cp-event-item-teaser__date span {display: block;}.cp-event-item-teaser__date .month {text-transform: uppercase;margin-top: 12px;}.cp-event-item-teaser__date .date {font-size: 40px;margin-top: -11px;}.cp-event-item-teaser h3 {background-color: #f37820;color: #fff;padding: 10px 15px;margin-bottom: 0;}.c-article-events {background-color: #2a7de1;padding: 1em 1.65em;}.c-article-events h3 {margin-top: 0;color: #fff;border-bottom: 1px solid #fff;padding: 0 0 .5em 0;margin-bottom: .75em;}.c-article-events h4 {color: #fff;font-size: 24px;}.c-article-events p {color: #fff;}.c-article-events p strong {font-weight: 500;}.c-event-filter label {margin-right: 10px;}.c-event-filter select {min-width: 150px;}.cp-resource-item-tile {height: 100%;padding-bottom: 2rem;}.cp-resource-item-tile .card {height: 100%;}.cp-resource-item-tile__date {margin-bottom: 0;font-weight: bold;font-size: 80%;}.cp-resource-item-tile__type {margin-bottom: 0;font-weight: bold;font-size: 80%;}.c-video-modal {background-color: black;padding-top: 0px;}.c-video-modal .modal-dialog {width: 100%;height: 100%;margin: 0;padding: 0;}.c-video-modal .modal-dialog .modal-content {position: relative;background-color: transparent;outline: 0;height: 100%;width: 100%;}.c-video-modal .modal-dialog .modal-body {background-color: black;padding: 0 15px;text-align: center;z-index: 2;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.c-video-modal .modal-dialog .modal-body iframe {border: none;padding: 0;width: 100%;height: 200px;margin-bottom: 20px;}.c-video-modal .modal-dialog .modal-body img {max-width: 100%;display: inline;}.c-video-modal .closer::before {content: 'X';position: absolute;z-index: 3;padding: 10px;right: 0;font-size: 32px;}.c-video-modal .closer:hover {opacity: 1;cursor: pointer;}.cp-social-page-links {margin: 0 0 0;}.cp-social-page-links__links {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.cp-social-page-links__links a {background-color: #03B8FF;display: inline-block;height: 32px;width: 30px;border-radius: 5px;color: #111111;text-align: center;line-height: 32px;margin-left: 16px;font-size: 24px;}.cp-social-page-links__links a .fa-facebook-f {top: 5px;position: relative;right: -5px;font-size: 24px;}.cp-social-page-links__links a:hover {color: #111111;background-color: #FFFFFF !important;}.cp-social-page-links__links a:hover i { /* transition: all .2s ease-in;
                    transform: scale(1.2);*/}.cp-social-page-links__links a:first-of-type {margin-left: 0;}.c-event-details--wrapper {margin-top: 40px;}.c-event-details__header h1 {margin-top: 0;color: #6c757d;}.c-event-details__header h4 {margin-top: 0;margin-bottom: 0;}.c-event-details__header .large {margin-bottom: 0;}.c-event-details__header div {margin-bottom: .5em;}.c-event-details__image {margin: 1em 0;}.c-event-details__location span {display: block;}.c-event-details__footer {border-top: 1px solid #6c757d;padding-top: 20px;margin-top: 20px;}.t-glg-blog-list__items .cp-blog-item-teaser {padding-top: 1rem;padding-bottom: 1rem;border-bottom: 1px solid gray;}.t-glg-blog-list__items .cp-blog-item-teaser:last-of-type {border-bottom: none;}.t-glg-news-section-list {margin-bottom: 30px;}.t-glg-news-section-list .newsroom-h2 {margin-bottom: 20px;}.t-glg-news-section-list__items .cp-news-item-teaser {padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid gray;}.t-glg-news-section-list__items .cp-news-item-teaser:first-of-type {padding-top: 0;}.t-glg-news-section-list__items .cp-news-item-teaser:last-of-type {border-bottom: none;}.t-glg-news-section-list__items .cp-news-item-teaser h3 {font-size: 18px;line-height: 1.6;}.t-glg-news-section-list__items .cp-news-item-teaser .cta__link {line-height: 1.6;}.t-glg-news-section-list__items .cp-news-item-teaser .eyebrow__label {margin-bottom: 10px;}.t-glg-news-section-list__items .cp-news-item-teaser p:last-child {margin-bottom: 0;}.t-glg-news-section-list .news-nav {list-style: none;margin: 50px 0 0;}.t-glg-news-section-list .news-nav li {margin-bottom: 5px;}.t-glg-news-section-list .news-nav a {font-size: 18px;color: #03b8ff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;}.t-glg-news-section-list .news-nav a:hover {color: #fff;-webkit-transition: color 0.15s ease-in-out;transition: color 0.15s ease-in-out;text-decoration: none;}.t-glg-news-section-list .load-more {margin-top: 20px;}.t-news-section-text-item__marquee {padding: 60px 0 30px;}.t-news-section-text-item__marquee h1 {font-size: 28px;}.t-news-section-text-item__article {background-color: #eee;color: #222;padding-top: 30px;margin-bottom: 45px;}.t-news-section-text-item__article p {color: #222;}.t-news-section-text-item .eyebrow__label_dots {margin-left: 3px;}.t-news-section-text-item .hero-image {width: 100%;}.t-news-section-text-item .hero-image__caption {display: block;font-size: 12px;line-height: 18px;margin-top: 10px;}.t-news-section-text-item .article-body,.t-news-section-text-item .article-footer {margin-bottom: 30px;}.t-news-section-text-item .article-body {padding-top: 30px;}.t-news-section-text-item .article-body p,.t-news-section-text-item .article-body ul,.t-news-section-text-item .article-body ol {margin: 0 0 20px;}.t-news-section-text-item .article-body p.large {font-size: 20px;line-height: 26px;}.t-news-section-text-item .article-body p.italic-indent {font-style: italic;}.t-news-section-text-item .article-body ul {list-style: none;}.t-news-section-text-item .article-body ul li {padding-left: 20px;position: relative;}.t-news-section-text-item .article-body ul li:before {content: "•";display: inline;color: #008c82;position: absolute;left: 0;top: 0;font-size: 24px;line-height: 24px;}.t-news-section-text-item .article-footer .tags {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;margin-bottom: 45px;}.t-news-section-text-item .article-footer .tags__label {margin-right: 30px;}.t-news-section-text-item .article-footer .tags__list {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;margin: 0;padding: 0;list-style: none;}.t-news-section-text-item .article-footer .tags__list li:before {content: "•";display: inline;margin: 0 5px 0 8px;}.t-news-section-text-item .article-footer .tags__list li:first-child:before {content: "";display: none;}.t-news-section-text-item .article-footer .footnote {padding-top: 18px;position: relative;}.t-news-section-text-item .article-footer .footnote p {font-size: 12px;line-height: 1.4;}.t-news-section-text-item .article-footer .footnote:before {content: "";display: block;width: 100%;height: 2px;background-color: #c1c1c1;border-bottom: 1px solid #fff;position: absolute;bottom: 100%;}.t-news-section-text-item .share-sidebar {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;margin-bottom: 45px;}.t-news-section-text-item .share-sidebar__wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.t-news-section-text-item .share-sidebar .share-sidebar__label {margin-right: 30px;}.t-news-section-text-item .c-social-share-links__links a {color: #2a7de1;background-color: transparent;margin: 0;}.t-resource-library-content-item {margin-top: 30px;}.t-resource-library-content-item ul {margin-top: 1em;margin-left: 0;}.t-resource-library-content-item li {list-style-type: none;}.t-resource-library-content-item a {color: #03b8ff;}.t-resource-library-content-item a:hover {color: #FFFFFF;text-decoration: none;}.search-container .search-result-heading {margin-top: 20px;}@font-face {font-family:'BentonSans-Black';src:url("../bentonsans-black.html");undefined:undefined;src:url("../bentonsans-blackd41d.html?#iefix") format("embedded-opentype"), url("../bentonsans-black-2.html") format("woff"), url("../bentonsans-black-3.html") format("truetype"), url("../bentonsans-black-4.html#svgFontName") format("svg");undefined:undefined;}@media screen and (prefers-reduced-motion: reduce) {.form-control {-webkit-transition: none;transition: none;}.btn {-webkit-transition: none;transition: none;}.fade {-webkit-transition: none;transition: none;}.collapsing {-webkit-transition: none;transition: none;}.custom-range::-webkit-slider-thumb {-webkit-transition: none;transition: none;}.custom-range::-moz-range-thumb {-webkit-transition: none;transition: none;}.custom-range::-ms-thumb {-webkit-transition: none;transition: none;}.custom-control-label::before,.custom-file-label,.custom-select {-webkit-transition: none;transition: none;}.progress-bar {-webkit-transition: none;transition: none;}.modal.fade .modal-dialog {-webkit-transition: none;transition: none;}.carousel-item.active,.carousel-item-next,.carousel-item-prev {-webkit-transition: none;transition: none;}}@media (min-width: 576px) {.container,.c-alert-message-blade__inner {max-width: 540px;}.col-sm {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-sm-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}.col-sm-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}.col-sm-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}.col-sm-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-sm-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}.col-sm-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}.col-sm-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-sm-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}.col-sm-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}.col-sm-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-sm-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}.col-sm-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}.col-sm-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.order-sm-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}.order-sm-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}.order-sm-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}.order-sm-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}.order-sm-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}.order-sm-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}.order-sm-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}.order-sm-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}.order-sm-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}.order-sm-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}.order-sm-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}.order-sm-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}.order-sm-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}.order-sm-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}.order-sm-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}.offset-sm-0 {margin-left: 0;}.offset-sm-1 {margin-left: 8.33333%;}.offset-sm-2 {margin-left: 16.66667%;}.offset-sm-3 {margin-left: 25%;}.offset-sm-4 {margin-left: 33.33333%;}.offset-sm-5 {margin-left: 41.66667%;}.offset-sm-6 {margin-left: 50%;}.offset-sm-7 {margin-left: 58.33333%;}.offset-sm-8 {margin-left: 66.66667%;}.offset-sm-9 {margin-left: 75%;}.offset-sm-10 {margin-left: 83.33333%;}.offset-sm-11 {margin-left: 91.66667%;}.form-inline label {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 0;}.form-inline .form-group {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin-bottom: 0;}.form-inline .form-control {display: inline-block;width: auto;vertical-align: middle;}.form-inline .form-control-plaintext {display: inline-block;}.form-inline .input-group,.form-inline .custom-select {width: auto;}.form-inline .form-check {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;width: auto;padding-left: 0;}.form-inline .form-check-input {position: relative;margin-top: 0;margin-right: 0.25rem;margin-left: 0;}.form-inline .custom-control {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.form-inline .custom-control-label {margin-bottom: 0;}.navbar-expand-sm {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row nowrap;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.navbar-expand-sm .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}.navbar-expand-sm .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-sm .navbar-nav .nav-link {padding-right: 0.5rem;padding-left: 0.5rem;}.navbar-expand-sm > .container,.navbar-expand-sm > .c-alert-message-blade__inner,.navbar-expand-sm > .container-fluid {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-sm .navbar-collapse {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-basis: auto;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-sm .navbar-toggler {display: none;}.card-deck {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;margin-right: -15px;margin-left: -15px;}.card-deck .card {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-webkit-flex: 1 0 0%;-ms-flex: 1 0 0%;flex: 1 0 0%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-right: 15px;margin-bottom: 0;margin-left: 15px;}.card-group {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row wrap;-ms-flex-flow: row wrap;flex-flow: row wrap;}.card-group > .card {-webkit-box-flex: 1;-webkit-flex: 1 0 0%;-ms-flex: 1 0 0%;flex: 1 0 0%;margin-bottom: 0;}.card-group > .card + .card {margin-left: 0;border-left: 0;}.card-group > .card:first-child {border-top-right-radius: 0;border-bottom-right-radius: 0;}.card-group > .card:first-child .card-img-top,.card-group > .card:first-child .card-header {border-top-right-radius: 0;}.card-group > .card:first-child .card-img-bottom,.card-group > .card:first-child .card-footer {border-bottom-right-radius: 0;}.card-group > .card:last-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}.card-group > .card:last-child .card-img-top,.card-group > .card:last-child .card-header {border-top-left-radius: 0;}.card-group > .card:last-child .card-img-bottom,.card-group > .card:last-child .card-footer {border-bottom-left-radius: 0;}.card-group > .card:only-child {border-radius: 0.25rem;}.card-group > .card:only-child .card-img-top,.card-group > .card:only-child .card-header {border-top-left-radius: 0.25rem;border-top-right-radius: 0.25rem;}.card-group > .card:only-child .card-img-bottom,.card-group > .card:only-child .card-footer {border-bottom-right-radius: 0.25rem;border-bottom-left-radius: 0.25rem;}.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {border-radius: 0;}.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {border-radius: 0;}.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;}.card-columns .card {display: inline-block;width: 100%;}.jumbotron {padding: 4rem 2rem;}.modal-dialog {max-width: 500px;margin: 1.75rem auto;}.modal-dialog-centered {min-height: -webkit-calc(100% - (1.75rem * 2));min-height: calc(100% - (1.75rem * 2));}.modal-dialog-centered::before {height: -webkit-calc(100vh - (1.75rem * 2));height: calc(100vh - (1.75rem * 2));}.modal-sm {max-width: 300px;}.d-sm-none {display: none !important;}.d-sm-inline {display: inline !important;}.d-sm-inline-block {display: inline-block !important;}.d-sm-block {display: block !important;}.d-sm-table {display: table !important;}.d-sm-table-row {display: table-row !important;}.d-sm-table-cell {display: table-cell !important;}.d-sm-flex {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}.d-sm-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}.flex-sm-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}.flex-sm-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}.flex-sm-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}.flex-sm-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}.flex-sm-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-sm-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-sm-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-sm-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}.flex-sm-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}.flex-sm-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}.flex-sm-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-sm-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-sm-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}.justify-content-sm-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}.justify-content-sm-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}.justify-content-sm-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}.justify-content-sm-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-sm-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}.align-items-sm-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}.align-items-sm-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}.align-items-sm-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}.align-items-sm-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}.align-content-sm-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-sm-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-sm-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-sm-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-sm-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-sm-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-sm-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-sm-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-sm-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-sm-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;align-self: center !important;}.align-self-sm-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-sm-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;align-self: stretch !important;}.float-sm-left {float: left !important;}.float-sm-right {float: right !important;}.float-sm-none {float: none !important;}.m-sm-0 {margin: 0 !important;}.mt-sm-0,.my-sm-0 {margin-top: 0 !important;}.mr-sm-0,.mx-sm-0 {margin-right: 0 !important;}.mb-sm-0,.my-sm-0 {margin-bottom: 0 !important;}.ml-sm-0,.mx-sm-0 {margin-left: 0 !important;}.m-sm-1 {margin: 0.25rem !important;}.mt-sm-1,.my-sm-1 {margin-top: 0.25rem !important;}.mr-sm-1,.mx-sm-1 {margin-right: 0.25rem !important;}.mb-sm-1,.my-sm-1 {margin-bottom: 0.25rem !important;}.ml-sm-1,.mx-sm-1 {margin-left: 0.25rem !important;}.m-sm-2 {margin: 0.5rem !important;}.mt-sm-2,.my-sm-2 {margin-top: 0.5rem !important;}.mr-sm-2,.mx-sm-2 {margin-right: 0.5rem !important;}.mb-sm-2,.my-sm-2 {margin-bottom: 0.5rem !important;}.ml-sm-2,.mx-sm-2 {margin-left: 0.5rem !important;}.m-sm-3 {margin: 1rem !important;}.mt-sm-3,.my-sm-3 {margin-top: 1rem !important;}.mr-sm-3,.mx-sm-3 {margin-right: 1rem !important;}.mb-sm-3,.my-sm-3 {margin-bottom: 1rem !important;}.ml-sm-3,.mx-sm-3 {margin-left: 1rem !important;}.m-sm-4 {margin: 1.5rem !important;}.mt-sm-4,.my-sm-4 {margin-top: 1.5rem !important;}.mr-sm-4,.mx-sm-4 {margin-right: 1.5rem !important;}.mb-sm-4,.my-sm-4 {margin-bottom: 1.5rem !important;}.ml-sm-4,.mx-sm-4 {margin-left: 1.5rem !important;}.m-sm-5 {margin: 3rem !important;}.mt-sm-5,.my-sm-5 {margin-top: 3rem !important;}.mr-sm-5,.mx-sm-5 {margin-right: 3rem !important;}.mb-sm-5,.my-sm-5 {margin-bottom: 3rem !important;}.ml-sm-5,.mx-sm-5 {margin-left: 3rem !important;}.p-sm-0 {padding: 0 !important;}.pt-sm-0,.py-sm-0 {padding-top: 0 !important;}.pr-sm-0,.px-sm-0 {padding-right: 0 !important;}.pb-sm-0,.py-sm-0 {padding-bottom: 0 !important;}.pl-sm-0,.px-sm-0 {padding-left: 0 !important;}.p-sm-1 {padding: 0.25rem !important;}.pt-sm-1,.py-sm-1 {padding-top: 0.25rem !important;}.pr-sm-1,.px-sm-1 {padding-right: 0.25rem !important;}.pb-sm-1,.py-sm-1 {padding-bottom: 0.25rem !important;}.pl-sm-1,.px-sm-1 {padding-left: 0.25rem !important;}.p-sm-2 {padding: 0.5rem !important;}.pt-sm-2,.py-sm-2 {padding-top: 0.5rem !important;}.pr-sm-2,.px-sm-2 {padding-right: 0.5rem !important;}.pb-sm-2,.py-sm-2 {padding-bottom: 0.5rem !important;}.pl-sm-2,.px-sm-2 {padding-left: 0.5rem !important;}.p-sm-3 {padding: 1rem !important;}.pt-sm-3,.py-sm-3 {padding-top: 1rem !important;}.pr-sm-3,.px-sm-3 {padding-right: 1rem !important;}.pb-sm-3,.py-sm-3 {padding-bottom: 1rem !important;}.pl-sm-3,.px-sm-3 {padding-left: 1rem !important;}.p-sm-4 {padding: 1.5rem !important;}.pt-sm-4,.py-sm-4 {padding-top: 1.5rem !important;}.pr-sm-4,.px-sm-4 {padding-right: 1.5rem !important;}.pb-sm-4,.py-sm-4 {padding-bottom: 1.5rem !important;}.pl-sm-4,.px-sm-4 {padding-left: 1.5rem !important;}.p-sm-5 {padding: 3rem !important;}.pt-sm-5,.py-sm-5 {padding-top: 3rem !important;}.pr-sm-5,.px-sm-5 {padding-right: 3rem !important;}.pb-sm-5,.py-sm-5 {padding-bottom: 3rem !important;}.pl-sm-5,.px-sm-5 {padding-left: 3rem !important;}.m-sm-auto {margin: auto !important;}.mt-sm-auto,.my-sm-auto {margin-top: auto !important;}.mr-sm-auto,.mx-sm-auto {margin-right: auto !important;}.mb-sm-auto,.my-sm-auto {margin-bottom: auto !important;}.ml-sm-auto,.mx-sm-auto {margin-left: auto !important;}.text-sm-left {text-align: left !important;}.text-sm-right {text-align: right !important;}.text-sm-center {text-align: center !important;}h1,.heading_h1,.h_text__xlarge {font-size: 54px;}.launch__overview--usps {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.launch__overview--usps .lo__usp--block {width: -webkit-calc(50% - 25px);width: calc(50% - 25px);}.l1-marquee .marquee-body {margin-top: 40px;padding-bottom: 20px;}.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul li:nth-last-child(2):nth-child(odd) {border-bottom: 0;}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont {-webkit-transform: translateX(13%);-ms-transform: translateX(13%);transform: translateX(13%);}.equal-height-row .row {display: -webkit-flex;-webkit-flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; /*Make sure the column setting and component div in the column is set to a 100% height*/}.equal-height-row .row > div > div {height: 100%;}.equal-height-row .row > div > div > div {height: 100%;}.c-video-blade__wrapper {padding-top: 3rem;padding-bottom: 3rem;}.c-video-blade__wrapper__copy h4 {margin-bottom: 5px;font-size: 20px;}.c-hub-tile {max-width: none;}.c-hub-tile .c-hub-tile__link-caption {position: absolute;left: 0;bottom: 0;}.c-product-tile {margin-bottom: 30px;}.c-testimonial-tile__copy {text-align: center;}.c-navigation__top-nav {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}.c-navigation__top-nav__items li {padding-left: 20px;padding-right: 20px;}.c-navigation__top-nav__items li {padding: 5px 20px;border-right: 1px solid #ccc;}.c-navigation__top-nav__items li:last-child {border-right: none;}.c-navigation__top-nav__items a.search-btn {background-color: #ccc;border-radius: 17px;padding: 13px 20px;color: #eee;}.c-navigation__top-nav__items a {font-size: 14px;font-weight: bold;}.c-navigation__top-nav__items {height: auto;margin-top: 8px;}.c-navigation__main-nav {background-color: #fcc;}.c-navigation__main-nav__item--callout {background-color: #ccc;padding: 0px;}.c-navigation__main-nav__item--callout a {text-transform: initial;background-color: blue !important;width: auto;margin: 0;-webkit-transform: none;-ms-transform: none;transform: none;padding: 0 25px;}.c-navigation__main-nav__item__flyout {padding: 0;position: absolute;float: none;width: 100%;border: 0;-webkit-box-shadow: none;box-shadow: none;}.desktop-search-container span.search-btn {padding: 13px 4px 2px 15px;font-size: 14px; /*&:before {
                padding: 13px 15px;
                background-color: rgba(199,206,211,.47);
                border: 0 solid rgba(199,206,211,.47);
                
                height: 40px;
                cursor: pointer;
                border-radius: 17px;
                display:block;
            }*/}.desktop-search-container .pinned-search-container span.search-btn {padding: 13px 4px 0px 15px;font-size: 14px;}.desktop-search-container .pinned-search-container .search-submit-btn {font-size: 11px;}.desktop-search-container .pinned-search-container input[type=text] {font-size: 11px;width: 65px;}.cp-event-item-teaser__date {text-align: center;}.c-video-modal .modal-dialog .modal-body iframe {height: 350px;}.c-event-details__location span {display: inline-block;}.c-event-details__location span h4 {margin-right: 1em;}.c-event-details__footer {margin-bottom: 5em;}.t-news-section-text-item .share-sidebar__wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-left: auto;margin-right: 10px;}.t-news-section-text-item .share-sidebar .share-sidebar__label {margin-top: 30px;margin-right: 0;display: inline-block;}.t-news-section-text-item .c-social-share-links__links {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}}@media (min-width: 576px) and (max-width: 991px) {.c-hub-tile {height: 320px;}.c-hub-tile img {height: 320px;max-width: none;width: auto;}.c-testimonial-tile .quote-citation {margin: 0;}}@media (min-width: 768px) {.container,.c-alert-message-blade__inner {max-width: 720px;}.col-md {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-md-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}.col-md-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}.col-md-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}.col-md-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-md-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}.col-md-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}.col-md-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-md-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}.col-md-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}.col-md-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-md-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}.col-md-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}.col-md-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.order-md-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}.order-md-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}.order-md-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}.order-md-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}.order-md-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}.order-md-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}.order-md-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}.order-md-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}.order-md-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}.order-md-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}.order-md-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}.order-md-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}.order-md-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}.order-md-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}.order-md-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}.offset-md-0 {margin-left: 0;}.offset-md-1 {margin-left: 8.33333%;}.offset-md-2 {margin-left: 16.66667%;}.offset-md-3 {margin-left: 25%;}.offset-md-4 {margin-left: 33.33333%;}.offset-md-5 {margin-left: 41.66667%;}.offset-md-6 {margin-left: 50%;}.offset-md-7 {margin-left: 58.33333%;}.offset-md-8 {margin-left: 66.66667%;}.offset-md-9 {margin-left: 75%;}.offset-md-10 {margin-left: 83.33333%;}.offset-md-11 {margin-left: 91.66667%;}.navbar-expand-md {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row nowrap;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.navbar-expand-md .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}.navbar-expand-md .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-md .navbar-nav .nav-link {padding-right: 0.5rem;padding-left: 0.5rem;}.navbar-expand-md > .container,.navbar-expand-md > .c-alert-message-blade__inner,.navbar-expand-md > .container-fluid {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-md .navbar-collapse {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-basis: auto;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-md .navbar-toggler {display: none;}.d-md-none {display: none !important;}.d-md-inline {display: inline !important;}.d-md-inline-block {display: inline-block !important;}.d-md-block {display: block !important;}.d-md-table {display: table !important;}.d-md-table-row {display: table-row !important;}.d-md-table-cell {display: table-cell !important;}.d-md-flex {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}.d-md-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}.flex-md-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}.flex-md-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}.flex-md-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}.flex-md-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}.flex-md-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-md-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-md-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-md-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}.flex-md-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}.flex-md-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}.flex-md-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-md-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-md-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}.justify-content-md-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}.justify-content-md-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}.justify-content-md-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}.justify-content-md-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-md-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}.align-items-md-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}.align-items-md-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}.align-items-md-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}.align-items-md-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}.align-content-md-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-md-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-md-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-md-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-md-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-md-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-md-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-md-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-md-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-md-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;align-self: center !important;}.align-self-md-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-md-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;align-self: stretch !important;}.float-md-left {float: left !important;}.float-md-right {float: right !important;}.float-md-none {float: none !important;}.m-md-0 {margin: 0 !important;}.mt-md-0,.my-md-0 {margin-top: 0 !important;}.mr-md-0,.mx-md-0 {margin-right: 0 !important;}.mb-md-0,.my-md-0 {margin-bottom: 0 !important;}.ml-md-0,.mx-md-0 {margin-left: 0 !important;}.m-md-1 {margin: 0.25rem !important;}.mt-md-1,.my-md-1 {margin-top: 0.25rem !important;}.mr-md-1,.mx-md-1 {margin-right: 0.25rem !important;}.mb-md-1,.my-md-1 {margin-bottom: 0.25rem !important;}.ml-md-1,.mx-md-1 {margin-left: 0.25rem !important;}.m-md-2 {margin: 0.5rem !important;}.mt-md-2,.my-md-2 {margin-top: 0.5rem !important;}.mr-md-2,.mx-md-2 {margin-right: 0.5rem !important;}.mb-md-2,.my-md-2 {margin-bottom: 0.5rem !important;}.ml-md-2,.mx-md-2 {margin-left: 0.5rem !important;}.m-md-3 {margin: 1rem !important;}.mt-md-3,.my-md-3 {margin-top: 1rem !important;}.mr-md-3,.mx-md-3 {margin-right: 1rem !important;}.mb-md-3,.my-md-3 {margin-bottom: 1rem !important;}.ml-md-3,.mx-md-3 {margin-left: 1rem !important;}.m-md-4 {margin: 1.5rem !important;}.mt-md-4,.my-md-4 {margin-top: 1.5rem !important;}.mr-md-4,.mx-md-4 {margin-right: 1.5rem !important;}.mb-md-4,.my-md-4 {margin-bottom: 1.5rem !important;}.ml-md-4,.mx-md-4 {margin-left: 1.5rem !important;}.m-md-5 {margin: 3rem !important;}.mt-md-5,.my-md-5 {margin-top: 3rem !important;}.mr-md-5,.mx-md-5 {margin-right: 3rem !important;}.mb-md-5,.my-md-5 {margin-bottom: 3rem !important;}.ml-md-5,.mx-md-5 {margin-left: 3rem !important;}.p-md-0 {padding: 0 !important;}.pt-md-0,.py-md-0 {padding-top: 0 !important;}.pr-md-0,.px-md-0 {padding-right: 0 !important;}.pb-md-0,.py-md-0 {padding-bottom: 0 !important;}.pl-md-0,.px-md-0 {padding-left: 0 !important;}.p-md-1 {padding: 0.25rem !important;}.pt-md-1,.py-md-1 {padding-top: 0.25rem !important;}.pr-md-1,.px-md-1 {padding-right: 0.25rem !important;}.pb-md-1,.py-md-1 {padding-bottom: 0.25rem !important;}.pl-md-1,.px-md-1 {padding-left: 0.25rem !important;}.p-md-2 {padding: 0.5rem !important;}.pt-md-2,.py-md-2 {padding-top: 0.5rem !important;}.pr-md-2,.px-md-2 {padding-right: 0.5rem !important;}.pb-md-2,.py-md-2 {padding-bottom: 0.5rem !important;}.pl-md-2,.px-md-2 {padding-left: 0.5rem !important;}.p-md-3 {padding: 1rem !important;}.pt-md-3,.py-md-3 {padding-top: 1rem !important;}.pr-md-3,.px-md-3 {padding-right: 1rem !important;}.pb-md-3,.py-md-3 {padding-bottom: 1rem !important;}.pl-md-3,.px-md-3 {padding-left: 1rem !important;}.p-md-4 {padding: 1.5rem !important;}.pt-md-4,.py-md-4 {padding-top: 1.5rem !important;}.pr-md-4,.px-md-4 {padding-right: 1.5rem !important;}.pb-md-4,.py-md-4 {padding-bottom: 1.5rem !important;}.pl-md-4,.px-md-4 {padding-left: 1.5rem !important;}.p-md-5 {padding: 3rem !important;}.pt-md-5,.py-md-5 {padding-top: 3rem !important;}.pr-md-5,.px-md-5 {padding-right: 3rem !important;}.pb-md-5,.py-md-5 {padding-bottom: 3rem !important;}.pl-md-5,.px-md-5 {padding-left: 3rem !important;}.m-md-auto {margin: auto !important;}.mt-md-auto,.my-md-auto {margin-top: auto !important;}.mr-md-auto,.mx-md-auto {margin-right: auto !important;}.mb-md-auto,.my-md-auto {margin-bottom: auto !important;}.ml-md-auto,.mx-md-auto {margin-left: auto !important;}.text-md-left {text-align: left !important;}.text-md-right {text-align: right !important;}.text-md-center {text-align: center !important;}nav .menu .navigation .menu__bottom--block > li .sub_menu .submenu__col--divider .menu-items-row {margin-left: -40px;margin-right: -40px;}nav .menu .navigation .menu__bottom--block > li .sub_menu .submenu__col--divider .menu-items-row .sub__menu--inner-col {padding-left: 40px;padding-right: 40px;}nav .menu .navigation .menu__bottom--block > li .sub_menu .submenu__col--divider .menu-item-info {padding-right: 40px;}.cp-social-page-links__links {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}}@media (min-width: 900px) {nav .menu .navigation .menu__bottom--block > li .sub_menu.dropdown-menu {border-bottom: 1px solid #03B8FF;}nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info {margin-bottom: 1rem;}nav .menu .navigation .menu__bottom--block > li .sub_menu .sub__menu--inner-col .submenu-item-info__link--desc {display: block;}.resource__card--block:hover {position: relative;}.resource__card--block:hover:before {content: "";background: #06ecdc;background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);width: 100%;height: 100%;position: absolute;opacity: 1;z-index: -1;top: 0;left: 0;}.resource__card--block:hover:before {-webkit-box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);background-image: -webkit-linear-gradient(313deg, #06ecdc 22%, #2a7de1 70%, #2a7de1);background-image: linear-gradient(137deg, #06ecdc 22%, #2a7de1 70%, #2a7de1);width: 110%;height: 119%;top: -10px;left: -10px;}.resource__card--block:hover .eyebrow__label_dots:before {-webkit-filter: brightness(0%);filter: brightness(0%);}.resource__card--block:hover h4,.resource__card--block:hover p,.resource__card--block:hover .resource__card--desc,.resource__card--block:hover .resource__card--eyebrow {color: #000;-webkit-transition: all .8s ease;transition: all .8s ease;text-decoration: none;}.resource__card--block:hover a {text-decoration: none;}.resource__card--block:hover h4,.resource__card--block:hover p,.resource__card--block:hover .resource__card--desc,.resource__card--block:hover .resource__card--eyebrow,.resource__card--block:hover a {text-decoration: none;}.corsslink__card--block a {margin-top: 40px;margin-bottom: 0px;}.corsslink__card--block:hover h4,.corsslink__card--block:hover p {color: #fff;-webkit-transition: all .8s ease;transition: all .8s ease;text-decoration: none;}.corsslink__card--block:hover a {text-decoration: none;position: relative;height: 100%;}.corsslink__card--block:hover a:before {content: "";background: #06ecdc;background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);width: 100%;height: 100%;position: absolute;opacity: 1;z-index: -1;top: 0;left: 0;}.corsslink__card--block:hover a:before {-webkit-box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);width: -webkit-calc(100% + 20px);width: calc(100% + 20px);height: 100%;top: -10px;left: -10px;opacity: 0.5;z-index: 0;}.publication-cards {margin-top: 40px;}.event__card--block:hover {position: relative;}.event__card--block:hover:before {content: "";background: #06ecdc;background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);width: 100%;height: 100%;position: absolute;opacity: 1;z-index: -1;top: 0;left: 0;}.event__card--block:hover:before {-webkit-box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);box-shadow: 0 2px 6px 0 rgba(55, 55, 55, 0.5);background-image: -webkit-linear-gradient(313deg, #06ecdc 22%, #2a7de1 70%, #2a7de1);background-image: linear-gradient(137deg, #06ecdc 22%, #2a7de1 70%, #2a7de1);width: 103%;height: 117%;top: -10px;left: -10px;}.event__card--block:hover h4,.event__card--block:hover .eyebrow__label,.event__card--block:hover p {color: #000;-webkit-transition: all .8s ease;transition: all .8s ease;}.event__card--block:hover a {color: #000;}.resource__highlight--left {border-bottom: 0;padding: 0;}.features .features_wrapper {min-height: 1010px;}.testimonial .circle_stack--left--block {padding-left: 20px;}.testimonial .testimonial_wrapper .circular__image--cont {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(40px);-ms-transform: translateX(40px);transform: translateX(40px);}.testimonial-left .testimonial_wrapper {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.testimonial-left .testimonial_wrapper .circle_stack--left--block {padding-right: 20px;padding-left: 80px;}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont { /*transform: translateX(-27%);*/}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(24px);*/}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont {-webkit-transform: translateX(-30%);-ms-transform: translateX(-30%);transform: translateX(-30%);}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(24%);-ms-transform: translateX(24%);transform: translateX(24%);}.testimonial-right .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(-30%);-ms-transform: translateX(-30%);transform: translateX(-30%);width: 50%;}.simple-storytelling .circle_stack--left--block {padding-left: 20px;}.simple-storytelling-left .simple-storytelling_wrapper {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;}.simple-storytelling-left .simple-storytelling_wrapper .circle_stack--left--block {padding-right: 20px;padding-left: 80px;}.simple-storytelling-left .simple-storytelling_wrapper .circular__image--cont .circle__small-image-cont { /*transform: translateX(-27%);*/}.simple-storytelling-left .simple-storytelling_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(24px);*/}nav .menu .navigation .menu_link > li .sub_menu {margin-left: 0 !important;margin-right: 0 !important;width: auto;border-top: 1px solid #282828 !important;}nav .menu .navigation .menu_link > li .sub_menu .menu-item-links ul.width-50-item {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}nav .logo {z-index: 100;}}@media (min-width: 900px) and (max-width: 1023px) {.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont { /*transform: translateX(-38%);*/}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(34%) !important;*/width: 50%;}.simple-storytelling-left .simple-storytelling_wrapper .circular__image--cont .circle__small-image-cont { /*transform: translateX(-38%);*/}.simple-storytelling-left .simple-storytelling_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(34%) !important;*/}}@media (min-width: 900px) and (max-width: 1200px) {.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(24%);*/}.simple-storytelling-left .simple-storytelling_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content { /*transform: translateX(24%);*/}}@media (min-width: 992px) {.container,.c-alert-message-blade__inner {max-width: 960px;}.col-lg {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-lg-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}.col-lg-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}.col-lg-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}.col-lg-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-lg-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}.col-lg-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}.col-lg-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-lg-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}.col-lg-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}.col-lg-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-lg-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}.col-lg-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}.col-lg-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.order-lg-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}.order-lg-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}.order-lg-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}.order-lg-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}.order-lg-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}.order-lg-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}.order-lg-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}.order-lg-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}.order-lg-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}.order-lg-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}.order-lg-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}.order-lg-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}.order-lg-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}.order-lg-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}.order-lg-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}.offset-lg-0 {margin-left: 0;}.offset-lg-1 {margin-left: 8.33333%;}.offset-lg-2 {margin-left: 16.66667%;}.offset-lg-3 {margin-left: 25%;}.offset-lg-4 {margin-left: 33.33333%;}.offset-lg-5 {margin-left: 41.66667%;}.offset-lg-6 {margin-left: 50%;}.offset-lg-7 {margin-left: 58.33333%;}.offset-lg-8 {margin-left: 66.66667%;}.offset-lg-9 {margin-left: 75%;}.offset-lg-10 {margin-left: 83.33333%;}.offset-lg-11 {margin-left: 91.66667%;}.navbar-expand-lg {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row nowrap;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.navbar-expand-lg .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}.navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-lg .navbar-nav .nav-link {padding-right: 0.5rem;padding-left: 0.5rem;}.navbar-expand-lg > .container,.navbar-expand-lg > .c-alert-message-blade__inner,.navbar-expand-lg > .container-fluid {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-lg .navbar-collapse {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-basis: auto;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-lg .navbar-toggler {display: none;}.modal-lg {max-width: 800px;}.d-lg-none {display: none !important;}.d-lg-inline {display: inline !important;}.d-lg-inline-block {display: inline-block !important;}.d-lg-block {display: block !important;}.d-lg-table {display: table !important;}.d-lg-table-row {display: table-row !important;}.d-lg-table-cell {display: table-cell !important;}.d-lg-flex {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}.d-lg-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}.flex-lg-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}.flex-lg-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}.flex-lg-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}.flex-lg-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}.flex-lg-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-lg-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-lg-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-lg-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}.flex-lg-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}.flex-lg-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}.flex-lg-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-lg-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-lg-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}.justify-content-lg-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}.justify-content-lg-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}.justify-content-lg-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}.justify-content-lg-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-lg-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}.align-items-lg-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}.align-items-lg-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}.align-items-lg-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}.align-items-lg-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}.align-content-lg-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-lg-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-lg-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-lg-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-lg-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-lg-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-lg-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-lg-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-lg-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-lg-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;align-self: center !important;}.align-self-lg-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-lg-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;align-self: stretch !important;}.float-lg-left {float: left !important;}.float-lg-right {float: right !important;}.float-lg-none {float: none !important;}.m-lg-0 {margin: 0 !important;}.mt-lg-0,.my-lg-0 {margin-top: 0 !important;}.mr-lg-0,.mx-lg-0 {margin-right: 0 !important;}.mb-lg-0,.my-lg-0 {margin-bottom: 0 !important;}.ml-lg-0,.mx-lg-0 {margin-left: 0 !important;}.m-lg-1 {margin: 0.25rem !important;}.mt-lg-1,.my-lg-1 {margin-top: 0.25rem !important;}.mr-lg-1,.mx-lg-1 {margin-right: 0.25rem !important;}.mb-lg-1,.my-lg-1 {margin-bottom: 0.25rem !important;}.ml-lg-1,.mx-lg-1 {margin-left: 0.25rem !important;}.m-lg-2 {margin: 0.5rem !important;}.mt-lg-2,.my-lg-2 {margin-top: 0.5rem !important;}.mr-lg-2,.mx-lg-2 {margin-right: 0.5rem !important;}.mb-lg-2,.my-lg-2 {margin-bottom: 0.5rem !important;}.ml-lg-2,.mx-lg-2 {margin-left: 0.5rem !important;}.m-lg-3 {margin: 1rem !important;}.mt-lg-3,.my-lg-3 {margin-top: 1rem !important;}.mr-lg-3,.mx-lg-3 {margin-right: 1rem !important;}.mb-lg-3,.my-lg-3 {margin-bottom: 1rem !important;}.ml-lg-3,.mx-lg-3 {margin-left: 1rem !important;}.m-lg-4 {margin: 1.5rem !important;}.mt-lg-4,.my-lg-4 {margin-top: 1.5rem !important;}.mr-lg-4,.mx-lg-4 {margin-right: 1.5rem !important;}.mb-lg-4,.my-lg-4 {margin-bottom: 1.5rem !important;}.ml-lg-4,.mx-lg-4 {margin-left: 1.5rem !important;}.m-lg-5 {margin: 3rem !important;}.mt-lg-5,.my-lg-5 {margin-top: 3rem !important;}.mr-lg-5,.mx-lg-5 {margin-right: 3rem !important;}.mb-lg-5,.my-lg-5 {margin-bottom: 3rem !important;}.ml-lg-5,.mx-lg-5 {margin-left: 3rem !important;}.p-lg-0 {padding: 0 !important;}.pt-lg-0,.py-lg-0 {padding-top: 0 !important;}.pr-lg-0,.px-lg-0 {padding-right: 0 !important;}.pb-lg-0,.py-lg-0 {padding-bottom: 0 !important;}.pl-lg-0,.px-lg-0 {padding-left: 0 !important;}.p-lg-1 {padding: 0.25rem !important;}.pt-lg-1,.py-lg-1 {padding-top: 0.25rem !important;}.pr-lg-1,.px-lg-1 {padding-right: 0.25rem !important;}.pb-lg-1,.py-lg-1 {padding-bottom: 0.25rem !important;}.pl-lg-1,.px-lg-1 {padding-left: 0.25rem !important;}.p-lg-2 {padding: 0.5rem !important;}.pt-lg-2,.py-lg-2 {padding-top: 0.5rem !important;}.pr-lg-2,.px-lg-2 {padding-right: 0.5rem !important;}.pb-lg-2,.py-lg-2 {padding-bottom: 0.5rem !important;}.pl-lg-2,.px-lg-2 {padding-left: 0.5rem !important;}.p-lg-3 {padding: 1rem !important;}.pt-lg-3,.py-lg-3 {padding-top: 1rem !important;}.pr-lg-3,.px-lg-3 {padding-right: 1rem !important;}.pb-lg-3,.py-lg-3 {padding-bottom: 1rem !important;}.pl-lg-3,.px-lg-3 {padding-left: 1rem !important;}.p-lg-4 {padding: 1.5rem !important;}.pt-lg-4,.py-lg-4 {padding-top: 1.5rem !important;}.pr-lg-4,.px-lg-4 {padding-right: 1.5rem !important;}.pb-lg-4,.py-lg-4 {padding-bottom: 1.5rem !important;}.pl-lg-4,.px-lg-4 {padding-left: 1.5rem !important;}.p-lg-5 {padding: 3rem !important;}.pt-lg-5,.py-lg-5 {padding-top: 3rem !important;}.pr-lg-5,.px-lg-5 {padding-right: 3rem !important;}.pb-lg-5,.py-lg-5 {padding-bottom: 3rem !important;}.pl-lg-5,.px-lg-5 {padding-left: 3rem !important;}.m-lg-auto {margin: auto !important;}.mt-lg-auto,.my-lg-auto {margin-top: auto !important;}.mr-lg-auto,.mx-lg-auto {margin-right: auto !important;}.mb-lg-auto,.my-lg-auto {margin-bottom: auto !important;}.ml-lg-auto,.mx-lg-auto {margin-left: auto !important;}.text-lg-left {text-align: left !important;}.text-lg-right {text-align: right !important;}.text-lg-center {text-align: center !important;}h1,.heading_h1,.h_text__xlarge {font-size: 81px;}p {font-size: 18px;}.headline-big {font-size: 54px !important;}.headline-medium {font-size: 46px !important;}.headline-small {font-size: 36px !important;}.Big-CTA,.Primary-CTA {font-size: 22px !important;}.Big-CTA i,.Primary-CTA i {width: 48px;height: 48px;margin-left: 25px;font-size: 32px;padding-left: 3px;}.publication--block .resource__card--block {min-height: 300px;margin-top: 40px;margin-bottom: 40px;padding-bottom: 10px !important;}.resource__highlight--cont li {padding: 25px 20px;}.resource__highlight--cont li:before {content: "";background: #06ecdc;background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);width: 100%;height: 100%;position: absolute;opacity: 0;z-index: 0;top: 0;left: 0;-webkit-transition: all .5s ease;transition: all .5s ease;}.resource__highlight--cont li:hover:before {opacity: 0.5;}.resource__highlight--cont li:hover h4 {color: #fff;}.resource__highlight--left .__spacer {margin-bottom: 0;}.resource__highlight--left a {padding: 25px 20px;}.resource__highlight--left a:before {content: "";background: #06ecdc;background: -webkit-linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: -webkit-linear-gradient(343deg, #06ecdc, #03b8ff 52%, #2a7de1);background-image: linear-gradient(107deg, #06ecdc, #03b8ff 52%, #2a7de1);width: 100%;height: 100%;position: absolute;opacity: 0;z-index: 0;top: 0;left: 0;-webkit-transition: all .5s ease;transition: all .5s ease;}.resource__highlight--left a:hover:before {opacity: 0.5;}.resource__highlight--left a:hover h4 {color: #fff;}.resource__highlight--image {margin-bottom: 60px;}.resource__highlight--right .cta__link {margin-left: 20px;}.launch__overview--usps .lo__usp--block {width: -webkit-calc(25% - 20px);width: calc(25% - 20px);margin-bottom: 0;padding-left: 0;}.circular__image--cont {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);}.cta-text-component .padding-40px {padding-left: 20px;padding-right: 20px;}.cta-text-component .padding-70px {padding-left: 40px;padding-right: 40px;}.cta-text-component .padding-100px {padding-left: 70px;padding-right: 70px;}.cta-text-component .padding-200px {padding-left: 100px;padding-right: 100px;}.l1-marquee {padding-top: 75px;}.l1-marquee .marquee-links {margin-left: auto;}.l1-marquee .marquee-body {max-width: 480px;width: 50%;}.l1-marquee .marquee-links a {padding-bottom: 15px;padding-top: 15px;}.l2-marquee .marquee-title h1,.l2-marquee-alt .marquee-title h1 {font-size: 54px;}.footer-logo--cont {margin-bottom: 0px;}.content_body p {font-size: 18px;}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont { /*transform: translateX(0);*/}.str__pullquote--cont .circular__image--cont {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);}.use-case-intro h1 {font-size: 55px;}.use-case-intro .intro {padding-right: 30px;}.use-case-intro .description {padding-left: 30px;}.search__filter--cont {margin-bottom: 60px;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}.search__filter--cont .sf__left--block {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;margin-bottom: 0;margin-right: 10px;padding-left: 0;}.search__filter--cont .full-cta-container { /*justify-content: flex-start;*/}.search__filter--cont .full-cta-container .page-selector-links {width: auto;margin: 0 0 0 20px;}.umbraco-forms-form {max-width: 820px;}.umbraco-forms-form .row-fluid {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;}.umbraco-forms-form .row-fluid .moreinfo {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;height: 100%;}.umbraco-forms-form .row-fluid .moreinfo .umbraco-forms-field-wrapper {height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.c-background-hero-blade__wrapper .text-position--left {float: left;width: 50%;padding-left: 16px;padding-right: 16px;-webkit-box-sizing: border-box;box-sizing: border-box;}.c-background-hero-blade__wrapper .text-position--left h2:before {margin: 0 0 10px auto;}.c-background-hero-blade__wrapper .text-position--right {float: right;width: 50%;padding-left: 16px;padding-right: 16px;-webkit-box-sizing: border-box;box-sizing: border-box;left: auto !important;}.c-background-hero-blade__wrapper .text-position--right h2:before {margin: 0 auto 10px 0;}.c-testimonial-tile {margin-bottom: 0;}.c-testimonial-tile blockquote p:after {vertical-align: -10px;}nav .right_btn .right_arrow i {padding: 0 0 0 2px;}.c-navigation__top-nav {height: 89px;}.c-navigation__main-nav__item__flyout__links {padding: 30px 40px 30px 50px;}.desktop-search-container .pinned-search-container .search-submit-btn {font-size: 14px;}.desktop-search-container .pinned-search-container input[type=text] {font-size: 14px;width: 100px;}.c-footer__newsletter-wrapper {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.c-footer__newsletter {text-align: center;padding-top: 0;}.c-alert-message-blade {height: 50px;}.c-alert-message-blade__inner p {font-size: 20px;line-height: 20px;}.c-alert-message-blade__inner a {font-size: 20px;}.c-video-modal .modal-dialog .modal-body iframe {height: 600px;}.t-glg-news-section-list {margin-bottom: 100px;}.t-glg-news-section-list .newsroom-h2 {margin-bottom: 40px;}.t-glg-news-section-list__items .cp-news-item-teaser {padding-top: 30px;padding-bottom: 30px;}.t-glg-news-section-list__items .cp-news-item-teaser {padding-right: 100px;}.t-glg-news-section-list .news-nav {padding-right: 100px;margin: 0 0 0 20px;}.t-news-section-text-item .article-body p.italic-indent {padding-left: 40px;padding-right: 40px;}.t-news-section-text-item .c-social-share-links__links a {margin: 30px 0 0 0;}}@media (min-width: 1024px) {.testimonial-right .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {width: 425px;-webkit-transform: translateX(-15%);-ms-transform: translateX(-15%);transform: translateX(-15%);}}@media (min-width: 1200px) {.container,.c-alert-message-blade__inner {max-width: 1140px;}.col-xl {-webkit-flex-basis: 0;-ms-flex-preferred-size: 0;flex-basis: 0;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}.col-xl-auto {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}.col-xl-1 {-webkit-box-flex: 0;-webkit-flex: 0 0 8.33333%;-ms-flex: 0 0 8.33333%;flex: 0 0 8.33333%;max-width: 8.33333%;}.col-xl-2 {-webkit-box-flex: 0;-webkit-flex: 0 0 16.66667%;-ms-flex: 0 0 16.66667%;flex: 0 0 16.66667%;max-width: 16.66667%;}.col-xl-3 {-webkit-box-flex: 0;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}.col-xl-4 {-webkit-box-flex: 0;-webkit-flex: 0 0 33.33333%;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}.col-xl-5 {-webkit-box-flex: 0;-webkit-flex: 0 0 41.66667%;-ms-flex: 0 0 41.66667%;flex: 0 0 41.66667%;max-width: 41.66667%;}.col-xl-6 {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}.col-xl-7 {-webkit-box-flex: 0;-webkit-flex: 0 0 58.33333%;-ms-flex: 0 0 58.33333%;flex: 0 0 58.33333%;max-width: 58.33333%;}.col-xl-8 {-webkit-box-flex: 0;-webkit-flex: 0 0 66.66667%;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%;max-width: 66.66667%;}.col-xl-9 {-webkit-box-flex: 0;-webkit-flex: 0 0 75%;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}.col-xl-10 {-webkit-box-flex: 0;-webkit-flex: 0 0 83.33333%;-ms-flex: 0 0 83.33333%;flex: 0 0 83.33333%;max-width: 83.33333%;}.col-xl-11 {-webkit-box-flex: 0;-webkit-flex: 0 0 91.66667%;-ms-flex: 0 0 91.66667%;flex: 0 0 91.66667%;max-width: 91.66667%;}.col-xl-12 {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.order-xl-first {-webkit-box-ordinal-group: 0;-webkit-order: -1;-ms-flex-order: -1;order: -1;}.order-xl-last {-webkit-box-ordinal-group: 14;-webkit-order: 13;-ms-flex-order: 13;order: 13;}.order-xl-0 {-webkit-box-ordinal-group: 1;-webkit-order: 0;-ms-flex-order: 0;order: 0;}.order-xl-1 {-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;}.order-xl-2 {-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;}.order-xl-3 {-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;}.order-xl-4 {-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;}.order-xl-5 {-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;}.order-xl-6 {-webkit-box-ordinal-group: 7;-webkit-order: 6;-ms-flex-order: 6;order: 6;}.order-xl-7 {-webkit-box-ordinal-group: 8;-webkit-order: 7;-ms-flex-order: 7;order: 7;}.order-xl-8 {-webkit-box-ordinal-group: 9;-webkit-order: 8;-ms-flex-order: 8;order: 8;}.order-xl-9 {-webkit-box-ordinal-group: 10;-webkit-order: 9;-ms-flex-order: 9;order: 9;}.order-xl-10 {-webkit-box-ordinal-group: 11;-webkit-order: 10;-ms-flex-order: 10;order: 10;}.order-xl-11 {-webkit-box-ordinal-group: 12;-webkit-order: 11;-ms-flex-order: 11;order: 11;}.order-xl-12 {-webkit-box-ordinal-group: 13;-webkit-order: 12;-ms-flex-order: 12;order: 12;}.offset-xl-0 {margin-left: 0;}.offset-xl-1 {margin-left: 8.33333%;}.offset-xl-2 {margin-left: 16.66667%;}.offset-xl-3 {margin-left: 25%;}.offset-xl-4 {margin-left: 33.33333%;}.offset-xl-5 {margin-left: 41.66667%;}.offset-xl-6 {margin-left: 50%;}.offset-xl-7 {margin-left: 58.33333%;}.offset-xl-8 {margin-left: 66.66667%;}.offset-xl-9 {margin-left: 75%;}.offset-xl-10 {margin-left: 83.33333%;}.offset-xl-11 {margin-left: 91.66667%;}.navbar-expand-xl {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-flow: row nowrap;-ms-flex-flow: row nowrap;flex-flow: row nowrap;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.navbar-expand-xl .navbar-nav {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;}.navbar-expand-xl .navbar-nav .dropdown-menu {position: absolute;}.navbar-expand-xl .navbar-nav .nav-link {padding-right: 0.5rem;padding-left: 0.5rem;}.navbar-expand-xl > .container,.navbar-expand-xl > .c-alert-message-blade__inner,.navbar-expand-xl > .container-fluid {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.navbar-expand-xl .navbar-collapse {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-basis: auto;-ms-flex-preferred-size: auto;flex-basis: auto;}.navbar-expand-xl .navbar-toggler {display: none;}.d-xl-none {display: none !important;}.d-xl-inline {display: inline !important;}.d-xl-inline-block {display: inline-block !important;}.d-xl-block {display: block !important;}.d-xl-table {display: table !important;}.d-xl-table-row {display: table-row !important;}.d-xl-table-cell {display: table-cell !important;}.d-xl-flex {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}.d-xl-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}.flex-xl-row {-webkit-box-orient: horizontal !important;-webkit-box-direction: normal !important;-webkit-flex-direction: row !important;-ms-flex-direction: row !important;flex-direction: row !important;}.flex-xl-column {-webkit-box-orient: vertical !important;-webkit-box-direction: normal !important;-webkit-flex-direction: column !important;-ms-flex-direction: column !important;flex-direction: column !important;}.flex-xl-row-reverse {-webkit-box-orient: horizontal !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: row-reverse !important;-ms-flex-direction: row-reverse !important;flex-direction: row-reverse !important;}.flex-xl-column-reverse {-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}.flex-xl-wrap {-webkit-flex-wrap: wrap !important;-ms-flex-wrap: wrap !important;flex-wrap: wrap !important;}.flex-xl-nowrap {-webkit-flex-wrap: nowrap !important;-ms-flex-wrap: nowrap !important;flex-wrap: nowrap !important;}.flex-xl-wrap-reverse {-webkit-flex-wrap: wrap-reverse !important;-ms-flex-wrap: wrap-reverse !important;flex-wrap: wrap-reverse !important;}.flex-xl-fill {-webkit-box-flex: 1 !important;-webkit-flex: 1 1 auto !important;-ms-flex: 1 1 auto !important;flex: 1 1 auto !important;}.flex-xl-grow-0 {-webkit-box-flex: 0 !important;-webkit-flex-grow: 0 !important;-ms-flex-positive: 0 !important;flex-grow: 0 !important;}.flex-xl-grow-1 {-webkit-box-flex: 1 !important;-webkit-flex-grow: 1 !important;-ms-flex-positive: 1 !important;flex-grow: 1 !important;}.flex-xl-shrink-0 {-webkit-flex-shrink: 0 !important;-ms-flex-negative: 0 !important;flex-shrink: 0 !important;}.flex-xl-shrink-1 {-webkit-flex-shrink: 1 !important;-ms-flex-negative: 1 !important;flex-shrink: 1 !important;}.justify-content-xl-start {-webkit-box-pack: start !important;-webkit-justify-content: flex-start !important;-ms-flex-pack: start !important;justify-content: flex-start !important;}.justify-content-xl-end {-webkit-box-pack: end !important;-webkit-justify-content: flex-end !important;-ms-flex-pack: end !important;justify-content: flex-end !important;}.justify-content-xl-center {-webkit-box-pack: center !important;-webkit-justify-content: center !important;-ms-flex-pack: center !important;justify-content: center !important;}.justify-content-xl-between {-webkit-box-pack: justify !important;-webkit-justify-content: space-between !important;-ms-flex-pack: justify !important;justify-content: space-between !important;}.justify-content-xl-around {-webkit-justify-content: space-around !important;-ms-flex-pack: distribute !important;justify-content: space-around !important;}.align-items-xl-start {-webkit-box-align: start !important;-webkit-align-items: flex-start !important;-ms-flex-align: start !important;align-items: flex-start !important;}.align-items-xl-end {-webkit-box-align: end !important;-webkit-align-items: flex-end !important;-ms-flex-align: end !important;align-items: flex-end !important;}.align-items-xl-center {-webkit-box-align: center !important;-webkit-align-items: center !important;-ms-flex-align: center !important;align-items: center !important;}.align-items-xl-baseline {-webkit-box-align: baseline !important;-webkit-align-items: baseline !important;-ms-flex-align: baseline !important;align-items: baseline !important;}.align-items-xl-stretch {-webkit-box-align: stretch !important;-webkit-align-items: stretch !important;-ms-flex-align: stretch !important;align-items: stretch !important;}.align-content-xl-start {-webkit-align-content: flex-start !important;-ms-flex-line-pack: start !important;align-content: flex-start !important;}.align-content-xl-end {-webkit-align-content: flex-end !important;-ms-flex-line-pack: end !important;align-content: flex-end !important;}.align-content-xl-center {-webkit-align-content: center !important;-ms-flex-line-pack: center !important;align-content: center !important;}.align-content-xl-between {-webkit-align-content: space-between !important;-ms-flex-line-pack: justify !important;align-content: space-between !important;}.align-content-xl-around {-webkit-align-content: space-around !important;-ms-flex-line-pack: distribute !important;align-content: space-around !important;}.align-content-xl-stretch {-webkit-align-content: stretch !important;-ms-flex-line-pack: stretch !important;align-content: stretch !important;}.align-self-xl-auto {-webkit-align-self: auto !important;-ms-flex-item-align: auto !important;align-self: auto !important;}.align-self-xl-start {-webkit-align-self: flex-start !important;-ms-flex-item-align: start !important;align-self: flex-start !important;}.align-self-xl-end {-webkit-align-self: flex-end !important;-ms-flex-item-align: end !important;align-self: flex-end !important;}.align-self-xl-center {-webkit-align-self: center !important;-ms-flex-item-align: center !important;align-self: center !important;}.align-self-xl-baseline {-webkit-align-self: baseline !important;-ms-flex-item-align: baseline !important;align-self: baseline !important;}.align-self-xl-stretch {-webkit-align-self: stretch !important;-ms-flex-item-align: stretch !important;align-self: stretch !important;}.float-xl-left {float: left !important;}.float-xl-right {float: right !important;}.float-xl-none {float: none !important;}.m-xl-0 {margin: 0 !important;}.mt-xl-0,.my-xl-0 {margin-top: 0 !important;}.mr-xl-0,.mx-xl-0 {margin-right: 0 !important;}.mb-xl-0,.my-xl-0 {margin-bottom: 0 !important;}.ml-xl-0,.mx-xl-0 {margin-left: 0 !important;}.m-xl-1 {margin: 0.25rem !important;}.mt-xl-1,.my-xl-1 {margin-top: 0.25rem !important;}.mr-xl-1,.mx-xl-1 {margin-right: 0.25rem !important;}.mb-xl-1,.my-xl-1 {margin-bottom: 0.25rem !important;}.ml-xl-1,.mx-xl-1 {margin-left: 0.25rem !important;}.m-xl-2 {margin: 0.5rem !important;}.mt-xl-2,.my-xl-2 {margin-top: 0.5rem !important;}.mr-xl-2,.mx-xl-2 {margin-right: 0.5rem !important;}.mb-xl-2,.my-xl-2 {margin-bottom: 0.5rem !important;}.ml-xl-2,.mx-xl-2 {margin-left: 0.5rem !important;}.m-xl-3 {margin: 1rem !important;}.mt-xl-3,.my-xl-3 {margin-top: 1rem !important;}.mr-xl-3,.mx-xl-3 {margin-right: 1rem !important;}.mb-xl-3,.my-xl-3 {margin-bottom: 1rem !important;}.ml-xl-3,.mx-xl-3 {margin-left: 1rem !important;}.m-xl-4 {margin: 1.5rem !important;}.mt-xl-4,.my-xl-4 {margin-top: 1.5rem !important;}.mr-xl-4,.mx-xl-4 {margin-right: 1.5rem !important;}.mb-xl-4,.my-xl-4 {margin-bottom: 1.5rem !important;}.ml-xl-4,.mx-xl-4 {margin-left: 1.5rem !important;}.m-xl-5 {margin: 3rem !important;}.mt-xl-5,.my-xl-5 {margin-top: 3rem !important;}.mr-xl-5,.mx-xl-5 {margin-right: 3rem !important;}.mb-xl-5,.my-xl-5 {margin-bottom: 3rem !important;}.ml-xl-5,.mx-xl-5 {margin-left: 3rem !important;}.p-xl-0 {padding: 0 !important;}.pt-xl-0,.py-xl-0 {padding-top: 0 !important;}.pr-xl-0,.px-xl-0 {padding-right: 0 !important;}.pb-xl-0,.py-xl-0 {padding-bottom: 0 !important;}.pl-xl-0,.px-xl-0 {padding-left: 0 !important;}.p-xl-1 {padding: 0.25rem !important;}.pt-xl-1,.py-xl-1 {padding-top: 0.25rem !important;}.pr-xl-1,.px-xl-1 {padding-right: 0.25rem !important;}.pb-xl-1,.py-xl-1 {padding-bottom: 0.25rem !important;}.pl-xl-1,.px-xl-1 {padding-left: 0.25rem !important;}.p-xl-2 {padding: 0.5rem !important;}.pt-xl-2,.py-xl-2 {padding-top: 0.5rem !important;}.pr-xl-2,.px-xl-2 {padding-right: 0.5rem !important;}.pb-xl-2,.py-xl-2 {padding-bottom: 0.5rem !important;}.pl-xl-2,.px-xl-2 {padding-left: 0.5rem !important;}.p-xl-3 {padding: 1rem !important;}.pt-xl-3,.py-xl-3 {padding-top: 1rem !important;}.pr-xl-3,.px-xl-3 {padding-right: 1rem !important;}.pb-xl-3,.py-xl-3 {padding-bottom: 1rem !important;}.pl-xl-3,.px-xl-3 {padding-left: 1rem !important;}.p-xl-4 {padding: 1.5rem !important;}.pt-xl-4,.py-xl-4 {padding-top: 1.5rem !important;}.pr-xl-4,.px-xl-4 {padding-right: 1.5rem !important;}.pb-xl-4,.py-xl-4 {padding-bottom: 1.5rem !important;}.pl-xl-4,.px-xl-4 {padding-left: 1.5rem !important;}.p-xl-5 {padding: 3rem !important;}.pt-xl-5,.py-xl-5 {padding-top: 3rem !important;}.pr-xl-5,.px-xl-5 {padding-right: 3rem !important;}.pb-xl-5,.py-xl-5 {padding-bottom: 3rem !important;}.pl-xl-5,.px-xl-5 {padding-left: 3rem !important;}.m-xl-auto {margin: auto !important;}.mt-xl-auto,.my-xl-auto {margin-top: auto !important;}.mr-xl-auto,.mx-xl-auto {margin-right: auto !important;}.mb-xl-auto,.my-xl-auto {margin-bottom: auto !important;}.ml-xl-auto,.mx-xl-auto {margin-left: auto !important;}.text-xl-left {text-align: left !important;}.text-xl-right {text-align: right !important;}.text-xl-center {text-align: center !important;}.light-bg-tiles .resource__card--desc.h_text__small {font-size: 24px;}.cta-text-component .padding-40px {padding-left: 40px;padding-right: 40px;}.cta-text-component .padding-70px {padding-left: 70px;padding-right: 70px;}.cta-text-component .padding-100px {padding-left: 100px;padding-right: 100px;}.cta-text-component .padding-200px {padding-left: 200px;padding-right: 200px;}.testimonial .circle_stack--left--block {padding-left: 0px;}.testimonial .testimonial_wrapper .testimonial_text h2 {font-size: 54px;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h3,.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h4 {font-size: 24px;}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont {-webkit-transform: translateX(-15%);-ms-transform: translateX(-15%);transform: translateX(-15%);}.testimonial-left .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(4%);-ms-transform: translateX(4%);transform: translateX(4%);}.testimonial-right .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.simple-storytelling .circle_stack--left--block {padding-left: 0px;}.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text h2 {font-size: 54px;}.use-case-intro h1 {font-size: 69px;}.container,.c-alert-message-blade__inner {max-width: 1268px;}.t-news-section-text-item__marquee {min-height: 420px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;padding: 60px 0;}.t-news-section-text-item__marquee h1 {font-size: 54px;}.t-news-section-text-item__article {padding-top: 60px;margin-bottom: 120px;}.t-news-section-text-item .article-indent {padding: 0 80px;}.t-news-section-text-item .hero-image__caption {width: 83.33333%;}.t-news-section-text-item .article-body,.t-news-section-text-item .article-footer {padding-right: 30px;margin-bottom: 160px;}.t-news-section-text-item .article-body {padding-top: 60px;}.t-news-section-text-item .article-body p,.t-news-section-text-item .article-body ul,.t-news-section-text-item .article-body ol {margin: 0 0 25px;}.t-news-section-text-item .article-body p.large {font-size: 24px;line-height: 34px;}.t-news-section-text-item .article-footer .footnote {padding-top: 30px;}.t-news-section-text-item .share-sidebar__wrapper {margin-right: 20px;}.t-news-section-text-item .share-sidebar .share-sidebar__label {margin-top: 60px;font-size: 18px;}}@media (max-width: 1200px) and (min-width: 992px) {.dwave__menu > .container .menu__main--block > .navigation,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation {padding-right: 20px;}}@media (min-width: 1400px) {.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h3,.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h4 {font-size: 26px;}}@media (max-width: 1200px) {nav .menu.menu__main--block .right_btn .right_arrow a {padding: 0px 10px 10px 10px;width: 160px;}.dwave__menu > .container,.dwave__menu > .c-alert-message-blade__inner {max-width: 100%;}.dwave__menu > .container .menu__main--block,.dwave__menu > .c-alert-message-blade__inner .menu__main--block {width: 100%;}.dwave__menu > .container .menu__main--block > .navigation,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation {padding-left: 0px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;}.dwave__menu > .container .menu__main--block > .navigation .menu__bottom--block,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation .menu__bottom--block {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;}.dwave__menu > .container .menu__main--block > .navigation .menu__bottom--block .sub__menu--inner-col,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation .menu__bottom--block .sub__menu--inner-col {padding-right: 35px;}.dwave__menu > .container .menu__main--block > .right_btn,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .right_btn {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;align-items: flex-end;padding: 0;width: 22%;}.dwave__menu > .container .menu__main--block .menu__bottom--block .sub_menu .container,.dwave__menu > .c-alert-message-blade__inner .menu__main--block .menu__bottom--block .sub_menu .container,.dwave__menu > .container .menu__main--block .menu__bottom--block .sub_menu .c-alert-message-blade__inner,.dwave__menu > .c-alert-message-blade__inner .menu__main--block .menu__bottom--block .sub_menu .c-alert-message-blade__inner {max-width: 100%;}.dwave__menu .collapse:not(.show) {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.outer__factoid--cont {padding: 0 10px;}.c-image-marquee .content_center {width: 100%;padding: 0 10px;}.story_telling--l_block {padding-right: 20px;}.storytelling-image-blade--image-left .story_telling--l_block,.storytelling-image-blade--image-right .story_telling--l_block {padding-left: 40px;padding-right: 20px;}.storytelling-image-blade--image-right .story_telling--l_block {padding-left: 10px;}.content_grid .content_grid_wrapper .content_grid_wrapper_text {padding: 0 20px;max-width: 100%;}.features .features_wrapper {padding-left: 10px;padding-right: 10px;}.features .features_wrapper .features_text {padding-right: 32px;}.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container img {padding-right: 15px;}.simple-storytelling.simple-storytelling-left .simple-story-image-container img {padding-left: 15px;}.search__filter--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.search__filter--cont .sf__left--block {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;margin-bottom: 20px;padding-left: 0;}.search__filter--cont .full-cta-container {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.search__filter--cont .full-cta-container .page-selector-links {text-align: left;}.search__filter--cont .full-cta-container .page-selector-links:first-of-type {margin-left: 0;text-align: left;}}@media (max-width: 1199.98px) {.table-responsive-xl {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}.table-responsive-xl > .table-bordered {border: 0;}.navbar-expand-xl > .container,.navbar-expand-xl > .c-alert-message-blade__inner,.navbar-expand-xl > .container-fluid {padding-right: 0;padding-left: 0;}}@media (max-width: 1023px) {.custom-form-glg {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.custom-form-glg .form-group {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.custom-form-glg .form-item {-webkit-box-flex: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;max-width: 49%;padding: 0;}.card__first-col-hide {display: none;}}@media (max-width: 992px) {.c-alert-message-blade__inner {width: 100%;}}@media (max-width: 991.98px) {.table-responsive-lg {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}.table-responsive-lg > .table-bordered {border: 0;}.navbar-expand-lg > .container,.navbar-expand-lg > .c-alert-message-blade__inner,.navbar-expand-lg > .container-fluid {padding-right: 0;padding-left: 0;}}@media (max-width: 991px) {.dwave__menu .logo {padding-left: 10px;}.container,.c-alert-message-blade__inner {max-width: 100%;}}@media (max-width: 900px) {nav .menu.menu__main--block .right_btn .right_arrow a {padding: 0;}nav .menu.menu__main--block .right_btn .right_arrow a span {vertical-align: text-bottom;display: inline-block;}.dwave__menu > .container,.dwave__menu > .c-alert-message-blade__inner {padding-right: 15px;padding-left: 15px;}.dwave__menu .logo {padding-left: 0;}.dwave__menu .dwave__menu--toggler {display: block;}.dwave__menu .collapse:not(.show) {display: none;}.dwave__menu > .container .menu__main--block > .navigation .menu__bottom--block li,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation .menu__bottom--block li,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation .menu__bottom--block li {text-align: left;margin-left: 0;}.dwave__menu > .container .menu__main--block > .right_btn,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .right_btn {padding: 20px 0px 20px 0px;width: 100%;}.dwave__menu > .container .menu__main--block > .navigation .menu__bottom--block .sub__menu--inner-col h4,.dwave__menu > .c-alert-message-blade__inner .menu__main--block > .navigation .menu__bottom--block .sub__menu--inner-col h4 {text-align: left;}.dwave__menu {padding: 10px 0 0;}.dwave__menu > .container,.dwave__menu > .c-alert-message-blade__inner {max-width: 100%;}.dwave__menu:before {right: 0;width: 100%;}.dwave__menu .navbar-brand img {width: 110px;}.dwave__menu .navbar-toggler {position: absolute;right: 20px;top: 20px;z-index: 1;height: 19px;}.dwave__menu button:focus {outline: none;}.dwave__menu .menu__mobile--container {position: relative;width: 100%;background: black;z-index: 99;top: 100%;left: 0px;right: 0px;border-top: 1px solid #282828;padding: 0;max-width: 100%;-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}.dwave__menu .menu__main--block {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.dwave__menu .menu__main--block .navigation {padding: 0;-webkit-box-orient: vertical !important;-webkit-box-direction: reverse !important;-webkit-flex-direction: column-reverse !important;-ms-flex-direction: column-reverse !important;flex-direction: column-reverse !important;}.dwave__menu .menu__main--block .navigation > .search {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.dwave__menu .menu__main--block .navigation > .search ul {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.dwave__menu .menu__main--block .navigation > .search ul li {margin-left: 0;padding: 20px 10px 10px 15px;}.dwave__menu .menu__main--block .navigation > .search ul li.search-icon {margin-bottom: 15px;}.dwave__menu .menu__main--block .navigation .menu__bottom--block {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding: 0;}.dwave__menu .menu__main--block .navigation .menu__bottom--block .menu__item--block {margin-left: 0;padding: 15px;border-bottom: 1px solid #282828;}.dwave__menu .menu__main--block .navigation .menu__bottom--block .menu__item--block:before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f078";border: 2px solid #03b8ff;border-radius: 50%;width: 22px;height: 22px;position: absolute;right: 21px;font-size: 10px;color: #03b8ff;text-align: center;line-height: 19px;-webkit-transition: all .5s ease;transition: all .5s ease;text-indent: 1px;}.dwave__menu .menu__main--block .navigation .menu__bottom--block .menu__item--block > a {width: 100%;display: inline-block;padding-bottom: 0px !important;}.dwave__menu .menu__main--block .navigation .menu__bottom--block .menu__item--block.show:before {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}.dwave__menu .menu__main--block > .right_btn {padding: 20px 0px 20px 0px;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.dwave__menu .menu__main--block > .right_btn .fa-chevron-right:before {vertical-align: top;line-height: 17px;margin-left: 2px;}.dwave__menu .menu__main--block .sub_menu.dropdown-menu {width: 100%;}.dwave__menu .menu__main--block .menu__item--block .sub_menu {position: static !important;margin-top: 20px !important;padding: 20px 10px 0 !important;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .menu-item-info {display: none;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .menu__col--right {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .sub__menu--inner-col {margin-bottom: 20px;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .sub__menu--inner-col .width-50-item li {width: 50% !important;padding: 8px 0;float: left !important;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .menu-item-links {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .menu-item-links p {display: none;}.dwave__menu .menu .navigation .menu__bottom--block > li.show > a:before,.dwave__menu .menu .navigation .menu__bottom--block > li:hover > a:before {display: none;}.thankyou-content h4,.thankyou-content h3 {padding-left: 0px;}.modal-dialog.modal-lg .modal-content {padding: 30px 20px;}.modal-dialog.modal-lg .modal-content .modal-header button {top: 0px;right: 20px;padding: 0;margin: 0;}.modal-dialog.modal-lg .modal-content .modal-body {padding-left: 0px;padding-right: 0px;}.resource-modal .cta__links--cont ul {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.resource-modal .cta__links--cont ul li {-webkit-box-flex: 0;-webkit-flex: 0 0 48%;-ms-flex: 0 0 48%;flex: 0 0 48%;margin-bottom: 20px;margin-right: 5px;}.c-image-tile-with-modal {margin-bottom: 40px;}.c-navigation__top-nav__search {margin-left: 15px !important;padding: 0 !important;margin-bottom: 15px;margin-top: 5px;}.c-navigation__top-nav__search .desktop-search-container .search-btn:before {right: auto;left: 0;}.secondary__feature--block {margin-bottom: 40px;}.gated_asset_hero--block {padding: 0 20px;}.event__card--block {min-height: auto;margin-bottom: 40px;}.event__card--cont .cta__link {margin-top: 10px;}.slide__inner--cont {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.hero__carousel__cont .slide__inner--cont {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.hero__carousel__cont .text_tile--block {width: 50%;padding: 0 20px;}.hero__carousel__cont .image__tile__desc {width: 50%;padding-left: 30px;}.news__latest--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.news__latest--left {width: 100%;padding-left: 20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.news__latest--left .news__latest--desc {width: 40%;}.news__latest--image {margin-left: 0;}.news__latest--right {width: 100%;margin-top: 30px;padding: 0 10px;}.resource__highlight--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.resource__highlight--left {width: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.resource__highlight--left .__spacer {padding-left: 0px;}.resource__highlight--image {max-width: 400px;}.resource__highlight--right {width: 100%;padding: 0 10px;}.feature__event--block {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding: 0 10px;}.feature__event--image {width: 100%;}.feature__event--content {width: 100%;padding-left: 10px;margin-top: 20px;}.case_study--carousel .slide__inner--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.case_study--carousel .slide__inner--cont .image__tile,.case_study--carousel .slide__inner--cont .image__tile__desc {width: 100%;padding-left: 20px;padding-right: 20px;}.case_study--carousel .slide__inner--cont .image__tile img,.case_study--carousel .slide__inner--cont .image__tile__desc img {max-width: 100%;}.case_study--carousel .slide__inner--cont .image__tile__desc {margin-top: 20px;}.slick-next {right: 25px;}.slick-prev {left: 25px;}.tab__body--block {max-width: 100%;padding-left: 10px;padding-right: 10px;}.testimonial--carousel .slide__inner--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding: 0 10px;}.testimonial--carousel .slide__inner--cont .image__tile,.testimonial--carousel .slide__inner--cont .image__tile__desc {width: 100%;padding-left: 0;}.testimonial--carousel .slide__inner--cont .image__tile img,.testimonial--carousel .slide__inner--cont .image__tile__desc img {max-width: 100%;}.testimonial--carousel .slide__inner--cont .image__tile {width: 100%;margin-bottom: 20px;}.logo__grid--cont {padding: 0 10px;}.launch__overview--cont {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;padding-top: 300px;}.launch__overview--cont .launch__overview--block {width: 100%;padding-left: 20px;max-width: 100%;}.launch__overview--usps .lo__usp--block .lo__icon {margin-bottom: 10px;}.circular__image--outer-block {padding-top: 300px;}.circle__small-image-cont {width: 358px;height: 358px;}.circle__small-image-cont:before {top: -10px;left: -10px;bottom: -10px;right: -10px;}.circle__large-image-cont {width: 558px;height: 558px;}.image__grid--cont {margin: 0;}.image__grid--item {text-align: center;margin-left: 0;margin-right: 0;}.spec__hero--container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding-left: 20px;}.spec__hero--content {width: 100%;}.brand__pillar--container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding-left: 10px;padding-right: 10px;}.brand__pillar--fields {padding-left: 0px;margin-top: 40px;}.cta__basement--cont {padding-left: 10px;}.cta__basementfeature--cont {padding-left: 10px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.c-video-modal .modal-dialog .closer::before {right: 0;top: 0;}.c-video-modal .modal-dialog .modal-body {margin-top: 40px;}.l1-marquee .marquee-title {max-width: 100%;}.l1-marquee .content_center {max-width: 100%;}.l2-marquee,.l2-marquee-alt {padding: 0 10px;max-width: 100%;}.l2-marquee .content_center,.l2-marquee-alt .content_center {max-width: 100%;}.l2-marquee-alt {width: 100%;}.c-image-marquee .marquee-eyebrow {width: 100%;}.c-image-marquee .marquee_title {width: 100%;}.c-image-marquee .marquee_title img {max-width: 300px;width: 100%;}.c-image-marquee .c-image-hero-marquee__wrapper__copy {width: 100%;}.dwave__footer .footer_main_block .footer__inner--block {margin-right: 0px;}.content_header {max-width: 100%;padding: 0 10px;}.introduction {padding: 0 20px;max-width: 100%;}.introduction .content_tile {width: 100%;max-width: 100%;}.brand2 .brand_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.brand2 .brand_wrapper .brand_text,.brand2 .brand_wrapper .brand_img {width: 100%;}.str__large--circle--block {width: 558px;height: 558px;}.circle_stack--left--block {padding-right: 20px;}.circle_stack--left--block {width: 100%;padding-left: 20px;max-width: 100%;padding-right: 20px;}.story_telling--l_block {width: 100%;padding-left: 20px;max-width: 100%;padding-right: 20px;}.storytelling-image-blade--image-left,.storytelling-image-blade--image-right {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.storytelling-image-blade--image-left,.storytelling-image-blade--image-right {padding-top: 255px;-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.storytelling-image-blade--image-left .base_text,.storytelling-image-blade--image-right .base_text {margin-top: 20px;}.storytelling-image-blade--image-left .story_telling--l_block,.storytelling-image-blade--image-right .story_telling--l_block {padding-left: 20px;padding-right: 20px;}.storytelling-image-blade--image-left {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}.content_grid .content_grid_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.content_grid .content_grid_wrapper {padding-top: 255px;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.content_grid .content_grid_wrapper .content_grid_wrapper_text {margin-top: 0px;width: 100%;}.features .features_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.features .features_wrapper {padding-top: 310px;}.features .features_wrapper .features_text {width: 100%;max-width: 100%;padding-right: 0px;}.features .features_wrapper .features_text .content_tile {margin-top: 30px;}.content_list .content_list_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.content_list .content_list_wrapper {padding-top: 310px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.content_list .content_list_wrapper .circle_stack--left--block {margin-top: 0px;max-width: 100%;}.content_list .content_list_wrapper .content_list_text {padding: 0 20px;}.content_list .content_list_wrapper .circular__image--cont .str__large--circle--block {left: 16%;right: auto;}.testimonial .testimonial_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.testimonial .testimonial_wrapper .testimonial_text {width: 100%;max-width: 100%;}.testimonial .testimonial_wrapper .circular__image--cont {width: 100%;max-width: 100%;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont {width: 600px;height: 600px;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);}.simple-storytelling .simple-storytelling_wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.simple-storytelling .simple-storytelling_wrapper .simple-storytelling_text {width: 100%;max-width: 100%;padding-right: 15px;padding-left: 15px;}.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container {width: 100%;margin: 0 auto;}.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container img {padding-left: 15px;padding-right: 15px;}.simple-storytelling.simple-storytelling-left .simple-story-image-container img {padding-left: 15px;padding-right: 15px;}.str__pullquote--cont {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.str__pullquote--cont {padding-top: 310px;}.pullquote .circle__image--content h4,.pullquote .circle__image--content p {font-size: 18px;}.str__brand1-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.str__brand1-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.brand1 .brand_wrapper .brand_text {width: 100%;padding-left: 10px;margin-top: 0px;padding-right: 10px;}.brand1 .brand_wrapper .circular__image--cont .str__large--circle--block {left: 16%;right: auto;}}@media only screen and (max-width: 768px) {.marquee-subheading h2 {font-size: 24px;}}@media (max-width: 767.98px) {.table-responsive-md {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}.table-responsive-md > .table-bordered {border: 0;}.navbar-expand-md > .container,.navbar-expand-md > .c-alert-message-blade__inner,.navbar-expand-md > .container-fluid {padding-right: 0;padding-left: 0;}}@media (max-width: 767px) {.primary__feature--image {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.factoid__block {margin-bottom: 50px;}.factoid__desc {max-width: 100%;min-height: auto;}.outer__factoid--cont {grid-auto-flow: row;}.outer__factoid--cont .factoid__container .factoid__bar {border-radius: 4.5px !important;}.feature_content_hero--block .__block--left {width: 100%;}.feature_content_hero--block .__block--right {width: 100%;padding-left: 18px;margin-top: 20px;}.corsslink__card--block {margin-bottom: 20px;min-height: auto;}.cta__basementfeature__right {margin-top: 60px;}.c-image-marquee .marquee_title h2 {line-height: 1.15;}.marquee-video_desc {max-width: 100%;}.footer__more--row > .col-sm-12 {margin-bottom: 10px;}.brand2 .brand_wrapper {padding: 0;}.storytelling-image-blade--image-right .circular__image--cont {-webkit-transform: translateX(33%);-ms-transform: translateX(33%);transform: translateX(33%);}.content_grid .content_grid_wrapper {-webkit-box-align: unset;-webkit-align-items: unset;-ms-flex-align: unset;align-items: unset;}.features .features_wrapper .features_text {padding-left: 0px;}.features .features_wrapper .features_text .features_list {margin-top: 10px;}.testimonial .testimonial_wrapper {padding-top: 20px;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont {-webkit-box-pack: start;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {max-width: 60%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);left: 50%;}.simple-storytelling .simple-storytelling_wrapper {padding-top: 20px;}.search__filter--cont .sf__left--block {padding-left: 0px;}.search__filter--cont .sf__input--box {margin-bottom: 20px;margin-right: 0px;}[class*='col-'].col-xs-full-width {width: -webkit-calc(100% + floor(($grid-gutter-width / 2)));width: -webkit-calc(100% + $grid-gutter-width);width: calc(100% + $grid-gutter-width);margin-left: -15px;margin-right: -15px;}}@media (max-width: 600px) {.dwave__menu {background: #000000;position: -webkit-sticky;position: sticky;top: 0;-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);z-index: 100;width: 100%;max-height: 100%;overflow-y: auto;}.dwave__menu .menu__main--block .menu__item--block .sub_menu .sub__menu--inner-col .width-50-item li {width: 100% !important;}h2,.heading_h2,.h_text__large {font-size: 28px;}h3,.heading_h3,.h_text__medium {font-size: 24px;}h4,.heading_h4,.h_text__small {font-size: 20px;}.c-image-tile-with-modal .zoom-hover {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;text-align: center;}.custom-form-glg .form-item,.custom-form-glg .form-group {margin-bottom: 20px;}.custom-form-glg .form-group {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 0px;}.custom-form-glg .form-item {-webkit-box-flex: 0;-webkit-flex: 0 0 auto;-ms-flex: 0 0 auto;flex: 0 0 auto;max-width: 100%;}.primary__feature--image img {max-width: 120px;}.feature_content_hero--block {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.publication--block .resource__card--block:hover:before {height: 100%;}.hero__carousel__cont .slide__inner--cont {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.hero__carousel__cont .text_tile--block {width: 100%;margin-bottom: 30px;}.hero__carousel__cont .image__tile__desc {width: 100%;padding-left: 10px;margin-top: 20px;}.hero__carousel__cont .image__tile {width: 100%;}.news__latest--left {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding-left: 10px;padding-right: 10px;}.news__latest--left .news__latest--desc {width: 100%;}.news__latest--right ul li {padding-left: 0px;}.resource__highlight--left {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.resource__highlight--left .__spacer {padding-left: 0px;padding-right: 10px;}.resource__highlight--right ul li {padding-left: 0px;padding-right: 0px;}.tab__header--block {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;padding: 0 10px;}.tab__header--block a {text-align: left;padding: 10px;}.tab__header--block a:nth-child(2) {margin: 0px;}.tab__body--block {padding-top: 40px;}.tab__body--block .__left--block {width: 100%;}.tab__body--block .__right--block {width: 100%;margin-top: 20px;}.tab__item--content {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.logo__grid--cont .heading_h2 {width: 100%;}.logo__grid--cont .logo__grid--block .logo__investor--item {-webkit-box-flex: 0;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}.launch__overview--cont {padding-top: 250px;}.launch__overview--cont .launch__overview--block {padding-right: 8px;}.image__grid--content {padding: 10px;overflow: auto;}.image__grid--hover {padding: 10px;}.spec__hero--container {padding-left: 10px;padding-right: 10px;}.spec__hero--product-block {width: 100%;}.faq__container .card {padding: 0 10px;}.faq__container .card .card-header {padding-top: 20px;padding-bottom: 20px;padding-left: 25px;padding-right: 25px;}.faq__container .card .card-header .btn-link-header {font-size: 18px;}.faq__container .card .card-header .btn-link-header:before {left: -25px;top: -4px;font-size: 19px;}.faq__container .card .card-header .btn-link-header:after {right: -25px;top: 3px;}.faq__container .card-body {padding-bottom: 10px;}.faq__container .card-body p {line-height: normal;}.faq__container .card-body:before {left: -1px;top: -4px;font-size: 19px;}.cta__basement--cont p {width: 100%;}.l1-marquee .marquee-links {margin-left: 0;}.l1-marquee .marquee-body p {font-size: 18px;line-height: 28px;}.l2-marquee .marquee-links a,.l2-marquee .marquee-links .Big-CTA,.l2-marquee-alt .marquee-links a,.l2-marquee-alt .marquee-links .Big-CTA {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.c-image-hero-marquee__wrapper { /* padding-bottom:50px;
        padding-top:50px;*/}.dwave__footer .footer_main_block .footer__inner--block a {display: inline-block;line-height: normal;margin-bottom: 12px;}.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block .c-footer__legal-text p,.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block a {padding-right: 10px;}.footer__lbc--cont > .col-sm-4 {margin-bottom: 20px;}.footer__lbc--cont .footer-main-link-ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.footer__lbc--cont .footer-main-link-ul li {-webkit-box-flex: 1;-webkit-flex: 1 1 50%;-ms-flex: 1 1 50%;flex: 1 1 50%;}.circle_stack--left--block {padding-right: 8px;}.story_telling--l_block {padding-right: 8px;}.storytelling-image-blade--image-left,.storytelling-image-blade--image-right {padding-top: 180px;}.storytelling-image-blade--image-right .circular__image--cont {-webkit-transform: translateX(13%);-ms-transform: translateX(13%);transform: translateX(13%);}.content_grid .content_grid_wrapper {padding-top: 180px;}.content_grid .content_grid_wrapper .circular__image--cont {-webkit-transform: translateX(22%);-ms-transform: translateX(22%);transform: translateX(22%);}.content_grid .content_grid_wrapper .content_grid_wrapper_text .content_grid_list ul {grid-template-columns: 1fr;}.features .features_wrapper {padding-top: 180px;}.features .features_wrapper .features_text .features_list li {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.features .features_wrapper .features_text .features_list .features_list_img {-webkit-box-flex: 0;-webkit-flex: 0 0 120px;-ms-flex: 0 0 120px;flex: 0 0 120px;width: 100%;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.features .features_wrapper .circular__image--cont {-webkit-transform: translateX(22%);-ms-transform: translateX(22%);transform: translateX(22%);}.content_list .content_list_wrapper {padding-top: 180px;}.content_list .content_list_wrapper .circular__image--cont {-webkit-transform: translateX(22%);-ms-transform: translateX(22%);transform: translateX(22%);}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(51px);-ms-transform: translateX(51px);transform: translateX(51px);max-width: 55%;left: auto;}.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container img {padding-left: 15px;padding-right: 15px;}.simple-storytelling.simple-storytelling-left .simple-story-image-container img {padding-left: 15px;padding-right: 15px;}.str__pullquote--cont {padding-top: 250px;}.str__brand1-wrapper {padding-top: 180px;}.news-container {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.news-container > .col-sm-4 {margin-bottom: 40px;}.page-selector-links.clear {width: 100%;margin: 0;}.search__filter--cont .sf__input--box {width: 100%;}.search__filter--cont .search__feature--cont {width: 100%;}.search__filter--cont .full-cta-container {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.search__filter--cont .full-cta-container .page-selector-links {-webkit-box-flex: 0;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;margin-left: 0px;}main[role="main"] {padding-top: 55px;}}@media (max-width: 576px) {nav .top_bar {display: none;}.cp-social-page-links__links a {height: 24px;width: 22px;line-height: 24px;font-size: 16px;}.cp-social-page-links__links a .fa-facebook-f {font-size: 20px;right: -3px;}}@media (max-width: 575.98px) {.table-responsive-sm {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}.table-responsive-sm > .table-bordered {border: 0;}.navbar-expand-sm > .container,.navbar-expand-sm > .c-alert-message-blade__inner,.navbar-expand-sm > .container-fluid {padding-right: 0;padding-left: 0;}}@media (max-width: 575px) {.carousel__cont--comp .slick-arrow {display: none !important;}.c-testimonial-tile blockquote p {height: auto !important;}.c-navigation__top-nav__items {display: none;}}@media (max-width: 480px) {.primary__feature--container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.primary__feature--image {-webkit-align-self: normal;-ms-flex-item-align: normal;align-self: normal; /*justify-content:flex-start;*/}.news__latest--image {width: 300px;height: 300px;}.tab__header--block a {font-size: 20px;}.logo__grid--cont .logo__grid--block {margin-top: 50px;}.launch__overview--cont {padding-top: 135px;}.circle__small-image-cont {width: 258px;height: 258px;}.circle__large-image-cont {width: 358px;height: 358px;}.str__large--circle--block {width: 358px;height: 358px;}.storytelling-image-blade--image-left,.storytelling-image-blade--image-right {padding-top: 135px;}.storytelling-image-blade--image-left .str__large--circle--block,.storytelling-image-blade--image-right .str__large--circle--block {width: 358px;height: 358px;}.storytelling-image-blade--image-right .circular__image--cont {-webkit-transform: translateX(23%);-ms-transform: translateX(23%);transform: translateX(23%);}.content_grid .content_grid_wrapper {padding-top: 180px;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}.content_grid .content_grid_wrapper .circular__image--cont {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%);}.features .features_wrapper {padding-top: 180px;}.content_list .content_list_wrapper {padding-top: 180px;}.content_list .content_link ul {height: auto;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;padding: 10px 0;}.content_list .content_link ul li {height: auto;padding-bottom: 10px;}.testimonial .testimonial_wrapper .circular__image--cont {width: 90%;margin: auto;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont {width: 100%;height: auto;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h3,.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content h4 {font-size: 14px;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {-webkit-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);max-width: 75%;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .testimonial_author-name {font-size: 12px;}.simple-storytelling .simple-storytelling_wrapper .simple-story-image-container .simple-story-image--content .simple-storytelling_author-name {font-size: 12px;}.str__pullquote--cont {padding-top: 135px;}.pullquote .circle__image--content span {font-size: 14px;}.pullquote .circle__image--content h4,.pullquote .circle__image--content p {font-size: 14px;}.str__brand1-wrapper {padding-top: 180px;}}@media (max-width: 380px) {.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content {max-width: 75%;}.testimonial .testimonial_wrapper .circular__image--cont .circle__small-image-cont .circle__image--content .testimonial_author-name {margin-top: 10px;}}@media (max-width: 360px) {.resource-modal .cta__links--cont ul {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block .c-footer__legal-text p,.dwave__footer .footer__copyright--cont .footer_main_block .footer__inner--block a {padding-right: 8px;}.footer__lbc--cont .footer-main-link-ul li {-webkit-box-flex: 1;-webkit-flex: 1 1 100%;-ms-flex: 1 1 100%;flex: 1 1 100%;}.content_header .content_link {padding: 10px 0;}.content_header .content_link .Big-CTA {font-size: 13px;}.content_header .content_link .Big-CTA i {margin-left: 10px;}.brand2 .brand_wrapper .brand_text .Small-CTA {margin-right: 0px;font-size: 15px;}.storytelling-image-blade--image-right .circular__image--cont {-webkit-transform: translateX(13%);-ms-transform: translateX(13%);transform: translateX(13%);}.features .features_wrapper .circular__image--cont {-webkit-transform: translateX(10%);-ms-transform: translateX(10%);transform: translateX(10%);}.content_list .content_list_wrapper .circular__image--cont {-webkit-transform: translateX(10%);-ms-transform: translateX(10%);transform: translateX(10%);}}@media print {.d-print-none {display: none !important;}.d-print-inline {display: inline !important;}.d-print-inline-block {display: inline-block !important;}.d-print-block {display: block !important;}.d-print-table {display: table !important;}.d-print-table-row {display: table-row !important;}.d-print-table-cell {display: table-cell !important;}.d-print-flex {display: -webkit-box !important;display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;}.d-print-inline-flex {display: -webkit-inline-box !important;display: -webkit-inline-flex !important;display: -ms-inline-flexbox !important;display: inline-flex !important;}*,*::before,*::after {text-shadow: none !important;-webkit-box-shadow: none !important;box-shadow: none !important;}a:not(.btn) {text-decoration: underline;}abbr[title]::after {content: " (" attr(title) ")";}pre {white-space: pre-wrap !important;}pre,blockquote {border: 1px solid #adb5bd;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}p,h2,h3 {orphans: 3;widows: 3;}h2,h3 {page-break-after: avoid;}body {min-width: 992px !important;}.container,.c-alert-message-blade__inner {min-width: 992px !important;}.navbar {display: none;}.badge {border: 1px solid #000;}.table {border-collapse: collapse !important;}.table td,.table th {background-color: #fff !important;}.table-bordered th,.table-bordered td {border: 1px solid #dee2e6 !important;}.table-dark {color: inherit;}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {border-color: #dee2e6;}.table .thead-dark th {color: inherit;border-color: #dee2e6;}}@-webkit-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;}}
