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

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

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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

.strapline {
display:none;
}
   
#search-position {
width: 100%;
}

 .stop-scrolling {
	display:none !important; }
	
	#title {
	display:none; }

#sub_title, #header_btn {
	opacity: 0;
	transition: opacity .25s ease-in-out;
}	 

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

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

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

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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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

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

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

select {
  word-wrap: normal; }

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

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

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"] {
  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-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; }
  
  .darker {
	  background: #000000 !important;
  }
  
  .tabs:focus {
  outline: 1px dotted #505050;
}

.tabs ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}

.tabs ul .indicator {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50%;
    background: #505050;
    transform: translateZ(0) translateX(0);
    transition: all 0.3s ease;
}
	
.tabs li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
}

.tabs li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: black;
    transition: all 0.3s ease 0.4s;
}

.tabs li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #505050;
    transform: translateZ(0) translateY(100%);
    transition: all 0.3s ease 0.3s;
    z-index: -1;
}
.tabs li a[aria-selected] {
    color: black;
}
.tabs li a[aria-selected]:before {
    transform: translateZ(0) translateY(0);
}

.tabs section[aria-hidden="true"] {
      display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px; }
  @media (min-width: 90px) {
    .container {
      max-width: 360px; } }
  @media (min-width: 719px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1079px) {
    .container {
      max-width: 1080px; } }
  @media (min-width: 1199px) {
    .container {
      max-width: 1200px; } }

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

.row {
  display: flex;
  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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

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

@media (min-width: 90px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-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%; } }

@media (min-width: 719px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-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%; } }

@media (min-width: 1079px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-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%; } }

@media (min-width: 1199px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-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%; } }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 90px) {
  .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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 719px) {
  .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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1079px) {
  .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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1199px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 90px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 719px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1079px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1199px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !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; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.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: 2rem !important; }

.mt-5,
.my-5 {
  margin-top: 2rem !important; }

.mr-5,
.mx-5 {
  margin-right: 50px auto !important; }

.mb-5,
.my-5 {
  margin-bottom: 2rem !important; }

.ml-5,
.mx-5 {
  margin-left: 2rem !important; }

.m-6 {
  margin: 2.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 2.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important; }

.m-7 {
  margin: 3rem !important; }

.mt-7,
.my-7 {
  margin-top: 3rem !important; }

.mr-7,
.mx-7 {
  margin-right: 3rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 3rem !important; }

.ml-7,
.mx-7 {
  margin-left: 3rem !important; }

.m-8 {
  margin: 3.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 3.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important; }

.m-10 {
  margin: 6rem !important; }

.mt-10,
.my-10 {
  margin-top: 6rem !important; }

.mr-10,
.mx-10 {
  margin-right: 6rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 6rem !important; }

.ml-10,
.mx-10 {
  margin-left: 6rem !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: 2rem !important; }

.pt-5,
.py-5 {
  padding-top: 2rem !important; }

.pr-5,
.px-5 {
  padding-right: 2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2rem !important; }

.pl-5,
.px-5 {
  padding-left: 2rem !important; }

.p-6 {
  padding: 2.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 2.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 2.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 2.5rem !important; }

.p-7 {
  padding: 3rem !important; }

.pt-7,
.py-7 {
  padding-top: 3rem !important; }

.pr-7,
.px-7 {
  padding-right: 3rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 3rem !important; }

.pl-7,
.px-7 {
  padding-left: 3rem !important; }

.p-8 {
  padding: 3.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 3.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 3.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 3.5rem !important; }

.p-10 {
  padding: 6rem !important; }

.pt-10,
.py-10 {
  padding-top: 6rem !important; }

.pr-10,
.px-10 {
  padding-right: 6rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 6rem !important; }

.pl-10,
.px-10 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -2rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -2rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important; }

.m-n6 {
  margin: -2.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important; }

.m-n7 {
  margin: -3rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -3rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -3rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -3rem !important; }

.m-n8 {
  margin: -3.5rem !important; }

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important; }

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important; }

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important; }

.m-n10 {
  margin: -6rem !important; }

.mt-n10,
.my-n10 {
  margin-top: -6rem !important; }

.mr-n10,
.mx-n10 {
  margin-right: -6rem !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -6rem !important; }

.ml-n10,
.mx-n10 {
  margin-left: -6rem !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; }

@media (min-width: 90px) {
  .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: 2rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important; }
  .m-sm-6 {
    margin: 2.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important; }
  .m-sm-7 {
    margin: 3rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important; }
  .m-sm-8 {
    margin: 3.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important; }
  .m-sm-10 {
    margin: 6rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6rem !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: 2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important; }
  .p-sm-6 {
    padding: 2.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important; }
  .p-sm-7 {
    padding: 3rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important; }
  .p-sm-8 {
    padding: 3.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important; }
  .p-sm-10 {
    padding: 6rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -2rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important; }
  .m-sm-n6 {
    margin: -2.5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.5rem !important; }
  .m-sm-n7 {
    margin: -3rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important; }
  .m-sm-n8 {
    margin: -3.5rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important; }
  .m-sm-n10 {
    margin: -6rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6rem !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; } }

@media (min-width: 719px) {
  .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: 2rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important; }
  .m-md-6 {
    margin: 2.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important; }
  .m-md-7 {
    margin: 3rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important; }
  .m-md-8 {
    margin: 3.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important; }
  .m-md-10 {
    margin: 6rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 6rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 6rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 6rem !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: 2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important; }
  .p-md-6 {
    padding: 2.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important; }
  .p-md-7 {
    padding: 3rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important; }
  .p-md-8 {
    padding: 3.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important; }
  .p-md-10 {
    padding: 6rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 6rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 6rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -2rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important; }
  .m-md-n6 {
    margin: -2.5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.5rem !important; }
  .m-md-n7 {
    margin: -3rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important; }
  .m-md-n8 {
    margin: -3.5rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important; }
  .m-md-n10 {
    margin: -6rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6rem !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; } }

@media (min-width: 1079px) {
  .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: 2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important; }
  .m-lg-6 {
    margin: 2.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important; }
  .m-lg-7 {
    margin: 3rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important; }
  .m-lg-8 {
    margin: 3.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important; }
  .m-lg-10 {
    margin: 6rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !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: 2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important; }
  .p-lg-6 {
    padding: 2.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important; }
  .p-lg-7 {
    padding: 3rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important; }
  .p-lg-8 {
    padding: 3.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important; }
  .p-lg-10 {
    padding: 6rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -2rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important; }
  .m-lg-n6 {
    margin: -2.5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.5rem !important; }
  .m-lg-n7 {
    margin: -3rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important; }
  .m-lg-n8 {
    margin: -3.5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important; }
  .m-lg-n10 {
    margin: -6rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6rem !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; } }

@media (min-width: 1199px) {
  .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: 2rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important; }
  .m-xl-6 {
    margin: 2.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important; }
  .m-xl-7 {
    margin: 3rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important; }
  .m-xl-8 {
    margin: 3.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important; }
  .m-xl-10 {
    margin: 6rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6rem !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: 2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important; }
  .p-xl-6 {
    padding: 2.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important; }
  .p-xl-7 {
    padding: 3rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important; }
  .p-xl-8 {
    padding: 3.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important; }
  .p-xl-10 {
    padding: 6rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -2rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important; }
  .m-xl-n6 {
    margin: -2.5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important; }
  .m-xl-n7 {
    margin: -3rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important; }
  .m-xl-n8 {
    margin: -3.5rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important; }
  .m-xl-n10 {
    margin: -6rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6rem !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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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; }

@media (min-width: 90px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 719px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1079px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1199px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.footer__list, .primary-nav__list, .pagination__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.section__blockquote {
  background-color: #F4F8FD;
  padding: 3.125rem 0;
  position: relative; }
  .section__blockquote--quote:before {
    background-color: #222328;
    content: '';
    height: 0.1875rem;
    left: -6.25rem;
    position: absolute;
    top: 1.125rem;
    width: 5rem; }
  .section__blockquote p {
    line-height: 1.275 !important; }
  .section__blockquote cite {
    color: #9c9c9f; }

@media (max-width: 1078.98px) {
  .section__blockquote--quote:before {
    left: -3.4375rem;
    width: 3.125rem; } }

@media (max-width: 718.98px) {
  .section__blockquote {
    padding: 1.5625rem; }
    .section__blockquote--quote:before {
      display: none; } }

.block__image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 8.125rem; }
  .block__image img {
    margin: 0; }

.block__content {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  padding-right: 1.25rem; }
  .block__content--center {
    text-align: center;
    padding-right: 0; }
  .block__content h5 {
    margin: 1.5625rem 0 1.25rem;
    color: #222328;
    opacity: .9; }
  .block__content p {
    font-size: 16px;
    font-size: 1rem;
    color: #666666; }
    .block__content p strong {
      color: #666666; }

.primary-nav {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000; }

.primary-nav a .canvas path.obj {
  fill: white;
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.primary-nav a .canvas span.obj {
  background-color: white;
  display: block; }

.primary-nav a.small {
  height: 1.875rem;
  position: relative;
  top: 1.25rem;
  width: 1.875rem; }

.primary-nav a.small span.obj {
  height: 0.125rem;
  margin-bottom: 0.125rem;
  width: 1.875rem; }

.fancy-animation .obj {
  -webkit-animation: 213.33333333ms ease forwards;
          animation: 213.33333333ms ease forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; }

.fancy-animation a.open .bar-top {
  -webkit-animation-name: fancy-top-in;
          animation-name: fancy-top-in; }

.fancy-animation a.open .bar-middle {
  -webkit-animation-name: fancy-middle-in;
          animation-name: fancy-middle-in; }

.fancy-animation a.open .bar-bottom {
  -webkit-animation-name: fancy-bottom-in;
          animation-name: fancy-bottom-in; }

.fancy-animation a.close .bar-top {
  -webkit-animation-name: fancy-top-out;
          animation-name: fancy-top-out; }

.fancy-animation a.close .bar-middle {
  -webkit-animation-name: fancy-middle-out;
          animation-name: fancy-middle-out; }

.fancy-animation a.close .bar-bottom {
  -webkit-animation-name: fancy-bottom-out;
          animation-name: fancy-bottom-out; }

/* animate in */
@-webkit-keyframes fancy-top-in {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); }
  80%,
  100% {
    -webkit-transform: translateY(200%) rotate(45deg);
    transform: translateY(200%) rotate(45deg); } }

@keyframes fancy-top-in {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); }
  80%,
  100% {
    -webkit-transform: translateY(200%) rotate(45deg);
    transform: translateY(200%) rotate(45deg); } }

@-webkit-keyframes fancy-middle-in {
  0% {
    opacity: 1; }
  50%,
  100% {
    opacity: 0; } }

@keyframes fancy-middle-in {
  0% {
    opacity: 1; }
  50%,
  100% {
    opacity: 0; } }

@-webkit-keyframes fancy-bottom-in {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); }
  80%,
  100% {
    -webkit-transform: translateY(-200%) rotate(-45deg);
    transform: translateY(-200%) rotate(-45deg); } }

@keyframes fancy-bottom-in {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); }
  80%,
  100% {
    -webkit-transform: translateY(-200%) rotate(-45deg);
    transform: translateY(-200%) rotate(-45deg); } }

/* animate out */
@-webkit-keyframes fancy-top-out {
  0% {
    -webkit-transform: translateY(200%) rotate(45deg);
    transform: translateY(200%) rotate(45deg); }
  80%,
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); } }

@keyframes fancy-top-out {
  0% {
    -webkit-transform: translateY(200%) rotate(45deg);
    transform: translateY(200%) rotate(45deg); }
  80%,
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); } }

@-webkit-keyframes fancy-middle-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fancy-middle-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fancy-bottom-out {
  0% {
    -webkit-transform: translateY(-200%) rotate(-45deg);
    transform: translateY(-200%) rotate(-45deg); }
  80%,
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); } }

@keyframes fancy-bottom-out {
  0% {
    -webkit-transform: translateY(-200%) rotate(-45deg);
    transform: translateY(-200%) rotate(-45deg); }
  80%,
  100% {
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); } }

.link-animation a.animate-underline {
  color: #fff;
  display: inline;
  position: relative;
  text-decoration: none; }

.link-animation a.animate-underline:after {
  background-color: #ff0000;
  bottom: -4.5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 90ms ease-in-out;
  width: 0;
  z-index: 0; }

.link-animation a.animate-underline:hover:after {
  width: 100%; }

.link-animation a.animate-background {
  color: #fff;
  display: inline;
  overflow: hidden;
  padding: 3px;
  position: relative;
  text-decoration: none; }

.link-animation a.animate-background:after {
  background-color: #ff0000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 90ms ease-in-out;
  width: 0;
  z-index: -1; }

.link-animation a.animate-background:hover:after {
  width: 100%; }

.purple {
  background-color: #c606cf !important;
}

.grid__item .grid__image {
  background-color: #222328;
  display: block;
  overflow: hidden;
  max-height: 16.25rem;
  margin-bottom: 0.9375rem;
  position: relative; }
  .grid__item .grid__image img {
    transition: all 240ms ease-out;
    opacity: 1;
    position: relative;
    z-index: 1; }
  .grid__item .grid__image span {
    position: absolute;
    background-color: #222328;
    color: white;
    left: 50%;
    margin-left: -3.75rem;
    margin-top: -1.25rem;
    opacity: 0;
    padding: 0.625rem 0;
    text-align: center;
    top: 50%;
    transition: all 320ms ease-out;
    width: 7.5rem;
    z-index: 2; }

.grid__item:hover .grid__image img {
  opacity: .6;
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

.grid__item:hover .grid__image span {
  opacity: .8; }

.button {
  font-size: 16px;
  font-size: 1rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  border: 0;
  border-radius: 0.0625rem;
  padding: 0.625rem 1.875rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 120ms ease; }
  .button .link__arrow {
    font-size: 20px;
    font-size: 1.25rem;
    left: 0;
    position: relative;
    top: 0.125rem;
    transition: left 120ms ease; }
    .button .link__arrow--back {
      left: -0.75rem;
      transition: left 120ms ease; }
  .button:active, .button:hover {
    color: inherit;
    cursor: pointer; }
    .button:active .link__arrow, .button:hover .link__arrow {
      left: 0.25rem;
      position: relative;
      top: 0.125rem; }
      .button:active .link__arrow--back, .button:hover .link__arrow--back {
        left: -1rem;
        position: relative;
        top: 0.125rem; }
  .button__link {
    font-size: 16px;
    font-size: 1rem;
    color: #C606CF;
    padding: 0;
    text-transform: none; }
    .button__link:active, .button__link:hover {
      color: #222328; }
  .button__outline {
    border: 0.125rem solid rgba(9, 9, 19, 0.1);
    background-color: transparent;
    color: #222328;
    overflow: hidden;
    padding: 0.9375rem 1.875rem;
    transition: all 100ms ease-out; }
    .main-header__content .button__outline {
      padding: 0.75rem 1.875rem 0.9375rem; margin:10px 0; }
    .button__outline span {
      position: relative;
      z-index: 1; }
    .button__outline:before {
      background-color: inherit;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 100ms ease-out;
      width: 100%;
      z-index: 0; }
    .button__outline:active, .button__outline:hover {
      background-color: #C606CF;
      border-color: #C606CF;
      color: white !important; }
      .button__outline:active:before, .button__outline:hover:before {
        background-color: #C606CF;
        color: white;
        opacity: 1; }
    .button__outline--arrow {
      padding-right: 1.5625rem; }
    .button__outline--arrow-left {
      padding-left: 1.5625rem; }
    .button__outline--purple {
      border-color: #C606CF;
      color: #C606CF; }
      .button__outline--purple:before {
        background-color: #C606CF; }
      .button__outline--purple:active, .button__outline--purple:hover {
        color: white; }
        .button__outline--purple:active .link__arrow, .button__outline--purple:hover .link__arrow {
          top: 0.0625rem; }
    .button__outline--white {
      border-color: white;
      color: white; }
      .button__outline--white:before {
        background-color: white; }
      .button__outline--white:active, .button__outline--white:hover {
        color: #222328; }
        .button__outline--white:active .link__arrow, .button__outline--white:hover .link__arrow {
          top: 0.0625rem; }
    .button__outline .link__arrow {
      margin-left: 0.625rem;
      top: 0.0625rem; }
  .button__filled {
    background-color: #9c9c9f;
    color: white; }
    .button__filled--purple {
      border: 0.125rem solid #C606CF;
      background-color: #C606CF; }
      .button__filled--purple:active, .button__filled--purple:hover {
        background-color: white;
        border-color: white;
        color: #C606CF; }

.section__case-study {
  background-color: #C606CF;
  margin: 0;
  padding: 0; }
  .section__case-study--text {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: demos-next, sans-serif;
    font-weight: 300;
    color: white;
    display: flex;
    font-style: italic;
    margin: 0;
    padding: 0.9375rem 1.5625rem; }
  .section__case-study:nth-of-type(even) {
    background-color: rgba(198, 6, 207, 0.8); }

@media (max-width: 1078.98px) {
  .section__case-studies .section__header {
    margin-bottom: 0; }
  .section__case-studies .section__button {
    margin-bottom: 2.5rem; } }

.footer__global {
  font-size: 16px;
  font-size: 1rem; }
  .footer__global h6 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: demos-next, sans-serif;
    font-weight: 300;
    margin: -0.625rem 0 1.25rem; }
  .footer__global--contact {
    margin: 6.25rem 0 5rem; }
    .footer__global--contact .container {
      position: relative;
      z-index: 1; }
  .footer__global--graphic {
    margin: 6.25rem 0 5rem; }
  .footer__global--main {
    margin: 6.25rem 0 5rem; }
  .footer__global--dark {
    background-color: #3C3C3C;
    margin: 0 0 6.25rem;
    padding: 6.25rem 0;
    position: relative; }
  .footer__global--shade {
    background-color: #505050;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0; }
  .footer__global--copyright {
    margin: 5rem 0 1.25rem; }
    .footer__global--copyright p {
      font-size: 14px;
      font-size: 0.875rem;
      color: #9c9c9f; }

.footer__form {
  margin: 1.5625rem 0 1.875rem; }

.footer__li {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.625rem; }
  .footer__li--inline {
    display: inline-block;
    margin-right: 0.9375rem; }

.footer__link {
  color: #9c9c9f;
  border-bottom: 0.125rem solid transparent; }
  [class*="--active"] .footer__link {
    border-color: rgba(128, 128, 128, 0.2); }
  .footer__link--icon {
    border: 0; }
  .footer__link:active, .footer__link:hover {
    border-color: rgba(128, 128, 128, 0.2);
    text-decoration: none; }
  .footer__link:focus {
    border-color: #9c9c9f; }

@media (max-width: 1078.98px) {
  .footer__global--main {
    margin: 0; }
  .footer__global--dark {
    padding: 3.75rem 0 2.5rem;
    margin-bottom: 3.75rem; }
  .footer__global--copyright {
    margin: 1.875rem 0 1.25rem; }
    .footer__global--copyright p {
      text-align: center; } }

.form {
  font-size: 16px;
  font-size: 1rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400; }
  .form label {
    color: white; }
  .form__group {
    margin: 1.25rem 0; }
  .form__input {
    border: 0;
    box-sizing: border-box;
    outline-color: white;
    resize: none;
    width: 100%; }
    .form__input--basic {
      border: 0.0625rem solid rgba(156, 156, 159, 0.25);
      color: #9c9c9f;
      padding: 0.625rem 1.25rem; }
    .form__input--underlined {
      font-size: 18px;
      font-size: 1.125rem;
      background: transparent;
      border: 0;
      border-bottom: 0.125rem solid rgba(9, 9, 19, 0.1);
      color: #222328;
      padding: 0.9375rem 0.3125rem; }
      .content--light .form__input--underlined {
        border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4);
        color: rgba(255, 255, 255, 0.6); }
    .form__input:focus {
      border-color: #222328;
      outline: none; }
      .content--light .form__input:focus {
        border-color: white; }
  .form__error {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0.625rem 0 0;
    padding: 0 1.25rem; }

@media (max-width: 718.98px) {
  .footer__form--contact-info {
    margin: 1.875rem 0; } }

.header__tag {
  font-size: 16px;
  font-size: 1rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  color: #090913;
  opacity: .4;
  margin: 0 0 0.625rem;
  text-transform: uppercase; }
  .content--light .header__tag {
    color: #9c9c9f;
    opacity: 1; }
  .header__tag--sm {
    font-size: 14px;
    font-size: 0.875rem; }

.header__main {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: demos-next, sans-serif;
  font-weight: 300;
  color: #222328;
  line-height: 1.175;
  margin: -0.3125rem 0 1.5625rem; }
  .content--light .header__main {
    color: white; }
  .header__main--centered {
    text-align: center; }
    .header__main--centered:after {
      background-color: #C606CF;
      content: '';
      display: block;
      height: 0.1875rem;
      margin: 1.875rem auto;
      width: 3.125rem; }
  .header__main--seperator:after {
    background-color: #C606CF;
    content: '';
    display: block;
    height: 0.1875rem;
    margin: 1.875rem 0;
    width: 3.125rem; }
  .header__main--lg {
    font-size: 48px;
    font-size: 3rem; }
  .header__main--sm {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0; }
  .header__main--h1 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 1.875rem; }
  .header__main--h3 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.275;
    margin-bottom: 1.5625rem; }
  .header__main--h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.375;
    margin-bottom: 1.25rem; }
  .header__main--h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.375;
    margin-bottom: 0.3125rem; }

.header__sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  color: #9c9c9f;
  margin: 0 0 1.25rem; }
  .content--light .header__sub {
    color: #9c9c9f; }
  .header__sub--sm {
    font-size: 16px;
    font-size: 1rem; }

.header__emp {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  color: #222328;
  line-height: 1.375;
  margin: 0 0 1.25rem; }
  .content--light .header__emp {
    color: white; }

	.realignText {
			float: none !important;
			margin-left: 0rem;
			margin-right: 5rem;	
	}
@media (max-width: 89.98px) {
  header .main-header .header__main {
    font-size: 28px;
    font-size: 1.75rem;
    margin-left: 0.5rem; } }

.img__responsive {
  display: block;
  width: 100%; }
  .img__responsive--thumbnail {
    height: 8.75rem;
    width: 8.75rem; }

.img__block {
  margin: auto;
  width: 40%; }

.img__content {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  margin: 1.5625rem 0;
  max-width: 100%; }

.img__rounded {
  border-radius: 50%;
  height: 4.375rem;
  margin-bottom: 1.25rem;
  width: 4.375rem; }

.main-header-image {
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.main-header {
  align-items: center;
  display: flex; }
  .main-header .svg {
    fill: white; }
  .main-header .header__main {
    width: 110%;
    font-size: 52px;
    font-size: 3.25rem;
    color: white;
    margin: 0; }
  .main-header__links {
    margin-top: 3.125rem; }
  .main-header--full {
    height: 100vh;
    width: 100%; }
  .main-header--half {
    height: 75vh;
    width: 100%; }

@media (max-width: 1078.98px) {
  .main-header .header__main {
    width: 110%;
    font-size: 42px;
    font-size: 2.625rem;
    margin-top: 2.25rem;
    margin-bottom: 2rem; }
  .main-header--full {
    height: 100vh;
    width: 100%; }
  .main-header--half {
    height: 75vh;
    width: 100%; } }

@media (max-width: 718.98px) {
  .main-header .header__main {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 2.25rem;
    margin-bottom: 2rem; }
  .main-header--full {
    height: 100vh;
    width: 100%; }
  .main-header--half {
    height: 75vh;
    width: 100%; } }

.menu--toggle {
  display: none; }

.primary-nav {
  clear: both;
  height: 5rem;
  transition: background-color 180ms ease-out; }
  .primary-nav__links {
    color: white; }
  .primary-nav--active {
    background-color: rgba(34, 35, 40, 0.8);
    border-color: transparent; }
    .nav-open .primary-nav--active {
      background-color: transparent; }
  .primary-nav__list {
    float: right; }
  .primary-nav__li {
    font-size: 16px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    margin-right: 0.9375rem; }
    .primary-nav__li:last-child {
      margin-right: 0; }
  .primary-nav__link {
    color: white;
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem; }
    .primary-nav__link--white {
      transition: color 240ms ease-out; }
      .primary-nav__link--white:active, .primary-nav__link--white:hover {
        color: rgba(255, 255, 255, 0.6); }
    .primary-nav__link--active {
      color: rgba(255, 255, 255, 0.6); }
    .primary-nav__link.button__filled--purple {
      min-height: 5rem; }
    .primary-nav__link:active, .primary-nav__link:hover {
      text-decoration: none; }

@media (max-width: 1198.98px) {
  .menu--toggle {
    display: block;
    right: 1.875rem;
    top: 1.75rem;
    position: fixed;
    z-index: 1001; }
  body.nav-open .primary-nav__list {
    display: block; }
  body.nav-open .primary-nav__logo {
    position: relative;
    z-index: 1001; }
  body.nav-open .primary-nav__links {
    align-items: center;
    display: flex;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
  .primary-nav__list {
    display: none;
    flex: 1;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999; }
    .primary-nav__list:before {
      background-color: rgba(34, 35, 40, 0.92);
      content: '';
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 0; }
  .primary-nav__li {
    color: white;
    display: block;
    margin: 1.25rem 0;
    position: relative;
    text-align: center;
    z-index: 999; }
    .primary-nav__li--cta {
      margin-top: 3.125rem; } }

.pagination__list {
  margin: 3.125rem 0;
  text-align: center;
  width: 100%; }

.pagination__li {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0 0.375rem;
  padding: 0; }

.pagination__link {
  border: 0.125rem solid rgba(156, 156, 159, 0.8);
  border-radius: 50%;
  color: rgba(156, 156, 159, 0.8);
  display: block;
  height: 3.125rem;
  line-height: 2.8125rem;
  padding: 0;
  width: 3.125rem; }
  .pagination__link--active, .pagination__link:active, .pagination__link:hover {
    border-color: rgba(34, 35, 40, 0.8);
    color: rgba(34, 35, 40, 0.8); }
  .pagination__link:after {
    display: none; }

.response {
margin: 0;
padding: 0;
}

.search-page .section__main {
margin: 8rem 0 !important;
}

.search-page .section__main h1 {
margin-bottom: 2.5rem;
}

.search-location h3 {
padding-top: 5rem;
}

.section__positions p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0.0625rem 0.3125rem; }

.section__position {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  padding-top: 2.5rem; 
  padding-right: 0.25rem;}
  .section__position a {
    border-top: 0.0625rem solid rgba(9, 9, 19, 0.1);
    display: block;
    padding-top: 0.625rem; }
    .section__position a:hover h5 {
      text-decoration: underline; }

@media (max-width: 1198.98px) {
  .section__positions .header__main {
    font-size: 28px;
    font-size: 1.75rem; } }

@media (max-width: 1078.98px) {
  .section__positions .header__main {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0.9375rem 0 0.625rem; }
  .section__position {
    margin-bottom: 0; } }

.section__main {
  margin: 6.25rem 0; }
  .section__main--centered, .section__main--grid {
    margin-top: 3.75rem; }
  .section__main--grid {
    border-bottom: 0.0625rem solid rgba(9, 9, 19, 0.1);
    padding-bottom: 3.125rem; }

.section__content p, .section__content ul, .section__content ol {
  line-height: 1.75;
  margin-bottom: 0.9375rem; }
  .section__content p:last-child, .section__content ul:last-child, .section__content ol:last-child {
    margin-bottom: 0; }

.section__content a {
  position: relative; }
  .section__content a:after {
    background-color: rgba(102, 102, 102, 0.4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    height: 0.125rem;
    width: 100%; }
  .section__content a:hover:after {
    background-color: transparent; }

.section__header {
  margin-bottom: 6.25rem; }

.section__block {
  margin-bottom: 4.16667rem; }

.section__info {
  border: 0.125rem solid rgba(9, 9, 19, 0.1);
  margin: 3.125rem 0 0;
  padding: 1.5625rem; }
  .section__info p {
    border-bottom: 0.125rem solid rgba(9, 9, 19, 0.05);
    padding-bottom: 0.9375rem; }
    .section__info p .mr-auto {
      font-weight: bold; }
    .section__info p:last-child {
      border: 0;
      padding-bottom: 0; }

@media (max-width: 1078.98px) {
  .section__main--grid .header__main {
    font-size: 26px;
    font-size: 1.625rem; } }

.svg__wrapper {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative; }
  .svg__wrapper a, .svg__wrapper div, .svg__wrapper span, .svg__wrapper svg{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .svg__wrapper ul{
      list-style-type: none;
    }
    .svg__wrapper ul li object{
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; 
    }
.svg__corner {
  height: 2.25rem;
  width: 2.3125rem; }

.svg__map {
  height: 25.3125rem;
  opacity: .8;
  width: 50rem; }

.svg__logo--small {
  fill: #222328;
  height: 2.1875rem;
  width: 6.1875rem; }
  .primary-nav .svg__logo--small {
    fill: white;
    margin-top: 1.375rem; }

.svg__logo--large {
  fill: #222328;
  height: 2.125rem;
  width: 12.375rem; }
  .primary-nav .svg__logo--large {
    fill: white;
    margin-top: 1.375rem; }

.svg__logo--footer {
  fill: #222328;
  height: 6.6875rem;
  width: 9.3125rem; }

.svg__icon {
  fill: #9c9c9f;
  height: 1.125rem;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: fill 120ms ease;
  width: 1.125rem; }
  .svg__icon:hover {
    fill: #222328; }
  .svg__icon--search {
    height: 0.9375rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 0.9375rem; }
    .primary-nav .svg__icon--search {
      fill: white; }
  .svg__icon--burger {
    height: 1.3125rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 1.5rem;
    visibility: visible; }
    .primary-nav .svg__icon--burger {
      fill: white; }
    .nav-open .svg__icon--burger {
      display: none;
      visibility: hidden; }
  .svg__icon--close {
    display: none;
    height: 1.25rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 1.25rem;
    visibility: hidden; }
    .primary-nav .svg__icon--close {
      fill: white; }
    .nav-open .svg__icon--close {
      display: inline-block;
      visibility: visible; }

.section__testimonials {
  background-color: #F4F8FD;
  padding: 7.5rem 0 6.25rem; }

.section__testimonial {
  background-color: #FFFFFF;
  background-image: url(../svg/sprite.svg#corner-detail);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5625rem;
  position: relative; }
  .section__testimonial--col {
    margin-bottom: 1.875rem; }
  .section__testimonial--client {
    border: 0;
    margin-bottom: 0;
    padding: 0; }
  .section__testimonial--excerpt {
    flex: 1;
    margin-bottom: 1.25rem; }
  .section__testimonial--excerpt,
  .section__testimonial--excerpt p {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: demos-next, sans-serif;
    font-weight: 300;
    color: #666666;
    font-style: italic; }
  .section__testimonial--author {
    font-size: 16px;
    font-size: 1rem;
    color: #C606CF;
    margin: 0;
    text-transform: uppercase; }
  .section__testimonial .svg__corner {
    bottom: 0;
    position: absolute;
    right: 0; }

@media (max-width: 1078.98px) {
  .section__testimonials .section__header {
    margin-bottom: 0; }
  .section__testimonials .section__button {
    margin-bottom: 2.5rem; } }

@-webkit-keyframes link-hover {
  from {
    -webkit-transform: scaleY(1) scaleX(0);
            transform: scaleY(1) scaleX(0); }
  to {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1); } }

@keyframes link-hover {
  from {
    -webkit-transform: scaleY(1) scaleX(0);
            transform: scaleY(1) scaleX(0); }
  to {
    -webkit-transform: scaleY(1) scaleX(1);
            transform: scaleY(1) scaleX(1); } }

* {
  -webkit-text-stroke: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

html, body {
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  overflow-x: hidden; }

a {
  color: inherit;
  transition: color 180ms ease; }
  a:active, a:hover {
    color: #C606CF;
    text-decoration: none; }

p, li {
  font-size: 16px;
  font-size: 1rem;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0; }

#fixedContact {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: demos-next, sans-serif;
  font-weight: 300;
  background-color: #C606CF;
  bottom: 8.75rem;
  color: white;
  left: 0;
  padding: 0.625rem 0.9375rem 0.75rem;
  position: fixed;
  transition: background-color 180ms ease;
  z-index: 9999; }
  #fixedContact:hover {
    background-color: #222328;
    color: white; }

.light.cc_dialog .cc_dialog_headline {
  color: #222328;
  font-family: demos-next, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.175;
  margin: 0 0 2rem; }

.light.cc_dialog .cc_dialog_text {
  color: #666;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  margin: 0 0 2rem; }

.light.cc_dialog button.cc_b_ok,
.light.cc_dialog button.cc_b_cp,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  background-color: #C606CF;
  border-radius: 0;
  color: white;
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0.75rem 1rem;
  transition: background-color 180ms ease; }

.light.cc_dialog button.cc_b_cp {
  background-color: #eaeaea;
  color: #222328; }

.light.cc_dialog button:hover.cc_b_ok,
.light.cc_dialog button:hover.cc_b_cp,
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button:hover {
  background-color: #222328;
  color: white; }

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label:before {
  background: #C606CF; }
ul.lang-switcher{
  list-style: none;
  padding: 0; }
ul.lang-switcher li{
  display: inline-block;
  margin-right: 5px; }
ul.lang-switcher li a{
  font-size: 0; }
ul.lang-switcher li a img{
  width: 24px;
  height: auto;
  margin: 0; }

[lang="de"] .block__content h5{
  word-break: break-all; }
  
      /* Get in touch thanks page CSS */

      .thanksImgDiv{
        justify-content: center;
        margin-left: 50px;
      }

      .imgThanks{
        width: 400px;
        height: 400px;
      }


      @media (max-width: 1078.98px) {
        .imgThanks{
          width: 200px;
          height: 200px;
        }
      }

  		/* Client page CSS */
  
.clientlanding .header__sub {
    font-size: 1.5rem;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    color: #9c9c9f;
    margin: 1.25rem 2rem 1.25rem 0;
	}


.clientlanding .color_fff {
    color: #ffffff;
}

/* circular arrow buttons */

.clientlanding div.btn360 {
  display: inline-block;
  vertical-align: middle; 
  text-align: center;
}

.clientlanding div.btn360 a {
  display: inline-block;
  border-radius: 50%;
}

.clientlanding a:hover .left_btn, .clientlanding a:hover .top_btn, .clientlanding a:hover .down_btn, .clientlanding a:hover .right_btn{
  /*border: 0.5em solid #e74c3c;*/
  background: transparent;
}

.clientlanding a:hover .left_btn:after, .clientlanding a:hover .top_btn:after, .clientlanding a:hover .down_btn:after, .clientlanding a:hover .right_btn:after {
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
}


.clientlanding a:hover span.btn_black:after, .clientlanding a:hover .top_btn:after {
  border-top: 0.3em solid #333;
  border-right: 0.3em solid #333;
}


.clientlanding .left_btn {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #333;
  border-radius: 50%;
}

.clientlanding .left_btn:after {
  content: '';
	display: inline-block;
  margin-top: 1.05em;
  margin-left: 0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #333;
  border-right: 0.5em solid #333;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.clientlanding .top_btn {
  display: inline-block;
  width: 3em;
  height: 3em;
  border: 0.3em solid #fff;
  background:#333;
  border-radius: 50%;
}

.clientlanding .top_btn:after {
  content: '';
	display: inline-block;
  margin-top: 0.8em;
  width: 1em;
  height: 1em;
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.clientlanding .down_btn {
  display: inline-block;
  width: 3em;
  height: 3em;
  border: 0.3em solid #fff;
  background:#fff;
  border-radius: 50%;
}

.clientlanding .down_btn:after {
  content: '';
	display: inline-block;
  margin-top: 0.5em;
  width: 1em;
  height: 1em;
  border-top: 0.3em solid #333;
  border-right: 0.3em solid #333;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.clientlanding .right_btn {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.5em solid #333;
  border-radius: 50%;
}

.clientlanding .right_btn:after {
  content: '';
	display: inline-block;
  margin-top: 1.05em;
  margin-left: -0.6em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.5em solid #333;
  border-right: 0.5em solid #333;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1078.98px) {
	.clientlanding .down_btn, .clientlanding .btn360 h3 {
	  margin-top: 2rem;
	}
	
	.btnMargin {
		margin-top: 0.5rem !important;
	}
}


.clientlanding span.btn_black {

  border: 0.3em solid #333;
  background:#333;

}

.clientlanding span.btn_black:after {
  border-top: 0.3em solid #fff;
  border-right: 0.3em solid #fff;
}

.clientlanding .btn360 h3 {
float: right;
    line-height: 3rem;
    margin-left: 1rem;
}

.clientlanding .content-main {
background: #f8f9f9;
}


.clientlanding .section__testimonials {
    background-color: #f8f9f9;
    margin-top: 0;
	overflow: hidden;
	height: auto !important;
	min-height: 100vh;
	padding-bottom: 0rem;	
	margin-bottom: 0;
}

.clientlanding .section__testimonials .container {
	margin-bottom: 4rem;
}

.clientlanding .section__testimonial--client img {

max-width: 60%;
margin: 0 auto;

}

@media (max-width: 1078.98px) {

.clientlanding .section__testimonials .header__main {
font-size: 1.75rem;
}

.clientlanding .section__testimonials .btn360 {
	margin: 0 auto;
}

.clientlanding .section__testimonials .btn360 .down_btn {
margin-top: 1rem;
}

}

.clientlanding .section__testimonial {
background: transparent;
}

.clientlanding .section__testimonial h4 {
font-family: demos-next, sans-serif;
font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.clientlanding .section__testimonial p {
	margin: 0;
	color: #000;
}

.clientlanding .client-journey { 
  min-height: 100vh;
}

.clientlanding .client-journey .tube_holder{
 min-height: 100vh;
}

.clientlanding .header_tube {
margin-bottom: 4rem;
margin-top: 0;
margin-left: 2rem;
}

@media (max-width: 1078.98px) {

.clientlanding .header_tube {
margin-left: 0rem;
}

.clientlanding .client-journey-end button {
margin-left: -4rem;
}


}




.clientlanding .tube_holder{
  width:100%;
  overflow:hidden; 
  position:relative;
  height:100%
 }


.clientlanding .client-journey-end .tube_holder {
height: auto;
}

.clientlanding .tube_holder p {
margin: 0 0 1rem 0;
padding: 0 2rem 0 0;
}

.clientlanding .tube_holder p strong {
font-size: 1.5rem;
    color: #a4539b;
    line-height: 1.5rem;
    display: block;
    font-family: demos-next, sans-serif;
}

.clientlanding .header_holder {
 float: left; 
 margin-left: 4em; 
}

.clientlanding .header_holder h3 {
line-height: 3rem;
}

.clientlanding .content_holder{
 float: left; 
 width:100%;
    padding-top: 1rem;
 margin-left: 50px; 
 margin-bottom:40px;
}

.clientlanding .color_1 {
  background: #a4539b;
 }

.clientlanding .color_2 {
  background: #6d5fa6;
 }

.clientlanding .color_3 {
  background: #2d6db2;
 }

.clientlanding .color_4 {
  background: #1a71b6;
 }


.clientlanding .circle {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin-left: -1.5em;
 }


.clientlanding .tube {
  padding: 0px;
  width: 0px;
  float: left;
  border: 5px solid;
  border-top: 0;
  border-bottom: 0;
  margin: 0 2em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}

.clientlanding .tube_1 {
   border-image: linear-gradient(to bottom, rgba(164,83,155,1) 0%, rgba(109,95,166,1) 100%);
   border-image-slice: 1;
}

.clientlanding .tube_2 {
  border-image: linear-gradient(to bottom, rgba(109,95,166,1) 0%, rgba(45,109,178,1) 100%);
  border-image-slice: 1;
}

.clientlanding .tube_3 {
  border-image: linear-gradient(to bottom, rgba(45,109,178,1) 0%, rgba(45,109,178,1) 100%);
  border-image-slice: 1;
}

.clientlanding .tube_4 {
 border-image:  linear-gradient(to bottom, rgba(45,109,178,1) 0%, rgba(26,113,182,1) 100%);
 height:20px;
  border-image-slice: 1;
}

.clientlanding .explore-client {
width: 100%;
    text-align: center;
    margin: 4rem 0 2rem 0;
}

@media (max-width: 1078.98px) {

.clientlanding .explore-client {
    margin: 1rem 0 0 0;
}

}


.clientlanding .client-journey .btn360, .clientlanding .client-journey-end .button {
margin-top: 5rem;
}

.clientlanding .client-journey .pad_top, .clientlanding .client-journey-end .pad_top{
margin-top: 2rem;
}


.clientlanding .top_btn360 {
display:none;
position: fixed;
bottom: 1em;
right:1em;
z-index:99999;
}


.clientlanding .header__main--lg {

display:none;
}



.clientlanding .strapline {
position:fixed;
top: 0;
right: -15px;
z-index: 999999;
height: 80px;
}

.clientlanding .strapline p {
float: left;
    text-align: center;
    width: 80%;
    line-height: 40px;
	color: rgba(255, 255, 255, 0.6);
}

.clientlanding .strapline .button__filled {
right: 0;
    position: fixed;
}



.clientlanding .new_footer__form {
	background: #fff;
    position: fixed;
    top: 80px;
	min-height: 100vh;
    right: -400px;
    width: 400px;
    padding: 1rem 2rem 2rem 2rem !important;
	padding-bottom: 80px !important;
    color: #333;
	transition: right 0.5s ease;
	z-index: 99999;
}

.clientlanding .new_footer__form .form__group {
margin: 0;
}

.clientlanding .new_footer__form .button {
margin-top: 1rem;
}

.clientlanding .new_footer__form.open {
right:0px;
max-width: 100%;
}

.clientlanding .form_call p {
width: 60%;
float: left;
margin: 1rem 0 1rem;
line-height: 43px;
}


.clientlanding .primary-nav__link.button__filled--black, .clientlanding .primary-nav__link.button__filled--purple {
    min-height: 5rem;
	padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
}

.clientlanding .putLeft {
	
	float: left !important;
}

.clientlanding .dataPermissionLabel{
  color: black !important;
  float: left !important;
}

.candidatelanding.clientlanding .content_holder {
padding-top: 0;
}

.candidatelanding.clientlanding .content_holder p {
padding-top: 0;
margin-top: 0; 
}

.cvButLabel{
  color: black !important;
  margin-left: 15px;
}

.butAlign{
	
	float: left;
    width: 20px;
    margin-top: 2%;
	margin-right: 2%;
}
.ajustSize{
  padding: 10px 36px !important;
}

#four {
	display: block;
}

#three {
	display: none;
}

/* styles for mobile header */
@media (max-width: 1078.98px) {

#message_phone {
	display: none;
}

#four {
	display: none;
}

#three {
	display: block;
}
.clientlanding .strapline  .menu--toggle {
display: none;
}

.clientlanding .strapline p {
display: none;
}
.clientlanding .svg__logo--large {

width: 8rem;

}

.clientlanding .menu--toggle {
	right: 10rem;
}


}


	/* End Client Page CSS */
	
	/* Candidate Page CSS */
	
		.candidatelanding .section__header h3 {
			margin: 0 auto 2rem auto;

		}
		.candidatelanding .section__testimonial h4 {
			font-family: 'azo-sans-web';
			font-size: 1.5rem;
			font-weight: 400;
			margin-top: 2rem;
			margin-bottom: 2rem;
		}

		.candidatelanding .section__testimonial p {
			margin-bottom: 1rem;
		}

		.candidatelanding .section__jobs {
			background-color: #f8f9f9;
			margin-top: 0;
			overflow: hidden;
			height: auto !important;
			min-height: 100vh;
			padding-bottom: 0rem;
			margin-bottom: 0;
			padding-top: 0;
		}

		.clientlanding.candidatelanding .explore-client {
			margin-top: 0;
		}

		.clientlanding.candidatelanding .section__jobs .explore-client {
			margin-top: 2rem;
		}

		.candidatelanding .section__jobs .section__testimonial {
			background: #eaeceb;
		}

		.candidatelanding .section__jobs .section__testimonial p {
			padding-left: 0.5rem;
			padding-right: 0.5rem;
		}

		.candidatelanding .section__jobs .section__testimonial--client img {

			max-width: 100%;
		}

		.candidatelanding .section__jobs h4 {
			font-size: 1.5rem;
			color: #a4539b;
			line-height: 1.5rem;
			display: block;
			font-family: demos-next, sans-serif;
		}

		.candidatelanding .section__jobs .container {
			padding-bottom: 12rem;
		}


		.candidatelanding .client-journey .tube_holder {
			min-height: 100vh;
		}

		.candidatelanding.clientlanding .client-journey .btn360 {
			margin-top: 2rem;
		}

		.candidatelanding.clientlanding .tube_holder p strong {
			line-height: 2rem;
			padding-top: 5px;
		}

		.candidatelanding .section__testimonial--client svg {
			max-width: 60%;
			margin: 0 auto;
		}
		
		.candidatelanding section {
		
			position: relative;
		}
		
		.candidatelanding .stargate {
		
			position: absolute;
			bottom:0;
		
		}
		
		.noBottom {
			margin-bottom: 0 !important;
		}
		
		.justify-content-candidatelanding {
			
			justify-content: center !important;
		}

		.btnCV{
      background: #f7f7f7; 
      padding: 8px;
      border: 1px solid #5c5c5c; 
      border-radius: 5px; 
      border: 1px solid #ccc; 
      display: inline-block;
      padding: 6px 12px;
      margin-top: 15px;
      cursor: pointer;
      color: #000000 !important;
    }

    #titleChange {
			
			opacity: 0;
		}
		
		#submitCV {
			
			padding: 0.625rem 2.56rem;
		}
		
		#titlePerfect {
			font-style: italic;
    }

    #phonenumberv3 {
			font-size: 18px;
    }
    
    @media (min-width: 1078.98px) {
      .putLeft {
        display: none !important;
      }
      
    }
	/* End Candidate Page CSS */
	
/* Get in touch page styles */

.get_in_touch .footer__global--contact {
padding-top: 10rem;
}

/* End of Get in touch styles */

/* jobs page styles */

.industry-select {
overflow: hidden;
    height: 50px;
}


/* end jobs page styles */


/* input phone number with flag on CV form */

@media (max-width: 1078.98px) {
  .iti {
    display: none !important;
  }
  
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../png/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../png/flags%402x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }


