/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
   font-family: "cyicons";
  src: url("//7288424.fs1.hubspotusercontent-na1.net/hubfs/7288424/Cyware_January2021/Fonts/cyicons.2a49cec.eot") format("embedded-opentype"),
   url("//7288424.fs1.hubspotusercontent-na1.net/hubfs/7288424/Cyware_January2021/Fonts/cyicons.1372157.ttf") format("truetype"), 
   url("//7288424.fs1.hubspotusercontent-na1.net/hubfs/7288424/Cyware_January2021/Fonts/cyicons.0dcf0a9.woff") format("woff"); 
   font-style: normal; 
   font-weight: 400;
    font-display: block;
}

html {
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;

  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-family: Open Sans;
  white-space:normal;
  text-transform: uppercase;
  margin:10px 0;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration:none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

h3.form-title {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 13px;
}

.hs-error-msgs label {
  color: #f2545b!important;
}

.hs-input {
  display: inline-block;
  width: 100%!important;
  height: auto !important;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom:8px
}
input#hs-pwd-widget-password {
  width: 100%;
}

form input{
  display: inline-block;
  height: auto !important;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom:8px
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
select.hs-input {
  color: #bfbfbf;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
  padding-left: 5px;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-wrap{
  min-height:76.25px;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
header.header {
  padding: .8rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  justify-content: flex-start;
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header__container {
  position: relative;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  padding-left: 0;
  flex-wrap: nowrap;
  width: 100%;
}

.header__logo {
  flex-grow: 0;
}

.header__column {
  display: flex !important;
}

.header__logo>div {
  display: inline-block;
  padding-top: .6125rem;
  padding-bottom: .6125rem;
  margin-right: 1.6rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header__logo img {
  vertical-align: middle;
  max-width: 100%;
  height: 32px;
}
.header-mobile-wrap {
  display: none !important;
}
ul.navbar-nav-right {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  flex-direction: row;
  position: relative;
}
.search-icon-wrap {
  padding-left: 1.8rem;
  position: relative;
  align-items: center;
  display: inline-flex;
}

span.search-icon {
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-left: .8rem!important;
  font-size: 1.6rem;
  margin-right: .8rem!important;
  color: #172b4d;
}

span.search-icon:before {
  content: "";
}

li.nav-item {
  padding-left: 1.8rem;
}

li.nav-item button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  border-radius: .4rem;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding: .7rem 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #1968fc;
  border: none;
  cursor: pointer;
}

li.nav-item button a,
li.nav-item button a:hover {
  color: inherit;
  text-decoration: none;
}
li.login-btn {
  padding-left: 1.8rem;
  font-weight: 600;
  margin-bottom: auto!important;
  margin-top: auto!important;
}

li.login-btn a {
  display: block;
  padding: .8rem 1.6rem;
  color: #3065ef;
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: 1.4rem;
  transition: all .3s;
  cursor: pointer;
}
li.login-btn a:hover{
  text-decoration: none;
}

.custom-menu-primary ul.submenu.level-1 {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  position: relative;
}

.custom-menu-primary ul.submenu.level-1>li {
  position: relative;
  font-weight: 600;
  padding-left: 1.8rem;
}

.custom-menu-primary ul.submenu.level-1>li>a {
  display: block;
  padding: .8rem 1.6rem;
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: 1.4rem;
  transition: all .3s;
  cursor: pointer;
}

/* .custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after {
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .4s ease;
  display: inline-block;
  font-size: .5rem;
  margin-bottom: .2rem;
  vertical-align: middle;
  padding-left: .2rem;
  content: "";
  /* margin-left: 3.6px; */
} */
.custom-menu-primary ul.submenu.level-1>li:hover a:after {
  transform: rotate(-180deg);
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .submenu-wrapper {
  left: -300px;
  width: 800px;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4):hover .submenu-wrapper{
  width: 800px;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(5) .cy-texture-menu-bg{
  padding: 0;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg span {
  font-size: 1.4rem;
  display: block;
  color: #007bff;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg span i {
  font-size: 1.4rem;
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg span i:before {
  content: "";
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg a,
.custom-menu-primary ul.submenu.level-1>li:nth-child(5) .cy-texture-menu-bg a {
  padding: 2.4rem;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(4) .cy-texture-menu-bg a:hover span {
  text-decoration: underline;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2 .submenu-label-inner{
  margin-bottom: 1.6rem;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2 .submenu-label-inner>li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: .8rem;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(4) ul.submenu.level-2 .menu-link-inner .img-wrap img{
  height: 24px;
}

.submenu-wrapper {
  position: absolute;
  top: 30px;
  padding-top: 1.5rem;
  display: none;
  transition: all 3s ease;
  z-index: 999;
  left: -75%;
}
.submenu-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0 16px 20px -9px rgba(14,71,139,.09), 0 2px 8px 0 rgba(14,71,139,.13);
  background: #fff;
  border-radius: .3rem;
  position: relative;
}
.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  line-height: 1.5;
  font-size: 14px;
}
.submenu-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-menu-primary ul.submenu.level-1>li:hover .submenu-wrapper {
  transition: all 3s ease;
  display: block;
  min-width: 500px;
  width: auto;
}
.cy-texture-menu-bg {
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
  background-color: rgba(239,244,255,.8);
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  width: 100%;
  background-image: url(//7288424.fs1.hubspotusercontent-na1.net/hubfs/7288424/raw_assets/public/Cyware_March_2023_Revamp/images/wave-bg.svg);
  padding: 2.4rem;
}

.cy-texture-menu-bg a {
  display: block;
  position: relative;
  height: 100%!important;
}
.cy-texture-menu-bg a:hover{
  box-shadow: 0 36px 42px -9px rgba(86,112,156,.05), 0 3px 11px 0 rgba(86,112,156,.15);
}

.position-relative {
  position: relative!important;
}

.cy-texture-menu-bg h2 {
  line-height: 1.2;
  font-weight: 800;
  color: #172b4d;
  font-size: 1.8rem;
  margin-bottom: .8rem;
}

.cy-texture-menu-bg p {
  margin-bottom: 1.6rem;
  padding-bottom: .8rem;
  color: #3f4040;
  font-weight: 400;
  font-size: 1.4rem;
}
.menu-link-inner {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  padding: .8rem;
  align-items: center;
  margin: 0;
}

.menu-link-inner .img-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}


.menu-link-text {
  position: relative;
  width: 100%;
  padding-right: .4rem;
  padding-left: .4rem;
}
.submenu-label-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.4rem!important;
  padding-bottom: 2.4rem!important;
}

.submenu-label-inner>li {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 6px;
}


.menu-link-inner .img-wrap img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 75%;
}

.menu-link-text h3 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}
.menu-link-text h3 span {
  line-height: 1.2;
  border-radius: .4rem;
  padding-left: .8rem;
  padding-right: .8rem;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: #eff4ff;
  color: #1968fc;
  margin-left:3px;
}
.custom-menu-primary ul.submenu.level-1>li:first-child .submenu-wrapper {
  left: -10px;
  width: 800px;
}

.custom-menu-primary ul.submenu.level-1>li:first-child .cy-texture-menu-bg {
  flex: 0 0 25%;
  max-width: 25%;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 2.4rem;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .submenu-label-inner {
  padding: 0 !important;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .submenu-label-inner>li {
  flex: 0 0 50%;
  max-width: 50%;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .menu-link-text {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .menu-link-text h3 {
  font-weight: 400;
  margin-bottom: .8rem;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .menu-link-text p {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom:0;
}
/* .custom-menu-primary ul.submenu.level-1>li:nth-child(1) ul.submenu.level-2 li:nth-child(1) .menu-link-text p{
margin-bottom: 1.6rem;
} */
.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .menu-link-inner .img-wrap{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align:center;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(1) .menu-link-inner .img-wrap img{
  width:100%;
}
hr.cy-border-top-lighter {
  border: 0;
  margin-top: .8rem!important;
  margin-bottom: .8rem!important;
  border-top: 1px solid #ebecf0!important;
  height: auto;
  width: 100%;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) .submenu-wrapper {
  width: 800px;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 {
  width: 100%!important;
  max-width: 100%;
  flex: 0 0 100%;
  background: transparent;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) .submenu-inner {
  display: block;
  padding: 0;
  background: transparent;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>.submenu-label-inner>li {
  background-color: #fff;
  margin-bottom: 1.6rem;
  border: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>.submenu-label-inner {
  padding: 0 !important;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>.submenu-label-inner>li>a {
  display: none;
}
.submenu-label-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg .position-relative {
  padding: 1.6rem;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg a {
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg a:hover {
  color: #0056b3;
  text-decoration: underline;
  box-shadow: none;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg a i {
  font-size: .9rem;
  margin-left:4px;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 .cy-texture-menu-bg a i:before {
  content: "";
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 ul.submenu.level-3 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 ul.submenu.level-3>li {
  border-radius: 6px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: .8rem;
}

.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 ul.submenu.level-3>li>a {
  color: #3f4040;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2 ul.submenu.level-3>li .img-wrap img {
  height: 24px!important;
  width: 50%!important;
}
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>.submenu-label-inner>li:last-child {
  margin-bottom: 0;
}
.submenu-label-inner>li.hover-active,
.custom-menu-primary ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>.submenu-label-inner>li ul.submenu.level-3>li.hover-active {
  border-left: 3px solid #3065ef;
  box-shadow: 0 36px 42px -9px rgba(86,112,156,.05), 0 3px 11px 0 rgba(86,112,156,.15);
}
form.search-form {
  display: none;
}
.search-open form.search-form{
  display: block;
}
.search-open .custom-menu-primary {
  display: none;
}
.form-control::-webkit-input-placeholder {
  color: #97a0af;
  opacity: 1;
}
form.search-form input.form-control {
  border: 1px solid #ced4da;
  line-height: 1.5;
  height: calc(1.5em + 1.2rem + 2px)!important;
  padding: .6rem 1.2rem;
  display: block;
  color: #172b4d;
  font-weight: 500;
  border-width: .2rem;
  width: 0;
  font-size: 1.4rem;
  border-radius: .8rem;
  transition: width 1s;
  background: #fff;
  margin: 0;
  font-family:"Open Sans", sans-serif;
}
form.search-form input.form-control {
  width: 550px;
}
.search-open span.search-icon:before {
  content: "";
}
.search-open span.search-icon {
  font-size: 1.2rem;
}
form.search-form input.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.32rem rgba(0,123,255,.25);
}

.header-oberlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.9);
  display: none;
  z-index: 1;
}
.header-oberlay-inner{
  background-color: #fff;
  opacity: .1;
  position: fixed;
  width: 100%;
  height: 100%;
}

.header-oberlay.obarlay-active{
  display: block;
}
.login-btn-mob{
  display: none;
}
.custom-menu-primary .child-trigger {
  display: none;
}
.lp span.cy-mobile-menu__toggler {
  opacity: 0;
  visibility: hidden;
}
.lp ul.login-btn-mob {
  opacity: 0;
  visibility: hidden;
}
/* Mobile Styles */
@media (min-width: 768px) {
  .menu-link-text {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .menu-link-inner .img-wrap {
    flex: 0 0 25%;
    max-width: 25%;
  }


}

@media (max-width:1150px) {
  .custom-menu-primary ul.submenu.level-1>li:last-child .submenu-wrapper {
    left: -150%;
  }

  .custom-menu-primary ul.submenu.level-1>li:nth-child(4) .submenu-wrapper {
    left: -330%;
  }

  .custom-menu-primary ul.submenu.level-1>li:nth-child(2) .submenu-wrapper {
    left: -130%;
  }


}
@media (max-width:1005px) {
  .custom-menu-primary ul.submenu.level-1>li {
    padding-left: 1.5rem;
  }
}

@media (max-width:991px) {
  header.header {
    display: block!important;
    width: 100vw;
  }
  .header-mobile-wrap {
    display: block;
  }
  .header__logo {
    flex-grow: 1!important;
  }
  .header__column {
    display: none!important;
  }
  .login-btn-mob{
    display:block;
    margin:0;
    padding:0;
    list-style: none;
  }
  li.login-btn{
    padding-left:0;
    position: relative;
    top:2px;
  }
  li.login-btn a{
    padding:0;
  }
  span.cy-mobile-menu__toggler {
    color: #3065ef!important;
    font-size: 2rem;
    position: relative;
    top: 3px;
    cursor: pointer;
  }

  .cyicon-hamburger:before {
    content: "";
  }

  .mobile-menu-primary {
    overflow-y: auto;
    position: fixed;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    right: 0;
    top: 7.5rem;
    height: 0;
    background: #fff;
    padding-right: 1.6rem!important;
    padding-left: 1.6rem!important;
  }
  .mobile-open .mobile-menu-primary {
    z-index: 1;
    opacity: 1;
    height: calc(100% - 7.5rem);
  }

  .mobile-menu-primary ul.submenu.level-1>li {
    padding-bottom: 1.6rem;
  }

  .mobile-menu-primary .submenu.level-1 {
    margin-bottom: 1rem;
  }

  .mobile-menu-primary ul.submenu.level-1>li>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #3065ef;
  }
  .mobile-menu-primary ul.submenu.level-1>li>a span {
    font-weight: 700;
    font-size: 1.6rem;
    color: #3065ef;
  }
  .mobile-menu-primary ul.submenu.level-1>li>a .child-trigger{
    padding-left: .8rem!important;
    font-family: "cyicons"!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .35s;
    font-size: .6rem;
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    top: 1px;
  }
  .mobile-menu-primary ul.submenu.level-1>li>a .child-trigger:after{
    content: "";
  }
  .mobile-btn {
    height: auto !important;
    padding-bottom: 2.4rem;
  }
  .mobile-btn button {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
    line-height: 1.5;
    display: inline-block;
    font-size: 1.6rem!important;
    font-style: normal;
    border-radius: .4rem!important;
    width: auto;
    text-align: center;
    vertical-align: middle;
    padding: .7rem 1.2rem!important;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff!important;
    background-color: #1968fc!important;
    border: none!important;
    cursor: pointer;
  }
  .mobile-btn button a {
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu-primary ul.submenu.level-1>li>a:hover {
    text-decoration: underline;
  }
  .mobile-menu-primary ul.submenu.level-1>li.child-open .child-trigger {
    transform: rotate(0deg);
    top: -3px;
    left: -4px;
  }

  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    margin-top:.8rem;
    font-size: 1.4rem;
  }

  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2>li {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }

  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2>li>a {
    color: #172b4d;
  }
  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2>li>a .child-trigger {
    display: none;
  }
  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2>li>a span {
    border-radius: .4rem;
    padding-right: .8rem;
    padding-left: .8rem;
    font-weight: 600;
    font-size: 1rem;
    background-color: #eff4ff;
    color: #1968fc;
  }
  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2 .submenu.level-3 {
    display: block!important;
  }
  .mobile-menu-primary .submenu.level-1>li:nth-child(2) ul.submenu.level-2>li {
    padding-top: .4rem;
    font-size: 1.2rem;
    margin: 0;
  }
  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2 .submenu.level-3 hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #ebecf0;
    height: 0;
  }
  .mobile-menu-primary .submenu.level-1>li:nth-child(2) ul.submenu.level-2>li>a {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #172b4d;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: .8rem;
  }

  .mobile-menu-primary .submenu.level-1>li:nth-child(2) ul.submenu.level-2 .submenu.level-3>li {
    margin-bottom: 1.6rem;
  }

  .mobile-menu-primary .submenu.level-1 ul.submenu.level-2 .submenu.level-3 {
    padding-top: .4rem!important;
    font-size: 14px;
  }

  .mob-menu-link-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%!important;
  }

  .mob-menu-link-inner .img-wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    align-self: center!important;
    text-align: center!important;
  }

  .mob-menu-link-inner .img-wrap img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }

  .mob-menu-link-text {
    position: relative;
    width: 100%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    align-self: center!important;
    padding-right: .4rem!important;
    padding-left: .4rem!important;
  }

  .mob-menu-link-text h3 {
    font-size: 1.6rem;
    font-weight: 400!important;
    line-height: 1.2;
    margin: 0;
  }
  a.mobile-view-link {
    font-size: 1.6rem;
    font-weight: 600;
  }
  a.mobile-view-link:hover{
    text-decoration: underline;
  }
  a.mobile-view-link i{
    font-size: .9rem;
  }
  .cyicon-arrow-right:before {
    content: "";
  }
  .mobile-menu-primary .submenu.level-1>li:nth-child(1) ul.submenu.level-2 {
    margin-top: 2.4rem;
  }

  .mobile-menu-primary .submenu.level-1>li:nth-child(1) ul.submenu.level-2 .mob-menu-link-text h3 {
    font-size: 1.2rem;
    margin-bottom: .8rem;
  }

  .mobile-menu-primary .submenu.level-1>li:nth-child(1) ul.submenu.level-2 .mob-menu-link-text p {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
  }


}



@media (max-width: 575px){
  .header__logo {
    text-align: center;
  }
  .mob-menu-link-inner .img-wrap {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  position: relative;
  font-size: 14px;
  /*   z-index:2; */
}
.footer-logo a:hover {
  text-decoration: none;
}
.footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 4.8rem;
  border-top: 1px solid #eff4ff;
  border-bottom: 1px solid #eff4ff;
  padding-top: 5rem;
}

.footer-menu ul.submenu.level-1 {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu ul.submenu.level-1>li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.footer-menu ul.submenu.level-1>li>a{
  line-height: 1.2;
  margin-bottom: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 800;
  font-size: 1.6rem;
  color: #172b4d;
  cursor:text;
  display: block;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2{
  margin-bottom: 1rem;
  display: block;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li{
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.4rem;
  color: #172b4d;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li>a{
  color: #172b4d;
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li>a:hover{
  text-decoration: underline;
}
.footer-menu ul.submenu.level-1>li:first-child ul.submenu.level-2>li:last-child>a{
  color: #007bff;
  font-size: 1.4rem;
}
.footer-menu ul.submenu.level-1>li:first-child ul.submenu.level-2>li:last-child>a:after{
  font-size: .9rem;
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.footer-menu ul.submenu.level-1>li ul.submenu.level-2>li hr {
  margin: 0;
  border-top: 1px solid #eff4ff;
  height: 0;
}
.footer-menu ul.submenu.level-1>li:last-child ul.submenu.level-2>li:nth-child(2)>a span{
  color: #1968fc;
  background-color: #eff4ff;
  font-size: 1.2rem;
  font-weight: 600;
  padding-right: .8rem;
  padding-left: .8rem;
  border-radius: .4rem;
  margin-left: 3.5px;
}
.footer-middle {
  border-bottom: 1px solid #eff4ff;
  padding-bottom: .8rem;
  padding-top: .8rem;
  align-self: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-middle-column{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.footer-middle-column a{
  color: #007bff;
  font-weight: 600;
  font-size:14px;
}
.social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
  padding-top: 1.6rem;
  line-height: 20px;
  font-size: 1.2rem;
}
.social-icon ul li{
  display: inline-block;
  padding-right: .4rem;
  padding-left: .4rem;
}
.social-icon ul li:not(:last-child){
  margin-right: .8rem;
}
.social-icon ul li img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.footer-bottom {
  padding-bottom: .8rem;
  padding-top: .8rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-bottom-middle {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  text-align:center;
}
.footer-logo a{
  font-size: 1.4rem;
}
.footer-logo img{
  height: 35px;
  max-height: 35px;
  max-width: 120px;
  width: auto;
  padding-right: 1.6rem;
  vertical-align: middle;
}
[class*=" cyicon-"], [class^=cyicon-] {
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cyicon-external:before {
  content: "";
} 
.copyright{
  padding-top: 2.4rem;
}
.copyright a{
  padding-right: .8rem;
  color: #172b4d;
}
.copyright p{
  padding-left: .8rem;
  margin:0;
  display: inline;
}
.copyright {
  font-size: 14px;
}
.copyright a ,
.copyright p{
  font-weight: 600;
}
.copyright a {
  padding-left: .8rem;
}
.footer-middle-column {
  align-self: center;
}
.footer-middle-column:last-child a {
  padding-left: .8rem;
}
a#back-to-top {
  font-size: 1.4rem;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  text-align: center;
  position: fixed;
}

a#back-to-top img {
  vertical-align: middle;
}

a#back-to-top p {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 400;
  color: #172b4d;
}

a#back-to-top:hover {
  text-decoration: none;
}


div#contact-form {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  transition: all .3s linear;
  visibility: hidden
}

.popup-open div#contact-form {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .8rem;
  pointer-events: none;
  display: flex;
  max-height: calc(100% - 1.6rem);
  transition: transform .3s ease-out;
  transform: translateY(-50px);
}

.popup-open .modal-dialog {
  transform: none;
}

.modal-content {
  max-height: calc(100vh - 5.6rem);
}

.modal-content {
  max-height: calc(100vh - 1.6rem);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .48rem;
  outline: 0;
}

.modal-body {
  overflow-y: auto;
  position: relative;
  flex: 1 1 auto;
}

.contact-us-wrapper {
  padding: 2.4rem;
  height: 100%;
}
body.popup-open {
  overflow: hidden;
  padding-right: 17px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.footer-menu .child-trigger {
  display: none;
}
.popup-open .modal-backdrop {
  opacity: .5;
  visibility: visible;
}
.popup-open header.header {
  padding-right: 33px;
}

a.modal-close-position-demo-form {
  font-size: 1rem;
  display: inline-block!important;
  font-weight: 300;
  position: absolute!important;
  text-align: center;
  color: #007bff!important;
  text-decoration: none!important;
  cursor: pointer!important;
  line-height: 40px!important;
}
.cyicon-close:before {
  content: "";
}


a.modal-close-position-demo-form:hover {
  color: #0056b3!important;
}
.contact-us-wrapper h3.form-title {
  margin-top: 0;
  width: 402px;
  font-family: Open Sans;
  line-height: 24px;
  color: #33475b;
  font-size: 28px;
  font-weight: bold;
  font-family: helvetica;
}

.contact-us-wrapper form {
  width: 402px;
}

.contact-us-wrapper form .hs-button {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
  font-weight: 700;
}

.contact-us-wrapper .actions {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 17px 0;
}
.contact-us-wrapper .hs-richtext p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 24px;
}

.contact-us-wrapper .hs-richtext p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.contact-us-wrapper .grecaptcha-badge {
  margin-left: 0;
}

.contact-us-wrapper .hs_recaptcha.hs-recaptcha {
  margin: 8px;
  margin-bottom: 18px;
  margin-top: 16px;
}


@media (min-width:576px){
  .modal-dialog{
    max-height: calc(100% - 5.6rem);
    max-width: 500px;
    margin: 2.8rem auto;
  }
  .modal-content {
    max-height: calc(100vh - 5.6rem);
  }
}

@media (min-width: 768px){
  .footer-menu ul.submenu.level-1>li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .footer-menu ul.submenu.level-1>li:nth-child(2) {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .footer-middle-column{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    text-align: left;
  }
  .footer-bottom-middle {
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .copyright{
    padding-top: .8rem;
    text-align: right;
  }
  .contact-us-wrapper {
    padding: 4.8rem;
  }
  a.modal-close-position-demo-form {
    right: 5px;
    top: 5px;
  }
}


@media (max-width: 768px){
  .copyright {
    font-size: 1.2rem;
  }

  a#back-to-top p {
    font-size: 1rem;
  }

  .footer-logo a {
    font-size: 1.2rem;
  }

  .copyright a:first-child {
    padding-left: 0;
  }

  .footer-menu ul.submenu.level-1>li>a {
    font-size: 1.4rem;
  }

  .footer-menu {
    padding-bottom: 0;
  }

  .footer-menu ul.submenu.level-1>li ul.submenu.level-2>li {
    font-size: 1.2rem;
  }

  .footer-menu ul.submenu.level-1>li:nth-child(4), .footer-menu ul.submenu.level-1>li:nth-child(5) {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .footer-menu ul.submenu.level-1>li:last-child ul.submenu.level-2>li:nth-child(2)>a span {
    font-size: 1rem;
  }

  .footer-menu ul.submenu.level-1>li:first-child ul.submenu.level-2>li:last-child>a {
    font-size: 1.2rem;
  }
}

@media (max-width:576px){
  .contact-us-wrapper form {
    width: auto;
  }

  .contact-us-wrapper h3.form-title {
    width: auto;
  }
  a.modal-close-position-demo-form {
    right: 5px;
    top: 5px;
  }
}

@media (max-width:480px){
  .footer-menu ul.submenu.level-1>li,
  .footer-menu ul.submenu.level-1>li:nth-child(4),
  .footer-menu ul.submenu.level-1>li:nth-child(5)  {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


/*********************************** Listing *************************************/
.content-wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-listing .header-wrap,
.hs-blog-post .header-wrap{
  min-height: 0;
}
.blogBannerContent {
  margin-top: auto;
  margin-bottom: auto;
}
.blog_banner_section {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 10rem;
}
.blog-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
hr.blog_seperator {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  border-top: 1px solid #eff4ff;
}
.blogBannerCol {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.blogBannerImg {
  text-align: center;
}
img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
h1.blogBannerTitle {
  margin: 0;
  margin-bottom: .8rem;
  font-weight: 800;
  line-height: 60px;
  font-size: 3.6rem;
  color: #172b4d;
}
p.blogBannerSubtitle {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.blog_quotation {
  border-radius: .4rem;
  width: 75%;
  margin-bottom: 1.6rem;
  padding: 2.4rem 1.6rem;
  text-align: left;
  background-color: #eff4ff;
}
.blog_quotation h2 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: .8rem;
  font-weight: 800;
  font-size: 1.6rem;
}

button.blog_button, .blog-pagination a {
  margin: 0;
  font-family: inherit;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  align-items: center;
  margin-top: .8rem;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  border-radius: .4rem;
  width: auto;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background-color: #1968fc;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  text-decoration: none !Important;
}

.bottom_btn button.blog_button{
  font-weight: 600;
}


.tooltip{
  position:absolute;
  z-index:1070;
  display:block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
    font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-break:auto;
  line-height:1.42857143;
  text-align:left;
  text-align:start;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;
  white-space:normal;
  word-break:normal;
  word-spacing:normal;
  word-wrap:normal;
  font-size:14px;
  opacity:0;
  filter:alpha(opacity=0)
}
.tooltip.in{
  opacity:1;
  filter:alpha(opacity=90)
}
.tooltip.top{
  margin-top:-3px;
  padding:5px 0
}
.tooltip.right{
  margin-left:3px;
  padding:0 5px
}
.tooltip.bottom{
  margin-top:3px;
  padding:5px 0
}
.tooltip.left{
  margin-left:-3px;
  padding:0 5px
}
.tooltip-inner{
  max-width:200px;
  padding: .4rem .8rem;
  color:#fff;
  text-align:center;
  background-color:#6c757d;
  border-radius: .4rem;
}
.tooltip-arrow{
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow{
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-width:5px 5px 0;
  border-top-color:#6c757d;
}
.tooltip.top-left .tooltip-arrow{
  bottom:0;
  right:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#6c757d;
}
.tooltip.top-right .tooltip-arrow{
  bottom:0;
  left:5px;
  margin-bottom:-5px;
  border-width:5px 5px 0;
  border-top-color:#6c757d;
}
.tooltip.right .tooltip-arrow{
  top:50%;
  left:0;
  margin-top:-5px;
  border-width:5px 5px 5px 0;
  border-right-color:#6c757d;
}
.tooltip.left .tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-width:5px 0 5px 5px;
  border-left-color:#6c757d;
}
.tooltip.bottom .tooltip-arrow{
  top:0;
  left:50%;
  margin-left:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#6c757d;
}
.tooltip.bottom-left .tooltip-arrow{
  top:0;
  right:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#6c757d;
}
.tooltip.bottom-right .tooltip-arrow{
  top:0;
  left:5px;
  margin-top:-5px;
  border-width:0 5px 5px;
  border-bottom-color:#6c757d;
}




/******************************Topics *******************************/


.most-read {
  margin-top: 5rem;
}
.blog-topic-filter h3 {
  display: none;
}
h2.sectionTitle {
  margin-bottom: .8rem;
  margin-top: 0;
  width: 100%;
  font-weight: 800;
  line-height: 50px;
  font-size: 3.6rem;
  color: #172b4d;
}
.blog-topic-filter {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-topic-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-topic-filter ul li {
  font-weight: 600!important;
  display: inline-block;
  background-color: #ebecf0;
  color: #172b4d;
  padding: .3rem .6rem;
  margin: 0 1rem 1rem 0;
  border-radius: .2rem;
  font-size: 1.2rem;
  transition: all .2s linear;
  font-size: 1.4rem!important;
  padding: .8rem 1.8rem;
}
.blog-topic-filter ul li a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
.blog-topic-filter ul li:hover {
  cursor: pointer;
  background-color: #3065ef;
  color: #fff;
}
.blog-topic-filter ul li:hover a {
  color: #fff;
}
.most-read .container-row {
  margin-top: 3rem;
}
.blog_list_section {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.post-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.post-item .post-item-link {
  text-decoration: none;
  color: #172b4d;
}
.blog-item {
  margin-bottom: 4rem;
  border-radius: .6rem;
  transition: box-shadow .3s ease-in;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 42px -9px rgba(86,112,156,.05), 0 2px 11px 0 rgba(86,112,156,.15);
}
.blog-item img {
  width: 100%;
}
.blog-item img.featured-image {
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
.post-listing {
  display: flex;
  flex-wrap: wrap;
}
.blog-item .blog-item__content {
  padding: 1rem 1.4rem;
}
.blog-item .blog-item__content .blog-item__date {
  color: #97a0af;
  font-size: 1.4rem;
}
.blog-item .blog-item__content h2 {
  height: auto;
}
h2.blog-item__title {
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 600;
  line-height: 30px;
  font-size: 1.8rem;
}
p.blog-item__summary {
  margin: 0;
  font-size: 1.6rem;
  color: #54606b;
}
.blog-item__meta {
  margin-top: 2rem;
}
.d-inline {
  display: inline!important;
}
.blog-item__tags span {
  display: inline-block;
  background-color: #ebecf0;
  color: #172b4d;
  padding: .3rem .6rem;
  margin: 0 1rem 1rem 0;
  border-radius: .2rem;
  font-size: 1.2rem;
  transition: all .2s linear;
}
.blog-item__tags span:hover {
  cursor: pointer;
  background-color: #3065ef;
  color: #fff;
}


.most-popular {
  margin-top: 5rem!important;
  position: relative;
  background-image: url(//7288424.fs1.hubspotusercontent-na1.net/hubfs/7288424/Cyware_January2021/Images/wave-bg.svg);
  background-size: cover;
  background-color: rgba(48,101,239,.05);
  padding: 4rem 5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%;
}
.most-popular .container-row {
  margin-top: 3rem;
}
.most_poular_items {
  display: flex;
  flex-wrap: wrap;
}
.pop_post-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.pop_post-item > a {
  text-decoration: none;
  color: #172b4d;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.pop_post-photo {
  position: relative;
  width: 100%;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0;
}
.pop_post-photo img {
  border-bottom-left-radius: .4rem;
  border-top-left-radius: .4rem;
}
.pop-post-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  align-self: center!important;
}
.pop-post-content .blog-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0!important;
}
.pop-post-content h2.blog-item__title {
  font-size: 1.6rem;
  line-height: 25px;
}

.recent-posts h2.sectionTitle {
  line-height: 49px;
} 
.recent-post-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* .recent-blog-wrapper {
display: flex;
flex-wrap: wrap;
} */
.recent-post-item a {
  text-decoration: none;
  color: #172b4d;
}
.recent_feature__image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0!important;
}
.recent_feature__image img {
  border-bottom-left-radius: .4rem;
  border-top-left-radius: .4rem;
}
.recent_content_wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  align-self: center!important;
}
.recent-post-item .blog-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0!important;
}
.recent-post-item h2.blog-item__title {
  line-height: 25px;
  font-size: 1.6rem;
}
.recent-post-item p.blog-item__date {
  margin-bottom: 0;
}
img.recent-hs-featured-image {
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}
.recent-post-item.first__item .blog-item__content {
  padding: 1rem 1.4rem !important;
}
.recent-post-item.first__item p.blog-item__date {
  margin-bottom: 1.6rem;
}
.recent-post-item.first__item h2.blog-item__title {
  line-height: 30px!important;
  font-size: 1.8rem;
}
.recent-post-item.first__item .blog-item__meta {
  margin-top: 3rem!important;
}

.banner_subscriber {
  margin-top: 4.8rem;
  position: relative;
  padding-bottom: 4rem;
}
.banner_subscriber hr.blog_seperator {
  display: none!important;
}
.bottom_btn_heading {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center!important;
}
.bottom_btn_heading h2 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 2.8rem;
  color: #172b4d;
}
.bottom_btn {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 2.4rem!important;
  text-align: center!important;
}
.blog-pagination {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1.6rem!important;
  text-align: center!important;
}

.blog-post-warp {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 15rem;
}

.blog-postinner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-featured-wrap,
.blog-post-cat-wrap{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-left: 16.66667%;
  padding-bottom: 2.4rem;
}

a.blog-post__back-to-blog {
  color: #007bff;
  display: flex!important;
  align-items: center;
  margin-bottom: 2.4rem;
  text-decoration: none;
  font-size: 1.4rem;
}
.cyicon-arrow-left:before {
  content: "";
}

a.blog-post__back-to-blog i {
  padding-right: .8rem;
}

.post-featured-wrap img.hs-featured-image {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
.blog-post-cat-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: .8rem;
}

.blog-post-cat-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-post-cat-wrap ul li a {
  letter-spacing: .05em;
  font-weight: 600;
  font-size: 1.8rem;
  color: #172b4d!important;
}
.blog-post-cat-wrap ul li a:hover{
  text-decoration:none; 
}
h1.blog-post__title {
  margin-bottom: .8rem;
  padding-top: 2.4rem;
  font-weight: 800;
  line-height: 40px;
  font-size: 2.8rem;
  color: #172b4d;
}
.blog-post-cat-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
.blog-post {
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}

.blog-post-cat-wrap {
  padding-bottom: 0;
  padding-top: 0;
}

.post-social {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.blog-post-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}


.post-btn-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.post-social-inner {
  top: 20%;
  position: sticky;
  position: -webkit-sticky;
}
.post-social-inner h3 {
  line-height: 1.2;
  margin-bottom: .8rem;
  font-weight: 800;
  font-size: 1.8rem;
}

.post-social-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: .8rem!important;
  padding-bottom: .8rem!important;
}
.post-social-inner ul input#copyInput {
  border: 0;
  position: absolute;
  width: 10px;
  opacity: 0;
  pointer-events: none; 
}
.post-social-inner ul li {
  display: inline-block;
  margin-right: 1.2rem;
  margin-bottom: 1.6rem;
  position:relative;
}

.post-social-inner ul li a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  color: #97a0af;
  transition: color .3s ease-in;
}
.cyicon-facebook:before {
  content: "";
}
.cyicon-linkedin:before {
  content: "";
}
.cyicon-twitter:before {
  content: "";
}
.cyicon-link:before {
  content: "";
}

.post-social-inner ul li a:hover {
  color: #1968fc;
}

.blog-post__body {
  font-size: 1.8rem;
}

.post-btn-wrap-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  top: 20%;
  border-radius: .4rem;
  width: 100%;
  margin-bottom: 1.6rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #eff4ff;
}

.post-btn-wrap-inner h2 {
  line-height: 1.2;
  margin-bottom: .8rem;
  font-weight: 800;
  font-size: 1.6rem;
}

.post-btn-wrap-inner button {
  line-height: 1.5;
  align-items: center;
  margin-top: .8rem;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  border-radius: .4rem;
  width: auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #1968fc;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
}

hr.cy-border-top-light-blue {
  border-top: 1px solid #eff4ff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 0;
}

h2.tag-heading {
  line-height: 1.2;
  margin-bottom: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
  color: #1968fc;
}

h2.tag-heading i {
  font-size: 1.4rem;
}
.cyicon-tag:before {
  content: "";
}

.post-tag {
  margin-top: 2rem;
}

.blog-post-item__tags {
  display: inline-block;
  background-color: #ebecf0;
  color: #172b4d;
  padding: .3rem .6rem;
  margin: 0 1rem 1rem 0;
  border-radius: .2rem;
  font-size: 1.2rem;
  transition: all .2s linear;
}

.blog-post-item__tags a {
  color: inherit!important;
  text-decoration: none !important;
}

.blog-post-item__tags:hover {
  cursor: pointer;
  background-color: #3065ef;
  color: #fff;
}

p.post-date {
  margin-top: 1rem;
  color: #97a0af;
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.custom-post-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between!important;
  margin-bottom: 5rem!important;
}

.previous-post, .next-post {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}




.custom-post-pagination a {
  color: #172b4d!important;
  text-decoration: none!important;
}

span.pagnav-wrapper {
  margin-bottom: 4rem;
  border-radius: .6rem;
  transition: box-shadow .3s ease-in;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 42px -9px rgba(86,112,156,.05), 0 2px 11px 0 rgba(86,112,156,.15);
  display: block;
}

span.pagnav-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

span.pagenav-top {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

span.pagenav-top img {
  vertical-align: middle;
  border-bottom-left-radius: .4rem;
  border-top-left-radius: .4rem;
  object-fit: cover;
  width: 120px;
  max-width: initial;
}

.nav-info-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

span.pagenav-bottom {
  padding-right: .8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: .8rem;
}

span.pagenav-bottom p {
  margin-bottom: .8rem;
  padding-top: .8rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1968fc;
}

span.pagenav-bottom p i {
  margin-right: .8rem;
}

span.pagenav-title {
  margin-bottom: .8rem;
  font-weight: 600;
  line-height: 25px;
  font-size: 1.8rem;
  height: auto;
}
.cyicon-arrow-right:before {
  content: "";
}
.recent-post-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
h2.recent-post-title {
  margin-bottom: .8rem;
  font-weight: 800;
  line-height: 60px;
  font-size: 2.8rem;
  color: #172b4d;
}
.recent-post-inner .recent-post-item .blog-item__content {
  padding: 1rem 1.4rem !important;
}
.recent-post-inner .blog-item__content .blog-item__date{
  margin-bottom: 1.6rem;
}
.recent-post-inner .recent-post-item h2.blog-item__title{
  font-size: 1.8rem;
  height: auto;
  line-height: 30px;
}

.recent-post-inner .blog-item__meta{
  margin-top: 2rem;
}
.section.post-footer .actions {
  text-align: center;
}
.section.post-footer .comment-date{
  display:block; 
}

@media (min-width: 576px){
  .blog-container {
    max-width: 540px;
  }




}



@media (min-width: 768px){
  .blog-container {
    max-width: 720px;
  }
  .blogBannerCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .pop_post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .recent-post-item {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
  }
  .bottom_btn_heading {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
  .bottom_btn {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .blog-post-content {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .post-btn-wrap {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .previous-post, .next-post {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .recent-post-inner .recent-post-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }



}


@media (min-width: 992px){
  .blog-container {
    max-width: 960px;
  }



}


@media (min-width: 1200px){
  .blog-container {
    max-width: 1140px;
  }


}
@media (max-width:1200px) and (min-width:768px){
  .post-btn-wrap-inner button {
    font-size: 1.2rem;
  }
  .previous-post, .next-post {
    flex: 0 0 49.33333%;
    max-width: 49.33333%;
  }
}
@media (max-width:991px){
  .post-btn-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width:768px){
  .hs-blog-listing .header-wrap {
    min-height: 0;
  }

  .blogBannerCol.blogBannerContent {
    margin-top: auto;
    margin-bottom: auto;
  }

  h1.blogBannerTitle {
    line-height: 40px;
    font-size: 2.4rem;
  }

  p.blogBannerSubtitle {
    font-size: 1.6rem;
  }

  .blog_quotation h2 {
    font-size: 1.4rem;
  }

  .blogBannerImg {
    display: none;
  }

  .recent-posts h2.sectionTitle {
    font-size: 2.4rem;
  }

  .recent-post-item h2.blog-item__title {
    line-height: 26px;
    font-size: 1.4rem;
  }

  .recent-post-item.first__item h2.blog-item__title {
    font-size: 1.6rem;
  }

  p.blog-item__summary {
    font-size: 1.4rem;
  }

  section.most-popular {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  h2.sectionTitle {
    line-height: 30px;
    font-size: 2.4rem;
  }

  .blog-item {
    margin-bottom: 2rem;
  }

  .pop-post-content h2.blog-item__title {
    line-height: 26px;
    font-size: 1.4rem;
  }

  .blog-item .blog-item__content .blog-item__date {
    margin-bottom: 0;
  }

  h2.blog-item__title {
    font-size: 1.6rem;
    line-height: 30px;
  }

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

  .bottom_btn {
    margin-top: 0!important;
  }
  .banner_subscriber hr.blog_seperator {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display:block !important;
  }
  .post-social-inner h3 {
    font-size: 1.6rem;
  }

  .blog-post-cat-wrap ul li a {
    font-size: 1.6rem;
  }

  h1.blog-post__title {
    font-size: 2rem;
  }

  .blog-post__body {
    font-size: 1.6rem;
  }

  h2.tag-heading {
    font-size: 1.2rem;
  }

  p.post-date {
    font-size: 1.2rem;
  }
  .post-btn-wrap-inner h2 {
    font-size: 1.4rem;
  }

  span.pagnav-wrapper {
    margin-bottom: 2rem;
  }

  span.pagenav-bottom p {
    font-size: 1.2rem;
  }

  span.pagenav-title {
    font-size: 1.6rem;
    line-height: 26px;
  }

  h2.recent-post-title {
    font-size: 2rem;
  }

  .recent-post-inner .recent-post-item h2.blog-item__title {
    font-size: 1.6rem;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field { padding: 5px; overflow: hidden; overflow-x: auto;}
}



@media (max-width: 575px){
  .blogBannerCol.blogBannerContent {
    text-align: center;
  }
  .recent-posts h2.sectionTitle {
    text-align: center;
  }
  h2.recent-post-title {
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 25rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
/* Cyware Header */
/* :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --secondary-blue: #4476f7;
  --primary: #3065ef;
  --default: #172b4d;
  --green: #00a186;
  --purple: #5033e5;
  --light: #dfe1e6;
  --lighter: #ebecf0;
  --light-grey: #97a0af;
  --lighter-blue: #f5f8ff;
  --sky-blue: #ecf4fc;
  --pale-blue: #e7edf1;
  --hue-blue: #3a5dff;
  --grey: #54606b;
  --white-shade: #ececec;
  --dark-gray: #293846;
  --light-blue: #eff4ff;
  --linkedin: #2878b5;
  --twitter: #38a1f2;
  --very-light-blue: #f4f9ff;
  --green-100: #3cf2d8;
  --dark-red: #c92a1d;
  --tag-green: #08a317;
  --keyword-grey: #b3c0d5;
  --section-bg: #eff4ff;
  --priority-red: #e02020;
  --priority-orange: #fa6400;
  --priority-yellow: #f7b500;
  --priority-ligreen: #c9c900;
  --priority-green: #52c900;
  --primary-blue: #1a3ee8;
  --nile-blue: #172b4d;
  --zircon: #eff4ff;
  --alizarin-crimson: #e02020;
  --blaze-orange: #fa6400;
  --#ff0: #f7b500;
  --bright-green: #6dd400;
  --#40e0d0: #44d7b6;
  --dodger-blue: #32c5ff;
  --electric-violet: #6236ff;
  --#fff: #fff;
  --light-white: #ebecf0;
  --#000: #000;
  --csap-clr: #1875dc;
  --ctix-clr: #6400c8;
  --cftr-clr: #00bc8f;
  --csol-clr: #01c2cc;
  --ctixlite-clr: #6236ff;
  --ctixspoke-clr: #3c219a;
  --athens-gray1: #f9f9fa;
  --athens-gray2: #f4f5f7;
  --athens-gray3: #f3f4f6;
  --casper: #a5bed1;
  --dark-blue: #172c4e;
  --mercury: #e5e5e5;
  --curious-blue: #2fa1db;
  --pattens-blue: #d6ebff;
  --ctixlite-banner: #ebf6fc;
  --misp-section: #00245b;
  --announce-tag: #c52b63;
  --cloud-blue: #e7efff;
  --zircon1: #f7faff;
  --malibu: #7ba2ff;
  --browser-ext: #f7f5ff;
  --browser-ext-features: #faf9ff;
  --cvss: #644bbe;
  --new-product: #eef0fb;
  --product-card: #f5f7fe;
  --feature-highlight: #131437;
  --text-gray: #a6a6a6;
  --card-border: #e3edff;
  --section-color: #fcfcff;
  --cerise: #e3489a;
  --lilac: #f7f9fc;
  --dashed: #d9d9d9;
  --title-blue: #1b2c7e;
  --desc-black: #1e1e1e;
  --card-title-blue: #1f2647;
  --desc-grey: #e2e2e2;
  --card-footer-grey: #424242;
  --grey-shade-1: #1c2b4b;
  --request-form: #0d0c21;
  --browser-ext-page: #f1f3fc;
  --table-header: #001471;
  --homepage-section2: #f9faff;
  --light-pink: #fcf2eb;
  --blue-shade-1: #f6faff;
  --blue-shade-2: #161624;
  --lighter-grey: #f6f6f6;
  --lighter-pink: #fceee1;
  --#e6e6fa: #ece7fd;
  --dark-pink: #e6485a;
  --purple-shade-2: #4849a1;
  --light-yellow: #fef9e8;
  --pink-shade-1: #fff6f4;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
} */

html {
  font-family: sans-serif;
  line-height: 1.15
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: #212529
}

[tabindex="-1"]:focus:not(.focus-visible),[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

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

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

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

abbr[data-original-title],abbr[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 {
  font-style: normal;
  line-height: inherit
}

address,dl,ol,ul {
  margin-bottom: 1rem
}

dl,ol,ul {
  margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
  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([class]),a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

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

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

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

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

button {
  border-radius: 0
}

button:focus:not(.focus-visible),button:focus:not(:focus-visible) {
  outline: 0
}

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

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

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

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

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

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
}

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 9.6rem
}

.display-1,.display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 8.8rem
}

.display-3 {
  font-size: 7.2rem
}

.display-3,.display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 5.6rem
}

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: .4rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .4rem
}

.figure {
  display: inline-block
}

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

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

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

.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,.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-auto,.col-lg,.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-auto,.col-md,.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-auto,.col-sm,.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-auto,.col-xl,.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

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

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

.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: 576px) {
  .col-sm {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-sm-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-sm-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-sm-3>* {
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .row-cols-sm-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-sm-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-sm-6>* {
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .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: 768px) {
  .col-md {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-md-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-md-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-md-3>* {
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .row-cols-md-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-md-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-md-6>* {
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .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: 992px) {
  .col-lg {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-lg-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-lg-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-lg-3>* {
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .row-cols-lg-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-lg-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-lg-6>* {
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

  .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: 1200px) {
  .col-xl {
      flex-basis:0;
      flex-grow: 1;
      max-width: 100%
  }

  .row-cols-xl-1>* {
      flex: 0 0 100%;
      max-width: 100%
  }

  .row-cols-xl-2>* {
      flex: 0 0 50%;
      max-width: 50%
  }

  .row-cols-xl-3>* {
      flex: 0 0 33.33333%;
      max-width: 33.33333%
  }

  .row-cols-xl-4>* {
      flex: 0 0 25%;
      max-width: 25%
  }

  .row-cols-xl-5>* {
      flex: 0 0 20%;
      max-width: 20%
  }

  .row-cols-xl-6>* {
      flex: 0 0 16.66667%;
      max-width: 16.66667%
  }

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

.table {
  width: 100%;
  margin-bottom: 1.6rem;
  color: #212529
}

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

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

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

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

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

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

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

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

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

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

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
  border-color: #7abaff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

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

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

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0,0%,100%,.05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0,0%,100%,.075)
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

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

@media (max-width: 767.98px) {
  .table-responsive-md {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

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

@media (max-width: 991.98px) {
  .table-responsive-lg {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

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

@media (max-width: 1199.98px) {
  .table-responsive-xl {
      display:block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: .6rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .4rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
      transition: none
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

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

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

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

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

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

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

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + .8rem + 2px);
  padding: .4rem .8rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .32rem
}

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

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

.form-group {
  margin-bottom: 1.6rem
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: .48rem;
  margin-left: -2rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.2rem
}

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

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

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

.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

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

.form-control.is-valid,.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.2rem)!important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3rem) center;
  background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

.was-validated select.form-control:valid,select.form-control.is-valid {
  padding-right: 4.8rem!important;
  background-position: right 2.4rem center
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 3.7rem)!important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 2.8rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

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

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

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .4rem .8rem;
  margin-top: .1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .4rem
}

.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.2rem)!important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .3rem) center;
  background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.was-validated select.form-control:invalid,select.form-control.is-invalid {
  padding-right: 4.8rem!important;
  background-position: right 2.4rem center
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(.375em + .3rem) right calc(.375em + .3rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 3.7rem)!important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 2.8rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

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

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

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

@media (min-width: 576px) {
  .form-inline label {
      justify-content:center
  }

  .form-inline .form-group,.form-inline label {
      display: flex;
      align-items: center;
      margin-bottom: 0
  }

  .form-inline .form-group {
      flex: 0 0 auto;
      flex-flow: row wrap
  }

  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
  }

  .form-inline .form-control-plaintext {
      display: inline-block
  }

  .form-inline .custom-select,.form-inline .input-group {
      width: auto
  }

  .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0
  }

  .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: .4rem;
      margin-left: 0
  }

  .form-inline .custom-control {
      align-items: center;
      justify-content: center
  }

  .form-inline .custom-control-label {
      margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .4rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
      transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
  opacity: .65
}

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

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

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

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

.btn-primary.focus,.btn-primary:focus {
  box-shadow: 0 0 0 .32rem rgba(38,143,255,.5)
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(38,143,255,.5)
}

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

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

.btn-secondary.focus,.btn-secondary:focus {
  box-shadow: 0 0 0 .32rem rgba(130,138,145,.5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(130,138,145,.5)
}

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

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

.btn-success.focus,.btn-success:focus {
  box-shadow: 0 0 0 .32rem rgba(72,180,97,.5)
}

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

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(72,180,97,.5)
}

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

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

.btn-info.focus,.btn-info:focus {
  box-shadow: 0 0 0 .32rem rgba(58,176,195,.5)
}

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

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(58,176,195,.5)
}

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

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

.btn-warning.focus,.btn-warning:focus {
  box-shadow: 0 0 0 .32rem rgba(222,170,12,.5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(222,170,12,.5)
}

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

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

.btn-danger.focus,.btn-danger:focus {
  box-shadow: 0 0 0 .32rem rgba(225,83,97,.5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(225,83,97,.5)
}

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

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

.btn-light.focus,.btn-light:focus {
  box-shadow: 0 0 0 .32rem rgba(216,217,219,.5)
}

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

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(216,217,219,.5)
}

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

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

.btn-dark.focus,.btn-dark:focus {
  box-shadow: 0 0 0 .32rem rgba(82,88,93,.5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(82,88,93,.5)
}

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

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

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.5)
}

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

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.5)
}

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

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

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .32rem rgba(108,117,125,.5)
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(108,117,125,.5)
}

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

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

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.5)
}

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

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.5)
}

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

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

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 .32rem rgba(23,162,184,.5)
}

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

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(23,162,184,.5)
}

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

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

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 .32rem rgba(255,193,7,.5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(255,193,7,.5)
}

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

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.5)
}

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

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

.btn-outline-light.focus,.btn-outline-light:focus {
  box-shadow: 0 0 0 .32rem rgba(248,249,250,.5)
}

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

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(248,249,250,.5)
}

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

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

.btn-outline-dark.focus,.btn-outline-dark:focus {
  box-shadow: 0 0 0 .32rem rgba(52,58,64,.5)
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .32rem rgba(52,58,64,.5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3
}

.btn-link.focus,.btn-link:focus,.btn-link:hover {
  text-decoration: underline
}

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

.btn-lg {
  padding: .8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .48rem
}

.btn-sm {
  padding: .4rem .8rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .32rem
}

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

.btn-block+.btn-block {
  margin-top: .8rem
}

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

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
      transition: none
  }
}

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: .8rem 0;
  margin: .2rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .4rem
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
      right:auto;
      left: 0
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
      right:auto;
      left: 0
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
      right:auto;
      left: 0
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
      right:auto;
      left: 0
  }

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

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

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

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

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

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

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

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

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

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .4rem 2.4rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

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

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

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

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

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

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

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

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

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

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

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

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

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-append,.input-group-prepend {
  display: flex
}

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

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
  z-index: 3
}

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .4rem
}

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

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1.6rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .8rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .48rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .8rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .4rem .8rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .32rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
  padding-right: 2.8rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.4rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1.6rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 1.55rem;
  opacity: 0
}

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

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

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

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

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label:after,.custom-control-label:before {
  position: absolute;
  top: -.05rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: ""
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 3.6rem
}

.custom-switch .custom-control-label:before {
  left: -3.6rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: .8rem
}

.custom-switch .custom-control-label:after {
  top: calc(-.05rem + 2px);
  left: calc(-3.6rem + 2px);
  width: calc(1.6rem - 4px);
  height: calc(1.6rem - 4px);
  background-color: #adb5bd;
  border-radius: .8rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
      transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(1.2rem)
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: .6rem 2.8rem .6rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 1.2rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

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

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

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

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .8rem + 2px);
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: .8rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-left: 1.6rem;
  font-size: 1.25rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

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

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .4rem
}

.custom-file-label,.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .6rem 1.2rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .4rem .4rem 0
}

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

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem rgba(0,123,255,.25)
}

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -.4rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1.6rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none
  }
}

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

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

.custom-range::-moz-range-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1.6rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none
  }
}

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

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

.custom-range::-ms-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-right: .32rem;
  margin-left: .32rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1.6rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
      -ms-transition: none;
      transition: none
  }
}

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

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

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

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,.custom-file-label,.custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-control-label:before,.custom-file-label,.custom-select {
      transition: none
  }
}

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

.nav-link {
  display: block;
  padding: .8rem 1.6rem
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: .4rem
}

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

.nav-fill .nav-item,.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

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

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

.navbar {
  position: relative;
  padding: .8rem 1.6rem
}

.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .6125rem;
  padding-bottom: .6125rem;
  margin-right: 1.6rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

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

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

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .4rem 1.2rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .4rem
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}

@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
      flex-direction: row
  }

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

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

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

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

@media (max-width: 767.98px) {
  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
      flex-direction: row
  }

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

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

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      flex-direction: row
  }

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

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

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
      padding-right:0;
      padding-left: 0
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
      flex-flow:row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
      flex-direction: row
  }

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

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

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
      flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
      display: flex!important;
      flex-basis: auto
  }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

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

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

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}

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

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

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

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

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

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9)
}

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0,0%,100%,.5);
  border-color: hsla(0,0%,100%,.1)
}

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

.navbar-dark .navbar-text {
  color: hsla(0,0%,100%,.5)
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .4rem
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.4rem - 1px);
  border-top-right-radius: calc(.4rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.4rem - 1px);
  border-bottom-left-radius: calc(.4rem - 1px)
}

.card>.card- +.list-group,.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem
}

.card-title {
  margin-bottom: 1.2rem
}

.card-subtitle {
  margin-top: -.6rem
}

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

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

.card-link+.card-link {
  margin-left: 2rem
}

.card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125)
}

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

.card-footer {
  padding: 1.2rem 2rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125)
}

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

.card-header-tabs {
  margin-bottom: -1.2rem;
  border-bottom: 0
}

.card-header-pills,.card-header-tabs {
  margin-right: -1rem;
  margin-left: -1rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  border-radius: calc(.4rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img,.card-img-top {
  border-top-left-radius: calc(.4rem - 1px);
  border-top-right-radius: calc(.4rem - 1px)
}

.card-img,.card-img-bottom {
  border-bottom-right-radius: calc(.4rem - 1px);
  border-bottom-left-radius: calc(.4rem - 1px)
}

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

@media (min-width: 576px) {
  .card-deck {
      display:flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px
  }

  .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px
  }
}

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

@media (min-width: 576px) {
  .card-group {
      display:flex;
      flex-flow: row wrap
  }

  .card-group>.card {
      flex: 1 0 0%;
      margin-bottom: 0
  }

  .card-group>.card+.card {
      margin-left: 0;
      border-left: 0
  }

  .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
      border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0
  }

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

  .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
      border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: 1.2rem
}

@media (min-width: 576px) {
  .card-columns {
      -moz-column-count:3;
      column-count: 3;
      grid-column-gap: 2rem;
      -moz-column-gap: 2rem;
      column-gap: 2rem;
      orphans: 1;
      widows: 1
  }

  .card-columns .card {
      display: inline-block;
      width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.jumbotron {
  padding: 3.2rem 1.6rem;
  margin-bottom: 3.2rem;
  background-color: #e9ecef;
  border-radius: .48rem
}

@media (min-width: 576px) {
  .jumbotron {
      padding:6.4rem 3.2rem
  }
}

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

.modal-open {
  overflow: hidden
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

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

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
      transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1.6rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1.6rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.6rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1.6rem);
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .48rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.48rem - 1px);
  border-top-right-radius: calc(.48rem - 1px)
}

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

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.6rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.48rem - 1px);
  border-bottom-left-radius: calc(.48rem - 1px)
}

.modal-footer>* {
  margin: .4rem
}

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

@media (min-width: 576px) {
  .modal-dialog {
      max-width:500px;
      margin: 2.8rem auto
  }

  .modal-dialog-scrollable {
      max-height: calc(100% - 5.6rem)
  }

  .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 5.6rem)
  }

  .modal-dialog-centered {
      min-height: calc(100% - 5.6rem)
  }

  .modal-dialog-centered:before {
      height: calc(100vh - 5.6rem);
      height: -moz-min-content;
      height: min-content
  }

  .modal-sm {
      max-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg,.modal-xl {
      max-width:800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width:1140px
  }
}

[dir=ltr] .tooltip {
  text-align: left
}

[dir=rtl] .tooltip {
  text-align: right
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.28rem;
  height: .64rem
}

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

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] {
  padding: .64rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before {
  top: 0;
  border-width: .64rem .64rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] {
  padding: 0 .64rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: .64rem;
  height: 1.28rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before {
  right: 0;
  border-width: .64rem .64rem .64rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] {
  padding: .64rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before {
  bottom: 0;
  border-width: 0 .64rem .64rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] {
  padding: 0 .64rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: .64rem;
  height: 1.28rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before {
  left: 0;
  border-width: .64rem 0 .64rem .64rem;
  border-left-color: #000
}

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

[dir=ltr] .popover {
  text-align: left
}

[dir=rtl] .popover {
  text-align: right
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .48rem
}

.popover,.popover .arrow {
  position: absolute;
  display: block
}

.popover .arrow {
  width: 1.6rem;
  height: .8rem;
  margin: 0 .48rem
}

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

.b-popover-danger.bs-popover-auto[x-placement^=top],.b-popover-dark.bs-popover-auto[x-placement^=top],.b-popover-info.bs-popover-auto[x-placement^=top],.b-popover-light.bs-popover-auto[x-placement^=top],.b-popover-primary.bs-popover-auto[x-placement^=top],.b-popover-secondary.bs-popover-auto[x-placement^=top],.b-popover-success.bs-popover-auto[x-placement^=top],.b-popover-warning.bs-popover-auto[x-placement^=top],.bs-popover-auto[x-placement^=top],.bs-popover-top {
  margin-bottom: .8rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
  bottom: calc(-.8rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before {
  bottom: 0;
  border-width: .8rem .8rem 0;
  border-top-color: rgba(0,0,0,.25)
}

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

.b-popover-danger.bs-popover-auto[x-placement^=right],.b-popover-dark.bs-popover-auto[x-placement^=right],.b-popover-info.bs-popover-auto[x-placement^=right],.b-popover-light.bs-popover-auto[x-placement^=right],.b-popover-primary.bs-popover-auto[x-placement^=right],.b-popover-secondary.bs-popover-auto[x-placement^=right],.b-popover-success.bs-popover-auto[x-placement^=right],.b-popover-warning.bs-popover-auto[x-placement^=right],.bs-popover-auto[x-placement^=right],.bs-popover-right {
  margin-left: .8rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
  left: calc(-.8rem - 1px);
  width: .8rem;
  height: 1.6rem;
  margin: .48rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before {
  left: 0;
  border-width: .8rem .8rem .8rem 0;
  border-right-color: rgba(0,0,0,.25)
}

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

.b-popover-danger.bs-popover-auto[x-placement^=bottom],.b-popover-dark.bs-popover-auto[x-placement^=bottom],.b-popover-info.bs-popover-auto[x-placement^=bottom],.b-popover-light.bs-popover-auto[x-placement^=bottom],.b-popover-primary.bs-popover-auto[x-placement^=bottom],.b-popover-secondary.bs-popover-auto[x-placement^=bottom],.b-popover-success.bs-popover-auto[x-placement^=bottom],.b-popover-warning.bs-popover-auto[x-placement^=bottom],.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
  margin-top: .8rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
  top: calc(-.8rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before {
  top: 0;
  border-width: 0 .8rem .8rem;
  border-bottom-color: rgba(0,0,0,.25)
}

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

.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.6rem;
  margin-left: -.8rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.b-popover-danger.bs-popover-auto[x-placement^=left],.b-popover-dark.bs-popover-auto[x-placement^=left],.b-popover-info.bs-popover-auto[x-placement^=left],.b-popover-light.bs-popover-auto[x-placement^=left],.b-popover-primary.bs-popover-auto[x-placement^=left],.b-popover-secondary.bs-popover-auto[x-placement^=left],.b-popover-success.bs-popover-auto[x-placement^=left],.b-popover-warning.bs-popover-auto[x-placement^=left],.bs-popover-auto[x-placement^=left],.bs-popover-left {
  margin-right: .8rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
  right: calc(-.8rem - 1px);
  width: .8rem;
  height: 1.6rem;
  margin: .48rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before {
  right: 0;
  border-width: .8rem 0 .8rem .8rem;
  border-left-color: rgba(0,0,0,.25)
}

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

.popover-header {
  padding: .8rem 1.2rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.48rem - 1px);
  border-top-right-radius: calc(.48rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .8rem 1.2rem;
  color: #212529
}

@keyframes spinner-border {
  to {
      transform: rotate(1turn)
  }
}

.spinner-border {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -.125em;
  border: .25em solid;
  border-right: .25em solid transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1.6rem;
  height: 1.6rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
      transform: scale(0)
  }

  50% {
      opacity: 1;
      transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1.6rem;
  height: 1.6rem
}

@media (prefers-reduced-motion:reduce) {
  .spinner-border,.spinner-grow {
      animation-duration: 1.5s
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0!important
}

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

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

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

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

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

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

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

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

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-light {
  border-color: #f8f9fa!important
}

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

.border-white {
  border-color: #fff!important
}

.rounded-sm {
  border-radius: .32rem!important
}

.rounded {
  border-radius: .4rem!important
}

.rounded-top {
  border-top-left-radius: .4rem!important
}

.rounded-right,.rounded-top {
  border-top-right-radius: .4rem!important
}

.rounded-bottom,.rounded-right {
  border-bottom-right-radius: .4rem!important
}

.rounded-bottom,.rounded-left {
  border-bottom-left-radius: .4rem!important
}

.rounded-left {
  border-top-left-radius: .4rem!important
}

.rounded-lg {
  border-radius: .48rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 80rem!important
}

.rounded-0 {
  border-radius: 0!important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

.d-table-row {
  display: table-row!important
}

.d-table-cell {
  display: table-cell!important
}

.d-flex {
  display: flex!important
}

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

@media (min-width: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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
  }
}

.float-left {
  float: left!important
}

.float-right {
  float: right!important
}

.float-none {
  float: none!important
}

@media (min-width: 576px) {
  .float-sm-left {
      float:left!important
  }

  .float-sm-right {
      float: right!important
  }

  .float-sm-none {
      float: none!important
  }
}

@media (min-width: 768px) {
  .float-md-left {
      float:left!important
  }

  .float-md-right {
      float: right!important
  }

  .float-md-none {
      float: none!important
  }
}

@media (min-width: 992px) {
  .float-lg-left {
      float:left!important
  }

  .float-lg-right {
      float: right!important
  }

  .float-lg-none {
      float: none!important
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
      float:left!important
  }

  .float-xl-right {
      float: right!important
  }

  .float-xl-none {
      float: none!important
  }
}

.user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  -ms-user-select: all!important;
  user-select: all!important
}

.user-select-auto {
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  user-select: auto!important
}

.user-select-none {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: sticky!important
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .2rem .4rem rgba(0,0,0,.075)!important
}

.shadow {
  box-shadow: 0 .8rem 1.6rem rgba(0,0,0,.15)!important
}

.shadow-lg {
  box-shadow: 0 1.6rem 4.8rem rgba(0,0,0,.175)!important
}

.shadow-none {
  box-shadow: none!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.m-0 {
  margin: 0!important
}

.mt-0,.my-0 {
  margin-top: 0!important
}

.mr-0,.mx-0 {
  margin-right: 0!important
}

.mb-0,.my-0 {
  margin-bottom: 0!important
}

.ml-0,.mx-0 {
  margin-left: 0!important
}

.m-1 {
  margin: .4rem!important
}

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

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

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

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

.m-2 {
  margin: .8rem!important
}

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

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

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

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

.m-3 {
  margin: 1.6rem!important
}

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

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

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

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

.m-4 {
  margin: 2.4rem!important
}

.mt-4,.my-4 {
  margin-top: 2.4rem!important
}

.mr-4,.mx-4 {
  margin-right: 2.4rem!important
}

.mb-4,.my-4 {
  margin-bottom: 2.4rem!important
}

.ml-4,.mx-4 {
  margin-left: 2.4rem!important
}

.m-5 {
  margin: 4.8rem!important
}

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

.mr-5,.mx-5 {
  margin-right: 4.8rem!important
}

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

.ml-5,.mx-5 {
  margin-left: 4.8rem!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: .4rem!important
}

.pt-1,.py-1 {
  padding-top: .4rem!important
}

.pr-1,.px-1 {
  padding-right: .4rem!important
}

.pb-1,.py-1 {
  padding-bottom: .4rem!important
}

.pl-1,.px-1 {
  padding-left: .4rem!important
}

.p-2 {
  padding: .8rem!important
}

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

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

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

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

.p-3 {
  padding: 1.6rem!important
}

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

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

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

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

.p-4 {
  padding: 2.4rem!important
}

.pt-4,.py-4 {
  padding-top: 2.4rem!important
}

.pr-4,.px-4 {
  padding-right: 2.4rem!important
}

.pb-4,.py-4 {
  padding-bottom: 2.4rem!important
}

.pl-4,.px-4 {
  padding-left: 2.4rem!important
}

.p-5 {
  padding: 4.8rem!important
}

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

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

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

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

.m-n1 {
  margin: -.4rem!important
}

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

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

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

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

.m-n2 {
  margin: -.8rem!important
}

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

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

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

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

.m-n3 {
  margin: -1.6rem!important
}

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

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

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

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

.m-n4 {
  margin: -2.4rem!important
}

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

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

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

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

.m-n5 {
  margin: -4.8rem!important
}

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

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

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

.ml-n5,.mx-n5 {
  margin-left: -4.8rem!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: 576px) {
  .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: .4rem!important
  }

  .mt-sm-1,.my-sm-1 {
      margin-top: .4rem!important
  }

  .mr-sm-1,.mx-sm-1 {
      margin-right: .4rem!important
  }

  .mb-sm-1,.my-sm-1 {
      margin-bottom: .4rem!important
  }

  .ml-sm-1,.mx-sm-1 {
      margin-left: .4rem!important
  }

  .m-sm-2 {
      margin: .8rem!important
  }

  .mt-sm-2,.my-sm-2 {
      margin-top: .8rem!important
  }

  .mr-sm-2,.mx-sm-2 {
      margin-right: .8rem!important
  }

  .mb-sm-2,.my-sm-2 {
      margin-bottom: .8rem!important
  }

  .ml-sm-2,.mx-sm-2 {
      margin-left: .8rem!important
  }

  .m-sm-3 {
      margin: 1.6rem!important
  }

  .mt-sm-3,.my-sm-3 {
      margin-top: 1.6rem!important
  }

  .mr-sm-3,.mx-sm-3 {
      margin-right: 1.6rem!important
  }

  .mb-sm-3,.my-sm-3 {
      margin-bottom: 1.6rem!important
  }

  .ml-sm-3,.mx-sm-3 {
      margin-left: 1.6rem!important
  }

  .m-sm-4 {
      margin: 2.4rem!important
  }

  .mt-sm-4,.my-sm-4 {
      margin-top: 2.4rem!important
  }

  .mr-sm-4,.mx-sm-4 {
      margin-right: 2.4rem!important
  }

  .mb-sm-4,.my-sm-4 {
      margin-bottom: 2.4rem!important
  }

  .ml-sm-4,.mx-sm-4 {
      margin-left: 2.4rem!important
  }

  .m-sm-5 {
      margin: 4.8rem!important
  }

  .mt-sm-5,.my-sm-5 {
      margin-top: 4.8rem!important
  }

  .mr-sm-5,.mx-sm-5 {
      margin-right: 4.8rem!important
  }

  .mb-sm-5,.my-sm-5 {
      margin-bottom: 4.8rem!important
  }

  .ml-sm-5,.mx-sm-5 {
      margin-left: 4.8rem!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: .4rem!important
  }

  .pt-sm-1,.py-sm-1 {
      padding-top: .4rem!important
  }

  .pr-sm-1,.px-sm-1 {
      padding-right: .4rem!important
  }

  .pb-sm-1,.py-sm-1 {
      padding-bottom: .4rem!important
  }

  .pl-sm-1,.px-sm-1 {
      padding-left: .4rem!important
  }

  .p-sm-2 {
      padding: .8rem!important
  }

  .pt-sm-2,.py-sm-2 {
      padding-top: .8rem!important
  }

  .pr-sm-2,.px-sm-2 {
      padding-right: .8rem!important
  }

  .pb-sm-2,.py-sm-2 {
      padding-bottom: .8rem!important
  }

  .pl-sm-2,.px-sm-2 {
      padding-left: .8rem!important
  }

  .p-sm-3 {
      padding: 1.6rem!important
  }

  .pt-sm-3,.py-sm-3 {
      padding-top: 1.6rem!important
  }

  .pr-sm-3,.px-sm-3 {
      padding-right: 1.6rem!important
  }

  .pb-sm-3,.py-sm-3 {
      padding-bottom: 1.6rem!important
  }

  .pl-sm-3,.px-sm-3 {
      padding-left: 1.6rem!important
  }

  .p-sm-4 {
      padding: 2.4rem!important
  }

  .pt-sm-4,.py-sm-4 {
      padding-top: 2.4rem!important
  }

  .pr-sm-4,.px-sm-4 {
      padding-right: 2.4rem!important
  }

  .pb-sm-4,.py-sm-4 {
      padding-bottom: 2.4rem!important
  }

  .pl-sm-4,.px-sm-4 {
      padding-left: 2.4rem!important
  }

  .p-sm-5 {
      padding: 4.8rem!important
  }

  .pt-sm-5,.py-sm-5 {
      padding-top: 4.8rem!important
  }

  .pr-sm-5,.px-sm-5 {
      padding-right: 4.8rem!important
  }

  .pb-sm-5,.py-sm-5 {
      padding-bottom: 4.8rem!important
  }

  .pl-sm-5,.px-sm-5 {
      padding-left: 4.8rem!important
  }

  .m-sm-n1 {
      margin: -.4rem!important
  }

  .mt-sm-n1,.my-sm-n1 {
      margin-top: -.4rem!important
  }

  .mr-sm-n1,.mx-sm-n1 {
      margin-right: -.4rem!important
  }

  .mb-sm-n1,.my-sm-n1 {
      margin-bottom: -.4rem!important
  }

  .ml-sm-n1,.mx-sm-n1 {
      margin-left: -.4rem!important
  }

  .m-sm-n2 {
      margin: -.8rem!important
  }

  .mt-sm-n2,.my-sm-n2 {
      margin-top: -.8rem!important
  }

  .mr-sm-n2,.mx-sm-n2 {
      margin-right: -.8rem!important
  }

  .mb-sm-n2,.my-sm-n2 {
      margin-bottom: -.8rem!important
  }

  .ml-sm-n2,.mx-sm-n2 {
      margin-left: -.8rem!important
  }

  .m-sm-n3 {
      margin: -1.6rem!important
  }

  .mt-sm-n3,.my-sm-n3 {
      margin-top: -1.6rem!important
  }

  .mr-sm-n3,.mx-sm-n3 {
      margin-right: -1.6rem!important
  }

  .mb-sm-n3,.my-sm-n3 {
      margin-bottom: -1.6rem!important
  }

  .ml-sm-n3,.mx-sm-n3 {
      margin-left: -1.6rem!important
  }

  .m-sm-n4 {
      margin: -2.4rem!important
  }

  .mt-sm-n4,.my-sm-n4 {
      margin-top: -2.4rem!important
  }

  .mr-sm-n4,.mx-sm-n4 {
      margin-right: -2.4rem!important
  }

  .mb-sm-n4,.my-sm-n4 {
      margin-bottom: -2.4rem!important
  }

  .ml-sm-n4,.mx-sm-n4 {
      margin-left: -2.4rem!important
  }

  .m-sm-n5 {
      margin: -4.8rem!important
  }

  .mt-sm-n5,.my-sm-n5 {
      margin-top: -4.8rem!important
  }

  .mr-sm-n5,.mx-sm-n5 {
      margin-right: -4.8rem!important
  }

  .mb-sm-n5,.my-sm-n5 {
      margin-bottom: -4.8rem!important
  }

  .ml-sm-n5,.mx-sm-n5 {
      margin-left: -4.8rem!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: 768px) {
  .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: .4rem!important
  }

  .mt-md-1,.my-md-1 {
      margin-top: .4rem!important
  }

  .mr-md-1,.mx-md-1 {
      margin-right: .4rem!important
  }

  .mb-md-1,.my-md-1 {
      margin-bottom: .4rem!important
  }

  .ml-md-1,.mx-md-1 {
      margin-left: .4rem!important
  }

  .m-md-2 {
      margin: .8rem!important
  }

  .mt-md-2,.my-md-2 {
      margin-top: .8rem!important
  }

  .mr-md-2,.mx-md-2 {
      margin-right: .8rem!important
  }

  .mb-md-2,.my-md-2 {
      margin-bottom: .8rem!important
  }

  .ml-md-2,.mx-md-2 {
      margin-left: .8rem!important
  }

  .m-md-3 {
      margin: 1.6rem!important
  }

  .mt-md-3,.my-md-3 {
      margin-top: 1.6rem!important
  }

  .mr-md-3,.mx-md-3 {
      margin-right: 1.6rem!important
  }

  .mb-md-3,.my-md-3 {
      margin-bottom: 1.6rem!important
  }

  .ml-md-3,.mx-md-3 {
      margin-left: 1.6rem!important
  }

  .m-md-4 {
      margin: 2.4rem!important
  }

  .mt-md-4,.my-md-4 {
      margin-top: 2.4rem!important
  }

  .mr-md-4,.mx-md-4 {
      margin-right: 2.4rem!important
  }

  .mb-md-4,.my-md-4 {
      margin-bottom: 2.4rem!important
  }

  .ml-md-4,.mx-md-4 {
      margin-left: 2.4rem!important
  }

  .m-md-5 {
      margin: 4.8rem!important
  }

  .mt-md-5,.my-md-5 {
      margin-top: 4.8rem!important
  }

  .mr-md-5,.mx-md-5 {
      margin-right: 4.8rem!important
  }

  .mb-md-5,.my-md-5 {
      margin-bottom: 4.8rem!important
  }

  .ml-md-5,.mx-md-5 {
      margin-left: 4.8rem!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: .4rem!important
  }

  .pt-md-1,.py-md-1 {
      padding-top: .4rem!important
  }

  .pr-md-1,.px-md-1 {
      padding-right: .4rem!important
  }

  .pb-md-1,.py-md-1 {
      padding-bottom: .4rem!important
  }

  .pl-md-1,.px-md-1 {
      padding-left: .4rem!important
  }

  .p-md-2 {
      padding: .8rem!important
  }

  .pt-md-2,.py-md-2 {
      padding-top: .8rem!important
  }

  .pr-md-2,.px-md-2 {
      padding-right: .8rem!important
  }

  .pb-md-2,.py-md-2 {
      padding-bottom: .8rem!important
  }

  .pl-md-2,.px-md-2 {
      padding-left: .8rem!important
  }

  .p-md-3 {
      padding: 1.6rem!important
  }

  .pt-md-3,.py-md-3 {
      padding-top: 1.6rem!important
  }

  .pr-md-3,.px-md-3 {
      padding-right: 1.6rem!important
  }

  .pb-md-3,.py-md-3 {
      padding-bottom: 1.6rem!important
  }

  .pl-md-3,.px-md-3 {
      padding-left: 1.6rem!important
  }

  .p-md-4 {
      padding: 2.4rem!important
  }

  .pt-md-4,.py-md-4 {
      padding-top: 2.4rem!important
  }

  .pr-md-4,.px-md-4 {
      padding-right: 2.4rem!important
  }

  .pb-md-4,.py-md-4 {
      padding-bottom: 2.4rem!important
  }

  .pl-md-4,.px-md-4 {
      padding-left: 2.4rem!important
  }

  .p-md-5 {
      padding: 4.8rem!important
  }

  .pt-md-5,.py-md-5 {
      padding-top: 4.8rem!important
  }

  .pr-md-5,.px-md-5 {
      padding-right: 4.8rem!important
  }

  .pb-md-5,.py-md-5 {
      padding-bottom: 4.8rem!important
  }

  .pl-md-5,.px-md-5 {
      padding-left: 4.8rem!important
  }

  .m-md-n1 {
      margin: -.4rem!important
  }

  .mt-md-n1,.my-md-n1 {
      margin-top: -.4rem!important
  }

  .mr-md-n1,.mx-md-n1 {
      margin-right: -.4rem!important
  }

  .mb-md-n1,.my-md-n1 {
      margin-bottom: -.4rem!important
  }

  .ml-md-n1,.mx-md-n1 {
      margin-left: -.4rem!important
  }

  .m-md-n2 {
      margin: -.8rem!important
  }

  .mt-md-n2,.my-md-n2 {
      margin-top: -.8rem!important
  }

  .mr-md-n2,.mx-md-n2 {
      margin-right: -.8rem!important
  }

  .mb-md-n2,.my-md-n2 {
      margin-bottom: -.8rem!important
  }

  .ml-md-n2,.mx-md-n2 {
      margin-left: -.8rem!important
  }

  .m-md-n3 {
      margin: -1.6rem!important
  }

  .mt-md-n3,.my-md-n3 {
      margin-top: -1.6rem!important
  }

  .mr-md-n3,.mx-md-n3 {
      margin-right: -1.6rem!important
  }

  .mb-md-n3,.my-md-n3 {
      margin-bottom: -1.6rem!important
  }

  .ml-md-n3,.mx-md-n3 {
      margin-left: -1.6rem!important
  }

  .m-md-n4 {
      margin: -2.4rem!important
  }

  .mt-md-n4,.my-md-n4 {
      margin-top: -2.4rem!important
  }

  .mr-md-n4,.mx-md-n4 {
      margin-right: -2.4rem!important
  }

  .mb-md-n4,.my-md-n4 {
      margin-bottom: -2.4rem!important
  }

  .ml-md-n4,.mx-md-n4 {
      margin-left: -2.4rem!important
  }

  .m-md-n5 {
      margin: -4.8rem!important
  }

  .mt-md-n5,.my-md-n5 {
      margin-top: -4.8rem!important
  }

  .mr-md-n5,.mx-md-n5 {
      margin-right: -4.8rem!important
  }

  .mb-md-n5,.my-md-n5 {
      margin-bottom: -4.8rem!important
  }

  .ml-md-n5,.mx-md-n5 {
      margin-left: -4.8rem!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: 992px) {
  .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: .4rem!important
  }

  .mt-lg-1,.my-lg-1 {
      margin-top: .4rem!important
  }

  .mr-lg-1,.mx-lg-1 {
      margin-right: .4rem!important
  }

  .mb-lg-1,.my-lg-1 {
      margin-bottom: .4rem!important
  }

  .ml-lg-1,.mx-lg-1 {
      margin-left: .4rem!important
  }

  .m-lg-2 {
      margin: .8rem!important
  }

  .mt-lg-2,.my-lg-2 {
      margin-top: .8rem!important
  }

  .mr-lg-2,.mx-lg-2 {
      margin-right: .8rem!important
  }

  .mb-lg-2,.my-lg-2 {
      margin-bottom: .8rem!important
  }

  .ml-lg-2,.mx-lg-2 {
      margin-left: .8rem!important
  }

  .m-lg-3 {
      margin: 1.6rem!important
  }

  .mt-lg-3,.my-lg-3 {
      margin-top: 1.6rem!important
  }

  .mr-lg-3,.mx-lg-3 {
      margin-right: 1.6rem!important
  }

  .mb-lg-3,.my-lg-3 {
      margin-bottom: 1.6rem!important
  }

  .ml-lg-3,.mx-lg-3 {
      margin-left: 1.6rem!important
  }

  .m-lg-4 {
      margin: 2.4rem!important
  }

  .mt-lg-4,.my-lg-4 {
      margin-top: 2.4rem!important
  }

  .mr-lg-4,.mx-lg-4 {
      margin-right: 2.4rem!important
  }

  .mb-lg-4,.my-lg-4 {
      margin-bottom: 2.4rem!important
  }

  .ml-lg-4,.mx-lg-4 {
      margin-left: 2.4rem!important
  }

  .m-lg-5 {
      margin: 4.8rem!important
  }

  .mt-lg-5,.my-lg-5 {
      margin-top: 4.8rem!important
  }

  .mr-lg-5,.mx-lg-5 {
      margin-right: 4.8rem!important
  }

  .mb-lg-5,.my-lg-5 {
      margin-bottom: 4.8rem!important
  }

  .ml-lg-5,.mx-lg-5 {
      margin-left: 4.8rem!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: .4rem!important
  }

  .pt-lg-1,.py-lg-1 {
      padding-top: .4rem!important
  }

  .pr-lg-1,.px-lg-1 {
      padding-right: .4rem!important
  }

  .pb-lg-1,.py-lg-1 {
      padding-bottom: .4rem!important
  }

  .pl-lg-1,.px-lg-1 {
      padding-left: .4rem!important
  }

  .p-lg-2 {
      padding: .8rem!important
  }

  .pt-lg-2,.py-lg-2 {
      padding-top: .8rem!important
  }

  .pr-lg-2,.px-lg-2 {
      padding-right: .8rem!important
  }

  .pb-lg-2,.py-lg-2 {
      padding-bottom: .8rem!important
  }

  .pl-lg-2,.px-lg-2 {
      padding-left: .8rem!important
  }

  .p-lg-3 {
      padding: 1.6rem!important
  }

  .pt-lg-3,.py-lg-3 {
      padding-top: 1.6rem!important
  }

  .pr-lg-3,.px-lg-3 {
      padding-right: 1.6rem!important
  }

  .pb-lg-3,.py-lg-3 {
      padding-bottom: 1.6rem!important
  }

  .pl-lg-3,.px-lg-3 {
      padding-left: 1.6rem!important
  }

  .p-lg-4 {
      padding: 2.4rem!important
  }

  .pt-lg-4,.py-lg-4 {
      padding-top: 2.4rem!important
  }

  .pr-lg-4,.px-lg-4 {
      padding-right: 2.4rem!important
  }

  .pb-lg-4,.py-lg-4 {
      padding-bottom: 2.4rem!important
  }

  .pl-lg-4,.px-lg-4 {
      padding-left: 2.4rem!important
  }

  .p-lg-5 {
      padding: 4.8rem!important
  }

  .pt-lg-5,.py-lg-5 {
      padding-top: 4.8rem!important
  }

  .pr-lg-5,.px-lg-5 {
      padding-right: 4.8rem!important
  }

  .pb-lg-5,.py-lg-5 {
      padding-bottom: 4.8rem!important
  }

  .pl-lg-5,.px-lg-5 {
      padding-left: 4.8rem!important
  }

  .m-lg-n1 {
      margin: -.4rem!important
  }

  .mt-lg-n1,.my-lg-n1 {
      margin-top: -.4rem!important
  }

  .mr-lg-n1,.mx-lg-n1 {
      margin-right: -.4rem!important
  }

  .mb-lg-n1,.my-lg-n1 {
      margin-bottom: -.4rem!important
  }

  .ml-lg-n1,.mx-lg-n1 {
      margin-left: -.4rem!important
  }

  .m-lg-n2 {
      margin: -.8rem!important
  }

  .mt-lg-n2,.my-lg-n2 {
      margin-top: -.8rem!important
  }

  .mr-lg-n2,.mx-lg-n2 {
      margin-right: -.8rem!important
  }

  .mb-lg-n2,.my-lg-n2 {
      margin-bottom: -.8rem!important
  }

  .ml-lg-n2,.mx-lg-n2 {
      margin-left: -.8rem!important
  }

  .m-lg-n3 {
      margin: -1.6rem!important
  }

  .mt-lg-n3,.my-lg-n3 {
      margin-top: -1.6rem!important
  }

  .mr-lg-n3,.mx-lg-n3 {
      margin-right: -1.6rem!important
  }

  .mb-lg-n3,.my-lg-n3 {
      margin-bottom: -1.6rem!important
  }

  .ml-lg-n3,.mx-lg-n3 {
      margin-left: -1.6rem!important
  }

  .m-lg-n4 {
      margin: -2.4rem!important
  }

  .mt-lg-n4,.my-lg-n4 {
      margin-top: -2.4rem!important
  }

  .mr-lg-n4,.mx-lg-n4 {
      margin-right: -2.4rem!important
  }

  .mb-lg-n4,.my-lg-n4 {
      margin-bottom: -2.4rem!important
  }

  .ml-lg-n4,.mx-lg-n4 {
      margin-left: -2.4rem!important
  }

  .m-lg-n5 {
      margin: -4.8rem!important
  }

  .mt-lg-n5,.my-lg-n5 {
      margin-top: -4.8rem!important
  }

  .mr-lg-n5,.mx-lg-n5 {
      margin-right: -4.8rem!important
  }

  .mb-lg-n5,.my-lg-n5 {
      margin-bottom: -4.8rem!important
  }

  .ml-lg-n5,.mx-lg-n5 {
      margin-left: -4.8rem!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: 1200px) {
  .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: .4rem!important
  }

  .mt-xl-1,.my-xl-1 {
      margin-top: .4rem!important
  }

  .mr-xl-1,.mx-xl-1 {
      margin-right: .4rem!important
  }

  .mb-xl-1,.my-xl-1 {
      margin-bottom: .4rem!important
  }

  .ml-xl-1,.mx-xl-1 {
      margin-left: .4rem!important
  }

  .m-xl-2 {
      margin: .8rem!important
  }

  .mt-xl-2,.my-xl-2 {
      margin-top: .8rem!important
  }

  .mr-xl-2,.mx-xl-2 {
      margin-right: .8rem!important
  }

  .mb-xl-2,.my-xl-2 {
      margin-bottom: .8rem!important
  }

  .ml-xl-2,.mx-xl-2 {
      margin-left: .8rem!important
  }

  .m-xl-3 {
      margin: 1.6rem!important
  }

  .mt-xl-3,.my-xl-3 {
      margin-top: 1.6rem!important
  }

  .mr-xl-3,.mx-xl-3 {
      margin-right: 1.6rem!important
  }

  .mb-xl-3,.my-xl-3 {
      margin-bottom: 1.6rem!important
  }

  .ml-xl-3,.mx-xl-3 {
      margin-left: 1.6rem!important
  }

  .m-xl-4 {
      margin: 2.4rem!important
  }

  .mt-xl-4,.my-xl-4 {
      margin-top: 2.4rem!important
  }

  .mr-xl-4,.mx-xl-4 {
      margin-right: 2.4rem!important
  }

  .mb-xl-4,.my-xl-4 {
      margin-bottom: 2.4rem!important
  }

  .ml-xl-4,.mx-xl-4 {
      margin-left: 2.4rem!important
  }

  .m-xl-5 {
      margin: 4.8rem!important
  }

  .mt-xl-5,.my-xl-5 {
      margin-top: 4.8rem!important
  }

  .mr-xl-5,.mx-xl-5 {
      margin-right: 4.8rem!important
  }

  .mb-xl-5,.my-xl-5 {
      margin-bottom: 4.8rem!important
  }

  .ml-xl-5,.mx-xl-5 {
      margin-left: 4.8rem!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: .4rem!important
  }

  .pt-xl-1,.py-xl-1 {
      padding-top: .4rem!important
  }

  .pr-xl-1,.px-xl-1 {
      padding-right: .4rem!important
  }

  .pb-xl-1,.py-xl-1 {
      padding-bottom: .4rem!important
  }

  .pl-xl-1,.px-xl-1 {
      padding-left: .4rem!important
  }

  .p-xl-2 {
      padding: .8rem!important
  }

  .pt-xl-2,.py-xl-2 {
      padding-top: .8rem!important
  }

  .pr-xl-2,.px-xl-2 {
      padding-right: .8rem!important
  }

  .pb-xl-2,.py-xl-2 {
      padding-bottom: .8rem!important
  }

  .pl-xl-2,.px-xl-2 {
      padding-left: .8rem!important
  }

  .p-xl-3 {
      padding: 1.6rem!important
  }

  .pt-xl-3,.py-xl-3 {
      padding-top: 1.6rem!important
  }

  .pr-xl-3,.px-xl-3 {
      padding-right: 1.6rem!important
  }

  .pb-xl-3,.py-xl-3 {
      padding-bottom: 1.6rem!important
  }

  .pl-xl-3,.px-xl-3 {
      padding-left: 1.6rem!important
  }

  .p-xl-4 {
      padding: 2.4rem!important
  }

  .pt-xl-4,.py-xl-4 {
      padding-top: 2.4rem!important
  }

  .pr-xl-4,.px-xl-4 {
      padding-right: 2.4rem!important
  }

  .pb-xl-4,.py-xl-4 {
      padding-bottom: 2.4rem!important
  }

  .pl-xl-4,.px-xl-4 {
      padding-left: 2.4rem!important
  }

  .p-xl-5 {
      padding: 4.8rem!important
  }

  .pt-xl-5,.py-xl-5 {
      padding-top: 4.8rem!important
  }

  .pr-xl-5,.px-xl-5 {
      padding-right: 4.8rem!important
  }

  .pb-xl-5,.py-xl-5 {
      padding-bottom: 4.8rem!important
  }

  .pl-xl-5,.px-xl-5 {
      padding-left: 4.8rem!important
  }

  .m-xl-n1 {
      margin: -.4rem!important
  }

  .mt-xl-n1,.my-xl-n1 {
      margin-top: -.4rem!important
  }

  .mr-xl-n1,.mx-xl-n1 {
      margin-right: -.4rem!important
  }

  .mb-xl-n1,.my-xl-n1 {
      margin-bottom: -.4rem!important
  }

  .ml-xl-n1,.mx-xl-n1 {
      margin-left: -.4rem!important
  }

  .m-xl-n2 {
      margin: -.8rem!important
  }

  .mt-xl-n2,.my-xl-n2 {
      margin-top: -.8rem!important
  }

  .mr-xl-n2,.mx-xl-n2 {
      margin-right: -.8rem!important
  }

  .mb-xl-n2,.my-xl-n2 {
      margin-bottom: -.8rem!important
  }

  .ml-xl-n2,.mx-xl-n2 {
      margin-left: -.8rem!important
  }

  .m-xl-n3 {
      margin: -1.6rem!important
  }

  .mt-xl-n3,.my-xl-n3 {
      margin-top: -1.6rem!important
  }

  .mr-xl-n3,.mx-xl-n3 {
      margin-right: -1.6rem!important
  }

  .mb-xl-n3,.my-xl-n3 {
      margin-bottom: -1.6rem!important
  }

  .ml-xl-n3,.mx-xl-n3 {
      margin-left: -1.6rem!important
  }

  .m-xl-n4 {
      margin: -2.4rem!important
  }

  .mt-xl-n4,.my-xl-n4 {
      margin-top: -2.4rem!important
  }

  .mr-xl-n4,.mx-xl-n4 {
      margin-right: -2.4rem!important
  }

  .mb-xl-n4,.my-xl-n4 {
      margin-bottom: -2.4rem!important
  }

  .ml-xl-n4,.mx-xl-n4 {
      margin-left: -2.4rem!important
  }

  .m-xl-n5 {
      margin: -4.8rem!important
  }

  .mt-xl-n5,.my-xl-n5 {
      margin-top: -4.8rem!important
  }

  .mr-xl-n5,.mx-xl-n5 {
      margin-right: -4.8rem!important
  }

  .mb-xl-n5,.my-xl-n5 {
      margin-bottom: -4.8rem!important
  }

  .ml-xl-n5,.mx-xl-n5 {
      margin-left: -4.8rem!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
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.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: 576px) {
  .text-sm-left {
      text-align:left!important
  }

  .text-sm-right {
      text-align: right!important
  }

  .text-sm-center {
      text-align: center!important
  }
}

@media (min-width: 768px) {
  .text-md-left {
      text-align:left!important
  }

  .text-md-right {
      text-align: right!important
  }

  .text-md-center {
      text-align: center!important
  }
}

@media (min-width: 992px) {
  .text-lg-left {
      text-align:left!important
  }

  .text-lg-right {
      text-align: right!important
  }

  .text-lg-center {
      text-align: center!important
  }
}

@media (min-width: 1200px) {
  .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:focus,a.text-primary:hover {
  color: #0056b3!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus,a.text-dark:hover {
  color: #121416!important
}

.text-body {
  color: #212529!important
}

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

.text-black-50 {
  color: rgba(0,0,0,.5)!important
}

.text-white-50 {
  color: hsla(0,0%,100%,.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;
  word-wrap: break-word!important
}

.text-reset {
  color: inherit!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

.bv-no-focus-ring:focus {
  outline: none
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
      display:none!important
  }
}

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
      display:none!important
  }
}

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
      display:none!important
  }
}

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
      display:none!important
  }
}

.bv-d-xl-down-none {
  display: none!important
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.b-avatar:focus {
  outline: 0
}

.b-avatar.btn,.b-avatar[href] {
  padding: 0;
  border: 0
}

.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img {
  transition: transform .15s ease-in-out
}

.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15)
}

.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled] {
  opacity: .65;
  pointer-events: none
}

.b-avatar .b-avatar-custom,.b-avatar .b-avatar-img,.b-avatar .b-avatar-text {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(#fff,#000);
  mask-image: radial-gradient(#fff,#000)
}

.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap
}

.b-avatar[href] {
  text-decoration: none
}

.b-avatar>.b-icon {
  width: 60%;
  height: auto;
  max-width: 100%
}

.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover
}

.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: .25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 1
}

.b-avatar-sm {
  width: 1.5rem;
  height: 1.5rem
}

.b-avatar-sm .b-avatar-text {
  font-size: .6rem
}

.b-avatar-sm .b-avatar-badge {
  font-size: .42rem
}

.b-avatar-lg {
  width: 3.5rem;
  height: 3.5rem
}

.b-avatar-lg .b-avatar-text {
  font-size: 1.4rem
}

.b-avatar-lg .b-avatar-badge {
  font-size: .98rem
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap
}

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 1
}

.b-calendar {
  display: inline-flex
}

.b-calendar .b-calendar-inner {
  min-width: 250px
}

.b-calendar .b-calendar-header,.b-calendar .b-calendar-nav {
  margin-bottom: .25rem
}

.b-calendar .b-calendar-nav .btn {
  padding: .25rem
}

.b-calendar output {
  padding: .25rem;
  font-size: 80%
}

.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1
}

.b-calendar .b-calendar-footer {
  margin-top: .5rem
}

.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden
}

.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap
}

.b-calendar .b-calendar-grid-caption {
  padding: .25rem
}

.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0
}

.b-calendar .btn.disabled,.b-calendar .btn:disabled,.b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none
}

.card-img-left {
  border-top-left-radius: calc(.4rem - 1px);
  border-bottom-left-radius: calc(.4rem - 1px)
}

.card-img-right {
  border-top-right-radius: calc(.4rem - 1px);
  border-bottom-right-radius: calc(.4rem - 1px)
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
  display: none!important
}

.dropdown .dropdown-menu:focus {
  outline: none
}

.b-dropdown-form {
  display: inline-block;
  padding: .4rem 2.4rem;
  width: 100%;
  clear: both;
  font-weight: 400
}

.b-dropdown-form:focus {
  outline: 1px dotted!important;
  outline: 5px auto -webkit-focus-ring-color!important
}

.b-dropdown-form.disabled,.b-dropdown-form:disabled {
  outline: 0!important;
  color: #adb5bd;
  pointer-events: none
}

.b-dropdown-text {
  display: inline-block;
  padding: .4rem 2.4rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter
}

.custom-checkbox.b-custom-control-lg,.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 3rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-checkbox .custom-control-label:before {
  top: -.0625rem;
  left: -3rem;
  width: 2rem;
  height: 2rem;
  border-radius: .48rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-checkbox .custom-control-label:after {
  top: -.0625rem;
  left: -3rem;
  width: 2rem;
  height: 2rem;
  background-size: 50% 50%
}

.custom-checkbox.b-custom-control-sm,.input-group-sm .custom-checkbox {
  font-size: .875rem;
  line-height: 1.5;
  padding-left: 2.1rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-checkbox .custom-control-label:before {
  top: -.04375rem;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: .32rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-checkbox .custom-control-label:after {
  top: -.04375rem;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-lg,.input-group-lg .custom-switch {
  padding-left: 4.5rem
}

.custom-switch.b-custom-control-lg .custom-control-label,.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5
}

.custom-switch.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-switch .custom-control-label:before {
  top: -.0625rem;
  height: 2rem;
  left: -4.5rem;
  width: 3.5rem;
  border-radius: 1rem
}

.custom-switch.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-switch .custom-control-label:after {
  top: calc(-.0625rem + 2px);
  left: calc(-4.5rem + 2px);
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 1rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after {
  transform: translateX(1.5rem)
}

.custom-switch.b-custom-control-sm,.input-group-sm .custom-switch {
  padding-left: 3.15rem
}

.custom-switch.b-custom-control-sm .custom-control-label,.input-group-sm .custom-switch .custom-control-label {
  font-size: .875rem;
  line-height: 1.5
}

.custom-switch.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-switch .custom-control-label:before {
  top: -.04375rem;
  left: -3.15rem;
  width: 2.45rem;
  height: 1.4rem;
  border-radius: .7rem
}

.custom-switch.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-switch .custom-control-label:after {
  top: calc(-.04375rem + 2px);
  left: calc(-3.15rem + 2px);
  width: calc(1.4rem - 4px);
  height: calc(1.4rem - 4px);
  border-radius: .7rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after {
  transform: translateX(1.05rem)
}

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

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

.b-form-btn-label-control.form-control {
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 0;
  background-image: none
}

.input-group .b-form-btn-label-control.form-control {
  padding: 0
}

.b-form-btn-label-control.form-control[dir=rtl],[dir=rtl] .b-form-btn-label-control.form-control {
  flex-direction: row-reverse
}

.b-form-btn-label-control.form-control[dir=rtl]>label,[dir=rtl] .b-form-btn-label-control.form-control>label {
  text-align: right
}

.b-form-btn-label-control.form-control>.btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none!important;
  border: 0
}

.b-form-btn-label-control.form-control>.btn:disabled {
  pointer-events: none
}

.b-form-btn-label-control.form-control.is-valid>.btn {
  color: #28a745
}

.b-form-btn-label-control.form-control.is-invalid>.btn {
  color: #dc3545
}

.b-form-btn-label-control.form-control>.dropdown-menu {
  padding: .5rem
}

.b-form-btn-label-control.form-control>.form-control {
  height: auto;
  min-height: calc(1.5em + 1.2rem);
  padding-left: .25rem;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  word-break: break-word;
  font-size: inherit;
  white-space: normal;
  cursor: pointer
}

.b-form-btn-label-control.form-control>.form-control.form-control-sm {
  min-height: calc(1.5em + .8rem)
}

.b-form-btn-label-control.form-control>.form-control.form-control-lg {
  min-height: calc(1.5em + 1.6rem)
}

.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control {
  min-height: calc(1.5em + .8rem);
  padding-top: .4rem;
  padding-bottom: .4rem
}

.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control {
  min-height: calc(1.5em + 1.6rem);
  padding-top: .8rem;
  padding-bottom: .8rem
}

.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none
}

.b-form-btn-label-control.form-control[aria-disabled=true]>label {
  cursor: default
}

.b-form-btn-label-control.btn-group>.dropdown-menu {
  padding: .5rem
}

.custom-file-label {
  white-space: nowrap;
  overflow-x: hidden
}

.b-custom-control-lg.custom-file,.b-custom-control-lg .custom-file-input,.b-custom-control-lg .custom-file-label,.input-group-lg.custom-file,.input-group-lg .custom-file-input,.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1.6rem + 2px)
}

.b-custom-control-lg .custom-file-label,.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label,.input-group-lg .custom-file-label:after {
  padding: .8rem 1.6rem;
  line-height: 1.5
}

.b-custom-control-lg .custom-file-label,.input-group-lg .custom-file-label {
  border-radius: .48rem
}

.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + 1.6rem);
  border-radius: 0 .48rem .48rem 0
}

.b-custom-control-sm.custom-file,.b-custom-control-sm .custom-file-input,.b-custom-control-sm .custom-file-label,.input-group-sm.custom-file,.input-group-sm .custom-file-input,.input-group-sm .custom-file-label {
  font-size: .875rem;
  height: calc(1.5em + .8rem + 2px)
}

.b-custom-control-sm .custom-file-label,.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label,.input-group-sm .custom-file-label:after {
  padding: .4rem .8rem;
  line-height: 1.5
}

.b-custom-control-sm .custom-file-label,.input-group-sm .custom-file-label {
  border-radius: .32rem
}

.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + .8rem);
  border-radius: 0 .32rem .32rem 0
}

.form-control.is-invalid,.form-control.is-valid,.was-validated .form-control:invalid,.was-validated .form-control:valid {
  background-position: right calc(.375em + .3rem) center
}

input[type=color].form-control {
  height: calc(1.5em + 1.2rem + 2px);
  padding: .2rem .4rem
}

.input-group-sm input[type=color].form-control,input[type=color].form-control.form-control-sm {
  height: calc(1.5em + .8rem + 2px);
  padding: .2rem .4rem
}

.input-group-lg input[type=color].form-control,input[type=color].form-control.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: .2rem .4rem
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: .65
}

.input-group>.custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

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

.input-group>.custom-range:focus {
  z-index: 3
}

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

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

.input-group>.custom-range {
  padding: 0 1.2rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + 1.2rem + 2px);
  border-radius: .4rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .input-group>.custom-range {
      transition: none
  }
}

.input-group>.custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.input-group>.custom-range:disabled,.input-group>.custom-range[readonly] {
  background-color: #e9ecef
}

.input-group-lg>.custom-range {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0 1.6rem;
  border-radius: .48rem
}

.input-group-sm>.custom-range {
  height: calc(1.5em + .8rem + 2px);
  padding: 0 .8rem;
  border-radius: .32rem
}

.input-group .custom-range.is-valid,.was-validated .input-group .custom-range:valid {
  border-color: #28a745
}

.input-group .custom-range.is-valid:focus,.was-validated .input-group .custom-range:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb,.was-validated .custom-range:valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb,.was-validated .custom-range:valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb,.was-validated .custom-range:valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb,.was-validated .custom-range:valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active,.was-validated .custom-range:valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track,.was-validated .custom-range:valid::-webkit-slider-runnable-track {
  background-color: rgba(40,167,69,.35)
}

.custom-range.is-valid::-moz-range-thumb,.was-validated .custom-range:valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active,.was-validated .custom-range:valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-moz-range-track,.was-validated .custom-range:valid::-moz-range-track {
  background: rgba(40,167,69,.35)
}

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

.custom-range.is-valid::-ms-thumb,.was-validated .custom-range:valid::-ms-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-ms-thumb:active,.was-validated .custom-range:valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-ms-track-lower,.custom-range.is-valid::-ms-track-upper,.was-validated .custom-range:valid::-ms-track-lower,.was-validated .custom-range:valid::-ms-track-upper {
  background: rgba(40,167,69,.35)
}

.input-group .custom-range.is-invalid,.was-validated .input-group .custom-range:invalid {
  border-color: #dc3545
}

.input-group .custom-range.is-invalid:focus,.was-validated .input-group .custom-range:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb,.was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb,.was-validated .custom-range:invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb,.was-validated .custom-range:invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .32rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb,.was-validated .custom-range:invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active,.was-validated .custom-range:invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track,.was-validated .custom-range:invalid::-webkit-slider-runnable-track {
  background-color: rgba(220,53,69,.35)
}

.custom-range.is-invalid::-moz-range-thumb,.was-validated .custom-range:invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active,.was-validated .custom-range:invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-moz-range-track,.was-validated .custom-range:invalid::-moz-range-track {
  background: rgba(220,53,69,.35)
}

.custom-range.is-invalid~.invalid-feedback,.custom-range.is-invalid~.invalid-tooltip,.was-validated .custom-range:invalid~.invalid-feedback,.was-validated .custom-range:invalid~.invalid-tooltip {
  display: block
}

.custom-range.is-invalid::-ms-thumb,.was-validated .custom-range:invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-ms-thumb:active,.was-validated .custom-range:invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-ms-track-lower,.custom-range.is-invalid::-ms-track-upper,.was-validated .custom-range:invalid::-ms-track-lower,.was-validated .custom-range:invalid::-ms-track-upper {
  background: rgba(220,53,69,.35)
}

.custom-radio.b-custom-control-lg,.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 3rem
}

.custom-radio.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-radio .custom-control-label:before {
  top: -.0625rem;
  left: -3rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%
}

.custom-radio.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-radio .custom-control-label:after {
  top: -.0625rem;
  left: -3rem;
  width: 2rem;
  height: 2rem;
  background: no-repeat 50%/50% 50%
}

.custom-radio.b-custom-control-sm,.input-group-sm .custom-radio {
  font-size: .875rem;
  line-height: 1.5;
  padding-left: 2.1rem
}

.custom-radio.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-radio .custom-control-label:before {
  top: -.04375rem;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%
}

.custom-radio.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-radio .custom-control-label:after {
  top: -.04375rem;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50%/50% 50%
}

.b-rating {
  text-align: center
}

.b-rating.d-inline-flex {
  width: auto
}

.b-rating .b-rating-star,.b-rating .b-rating-value {
  padding: 0 .25em
}

.b-rating .b-rating-value {
  min-width: 2.5em
}

.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0
}

.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all .15s ease-in-out
}

.b-rating.disabled,.b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon,.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon {
  transform: scale(1.5)
}

.b-rating[dir=rtl] .b-rating-star-half {
  transform: scaleX(-1)
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0
}

.b-form-spinbutton[dir=rtl]:not(.flex-column),[dir=rtl] .b-form-spinbutton:not(.flex-column) {
  flex-direction: row-reverse
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 .25rem
}

.b-form-spinbutton output>bdi,.b-form-spinbutton output>div {
  display: block;
  min-width: 2.25em;
  height: 1.5em
}

.b-form-spinbutton.flex-column {
  height: auto;
  width: auto
}

.b-form-spinbutton.flex-column output {
  margin: 0 .25rem;
  padding: .25rem 0
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto
}

.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none!important
}

.b-form-spinbutton .btn:disabled {
  pointer-events: none
}

.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon {
  transform: scale(1.25)
}

.b-form-spinbutton.disabled,.b-form-spinbutton.readonly {
  background-color: #e9ecef
}

.b-form-spinbutton.disabled {
  pointer-events: none
}

.b-form-tags .b-form-tags-list {
  margin-top: -.25rem
}

.b-form-tags .b-form-tags-list .b-form-tag,.b-form-tags .b-form-tags-list .b-from-tags-field {
  margin-top: .25rem
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .32rem rgba(0,123,255,.25)
}

.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 .32rem rgba(40,167,69,.25)
}

.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .32rem rgba(220,53,69,.25)
}

.b-form-tags.disabled {
  background-color: #e9ecef
}

.b-form-tag {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.5;
  margin-right: .25rem
}

.b-form-tag.disabled {
  opacity: .75
}

.b-form-tag>button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: .25rem
}

.form-control-lg .b-form-tag,.form-control-sm .b-form-tag {
  line-height: 1.5
}

.media-aside {
  display: flex;
  margin-right: 1rem
}

.media-aside-right {
  margin-right: 0;
  margin-left: 1rem
}

.modal-backdrop {
  opacity: .5
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem!important;
  margin-left: .25rem;
  line-height: 1
}

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0
}

.popover.b-popover.fade:not(.show) {
  opacity: 0
}

.popover.b-popover.show {
  opacity: 1
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-primary.bs-popover-top>.arrow:before {
  border-top-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-primary.bs-popover-top>.arrow:after {
  border-top-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-primary.bs-popover-right>.arrow:before {
  border-right-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-primary.bs-popover-right>.arrow:after {
  border-right-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-primary.bs-popover-bottom>.arrow:before {
  border-bottom-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-primary.bs-popover-bottom .popover-header:before,.b-popover-primary.bs-popover-bottom>.arrow:after {
  border-bottom-color: #bdddff
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-primary.bs-popover-left>.arrow:before {
  border-left-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-primary.bs-popover-left>.arrow:after {
  border-left-color: #cce5ff
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff
}

.b-popover-primary .popover-body {
  color: #004085
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-secondary.bs-popover-top>.arrow:before {
  border-top-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-secondary.bs-popover-top>.arrow:after {
  border-top-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-secondary.bs-popover-right>.arrow:before {
  border-right-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-secondary.bs-popover-right>.arrow:after {
  border-right-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-secondary.bs-popover-bottom>.arrow:before {
  border-bottom-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-secondary.bs-popover-bottom .popover-header:before,.b-popover-secondary.bs-popover-bottom>.arrow:after {
  border-bottom-color: #dadbde
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-secondary.bs-popover-left>.arrow:before {
  border-left-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-secondary.bs-popover-left>.arrow:after {
  border-left-color: #e2e3e5
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2
}

.b-popover-secondary .popover-body {
  color: #383d41
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-success.bs-popover-top>.arrow:before {
  border-top-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-success.bs-popover-top>.arrow:after {
  border-top-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-success.bs-popover-right>.arrow:before {
  border-right-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-success.bs-popover-right>.arrow:after {
  border-right-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-success.bs-popover-bottom>.arrow:before {
  border-bottom-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-success.bs-popover-bottom .popover-header:before,.b-popover-success.bs-popover-bottom>.arrow:after {
  border-bottom-color: #c9e8d1
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-success.bs-popover-left>.arrow:before {
  border-left-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-success.bs-popover-left>.arrow:after {
  border-left-color: #d4edda
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1
}

.b-popover-success .popover-body {
  color: #155724
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-info.bs-popover-top>.arrow:before {
  border-top-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-info.bs-popover-top>.arrow:after {
  border-top-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-info.bs-popover-right>.arrow:before {
  border-right-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-info.bs-popover-right>.arrow:after {
  border-right-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-info.bs-popover-bottom>.arrow:before {
  border-bottom-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-info.bs-popover-bottom .popover-header:before,.b-popover-info.bs-popover-bottom>.arrow:after {
  border-bottom-color: #c5e7ed
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-info.bs-popover-left>.arrow:before {
  border-left-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-info.bs-popover-left>.arrow:after {
  border-left-color: #d1ecf1
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7
}

.b-popover-info .popover-body {
  color: #0c5460
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-warning.bs-popover-top>.arrow:before {
  border-top-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-warning.bs-popover-top>.arrow:after {
  border-top-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-warning.bs-popover-right>.arrow:before {
  border-right-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-warning.bs-popover-right>.arrow:after {
  border-right-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-warning.bs-popover-bottom>.arrow:before {
  border-bottom-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-warning.bs-popover-bottom .popover-header:before,.b-popover-warning.bs-popover-bottom>.arrow:after {
  border-bottom-color: #ffefbe
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-warning.bs-popover-left>.arrow:before {
  border-left-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-warning.bs-popover-left>.arrow:after {
  border-left-color: #fff3cd
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4
}

.b-popover-warning .popover-body {
  color: #856404
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-danger.bs-popover-top>.arrow:before {
  border-top-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-danger.bs-popover-top>.arrow:after {
  border-top-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-danger.bs-popover-right>.arrow:before {
  border-right-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-danger.bs-popover-right>.arrow:after {
  border-right-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-danger.bs-popover-bottom>.arrow:before {
  border-bottom-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-danger.bs-popover-bottom .popover-header:before,.b-popover-danger.bs-popover-bottom>.arrow:after {
  border-bottom-color: #f6cace
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-danger.bs-popover-left>.arrow:before {
  border-left-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-danger.bs-popover-left>.arrow:after {
  border-left-color: #f8d7da
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba
}

.b-popover-danger .popover-body {
  color: #721c24
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-light.bs-popover-top>.arrow:before {
  border-top-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-light.bs-popover-top>.arrow:after {
  border-top-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-light.bs-popover-right>.arrow:before {
  border-right-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-light.bs-popover-right>.arrow:after {
  border-right-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-light.bs-popover-bottom>.arrow:before {
  border-bottom-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-light.bs-popover-bottom .popover-header:before,.b-popover-light.bs-popover-bottom>.arrow:after {
  border-bottom-color: #f6f6f6
}

.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-light.bs-popover-left>.arrow:before {
  border-left-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-light.bs-popover-left>.arrow:after {
  border-left-color: #fefefe
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea
}

.b-popover-light .popover-body {
  color: #818182
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-dark.bs-popover-top>.arrow:before {
  border-top-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-dark.bs-popover-top>.arrow:after {
  border-top-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-dark.bs-popover-right>.arrow:before {
  border-right-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-dark.bs-popover-right>.arrow:after {
  border-right-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-dark.bs-popover-bottom>.arrow:before {
  border-bottom-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-dark.bs-popover-bottom .popover-header:before,.b-popover-dark.bs-popover-bottom>.arrow:after {
  border-bottom-color: #ced0d2
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-dark.bs-popover-left>.arrow:before {
  border-left-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-dark.bs-popover-left>.arrow:after {
  border-left-color: #d6d8d9
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5
}

.b-popover-dark .popover-body {
  color: #1b1e21
}

.b-sidebar-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 1035
}

.b-sidebar-backdrop {
  left: 0;
  z-index: -1;
  width: 100vw;
  opacity: .6
}

.b-sidebar,.b-sidebar-backdrop {
  position: fixed;
  top: 0;
  height: 100vh
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  width: 320px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  outline: 0;
  transform: translateX(0)
}

.b-sidebar.slide {
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .b-sidebar.slide {
      transition: none
  }
}

.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto
}

.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%)
}

.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close {
  margin-left: auto
}

.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0
}

.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%)
}

.b-sidebar.b-sidebar-right>.b-sidebar-header .close {
  margin-right: auto
}

.b-sidebar>.b-sidebar-header {
  font-size: 1.5rem;
  padding: .8rem 1.6rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center
}

[dir=rtl] .b-sidebar>.b-sidebar-header {
  flex-direction: row-reverse
}

.b-sidebar>.b-sidebar-header .close {
  float: none;
  font-size: 1.5rem
}

.b-sidebar>.b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto
}

.b-sidebar>.b-sidebar-footer {
  flex-grow: 0
}

.b-skeleton-wrapper {
  cursor: wait
}

.b-skeleton {
  position: relative;
  overflow: hidden;
  background-color: rgba(0,0,0,.12);
  cursor: wait;
  -webkit-mask-image: radial-gradient(#fff,#000);
  mask-image: radial-gradient(#fff,#000)
}

.b-skeleton:before {
  content: "\00a0"
}

.b-skeleton-text {
  height: 1rem;
  margin-bottom: .4rem;
  border-radius: .25rem
}

.b-skeleton-button {
  width: 75px;
  padding: .6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .4rem
}

.b-skeleton-avatar {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%
}

.b-skeleton-input {
  height: calc(1.5em + 1.2rem + 2px);
  padding: .6rem 1.2rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .4rem
}

.b-skeleton-icon-wrapper svg {
  color: rgba(0,0,0,.12)
}

.b-skeleton-img {
  height: 100%;
  width: 100%
}

.b-skeleton-animate-wave:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);
  animation: b-skeleton-animate-wave 1.75s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .b-skeleton-animate-wave:after {
      background: none;
      animation: none
  }
}

@keyframes b-skeleton-animate-wave {
  0% {
      transform: translateX(-100%)
  }

  to {
      transform: translateX(100%)
  }
}

.b-skeleton-animate-fade {
  animation: b-skeleton-animate-fade .875s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-skeleton-animate-fade {
      animation: none
  }
}

@keyframes b-skeleton-animate-fade {
  0% {
      opacity: 1
  }

  to {
      opacity: .4
  }
}

.b-skeleton-animate-throb {
  animation: b-skeleton-animate-throb .875s ease-in infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-skeleton-animate-throb {
      animation: none
  }
}

@keyframes b-skeleton-animate-throb {
  0% {
      transform: scale(1)
  }

  to {
      transform: scale(.975)
  }
}

.table.b-table.b-table-fixed {
  table-layout: fixed
}

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0
}

.table.b-table[aria-busy=true] {
  opacity: .55
}

.table.b-table>tbody>tr.b-table-details>td {
  border-top: none!important
}

.table.b-table>caption {
  caption-side: bottom
}

.table.b-table.b-table-caption-top>caption {
  caption-side: top!important
}

.table.b-table>tbody>.table-active,.table.b-table>tbody>.table-active>td,.table.b-table>tbody>.table-active>th {
  background-color: rgba(0,0,0,.075)
}

.table.b-table.table-hover>tbody>tr.table-active:hover td,.table.b-table.table-hover>tbody>tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));
  background-repeat: no-repeat
}

.table.b-table>tbody>.bg-active,.table.b-table>tbody>.bg-active>td,.table.b-table>tbody>.bg-active>th {
  background-color: hsla(0,0%,100%,.075)!important
}

.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));
  background-repeat: no-repeat
}

.b-table-sticky-header,.table-responsive,[class*=table-responsive-] {
  margin-bottom: 1.6rem
}

.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table {
  margin-bottom: 0
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px
}

@media print {
  .b-table-sticky-header {
      overflow-y: visible!important;
      max-height: none!important
  }
}

@supports (position: sticky) {
  .b-table-sticky-header>.table.b-table>thead>tr>th {
      position:sticky;
      top: 0;
      z-index: 2
  }

  .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
      position: sticky;
      left: 0
  }

  .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
      z-index: 5
  }

  .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
      z-index: 2
  }

  .table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default,.table.b-table>thead>tr>.table-b-table-default {
      color: #212529;
      background-color: #fff
  }

  .table.b-table.table-dark>tbody>tr>.bg-b-table-default,.table.b-table.table-dark>tfoot>tr>.bg-b-table-default,.table.b-table.table-dark>thead>tr>.bg-b-table-default {
      color: #fff;
      background-color: #343a40
  }

  .table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default {
      background-image: linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));
      background-repeat: no-repeat
  }

  .table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default {
      background-image: linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.05));
      background-repeat: no-repeat
  }

  .table.b-table.table-hover>tbody>tr:hover>.table-b-table-default {
      color: #212529;
      background-image: linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));
      background-repeat: no-repeat
  }

  .table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default {
      color: #fff;
      background-image: linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));
      background-repeat: no-repeat
  }
}

.table.b-table>tfoot>tr>[aria-sort],.table.b-table>thead>tr>[aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: .65em 1em
}

.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right .6rem center;
  padding-right: calc(1.2rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left,.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left {
  background-position: left .6rem center;
  padding-left: calc(1.2rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort=none],.table.b-table>thead>tr>[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=ascending],.table.b-table>thead>tr>[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=descending],.table.b-table>thead>tr>[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=none],.table.b-table.table-dark>thead>tr>[aria-sort=none],.table.b-table>.thead-dark>tr>[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],.table.b-table.table-dark>thead>tr>[aria-sort=ascending],.table.b-table>.thead-dark>tr>[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],.table.b-table.table-dark>thead>tr>[aria-sort=descending],.table.b-table>.thead-dark>tr>[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=none],.table.b-table>thead>tr>.table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending],.table.b-table>thead>tr>.table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=descending],.table.b-table>thead>tr>.table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right .24rem center;
  padding-right: calc(.48rem + .65em)
}

.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left,.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left {
  background-position: left .24rem center;
  padding-left: calc(.48rem + .65em)
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr {
  cursor: pointer
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
      display:block;
      width: 100%
  }

  .table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>th {
      display: block
  }

  .table.b-table.b-table-stacked-sm>tfoot,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
      display: none
  }

  .table.b-table.b-table-stacked-sm>caption {
      caption-side: top!important
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: 700;
      font-style: normal;
      padding: 0 .5rem 0 0;
      margin: 0
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after {
      display: block;
      clear: both;
      content: ""
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
      display: inline-block;
      width: 60%;
      padding: 0 0 0 .5rem;
      margin: 0
  }

  .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,.table.b-table.b-table-stacked-sm>tbody>tr.top-row {
      display: none
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>:first-child,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
      border-top-width: 3px
  }
}

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
      display:block;
      width: 100%
  }

  .table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>th {
      display: block
  }

  .table.b-table.b-table-stacked-md>tfoot,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
      display: none
  }

  .table.b-table.b-table-stacked-md>caption {
      caption-side: top!important
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: 700;
      font-style: normal;
      padding: 0 .5rem 0 0;
      margin: 0
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after {
      display: block;
      clear: both;
      content: ""
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
      display: inline-block;
      width: 60%;
      padding: 0 0 0 .5rem;
      margin: 0
  }

  .table.b-table.b-table-stacked-md>tbody>tr.bottom-row,.table.b-table.b-table-stacked-md>tbody>tr.top-row {
      display: none
  }

  .table.b-table.b-table-stacked-md>tbody>tr>:first-child,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
      border-top-width: 3px
  }
}

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
      display:block;
      width: 100%
  }

  .table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>th {
      display: block
  }

  .table.b-table.b-table-stacked-lg>tfoot,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
      display: none
  }

  .table.b-table.b-table-stacked-lg>caption {
      caption-side: top!important
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: 700;
      font-style: normal;
      padding: 0 .5rem 0 0;
      margin: 0
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after {
      display: block;
      clear: both;
      content: ""
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
      display: inline-block;
      width: 60%;
      padding: 0 0 0 .5rem;
      margin: 0
  }

  .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,.table.b-table.b-table-stacked-lg>tbody>tr.top-row {
      display: none
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>:first-child,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
      border-top-width: 3px
  }
}

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
      display:block;
      width: 100%
  }

  .table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>th {
      display: block
  }

  .table.b-table.b-table-stacked-xl>tfoot,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
      display: none
  }

  .table.b-table.b-table-stacked-xl>caption {
      caption-side: top!important
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
      content: attr(data-label);
      width: 40%;
      float: left;
      text-align: right;
      word-wrap: break-word;
      font-weight: 700;
      font-style: normal;
      padding: 0 .5rem 0 0;
      margin: 0
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after {
      display: block;
      clear: both;
      content: ""
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
      display: inline-block;
      width: 60%;
      padding: 0 0 0 .5rem;
      margin: 0
  }

  .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,.table.b-table.b-table-stacked-xl>tbody>tr.top-row {
      display: none
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
      border-top-width: 3px
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%
}

.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>th {
  display: block
}

.table.b-table.b-table-stacked>tfoot,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>thead>tr.b-table-top-row {
  display: none
}

.table.b-table.b-table-stacked>caption {
  caption-side: top!important
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  word-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  padding: 0 .5rem 0 0;
  margin: 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:after {
  display: block;
  clear: both;
  content: ""
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 .5rem;
  margin: 0
}

.table.b-table.b-table-stacked>tbody>tr.bottom-row,.table.b-table.b-table-stacked>tbody>tr.top-row {
  display: none
}

.table.b-table.b-table-stacked>tbody>tr>:first-child,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
  border-top-width: 3px
}

.b-time {
  min-width: 150px
}

.b-time[aria-disabled=true] output,.b-time[aria-readonly=true] output,.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1
}

.b-time[aria-disabled=true] output {
  pointer-events: none
}

[dir=rtl] .b-time>.d-flex:not(.flex-column) {
  flex-direction: row-reverse
}

.b-time .b-time-header {
  margin-bottom: .5rem
}

.b-time .b-time-header output {
  padding: .25rem;
  font-size: 80%
}

.b-time .b-time-footer {
  margin-top: .5rem
}

.b-time .b-time-ampm {
  margin-left: .5rem
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: .4rem
}

.b-toast .toast {
  background-color: hsla(0,0%,100%,.85)
}

.b-toast:not(:last-child) {
  margin-bottom: 1.2rem
}

.b-toast.b-toast-solid .toast {
  background-color: #fff
}

.b-toast .toast {
  opacity: 1
}

.b-toast .toast.fade:not(.show) {
  opacity: 0
}

.b-toast .toast .toast-body {
  display: block
}

.b-toast-primary .toast {
  background-color: rgba(230,242,255,.85);
  border-color: rgba(184,218,255,.85);
  color: #004085
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204,229,255,.85);
  border-bottom-color: rgba(184,218,255,.85)
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff
}

.b-toast-secondary .toast {
  background-color: rgba(239,240,241,.85);
  border-color: rgba(214,216,219,.85);
  color: #383d41
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226,227,229,.85);
  border-bottom-color: rgba(214,216,219,.85)
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1
}

.b-toast-success .toast {
  background-color: rgba(230,245,233,.85);
  border-color: rgba(195,230,203,.85);
  color: #155724
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212,237,218,.85);
  border-bottom-color: rgba(195,230,203,.85)
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9
}

.b-toast-info .toast {
  background-color: rgba(229,244,247,.85);
  border-color: rgba(190,229,235,.85);
  color: #0c5460
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209,236,241,.85);
  border-bottom-color: rgba(190,229,235,.85)
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7
}

.b-toast-warning .toast {
  background-color: rgba(255,249,231,.85);
  border-color: rgba(255,238,186,.85);
  color: #856404
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255,243,205,.85);
  border-bottom-color: rgba(255,238,186,.85)
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7
}

.b-toast-danger .toast {
  background-color: rgba(252,237,238,.85);
  border-color: rgba(245,198,203,.85);
  color: #721c24
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248,215,218,.85);
  border-bottom-color: rgba(245,198,203,.85)
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee
}

.b-toast-light .toast {
  background-color: hsla(0,0%,100%,.85);
  border-color: rgba(253,253,254,.85);
  color: #818182
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: hsla(0,0%,99.6%,.85);
  border-bottom-color: rgba(253,253,254,.85)
}

.b-toast-light.b-toast-solid .toast {
  background-color: #fff
}

.b-toast-dark .toast {
  background-color: rgba(227,229,229,.85);
  border-color: rgba(198,200,202,.85);
  color: #1b1e21
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214,216,217,.85);
  border-bottom-color: rgba(198,200,202,.85)
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5
}

.b-toaster {
  z-index: 1100
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block
}

.b-toaster .b-toaster-slot:empty {
  display: none!important
}

.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-right {
  position: fixed;
  left: .5rem;
  right: .5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-top-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%
}

.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-right {
  top: 0
}

.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot {
  top: .5rem
}

.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-right {
  bottom: 0
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot {
  bottom: .5rem
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot {
  margin-left: auto
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot {
  margin-right: auto
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
  transition: transform .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
  transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s
}

.tooltip.b-tooltip {
  display: block;
  opacity: .9;
  outline: 0
}

.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0
}

.tooltip.b-tooltip.show {
  opacity: .9
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none
}

.tooltip.b-tooltip .arrow {
  margin: 0 .4rem
}

.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip.bs-tooltip-left .arrow,.tooltip.b-tooltip.bs-tooltip-right .arrow {
  margin: .4rem 0
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #007bff
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
  border-top-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
  border-right-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
  border-left-color: #6c757d
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
  border-top-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
  border-right-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
  border-left-color: #28a745
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
  border-top-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
  border-right-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
  border-left-color: #17a2b8
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
  border-top-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
  border-right-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
  border-left-color: #ffc107
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
  border-top-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
  border-right-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
  border-left-color: #dc3545
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
  border-top-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
  border-right-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
  border-left-color: #f8f9fa
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
  border-top-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
  border-right-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
  border-left-color: #343a40
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -.15em
}

.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g {
  transform-origin: center;
  animation: b-icon-animation-cylon .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g {
      animation: none
  }
}

.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
  transform-origin: center;
  animation: b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
      animation: none
  }
}

.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g {
  transform-origin: center;
  animation: b-icon-animation-fade .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g {
      animation: none
  }
}

.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g {
  transform-origin: center;
  animation: b-icon-animation-spin 2s linear infinite normal
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g {
      animation: none
  }
}

.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
  transform-origin: center;
  animation: b-icon-animation-spin 2s linear infinite reverse
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
      animation: none
  }
}

.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
  transform-origin: center;
  animation: b-icon-animation-spin 1s steps(8) infinite normal
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
      animation: none
  }
}

.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
  transform-origin: center;
  animation: b-icon-animation-spin 1s steps(8) infinite reverse
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
      animation: none
  }
}

.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g {
  transform-origin: center;
  animation: b-icon-animation-throb .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {
  .b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g {
      animation: none
  }
}

@keyframes b-icon-animation-cylon {
  0% {
      transform: translateX(-25%)
  }

  to {
      transform: translateX(25%)
  }
}

@keyframes b-icon-animation-cylon-vertical {
  0% {
      transform: translateY(25%)
  }

  to {
      transform: translateY(-25%)
  }
}

@keyframes b-icon-animation-fade {
  0% {
      opacity: .1
  }

  to {
      opacity: 1
  }
}

@keyframes b-icon-animation-spin {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(359deg)
  }
}

@keyframes b-icon-animation-throb {
  0% {
      opacity: .5;
      transform: scale(.5)
  }

  to {
      opacity: 1;
      transform: scale(1)
  }
}

.btn .b-icon.bi,.dropdown-item .b-icon.bi,.dropdown-toggle .b-icon.bi,.input-group-text .b-icon.bi,.nav-link .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom
}

.cy-font-weight-100 {
  font-weight: 100!important
}

.cy-font-weight-200 {
  font-weight: 200!important
}

.cy-font-weight-300 {
  font-weight: 300!important
}

.cy-font-weight-400 {
  font-weight: 400!important
}

.cy-font-weight-500 {
  font-weight: 500!important
}

.cy-font-weight-600 {
  font-weight: 600!important
}

.cy-font-weight-700 {
  font-weight: 700!important
}

.cy-font-weight-800 {
  font-weight: 800!important
}

.cy-line-height-10 {
  line-height: 10px!important
}

.cy-line-height-11 {
  line-height: 11px!important
}

.cy-line-height-12 {
  line-height: 12px!important
}

.cy-line-height-13 {
  line-height: 13px!important
}

.cy-line-height-14 {
  line-height: 14px!important
}

.cy-line-height-15 {
  line-height: 15px!important
}

.cy-line-height-16 {
  line-height: 16px!important
}

.cy-line-height-17 {
  line-height: 17px!important
}

.cy-line-height-18 {
  line-height: 18px!important
}

.cy-line-height-19 {
  line-height: 19px!important
}

.cy-line-height-20 {
  line-height: 20px!important
}

.cy-line-height-21 {
  line-height: 21px!important
}

.cy-line-height-22 {
  line-height: 22px!important
}

.cy-line-height-23 {
  line-height: 23px!important
}

.cy-line-height-24 {
  line-height: 24px!important
}

.cy-line-height-25 {
  line-height: 25px!important
}

.cy-line-height-26 {
  line-height: 26px!important
}

.cy-line-height-27 {
  line-height: 27px!important
}

.cy-line-height-28 {
  line-height: 28px!important
}

.cy-line-height-29 {
  line-height: 29px!important
}

.cy-line-height-30 {
  line-height: 30px!important
}

.cy-line-height-31 {
  line-height: 31px!important
}

.cy-line-height-32 {
  line-height: 32px!important
}

.cy-line-height-33 {
  line-height: 33px!important
}

.cy-line-height-34 {
  line-height: 34px!important
}

.cy-line-height-35 {
  line-height: 35px!important
}

.cy-line-height-36 {
  line-height: 36px!important
}

.cy-line-height-37 {
  line-height: 37px!important
}

.cy-line-height-38 {
  line-height: 38px!important
}

.cy-line-height-39 {
  line-height: 39px!important
}

.cy-line-height-40 {
  line-height: 40px!important
}

.cy-line-height-41 {
  line-height: 41px!important
}

.cy-line-height-42 {
  line-height: 42px!important
}

.cy-line-height-43 {
  line-height: 43px!important
}

.cy-line-height-44 {
  line-height: 44px!important
}

.cy-line-height-45 {
  line-height: 45px!important
}

.cy-line-height-46 {
  line-height: 46px!important
}

.cy-line-height-47 {
  line-height: 47px!important
}

.cy-line-height-48 {
  line-height: 48px!important
}

.cy-line-height-49 {
  line-height: 49px!important
}

.cy-line-height-50 {
  line-height: 50px!important
}

.cy-line-height-51 {
  line-height: 51px!important
}

.cy-line-height-52 {
  line-height: 52px!important
}

.cy-line-height-53 {
  line-height: 53px!important
}

.cy-line-height-54 {
  line-height: 54px!important
}

.cy-line-height-55 {
  line-height: 55px!important
}

.cy-line-height-56 {
  line-height: 56px!important
}

.cy-line-height-57 {
  line-height: 57px!important
}

.cy-line-height-58 {
  line-height: 58px!important
}

.cy-line-height-59 {
  line-height: 59px!important
}

.cy-line-height-60 {
  line-height: 60px!important
}

.cy-border-width-1 {
  border-width: 1px!important
}

.cy-letter-space-1 {
  letter-spacing: 1px!important
}

.cy-border-width-2 {
  border-width: 2px!important
}

.cy-letter-space-2 {
  letter-spacing: 2px!important
}

.cy-border-width-3 {
  border-width: 3px!important
}

.cy-letter-space-3 {
  letter-spacing: 3px!important
}

.cy-border-width-4 {
  border-width: 4px!important
}

.cy-letter-space-4 {
  letter-spacing: 4px!important
}

.cy-border-width-5 {
  border-width: 5px!important
}

.cy-letter-space-5 {
  letter-spacing: 5px!important
}

.cy-border-width-6 {
  border-width: 6px!important
}

.cy-letter-space-6 {
  letter-spacing: 6px!important
}

.cy-border-width-7 {
  border-width: 7px!important
}

.cy-letter-space-7 {
  letter-spacing: 7px!important
}

.cy-border-width-8 {
  border-width: 8px!important
}

.cy-letter-space-8 {
  letter-spacing: 8px!important
}

.cy-border-width-9 {
  border-width: 9px!important
}

.cy-letter-space-9 {
  letter-spacing: 9px!important
}

.cy-border-width-10 {
  border-width: 10px!important
}

.cy-letter-space-10 {
  letter-spacing: 10px!important
}

.cy-b-radius-1 {
  border-radius: 1px!important
}

.cy-b-radius-2 {
  border-radius: 2px!important
}

.cy-b-radius-3 {
  border-radius: 3px!important
}

.cy-b-radius-4 {
  border-radius: 4px!important
}

.cy-b-radius-5 {
  border-radius: 5px!important
}

.cy-b-radius-6 {
  border-radius: 6px!important
}

.cy-b-radius-7 {
  border-radius: 7px!important
}

.cy-b-radius-8 {
  border-radius: 8px!important
}

.cy-b-radius-9 {
  border-radius: 9px!important
}

.cy-b-radius-10 {
  border-radius: 10px!important
}

.cy-heading-1 {
  font-size: 3.6rem
}

.cy-heading-2 {
  font-size: 2.8rem
}

.cy-heading-3 {
  font-size: 1.8rem
}

.cy-heading-4 {
  font-size: 1.6rem
}

.cy-heading-5 {
  font-size: 1.4rem
}

.cy-heading-6 {
  font-size: 1.2rem
}

.cy-heading-7 {
  font-size: 1rem
}

.cy-heading-24 {
  font-size: 2.4rem
}

.cy-heading-32 {
  font-size: 3.2rem
}

.cy-heading-26 {
  font-size: 2.6rem
}

@media (max-width: 768px) {
  .cy-heading-1 {
      font-size:2.4rem
  }

  .cy-heading-2 {
      font-size: 2.2rem
  }

  .cy-heading-3 {
      font-size: 1.6rem
  }

  .cy-heading-4 {
      font-size: 1.4rem
  }

  .cy-heading-5 {
      font-size: 1.2rem
  }

  .cy-heading-6 {
      font-size: 1rem
  }

  .cy-heading-7 {
      font-size: .8rem
  }

  .cy-heading-24 {
      font-size: 2rem
  }

  .cy-heading-32 {
      font-size: 2.4rem
  }
}

@media (max-width: 768px) {
  .cy-heading-xs-1 {
      font-size:1.8rem
  }

  .cy-heading-xs-2 {
      font-size: 1.6rem
  }

  .cy-heading-xs-3 {
      font-size: 1.4rem
  }

  .cy-heading-xs-4 {
      font-size: 1.2rem
  }

  .cy-heading-xs-5 {
      font-size: 1rem
  }

  .cy-heading-xs-6 {
      font-size: .8rem
  }
}

.cy-text-blue {
  color: #007bff!important
}

.cy-bg-blue {
  background-color: #007bff!important
}

.cy-border-color-blue {
  border-color: #007bff!important
}

.cy-border-top-blue {
  border-top: 1px solid #007bff!important
}

.cy-border-left-blue {
  border-left: 1px solid #007bff!important
}

.cy-border-bottom-blue {
  border-bottom: 1px solid #007bff!important
}

.cy-underline-blue:after {
  background-color: #007bff!important
}

.cy-text-indigo {
  color: #6610f2!important
}

.cy-bg-indigo {
  background-color: #6610f2!important
}

.cy-border-color-indigo {
  border-color: #6610f2!important
}

.cy-border-top-indigo {
  border-top: 1px solid #6610f2!important
}

.cy-border-left-indigo {
  border-left: 1px solid #6610f2!important
}

.cy-border-bottom-indigo {
  border-bottom: 1px solid #6610f2!important
}

.cy-underline-indigo:after {
  background-color: #6610f2!important
}

.cy-text-purple {
  color: #6f42c1!important
}

.cy-bg-purple {
  background-color: #6f42c1!important
}

.cy-border-color-purple {
  border-color: #6f42c1!important
}

.cy-border-top-purple {
  border-top: 1px solid #6f42c1!important
}

.cy-border-left-purple {
  border-left: 1px solid #6f42c1!important
}

.cy-border-bottom-purple {
  border-bottom: 1px solid #6f42c1!important
}

.cy-underline-purple:after {
  background-color: #6f42c1!important
}

.cy-text-pink {
  color: #e83e8c!important
}

.cy-bg-pink {
  background-color: #e83e8c!important
}

.cy-border-color-pink {
  border-color: #e83e8c!important
}

.cy-border-top-pink {
  border-top: 1px solid #e83e8c!important
}

.cy-border-left-pink {
  border-left: 1px solid #e83e8c!important
}

.cy-border-bottom-pink {
  border-bottom: 1px solid #e83e8c!important
}

.cy-underline-pink:after {
  background-color: #e83e8c!important
}

.cy-text-red {
  color: #dc3545!important
}

.cy-bg-red {
  background-color: #dc3545!important
}

.cy-border-color-red {
  border-color: #dc3545!important
}

.cy-border-top-red {
  border-top: 1px solid #dc3545!important
}

.cy-border-left-red {
  border-left: 1px solid #dc3545!important
}

.cy-border-bottom-red {
  border-bottom: 1px solid #dc3545!important
}

.cy-underline-red:after {
  background-color: #dc3545!important
}

.cy-text-orange {
  color: #fd7e14!important
}

.cy-bg-orange {
  background-color: #fd7e14!important
}

.cy-border-color-orange {
  border-color: #fd7e14!important
}

.cy-border-top-orange {
  border-top: 1px solid #fd7e14!important
}

.cy-border-left-orange {
  border-left: 1px solid #fd7e14!important
}

.cy-border-bottom-orange {
  border-bottom: 1px solid #fd7e14!important
}

.cy-underline-orange:after {
  background-color: #fd7e14!important
}

.cy-text-yellow {
  color: #ffc107!important
}

.cy-bg-yellow {
  background-color: #ffc107!important
}

.cy-border-color-yellow {
  border-color: #ffc107!important
}

.cy-border-top-yellow {
  border-top: 1px solid #ffc107!important
}

.cy-border-left-yellow {
  border-left: 1px solid #ffc107!important
}

.cy-border-bottom-yellow {
  border-bottom: 1px solid #ffc107!important
}

.cy-underline-yellow:after {
  background-color: #ffc107!important
}

.cy-text-green {
  color: #28a745!important
}

.cy-bg-green {
  background-color: #28a745!important
}

.cy-border-color-green {
  border-color: #28a745!important
}

.cy-border-top-green {
  border-top: 1px solid #28a745!important
}

.cy-border-left-green {
  border-left: 1px solid #28a745!important
}

.cy-border-bottom-green {
  border-bottom: 1px solid #28a745!important
}

.cy-underline-green:after {
  background-color: #28a745!important
}

.cy-text-teal {
  color: #20c997!important
}

.cy-bg-teal {
  background-color: #20c997!important
}

.cy-border-color-teal {
  border-color: #20c997!important
}

.cy-border-top-teal {
  border-top: 1px solid #20c997!important
}

.cy-border-left-teal {
  border-left: 1px solid #20c997!important
}

.cy-border-bottom-teal {
  border-bottom: 1px solid #20c997!important
}

.cy-underline-teal:after {
  background-color: #20c997!important
}

.cy-text-cyan {
  color: #17a2b8!important
}

.cy-bg-cyan {
  background-color: #17a2b8!important
}

.cy-border-color-cyan {
  border-color: #17a2b8!important
}

.cy-border-top-cyan {
  border-top: 1px solid #17a2b8!important
}

.cy-border-left-cyan {
  border-left: 1px solid #17a2b8!important
}

.cy-border-bottom-cyan {
  border-bottom: 1px solid #17a2b8!important
}

.cy-underline-cyan:after {
  background-color: #17a2b8!important
}

.cy-text-gray {
  color: #6c757d!important
}

.cy-bg-gray {
  background-color: #6c757d!important
}

.cy-border-color-gray {
  border-color: #6c757d!important
}

.cy-border-top-gray {
  border-top: 1px solid #6c757d!important
}

.cy-border-left-gray {
  border-left: 1px solid #6c757d!important
}

.cy-border-bottom-gray {
  border-bottom: 1px solid #6c757d!important
}

.cy-underline-gray:after {
  background-color: #6c757d!important
}

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

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

.cy-border-color-gray-dark {
  border-color: #343a40!important
}

.cy-border-top-gray-dark {
  border-top: 1px solid #343a40!important
}

.cy-border-left-gray-dark {
  border-left: 1px solid #343a40!important
}

.cy-border-bottom-gray-dark {
  border-bottom: 1px solid #343a40!important
}

.cy-underline-gray-dark:after {
  background-color: #343a40!important
}

.cy-text-secondary-blue {
  color: #4476f7!important
}

.cy-bg-secondary-blue {
  background-color: #4476f7!important
}

.cy-border-color-secondary-blue {
  border-color: #4476f7!important
}

.cy-border-top-secondary-blue {
  border-top: 1px solid #4476f7!important
}

.cy-border-left-secondary-blue {
  border-left: 1px solid #4476f7!important
}

.cy-border-bottom-secondary-blue {
  border-bottom: 1px solid #4476f7!important
}

.cy-underline-secondary-blue:after {
  background-color: #4476f7!important
}

.cy-header--expanded .cy-right-navbar li>a,.cy-text-primary {
  color: #3065ef!important
}

.cy-bg-primary {
  background-color: #3065ef!important
}

.cy-border-color-primary {
  border-color: #3065ef!important
}

.cy-border-top-primary {
  border-top: 1px solid #3065ef!important
}

.cy-border-left-primary {
  border-left: 1px solid #3065ef!important
}

.cy-border-bottom-primary {
  border-bottom: 1px solid #3065ef!important
}

.cy-underline-primary:after {
  background-color: #3065ef!important
}

.cy-text-default {
  color: #172b4d!important
}

.cy-bg-default {
  background-color: #172b4d!important
}

.cy-border-color-default {
  border-color: #172b4d!important
}

.cy-border-top-default {
  border-top: 1px solid #172b4d!important
}

.cy-border-left-default {
  border-left: 1px solid #172b4d!important
}

.cy-border-bottom-default {
  border-bottom: 1px solid #172b4d!important
}

.cy-underline-default:after {
  background-color: #172b4d!important
}

.cy-text-green {
  color: #00a186!important
}

.cy-bg-green {
  background-color: #00a186!important
}

.cy-border-color-green {
  border-color: #00a186!important
}

.cy-border-top-green {
  border-top: 1px solid #00a186!important
}

.cy-border-left-green {
  border-left: 1px solid #00a186!important
}

.cy-border-bottom-green {
  border-bottom: 1px solid #00a186!important
}

.cy-underline-green:after {
  background-color: #00a186!important
}

.cy-text-purple {
  color: #5033e5!important
}

.cy-bg-purple {
  background-color: #5033e5!important
}

.cy-border-color-purple {
  border-color: #5033e5!important
}

.cy-border-top-purple {
  border-top: 1px solid #5033e5!important
}

.cy-border-left-purple {
  border-left: 1px solid #5033e5!important
}

.cy-border-bottom-purple {
  border-bottom: 1px solid #5033e5!important
}

.cy-underline-purple:after {
  background-color: #5033e5!important
}

.cy-text-light {
  color: #dfe1e6!important
}

.cy-bg-light {
  background-color: #dfe1e6!important
}

.cy-border-color-light {
  border-color: #dfe1e6!important
}

.cy-border-top-light {
  border-top: 1px solid #dfe1e6!important
}

.cy-border-left-light {
  border-left: 1px solid #dfe1e6!important
}

.cy-border-bottom-light {
  border-bottom: 1px solid #dfe1e6!important
}

.cy-underline-light:after {
  background-color: #dfe1e6!important
}

.cy-text-lighter {
  color: #ebecf0!important
}

.cy-bg-lighter {
  background-color: #ebecf0!important
}

.cy-border-color-lighter {
  border-color: #ebecf0!important
}

.cy-border-top-lighter {
  border-top: 1px solid #ebecf0!important
}

.cy-border-left-lighter {
  border-left: 1px solid #ebecf0!important
}

.cy-border-bottom-lighter {
  border-bottom: 1px solid #ebecf0!important
}

.cy-underline-lighter:after {
  background-color: #ebecf0!important
}

.cy-text-light-grey {
  color: #97a0af!important
}

.cy-bg-light-grey {
  background-color: #97a0af!important
}

.cy-border-color-light-grey {
  border-color: #97a0af!important
}

.cy-border-top-light-grey {
  border-top: 1px solid #97a0af!important
}

.cy-border-left-light-grey {
  border-left: 1px solid #97a0af!important
}

.cy-border-bottom-light-grey {
  border-bottom: 1px solid #97a0af!important
}

.cy-underline-light-grey:after {
  background-color: #97a0af!important
}

.cy-text-lighter-blue {
  color: #f5f8ff!important
}

.cy-bg-lighter-blue {
  background-color: #f5f8ff!important
}

.cy-border-color-lighter-blue {
  border-color: #f5f8ff!important
}

.cy-border-top-lighter-blue {
  border-top: 1px solid #f5f8ff!important
}

.cy-border-left-lighter-blue {
  border-left: 1px solid #f5f8ff!important
}

.cy-border-bottom-lighter-blue {
  border-bottom: 1px solid #f5f8ff!important
}

.cy-underline-lighter-blue:after {
  background-color: #f5f8ff!important
}

.cy-text-sky-blue {
  color: #ecf4fc!important
}

.cy-bg-sky-blue {
  background-color: #ecf4fc!important
}

.cy-border-color-sky-blue {
  border-color: #ecf4fc!important
}

.cy-border-top-sky-blue {
  border-top: 1px solid #ecf4fc!important
}

.cy-border-left-sky-blue {
  border-left: 1px solid #ecf4fc!important
}

.cy-border-bottom-sky-blue {
  border-bottom: 1px solid #ecf4fc!important
}

.cy-underline-sky-blue:after {
  background-color: #ecf4fc!important
}

.cy-text-pale-blue {
  color: #e7edf1!important
}

.cy-bg-pale-blue {
  background-color: #e7edf1!important
}

.cy-border-color-pale-blue {
  border-color: #e7edf1!important
}

.cy-border-top-pale-blue {
  border-top: 1px solid #e7edf1!important
}

.cy-border-left-pale-blue {
  border-left: 1px solid #e7edf1!important
}

.cy-border-bottom-pale-blue {
  border-bottom: 1px solid #e7edf1!important
}

.cy-underline-pale-blue:after {
  background-color: #e7edf1!important
}

.cy-text-hue-blue {
  color: #3a5dff!important
}

.cy-bg-hue-blue {
  background-color: #3a5dff!important
}

.cy-border-color-hue-blue {
  border-color: #3a5dff!important
}

.cy-border-top-hue-blue {
  border-top: 1px solid #3a5dff!important
}

.cy-border-left-hue-blue {
  border-left: 1px solid #3a5dff!important
}

.cy-border-bottom-hue-blue {
  border-bottom: 1px solid #3a5dff!important
}

.cy-underline-hue-blue:after {
  background-color: #3a5dff!important
}

.cy-text-grey {
  color: #54606b!important
}

.cy-bg-grey {
  background-color: #54606b!important
}

.cy-border-color-grey {
  border-color: #54606b!important
}

.cy-border-top-grey {
  border-top: 1px solid #54606b!important
}

.cy-border-left-grey {
  border-left: 1px solid #54606b!important
}

.cy-border-bottom-grey {
  border-bottom: 1px solid #54606b!important
}

.cy-underline-grey:after {
  background-color: #54606b!important
}

.cy-text-white-shade {
  color: #ececec!important
}

.cy-bg-white-shade {
  background-color: #ececec!important
}

.cy-border-color-white-shade {
  border-color: #ececec!important
}

.cy-border-top-white-shade {
  border-top: 1px solid #ececec!important
}

.cy-border-left-white-shade {
  border-left: 1px solid #ececec!important
}

.cy-border-bottom-white-shade {
  border-bottom: 1px solid #ececec!important
}

.cy-underline-white-shade:after {
  background-color: #ececec!important
}

.cy-text-dark-gray {
  color: #293846!important
}

.cy-bg-dark-gray {
  background-color: #293846!important
}

.cy-border-color-dark-gray {
  border-color: #293846!important
}

.cy-border-top-dark-gray {
  border-top: 1px solid #293846!important
}

.cy-border-left-dark-gray {
  border-left: 1px solid #293846!important
}

.cy-border-bottom-dark-gray {
  border-bottom: 1px solid #293846!important
}

.cy-underline-dark-gray:after {
  background-color: #293846!important
}

.cy-text-light-blue {
  color: #eff4ff!important
}

.cy-bg-light-blue {
  background-color: #eff4ff!important
}

.cy-border-color-light-blue {
  border-color: #eff4ff!important
}

.cy-border-top-light-blue {
  border-top: 1px solid #eff4ff!important
}

.cy-border-left-light-blue {
  border-left: 1px solid #eff4ff!important
}

.cy-border-bottom-light-blue {
  border-bottom: 1px solid #eff4ff!important
}

.cy-underline-light-blue:after {
  background-color: #eff4ff!important
}

.cy-text-linkedin {
  color: #2878b5!important
}

.cy-bg-linkedin {
  background-color: #2878b5!important
}

.cy-border-color-linkedin {
  border-color: #2878b5!important
}

.cy-border-top-linkedin {
  border-top: 1px solid #2878b5!important
}

.cy-border-left-linkedin {
  border-left: 1px solid #2878b5!important
}

.cy-border-bottom-linkedin {
  border-bottom: 1px solid #2878b5!important
}

.cy-underline-linkedin:after {
  background-color: #2878b5!important
}

.cy-text-twitter {
  color: #38a1f2!important
}

.cy-bg-twitter {
  background-color: #38a1f2!important
}

.cy-border-color-twitter {
  border-color: #38a1f2!important
}

.cy-border-top-twitter {
  border-top: 1px solid #38a1f2!important
}

.cy-border-left-twitter {
  border-left: 1px solid #38a1f2!important
}

.cy-border-bottom-twitter {
  border-bottom: 1px solid #38a1f2!important
}

.cy-underline-twitter:after {
  background-color: #38a1f2!important
}

.cy-text-very-light-blue {
  color: #f4f9ff!important
}

.cy-bg-very-light-blue {
  background-color: #f4f9ff!important
}

.cy-border-color-very-light-blue {
  border-color: #f4f9ff!important
}

.cy-border-top-very-light-blue {
  border-top: 1px solid #f4f9ff!important
}

.cy-border-left-very-light-blue {
  border-left: 1px solid #f4f9ff!important
}

.cy-border-bottom-very-light-blue {
  border-bottom: 1px solid #f4f9ff!important
}

.cy-underline-very-light-blue:after {
  background-color: #f4f9ff!important
}

.cy-text-green-100 {
  color: #3cf2d8!important
}

.cy-bg-green-100 {
  background-color: #3cf2d8!important
}

.cy-border-color-green-100 {
  border-color: #3cf2d8!important
}

.cy-border-top-green-100 {
  border-top: 1px solid #3cf2d8!important
}

.cy-border-left-green-100 {
  border-left: 1px solid #3cf2d8!important
}

.cy-border-bottom-green-100 {
  border-bottom: 1px solid #3cf2d8!important
}

.cy-underline-green-100:after {
  background-color: #3cf2d8!important
}

.cy-text-dark-red {
  color: #c92a1d!important
}

.cy-bg-dark-red {
  background-color: #c92a1d!important
}

.cy-border-color-dark-red {
  border-color: #c92a1d!important
}

.cy-border-top-dark-red {
  border-top: 1px solid #c92a1d!important
}

.cy-border-left-dark-red {
  border-left: 1px solid #c92a1d!important
}

.cy-border-bottom-dark-red {
  border-bottom: 1px solid #c92a1d!important
}

.cy-underline-dark-red:after {
  background-color: #c92a1d!important
}

.cy-text-tag-green {
  color: #08a317!important
}

.cy-bg-tag-green {
  background-color: #08a317!important
}

.cy-border-color-tag-green {
  border-color: #08a317!important
}

.cy-border-top-tag-green {
  border-top: 1px solid #08a317!important
}

.cy-border-left-tag-green {
  border-left: 1px solid #08a317!important
}

.cy-border-bottom-tag-green {
  border-bottom: 1px solid #08a317!important
}

.cy-underline-tag-green:after {
  background-color: #08a317!important
}

.cy-text-keyword-grey {
  color: #b3c0d5!important
}

.cy-bg-keyword-grey {
  background-color: #b3c0d5!important
}

.cy-border-color-keyword-grey {
  border-color: #b3c0d5!important
}

.cy-border-top-keyword-grey {
  border-top: 1px solid #b3c0d5!important
}

.cy-border-left-keyword-grey {
  border-left: 1px solid #b3c0d5!important
}

.cy-border-bottom-keyword-grey {
  border-bottom: 1px solid #b3c0d5!important
}

.cy-underline-keyword-grey:after {
  background-color: #b3c0d5!important
}

.cy-text-section-bg {
  color: #eff4ff!important
}

.cy-bg-section-bg {
  background-color: #eff4ff!important
}

.cy-border-color-section-bg {
  border-color: #eff4ff!important
}

.cy-border-top-section-bg {
  border-top: 1px solid #eff4ff!important
}

.cy-border-left-section-bg {
  border-left: 1px solid #eff4ff!important
}

.cy-border-bottom-section-bg {
  border-bottom: 1px solid #eff4ff!important
}

.cy-underline-section-bg:after {
  background-color: #eff4ff!important
}

.cy-text-priority-red {
  color: #e02020!important
}

.cy-bg-priority-red {
  background-color: #e02020!important
}

.cy-border-color-priority-red {
  border-color: #e02020!important
}

.cy-border-top-priority-red {
  border-top: 1px solid #e02020!important
}

.cy-border-left-priority-red {
  border-left: 1px solid #e02020!important
}

.cy-border-bottom-priority-red {
  border-bottom: 1px solid #e02020!important
}

.cy-underline-priority-red:after {
  background-color: #e02020!important
}

.cy-text-priority-orange {
  color: #fa6400!important
}

.cy-bg-priority-orange {
  background-color: #fa6400!important
}

.cy-border-color-priority-orange {
  border-color: #fa6400!important
}

.cy-border-top-priority-orange {
  border-top: 1px solid #fa6400!important
}

.cy-border-left-priority-orange {
  border-left: 1px solid #fa6400!important
}

.cy-border-bottom-priority-orange {
  border-bottom: 1px solid #fa6400!important
}

.cy-underline-priority-orange:after {
  background-color: #fa6400!important
}

.cy-text-priority-yellow {
  color: #f7b500!important
}

.cy-bg-priority-yellow {
  background-color: #f7b500!important
}

.cy-border-color-priority-yellow {
  border-color: #f7b500!important
}

.cy-border-top-priority-yellow {
  border-top: 1px solid #f7b500!important
}

.cy-border-left-priority-yellow {
  border-left: 1px solid #f7b500!important
}

.cy-border-bottom-priority-yellow {
  border-bottom: 1px solid #f7b500!important
}

.cy-underline-priority-yellow:after {
  background-color: #f7b500!important
}

.cy-text-priority-ligreen {
  color: #c9c900!important
}

.cy-bg-priority-ligreen {
  background-color: #c9c900!important
}

.cy-border-color-priority-ligreen {
  border-color: #c9c900!important
}

.cy-border-top-priority-ligreen {
  border-top: 1px solid #c9c900!important
}

.cy-border-left-priority-ligreen {
  border-left: 1px solid #c9c900!important
}

.cy-border-bottom-priority-ligreen {
  border-bottom: 1px solid #c9c900!important
}

.cy-underline-priority-ligreen:after {
  background-color: #c9c900!important
}

.cy-text-priority-green {
  color: #52c900!important
}

.cy-bg-priority-green {
  background-color: #52c900!important
}

.cy-border-color-priority-green {
  border-color: #52c900!important
}

.cy-border-top-priority-green {
  border-top: 1px solid #52c900!important
}

.cy-border-left-priority-green {
  border-left: 1px solid #52c900!important
}

.cy-border-bottom-priority-green {
  border-bottom: 1px solid #52c900!important
}

.cy-underline-priority-green:after {
  background-color: #52c900!important
}

.cy-text-primary-blue {
  color: #1a3ee8!important
}

.cy-bg-primary-blue {
  background-color: #1a3ee8!important
}

.cy-border-color-primary-blue {
  border-color: #1a3ee8!important
}

.cy-border-top-primary-blue {
  border-top: 1px solid #1a3ee8!important
}

.cy-border-left-primary-blue {
  border-left: 1px solid #1a3ee8!important
}

.cy-border-bottom-primary-blue {
  border-bottom: 1px solid #1a3ee8!important
}

.cy-underline-primary-blue:after {
  background-color: #1a3ee8!important
}

.cy-text-nile-blue {
  color: #172b4d!important
}

.cy-bg-nile-blue {
  background-color: #172b4d!important
}

.cy-border-color-nile-blue {
  border-color: #172b4d!important
}

.cy-border-top-nile-blue {
  border-top: 1px solid #172b4d!important
}

.cy-border-left-nile-blue {
  border-left: 1px solid #172b4d!important
}

.cy-border-bottom-nile-blue {
  border-bottom: 1px solid #172b4d!important
}

.cy-underline-nile-blue:after {
  background-color: #172b4d!important
}

.cy-text-zircon {
  color: #eff4ff!important
}

.cy-bg-zircon {
  background-color: #eff4ff!important
}

.cy-border-color-zircon {
  border-color: #eff4ff!important
}

.cy-border-top-zircon {
  border-top: 1px solid #eff4ff!important
}

.cy-border-left-zircon {
  border-left: 1px solid #eff4ff!important
}

.cy-border-bottom-zircon {
  border-bottom: 1px solid #eff4ff!important
}

.cy-underline-zircon:after {
  background-color: #eff4ff!important
}

.cy-text-alizarin-crimson {
  color: #e02020!important
}

.cy-bg-alizarin-crimson {
  background-color: #e02020!important
}

.cy-border-color-alizarin-crimson {
  border-color: #e02020!important
}

.cy-border-top-alizarin-crimson {
  border-top: 1px solid #e02020!important
}

.cy-border-left-alizarin-crimson {
  border-left: 1px solid #e02020!important
}

.cy-border-bottom-alizarin-crimson {
  border-bottom: 1px solid #e02020!important
}

.cy-underline-alizarin-crimson:after {
  background-color: #e02020!important
}

.cy-text-blaze-orange {
  color: #fa6400!important
}

.cy-bg-blaze-orange {
  background-color: #fa6400!important
}

.cy-border-color-blaze-orange {
  border-color: #fa6400!important
}

.cy-border-top-blaze-orange {
  border-top: 1px solid #fa6400!important
}

.cy-border-left-blaze-orange {
  border-left: 1px solid #fa6400!important
}

.cy-border-bottom-blaze-orange {
  border-bottom: 1px solid #fa6400!important
}

.cy-underline-blaze-orange:after {
  background-color: #fa6400!important
}

.cy-text-yellow {
  color: #f7b500!important
}

.cy-bg-yellow {
  background-color: #f7b500!important
}

.cy-border-color-yellow {
  border-color: #f7b500!important
}

.cy-border-top-yellow {
  border-top: 1px solid #f7b500!important
}

.cy-border-left-yellow {
  border-left: 1px solid #f7b500!important
}

.cy-border-bottom-yellow {
  border-bottom: 1px solid #f7b500!important
}

.cy-underline-yellow:after {
  background-color: #f7b500!important
}

.cy-text-bright-green {
  color: #6dd400!important
}

.cy-bg-bright-green {
  background-color: #6dd400!important
}

.cy-border-color-bright-green {
  border-color: #6dd400!important
}

.cy-border-top-bright-green {
  border-top: 1px solid #6dd400!important
}

.cy-border-left-bright-green {
  border-left: 1px solid #6dd400!important
}

.cy-border-bottom-bright-green {
  border-bottom: 1px solid #6dd400!important
}

.cy-underline-bright-green:after {
  background-color: #6dd400!important
}

.cy-text-turquoise {
  color: #44d7b6!important
}

.cy-bg-turquoise {
  background-color: #44d7b6!important
}

.cy-border-color-turquoise {
  border-color: #44d7b6!important
}

.cy-border-top-turquoise {
  border-top: 1px solid #44d7b6!important
}

.cy-border-left-turquoise {
  border-left: 1px solid #44d7b6!important
}

.cy-border-bottom-turquoise {
  border-bottom: 1px solid #44d7b6!important
}

.cy-underline-turquoise:after {
  background-color: #44d7b6!important
}

.cy-text-dodger-blue {
  color: #32c5ff!important
}

.cy-bg-dodger-blue {
  background-color: #32c5ff!important
}

.cy-border-color-dodger-blue {
  border-color: #32c5ff!important
}

.cy-border-top-dodger-blue {
  border-top: 1px solid #32c5ff!important
}

.cy-border-left-dodger-blue {
  border-left: 1px solid #32c5ff!important
}

.cy-border-bottom-dodger-blue {
  border-bottom: 1px solid #32c5ff!important
}

.cy-underline-dodger-blue:after {
  background-color: #32c5ff!important
}

.cy-text-electric-violet {
  color: #6236ff!important
}

.cy-bg-electric-violet {
  background-color: #6236ff!important
}

.cy-border-color-electric-violet {
  border-color: #6236ff!important
}

.cy-border-top-electric-violet {
  border-top: 1px solid #6236ff!important
}

.cy-border-left-electric-violet {
  border-left: 1px solid #6236ff!important
}

.cy-border-bottom-electric-violet {
  border-bottom: 1px solid #6236ff!important
}

.cy-underline-electric-violet:after {
  background-color: #6236ff!important
}

.cy-home-header .cy-right-navbar li>a,.cy-text-white {
  color: #fff!important
}

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

.cy-border-color-white {
  border-color: #fff!important
}

.cy-border-top-white {
  border-top: 1px solid #fff!important
}

.cy-border-left-white {
  border-left: 1px solid #fff!important
}

.cy-border-bottom-white {
  border-bottom: 1px solid #fff!important
}

.cy-underline-white:after {
  background-color: #fff!important
}

.cy-text-light-white {
  color: #ebecf0!important
}

.cy-bg-light-white {
  background-color: #ebecf0!important
}

.cy-border-color-light-white {
  border-color: #ebecf0!important
}

.cy-border-top-light-white {
  border-top: 1px solid #ebecf0!important
}

.cy-border-left-light-white {
  border-left: 1px solid #ebecf0!important
}

.cy-border-bottom-light-white {
  border-bottom: 1px solid #ebecf0!important
}

.cy-underline-light-white:after {
  background-color: #ebecf0!important
}

.cy-text-black {
  color: #000!important
}

.cy-bg-black {
  background-color: #000!important
}

.cy-border-color-black {
  border-color: #000!important
}

.cy-border-top-black {
  border-top: 1px solid #000!important
}

.cy-border-left-black {
  border-left: 1px solid #000!important
}

.cy-border-bottom-black {
  border-bottom: 1px solid #000!important
}

.cy-underline-black:after {
  background-color: #000!important
}

.cy-text-csap-clr {
  color: #1875dc!important
}

.cy-bg-csap-clr {
  background-color: #1875dc!important
}

.cy-border-color-csap-clr {
  border-color: #1875dc!important
}

.cy-border-top-csap-clr {
  border-top: 1px solid #1875dc!important
}

.cy-border-left-csap-clr {
  border-left: 1px solid #1875dc!important
}

.cy-border-bottom-csap-clr {
  border-bottom: 1px solid #1875dc!important
}

.cy-underline-csap-clr:after {
  background-color: #1875dc!important
}

.cy-text-ctix-clr {
  color: #6400c8!important
}

.cy-bg-ctix-clr {
  background-color: #6400c8!important
}

.cy-border-color-ctix-clr {
  border-color: #6400c8!important
}

.cy-border-top-ctix-clr {
  border-top: 1px solid #6400c8!important
}

.cy-border-left-ctix-clr {
  border-left: 1px solid #6400c8!important
}

.cy-border-bottom-ctix-clr {
  border-bottom: 1px solid #6400c8!important
}

.cy-underline-ctix-clr:after {
  background-color: #6400c8!important
}

.cy-text-cftr-clr {
  color: #00bc8f!important
}

.cy-bg-cftr-clr {
  background-color: #00bc8f!important
}

.cy-border-color-cftr-clr {
  border-color: #00bc8f!important
}

.cy-border-top-cftr-clr {
  border-top: 1px solid #00bc8f!important
}

.cy-border-left-cftr-clr {
  border-left: 1px solid #00bc8f!important
}

.cy-border-bottom-cftr-clr {
  border-bottom: 1px solid #00bc8f!important
}

.cy-underline-cftr-clr:after {
  background-color: #00bc8f!important
}

.cy-text-csol-clr {
  color: #01c2cc!important
}

.cy-bg-csol-clr {
  background-color: #01c2cc!important
}

.cy-border-color-csol-clr {
  border-color: #01c2cc!important
}

.cy-border-top-csol-clr {
  border-top: 1px solid #01c2cc!important
}

.cy-border-left-csol-clr {
  border-left: 1px solid #01c2cc!important
}

.cy-border-bottom-csol-clr {
  border-bottom: 1px solid #01c2cc!important
}

.cy-underline-csol-clr:after {
  background-color: #01c2cc!important
}

.cy-text-ctixlite-clr {
  color: #6236ff!important
}

.cy-bg-ctixlite-clr {
  background-color: #6236ff!important
}

.cy-border-color-ctixlite-clr {
  border-color: #6236ff!important
}

.cy-border-top-ctixlite-clr {
  border-top: 1px solid #6236ff!important
}

.cy-border-left-ctixlite-clr {
  border-left: 1px solid #6236ff!important
}

.cy-border-bottom-ctixlite-clr {
  border-bottom: 1px solid #6236ff!important
}

.cy-underline-ctixlite-clr:after {
  background-color: #6236ff!important
}

.cy-text-ctixspoke-clr {
  color: #3c219a!important
}

.cy-bg-ctixspoke-clr {
  background-color: #3c219a!important
}

.cy-border-color-ctixspoke-clr {
  border-color: #3c219a!important
}

.cy-border-top-ctixspoke-clr {
  border-top: 1px solid #3c219a!important
}

.cy-border-left-ctixspoke-clr {
  border-left: 1px solid #3c219a!important
}

.cy-border-bottom-ctixspoke-clr {
  border-bottom: 1px solid #3c219a!important
}

.cy-underline-ctixspoke-clr:after {
  background-color: #3c219a!important
}

.cy-text-athens-gray1 {
  color: #f9f9fa!important
}

.cy-bg-athens-gray1 {
  background-color: #f9f9fa!important
}

.cy-border-color-athens-gray1 {
  border-color: #f9f9fa!important
}

.cy-border-top-athens-gray1 {
  border-top: 1px solid #f9f9fa!important
}

.cy-border-left-athens-gray1 {
  border-left: 1px solid #f9f9fa!important
}

.cy-border-bottom-athens-gray1 {
  border-bottom: 1px solid #f9f9fa!important
}

.cy-underline-athens-gray1:after {
  background-color: #f9f9fa!important
}

.cy-text-athens-gray2 {
  color: #f4f5f7!important
}

.cy-bg-athens-gray2 {
  background-color: #f4f5f7!important
}

.cy-border-color-athens-gray2 {
  border-color: #f4f5f7!important
}

.cy-border-top-athens-gray2 {
  border-top: 1px solid #f4f5f7!important
}

.cy-border-left-athens-gray2 {
  border-left: 1px solid #f4f5f7!important
}

.cy-border-bottom-athens-gray2 {
  border-bottom: 1px solid #f4f5f7!important
}

.cy-underline-athens-gray2:after {
  background-color: #f4f5f7!important
}

.cy-text-athens-gray3 {
  color: #f3f4f6!important
}

.cy-bg-athens-gray3 {
  background-color: #f3f4f6!important
}

.cy-border-color-athens-gray3 {
  border-color: #f3f4f6!important
}

.cy-border-top-athens-gray3 {
  border-top: 1px solid #f3f4f6!important
}

.cy-border-left-athens-gray3 {
  border-left: 1px solid #f3f4f6!important
}

.cy-border-bottom-athens-gray3 {
  border-bottom: 1px solid #f3f4f6!important
}

.cy-underline-athens-gray3:after {
  background-color: #f3f4f6!important
}

.cy-text-casper {
  color: #a5bed1!important
}

.cy-bg-casper {
  background-color: #a5bed1!important
}

.cy-border-color-casper {
  border-color: #a5bed1!important
}

.cy-border-top-casper {
  border-top: 1px solid #a5bed1!important
}

.cy-border-left-casper {
  border-left: 1px solid #a5bed1!important
}

.cy-border-bottom-casper {
  border-bottom: 1px solid #a5bed1!important
}

.cy-underline-casper:after {
  background-color: #a5bed1!important
}

.cy-text-dark-blue {
  color: #172c4e!important
}

.cy-bg-dark-blue {
  background-color: #172c4e!important
}

.cy-border-color-dark-blue {
  border-color: #172c4e!important
}

.cy-border-top-dark-blue {
  border-top: 1px solid #172c4e!important
}

.cy-border-left-dark-blue {
  border-left: 1px solid #172c4e!important
}

.cy-border-bottom-dark-blue {
  border-bottom: 1px solid #172c4e!important
}

.cy-underline-dark-blue:after {
  background-color: #172c4e!important
}

.cy-text-mercury {
  color: #e5e5e5!important
}

.cy-bg-mercury {
  background-color: #e5e5e5!important
}

.cy-border-color-mercury {
  border-color: #e5e5e5!important
}

.cy-border-top-mercury {
  border-top: 1px solid #e5e5e5!important
}

.cy-border-left-mercury {
  border-left: 1px solid #e5e5e5!important
}

.cy-border-bottom-mercury {
  border-bottom: 1px solid #e5e5e5!important
}

.cy-underline-mercury:after {
  background-color: #e5e5e5!important
}

.cy-text-curious-blue {
  color: #2fa1db!important
}

.cy-bg-curious-blue {
  background-color: #2fa1db!important
}

.cy-border-color-curious-blue {
  border-color: #2fa1db!important
}

.cy-border-top-curious-blue {
  border-top: 1px solid #2fa1db!important
}

.cy-border-left-curious-blue {
  border-left: 1px solid #2fa1db!important
}

.cy-border-bottom-curious-blue {
  border-bottom: 1px solid #2fa1db!important
}

.cy-underline-curious-blue:after {
  background-color: #2fa1db!important
}

.cy-text-pattens-blue {
  color: #d6ebff!important
}

.cy-bg-pattens-blue {
  background-color: #d6ebff!important
}

.cy-border-color-pattens-blue {
  border-color: #d6ebff!important
}

.cy-border-top-pattens-blue {
  border-top: 1px solid #d6ebff!important
}

.cy-border-left-pattens-blue {
  border-left: 1px solid #d6ebff!important
}

.cy-border-bottom-pattens-blue {
  border-bottom: 1px solid #d6ebff!important
}

.cy-underline-pattens-blue:after {
  background-color: #d6ebff!important
}

.cy-text-ctixlite-banner {
  color: #ebf6fc!important
}

.cy-bg-ctixlite-banner {
  background-color: #ebf6fc!important
}

.cy-border-color-ctixlite-banner {
  border-color: #ebf6fc!important
}

.cy-border-top-ctixlite-banner {
  border-top: 1px solid #ebf6fc!important
}

.cy-border-left-ctixlite-banner {
  border-left: 1px solid #ebf6fc!important
}

.cy-border-bottom-ctixlite-banner {
  border-bottom: 1px solid #ebf6fc!important
}

.cy-underline-ctixlite-banner:after {
  background-color: #ebf6fc!important
}

.cy-text-misp-section {
  color: #00245b!important
}

.cy-bg-misp-section {
  background-color: #00245b!important
}

.cy-border-color-misp-section {
  border-color: #00245b!important
}

.cy-border-top-misp-section {
  border-top: 1px solid #00245b!important
}

.cy-border-left-misp-section {
  border-left: 1px solid #00245b!important
}

.cy-border-bottom-misp-section {
  border-bottom: 1px solid #00245b!important
}

.cy-underline-misp-section:after {
  background-color: #00245b!important
}

.cy-text-announce-tag {
  color: #c52b63!important
}

.cy-bg-announce-tag {
  background-color: #c52b63!important
}

.cy-border-color-announce-tag {
  border-color: #c52b63!important
}

.cy-border-top-announce-tag {
  border-top: 1px solid #c52b63!important
}

.cy-border-left-announce-tag {
  border-left: 1px solid #c52b63!important
}

.cy-border-bottom-announce-tag {
  border-bottom: 1px solid #c52b63!important
}

.cy-underline-announce-tag:after {
  background-color: #c52b63!important
}

.cy-text-cloud-blue {
  color: #e7efff!important
}

.cy-bg-cloud-blue {
  background-color: #e7efff!important
}

.cy-border-color-cloud-blue {
  border-color: #e7efff!important
}

.cy-border-top-cloud-blue {
  border-top: 1px solid #e7efff!important
}

.cy-border-left-cloud-blue {
  border-left: 1px solid #e7efff!important
}

.cy-border-bottom-cloud-blue {
  border-bottom: 1px solid #e7efff!important
}

.cy-underline-cloud-blue:after {
  background-color: #e7efff!important
}

.cy-text-zircon1 {
  color: #f7faff!important
}

.cy-bg-zircon1 {
  background-color: #f7faff!important
}

.cy-border-color-zircon1 {
  border-color: #f7faff!important
}

.cy-border-top-zircon1 {
  border-top: 1px solid #f7faff!important
}

.cy-border-left-zircon1 {
  border-left: 1px solid #f7faff!important
}

.cy-border-bottom-zircon1 {
  border-bottom: 1px solid #f7faff!important
}

.cy-underline-zircon1:after {
  background-color: #f7faff!important
}

.cy-text-malibu {
  color: #7ba2ff!important
}

.cy-bg-malibu {
  background-color: #7ba2ff!important
}

.cy-border-color-malibu {
  border-color: #7ba2ff!important
}

.cy-border-top-malibu {
  border-top: 1px solid #7ba2ff!important
}

.cy-border-left-malibu {
  border-left: 1px solid #7ba2ff!important
}

.cy-border-bottom-malibu {
  border-bottom: 1px solid #7ba2ff!important
}

.cy-underline-malibu:after {
  background-color: #7ba2ff!important
}

.cy-text-browser-ext {
  color: #f7f5ff!important
}

.cy-bg-browser-ext {
  background-color: #f7f5ff!important
}

.cy-border-color-browser-ext {
  border-color: #f7f5ff!important
}

.cy-border-top-browser-ext {
  border-top: 1px solid #f7f5ff!important
}

.cy-border-left-browser-ext {
  border-left: 1px solid #f7f5ff!important
}

.cy-border-bottom-browser-ext {
  border-bottom: 1px solid #f7f5ff!important
}

.cy-underline-browser-ext:after {
  background-color: #f7f5ff!important
}

.cy-text-browser-ext-features {
  color: #faf9ff!important
}

.cy-bg-browser-ext-features {
  background-color: #faf9ff!important
}

.cy-border-color-browser-ext-features {
  border-color: #faf9ff!important
}

.cy-border-top-browser-ext-features {
  border-top: 1px solid #faf9ff!important
}

.cy-border-left-browser-ext-features {
  border-left: 1px solid #faf9ff!important
}

.cy-border-bottom-browser-ext-features {
  border-bottom: 1px solid #faf9ff!important
}

.cy-underline-browser-ext-features:after {
  background-color: #faf9ff!important
}

.cy-text-cvss {
  color: #644bbe!important
}

.cy-bg-cvss {
  background-color: #644bbe!important
}

.cy-border-color-cvss {
  border-color: #644bbe!important
}

.cy-border-top-cvss {
  border-top: 1px solid #644bbe!important
}

.cy-border-left-cvss {
  border-left: 1px solid #644bbe!important
}

.cy-border-bottom-cvss {
  border-bottom: 1px solid #644bbe!important
}

.cy-underline-cvss:after {
  background-color: #644bbe!important
}

.cy-text-new-product {
  color: #eef0fb!important
}

.cy-bg-new-product {
  background-color: #eef0fb!important
}

.cy-border-color-new-product {
  border-color: #eef0fb!important
}

.cy-border-top-new-product {
  border-top: 1px solid #eef0fb!important
}

.cy-border-left-new-product {
  border-left: 1px solid #eef0fb!important
}

.cy-border-bottom-new-product {
  border-bottom: 1px solid #eef0fb!important
}

.cy-underline-new-product:after {
  background-color: #eef0fb!important
}

.cy-text-product-card {
  color: #f5f7fe!important
}

.cy-bg-product-card {
  background-color: #f5f7fe!important
}

.cy-border-color-product-card {
  border-color: #f5f7fe!important
}

.cy-border-top-product-card {
  border-top: 1px solid #f5f7fe!important
}

.cy-border-left-product-card {
  border-left: 1px solid #f5f7fe!important
}

.cy-border-bottom-product-card {
  border-bottom: 1px solid #f5f7fe!important
}

.cy-underline-product-card:after {
  background-color: #f5f7fe!important
}

.cy-text-feature-highlight {
  color: #131437!important
}

.cy-bg-feature-highlight {
  background-color: #131437!important
}

.cy-border-color-feature-highlight {
  border-color: #131437!important
}

.cy-border-top-feature-highlight {
  border-top: 1px solid #131437!important
}

.cy-border-left-feature-highlight {
  border-left: 1px solid #131437!important
}

.cy-border-bottom-feature-highlight {
  border-bottom: 1px solid #131437!important
}

.cy-underline-feature-highlight:after {
  background-color: #131437!important
}

.cy-text-text-gray {
  color: #a6a6a6!important
}

.cy-bg-text-gray {
  background-color: #a6a6a6!important
}

.cy-border-color-text-gray {
  border-color: #a6a6a6!important
}

.cy-border-top-text-gray {
  border-top: 1px solid #a6a6a6!important
}

.cy-border-left-text-gray {
  border-left: 1px solid #a6a6a6!important
}

.cy-border-bottom-text-gray {
  border-bottom: 1px solid #a6a6a6!important
}

.cy-underline-text-gray:after {
  background-color: #a6a6a6!important
}

.cy-text-card-border {
  color: #e3edff!important
}

.cy-bg-card-border {
  background-color: #e3edff!important
}

.cy-border-color-card-border {
  border-color: #e3edff!important
}

.cy-border-top-card-border {
  border-top: 1px solid #e3edff!important
}

.cy-border-left-card-border {
  border-left: 1px solid #e3edff!important
}

.cy-border-bottom-card-border {
  border-bottom: 1px solid #e3edff!important
}

.cy-underline-card-border:after {
  background-color: #e3edff!important
}

.cy-text-section-color {
  color: #fcfcff!important
}

.cy-bg-section-color {
  background-color: #fcfcff!important
}

.cy-border-color-section-color {
  border-color: #fcfcff!important
}

.cy-border-top-section-color {
  border-top: 1px solid #fcfcff!important
}

.cy-border-left-section-color {
  border-left: 1px solid #fcfcff!important
}

.cy-border-bottom-section-color {
  border-bottom: 1px solid #fcfcff!important
}

.cy-underline-section-color:after {
  background-color: #fcfcff!important
}

.cy-text-cerise {
  color: #e3489a!important
}

.cy-bg-cerise {
  background-color: #e3489a!important
}

.cy-border-color-cerise {
  border-color: #e3489a!important
}

.cy-border-top-cerise {
  border-top: 1px solid #e3489a!important
}

.cy-border-left-cerise {
  border-left: 1px solid #e3489a!important
}

.cy-border-bottom-cerise {
  border-bottom: 1px solid #e3489a!important
}

.cy-underline-cerise:after {
  background-color: #e3489a!important
}

.cy-text-lilac {
  color: #f7f9fc!important
}

.cy-bg-lilac {
  background-color: #f7f9fc!important
}

.cy-border-color-lilac {
  border-color: #f7f9fc!important
}

.cy-border-top-lilac {
  border-top: 1px solid #f7f9fc!important
}

.cy-border-left-lilac {
  border-left: 1px solid #f7f9fc!important
}

.cy-border-bottom-lilac {
  border-bottom: 1px solid #f7f9fc!important
}

.cy-underline-lilac:after {
  background-color: #f7f9fc!important
}

.cy-text-dashed {
  color: #d9d9d9!important
}

.cy-bg-dashed {
  background-color: #d9d9d9!important
}

.cy-border-color-dashed {
  border-color: #d9d9d9!important
}

.cy-border-top-dashed {
  border-top: 1px solid #d9d9d9!important
}

.cy-border-left-dashed {
  border-left: 1px solid #d9d9d9!important
}

.cy-border-bottom-dashed {
  border-bottom: 1px solid #d9d9d9!important
}

.cy-underline-dashed:after {
  background-color: #d9d9d9!important
}

.cy-text-title-blue {
  color: #1b2c7e!important
}

.cy-bg-title-blue {
  background-color: #1b2c7e!important
}

.cy-border-color-title-blue {
  border-color: #1b2c7e!important
}

.cy-border-top-title-blue {
  border-top: 1px solid #1b2c7e!important
}

.cy-border-left-title-blue {
  border-left: 1px solid #1b2c7e!important
}

.cy-border-bottom-title-blue {
  border-bottom: 1px solid #1b2c7e!important
}

.cy-underline-title-blue:after {
  background-color: #1b2c7e!important
}

.cy-text-desc-black {
  color: #1e1e1e!important
}

.cy-bg-desc-black {
  background-color: #1e1e1e!important
}

.cy-border-color-desc-black {
  border-color: #1e1e1e!important
}

.cy-border-top-desc-black {
  border-top: 1px solid #1e1e1e!important
}

.cy-border-left-desc-black {
  border-left: 1px solid #1e1e1e!important
}

.cy-border-bottom-desc-black {
  border-bottom: 1px solid #1e1e1e!important
}

.cy-underline-desc-black:after {
  background-color: #1e1e1e!important
}

.cy-text-card-title-blue {
  color: #1f2647!important
}

.cy-bg-card-title-blue {
  background-color: #1f2647!important
}

.cy-border-color-card-title-blue {
  border-color: #1f2647!important
}

.cy-border-top-card-title-blue {
  border-top: 1px solid #1f2647!important
}

.cy-border-left-card-title-blue {
  border-left: 1px solid #1f2647!important
}

.cy-border-bottom-card-title-blue {
  border-bottom: 1px solid #1f2647!important
}

.cy-underline-card-title-blue:after {
  background-color: #1f2647!important
}

.cy-text-desc-grey {
  color: #e2e2e2!important
}

.cy-bg-desc-grey {
  background-color: #e2e2e2!important
}

.cy-border-color-desc-grey {
  border-color: #e2e2e2!important
}

.cy-border-top-desc-grey {
  border-top: 1px solid #e2e2e2!important
}

.cy-border-left-desc-grey {
  border-left: 1px solid #e2e2e2!important
}

.cy-border-bottom-desc-grey {
  border-bottom: 1px solid #e2e2e2!important
}

.cy-underline-desc-grey:after {
  background-color: #e2e2e2!important
}

.cy-text-card-footer-grey {
  color: #424242!important
}

.cy-bg-card-footer-grey {
  background-color: #424242!important
}

.cy-border-color-card-footer-grey {
  border-color: #424242!important
}

.cy-border-top-card-footer-grey {
  border-top: 1px solid #424242!important
}

.cy-border-left-card-footer-grey {
  border-left: 1px solid #424242!important
}

.cy-border-bottom-card-footer-grey {
  border-bottom: 1px solid #424242!important
}

.cy-underline-card-footer-grey:after {
  background-color: #424242!important
}

.cy-text-grey-shade-1 {
  color: #1c2b4b!important
}

.cy-bg-grey-shade-1 {
  background-color: #1c2b4b!important
}

.cy-border-color-grey-shade-1 {
  border-color: #1c2b4b!important
}

.cy-border-top-grey-shade-1 {
  border-top: 1px solid #1c2b4b!important
}

.cy-border-left-grey-shade-1 {
  border-left: 1px solid #1c2b4b!important
}

.cy-border-bottom-grey-shade-1 {
  border-bottom: 1px solid #1c2b4b!important
}

.cy-underline-grey-shade-1:after {
  background-color: #1c2b4b!important
}

.cy-text-request-form {
  color: #0d0c21!important
}

.cy-bg-request-form {
  background-color: #0d0c21!important
}

.cy-border-color-request-form {
  border-color: #0d0c21!important
}

.cy-border-top-request-form {
  border-top: 1px solid #0d0c21!important
}

.cy-border-left-request-form {
  border-left: 1px solid #0d0c21!important
}

.cy-border-bottom-request-form {
  border-bottom: 1px solid #0d0c21!important
}

.cy-underline-request-form:after {
  background-color: #0d0c21!important
}

.cy-text-browser-ext-page {
  color: #f1f3fc!important
}

.cy-bg-browser-ext-page {
  background-color: #f1f3fc!important
}

.cy-border-color-browser-ext-page {
  border-color: #f1f3fc!important
}

.cy-border-top-browser-ext-page {
  border-top: 1px solid #f1f3fc!important
}

.cy-border-left-browser-ext-page {
  border-left: 1px solid #f1f3fc!important
}

.cy-border-bottom-browser-ext-page {
  border-bottom: 1px solid #f1f3fc!important
}

.cy-underline-browser-ext-page:after {
  background-color: #f1f3fc!important
}

.cy-text-table-header {
  color: #001471!important
}

.cy-bg-table-header {
  background-color: #001471!important
}

.cy-border-color-table-header {
  border-color: #001471!important
}

.cy-border-top-table-header {
  border-top: 1px solid #001471!important
}

.cy-border-left-table-header {
  border-left: 1px solid #001471!important
}

.cy-border-bottom-table-header {
  border-bottom: 1px solid #001471!important
}

.cy-underline-table-header:after {
  background-color: #001471!important
}

.cy-text-homepage-section2 {
  color: #f9faff!important
}

.cy-bg-homepage-section2 {
  background-color: #f9faff!important
}

.cy-border-color-homepage-section2 {
  border-color: #f9faff!important
}

.cy-border-top-homepage-section2 {
  border-top: 1px solid #f9faff!important
}

.cy-border-left-homepage-section2 {
  border-left: 1px solid #f9faff!important
}

.cy-border-bottom-homepage-section2 {
  border-bottom: 1px solid #f9faff!important
}

.cy-underline-homepage-section2:after {
  background-color: #f9faff!important
}

.cy-text-light-pink {
  color: #fcf2eb!important
}

.cy-bg-light-pink {
  background-color: #fcf2eb!important
}

.cy-border-color-light-pink {
  border-color: #fcf2eb!important
}

.cy-border-top-light-pink {
  border-top: 1px solid #fcf2eb!important
}

.cy-border-left-light-pink {
  border-left: 1px solid #fcf2eb!important
}

.cy-border-bottom-light-pink {
  border-bottom: 1px solid #fcf2eb!important
}

.cy-underline-light-pink:after {
  background-color: #fcf2eb!important
}

.cy-text-blue-shade-1 {
  color: #f6faff!important
}

.cy-bg-blue-shade-1 {
  background-color: #f6faff!important
}

.cy-border-color-blue-shade-1 {
  border-color: #f6faff!important
}

.cy-border-top-blue-shade-1 {
  border-top: 1px solid #f6faff!important
}

.cy-border-left-blue-shade-1 {
  border-left: 1px solid #f6faff!important
}

.cy-border-bottom-blue-shade-1 {
  border-bottom: 1px solid #f6faff!important
}

.cy-underline-blue-shade-1:after {
  background-color: #f6faff!important
}

.cy-text-blue-shade-2 {
  color: #161624!important
}

.cy-bg-blue-shade-2 {
  background-color: #161624!important
}

.cy-border-color-blue-shade-2 {
  border-color: #161624!important
}

.cy-border-top-blue-shade-2 {
  border-top: 1px solid #161624!important
}

.cy-border-left-blue-shade-2 {
  border-left: 1px solid #161624!important
}

.cy-border-bottom-blue-shade-2 {
  border-bottom: 1px solid #161624!important
}

.cy-underline-blue-shade-2:after {
  background-color: #161624!important
}

.cy-text-lighter-grey {
  color: #f6f6f6!important
}

.cy-bg-lighter-grey {
  background-color: #f6f6f6!important
}

.cy-border-color-lighter-grey {
  border-color: #f6f6f6!important
}

.cy-border-top-lighter-grey {
  border-top: 1px solid #f6f6f6!important
}

.cy-border-left-lighter-grey {
  border-left: 1px solid #f6f6f6!important
}

.cy-border-bottom-lighter-grey {
  border-bottom: 1px solid #f6f6f6!important
}

.cy-underline-lighter-grey:after {
  background-color: #f6f6f6!important
}

.cy-text-lighter-pink {
  color: #fceee1!important
}

.cy-bg-lighter-pink {
  background-color: #fceee1!important
}

.cy-border-color-lighter-pink {
  border-color: #fceee1!important
}

.cy-border-top-lighter-pink {
  border-top: 1px solid #fceee1!important
}

.cy-border-left-lighter-pink {
  border-left: 1px solid #fceee1!important
}

.cy-border-bottom-lighter-pink {
  border-bottom: 1px solid #fceee1!important
}

.cy-underline-lighter-pink:after {
  background-color: #fceee1!important
}

.cy-text-lavender {
  color: #ece7fd!important
}

.cy-bg-lavender {
  background-color: #ece7fd!important
}

.cy-border-color-lavender {
  border-color: #ece7fd!important
}

.cy-border-top-lavender {
  border-top: 1px solid #ece7fd!important
}

.cy-border-left-lavender {
  border-left: 1px solid #ece7fd!important
}

.cy-border-bottom-lavender {
  border-bottom: 1px solid #ece7fd!important
}

.cy-underline-lavender:after {
  background-color: #ece7fd!important
}

.cy-text-dark-pink {
  color: #e6485a!important
}

.cy-bg-dark-pink {
  background-color: #e6485a!important
}

.cy-border-color-dark-pink {
  border-color: #e6485a!important
}

.cy-border-top-dark-pink {
  border-top: 1px solid #e6485a!important
}

.cy-border-left-dark-pink {
  border-left: 1px solid #e6485a!important
}

.cy-border-bottom-dark-pink {
  border-bottom: 1px solid #e6485a!important
}

.cy-underline-dark-pink:after {
  background-color: #e6485a!important
}

.cy-text-purple-shade-2 {
  color: #4849a1!important
}

.cy-bg-purple-shade-2 {
  background-color: #4849a1!important
}

.cy-border-color-purple-shade-2 {
  border-color: #4849a1!important
}

.cy-border-top-purple-shade-2 {
  border-top: 1px solid #4849a1!important
}

.cy-border-left-purple-shade-2 {
  border-left: 1px solid #4849a1!important
}

.cy-border-bottom-purple-shade-2 {
  border-bottom: 1px solid #4849a1!important
}

.cy-underline-purple-shade-2:after {
  background-color: #4849a1!important
}

.cy-text-light-yellow {
  color: #fef9e8!important
}

.cy-bg-light-yellow {
  background-color: #fef9e8!important
}

.cy-border-color-light-yellow {
  border-color: #fef9e8!important
}

.cy-border-top-light-yellow {
  border-top: 1px solid #fef9e8!important
}

.cy-border-left-light-yellow {
  border-left: 1px solid #fef9e8!important
}

.cy-border-bottom-light-yellow {
  border-bottom: 1px solid #fef9e8!important
}

.cy-underline-light-yellow:after {
  background-color: #fef9e8!important
}

.cy-text-pink-shade-1 {
  color: #fff6f4!important
}

.cy-bg-pink-shade-1 {
  background-color: #fff6f4!important
}

.cy-border-color-pink-shade-1 {
  border-color: #fff6f4!important
}

.cy-border-top-pink-shade-1 {
  border-top: 1px solid #fff6f4!important
}

.cy-border-left-pink-shade-1 {
  border-left: 1px solid #fff6f4!important
}

.cy-border-bottom-pink-shade-1 {
  border-bottom: 1px solid #fff6f4!important
}

.cy-underline-pink-shade-1:after {
  background-color: #fff6f4!important
}

.cy-mt-0 {
  margin-top: 0!important
}

.cy-pt-0 {
  padding-top: 0!important
}

.cy-mb-0 {
  margin-bottom: 0!important
}

.cy-pb-0 {
  padding-bottom: 0!important
}

.cy-ml-0 {
  margin-left: 0!important
}

.cy-pl-0 {
  padding-left: 0!important
}

.cy-mr-0 {
  margin-right: 0!important
}

.cy-pr-0 {
  padding-right: 0!important
}

.cy-mt-1 {
  margin-top: 1rem!important
}

.cy-pt-1 {
  padding-top: 1rem!important
}

.cy-mb-1 {
  margin-bottom: 1rem!important
}

.cy-pb-1 {
  padding-bottom: 1rem!important
}

.cy-ml-1 {
  margin-left: 1rem!important
}

.cy-pl-1 {
  padding-left: 1rem!important
}

.cy-mr-1 {
  margin-right: 1rem!important
}

.cy-pr-1 {
  padding-right: 1rem!important
}

.cy-mt-2 {
  margin-top: 2rem!important
}

.cy-pt-2 {
  padding-top: 2rem!important
}

.cy-mb-2 {
  margin-bottom: 2rem!important
}

.cy-pb-2 {
  padding-bottom: 2rem!important
}

.cy-ml-2 {
  margin-left: 2rem!important
}

.cy-pl-2 {
  padding-left: 2rem!important
}

.cy-mr-2 {
  margin-right: 2rem!important
}

.cy-pr-2 {
  padding-right: 2rem!important
}

.cy-mt-3 {
  margin-top: 3rem!important
}

.cy-pt-3 {
  padding-top: 3rem!important
}

.cy-mb-3 {
  margin-bottom: 3rem!important
}

.cy-pb-3 {
  padding-bottom: 3rem!important
}

.cy-ml-3 {
  margin-left: 3rem!important
}

.cy-pl-3 {
  padding-left: 3rem!important
}

.cy-mr-3 {
  margin-right: 3rem!important
}

.cy-pr-3 {
  padding-right: 3rem!important
}

.cy-mt-4 {
  margin-top: 4rem!important
}

.cy-pt-4 {
  padding-top: 4rem!important
}

.cy-mb-4 {
  margin-bottom: 4rem!important
}

.cy-pb-4 {
  padding-bottom: 4rem!important
}

.cy-ml-4 {
  margin-left: 4rem!important
}

.cy-pl-4 {
  padding-left: 4rem!important
}

.cy-mr-4 {
  margin-right: 4rem!important
}

.cy-pr-4 {
  padding-right: 4rem!important
}

.cy-mt-5 {
  margin-top: 5rem!important
}

.cy-pt-5 {
  padding-top: 5rem!important
}

.cy-mb-5 {
  margin-bottom: 5rem!important
}

.cy-pb-5 {
  padding-bottom: 5rem!important
}

.cy-ml-5 {
  margin-left: 5rem!important
}

.cy-pl-5 {
  padding-left: 5rem!important
}

.cy-mr-5 {
  margin-right: 5rem!important
}

.cy-pr-5 {
  padding-right: 5rem!important
}

.cy-mt-6 {
  margin-top: 6rem!important
}

.cy-pt-6 {
  padding-top: 6rem!important
}

.cy-mb-6 {
  margin-bottom: 6rem!important
}

.cy-pb-6 {
  padding-bottom: 6rem!important
}

.cy-ml-6 {
  margin-left: 6rem!important
}

.cy-pl-6 {
  padding-left: 6rem!important
}

.cy-mr-6 {
  margin-right: 6rem!important
}

.cy-pr-6 {
  padding-right: 6rem!important
}

.cy-mt-7 {
  margin-top: 7rem!important
}

.cy-pt-7 {
  padding-top: 7rem!important
}

.cy-mb-7 {
  margin-bottom: 7rem!important
}

.cy-pb-7 {
  padding-bottom: 7rem!important
}

.cy-ml-7 {
  margin-left: 7rem!important
}

.cy-pl-7 {
  padding-left: 7rem!important
}

.cy-mr-7 {
  margin-right: 7rem!important
}

.cy-pr-7 {
  padding-right: 7rem!important
}

.cy-mt-8 {
  margin-top: 8rem!important
}

.cy-pt-8 {
  padding-top: 8rem!important
}

.cy-mb-8 {
  margin-bottom: 8rem!important
}

.cy-pb-8 {
  padding-bottom: 8rem!important
}

.cy-ml-8 {
  margin-left: 8rem!important
}

.cy-pl-8 {
  padding-left: 8rem!important
}

.cy-mr-8 {
  margin-right: 8rem!important
}

.cy-pr-8 {
  padding-right: 8rem!important
}

.cy-mt-9 {
  margin-top: 9rem!important
}

.cy-pt-9 {
  padding-top: 9rem!important
}

.cy-mb-9 {
  margin-bottom: 9rem!important
}

.cy-pb-9 {
  padding-bottom: 9rem!important
}

.cy-ml-9 {
  margin-left: 9rem!important
}

.cy-pl-9 {
  padding-left: 9rem!important
}

.cy-mr-9 {
  margin-right: 9rem!important
}

.cy-pr-9 {
  padding-right: 9rem!important
}

.cy-mt-10 {
  margin-top: 10rem!important
}

.cy-pt-10 {
  padding-top: 10rem!important
}

.cy-mb-10 {
  margin-bottom: 10rem!important
}

.cy-pb-10 {
  padding-bottom: 10rem!important
}

.cy-ml-10 {
  margin-left: 10rem!important
}

.cy-pl-10 {
  padding-left: 10rem!important
}

.cy-mr-10 {
  margin-right: 10rem!important
}

.cy-pr-10 {
  padding-right: 10rem!important
}

.cy-mt-11 {
  margin-top: 11rem!important
}

.cy-pt-11 {
  padding-top: 11rem!important
}

.cy-mb-11 {
  margin-bottom: 11rem!important
}

.cy-pb-11 {
  padding-bottom: 11rem!important
}

.cy-ml-11 {
  margin-left: 11rem!important
}

.cy-pl-11 {
  padding-left: 11rem!important
}

.cy-mr-11 {
  margin-right: 11rem!important
}

.cy-pr-11 {
  padding-right: 11rem!important
}

.cy-mt-12 {
  margin-top: 12rem!important
}

.cy-pt-12 {
  padding-top: 12rem!important
}

.cy-mb-12 {
  margin-bottom: 12rem!important
}

.cy-pb-12 {
  padding-bottom: 12rem!important
}

.cy-ml-12 {
  margin-left: 12rem!important
}

.cy-pl-12 {
  padding-left: 12rem!important
}

.cy-mr-12 {
  margin-right: 12rem!important
}

.cy-pr-12 {
  padding-right: 12rem!important
}

.cy-mt-13 {
  margin-top: 13rem!important
}

.cy-pt-13 {
  padding-top: 13rem!important
}

.cy-mb-13 {
  margin-bottom: 13rem!important
}

.cy-pb-13 {
  padding-bottom: 13rem!important
}

.cy-ml-13 {
  margin-left: 13rem!important
}

.cy-pl-13 {
  padding-left: 13rem!important
}

.cy-mr-13 {
  margin-right: 13rem!important
}

.cy-pr-13 {
  padding-right: 13rem!important
}

.cy-mt-14 {
  margin-top: 14rem!important
}

.cy-pt-14 {
  padding-top: 14rem!important
}

.cy-mb-14 {
  margin-bottom: 14rem!important
}

.cy-pb-14 {
  padding-bottom: 14rem!important
}

.cy-ml-14 {
  margin-left: 14rem!important
}

.cy-pl-14 {
  padding-left: 14rem!important
}

.cy-mr-14 {
  margin-right: 14rem!important
}

.cy-pr-14 {
  padding-right: 14rem!important
}

.cy-mt-15 {
  margin-top: 15rem!important
}

.cy-pt-15 {
  padding-top: 15rem!important
}

.cy-mb-15 {
  margin-bottom: 15rem!important
}

.cy-pb-15 {
  padding-bottom: 15rem!important
}

.cy-ml-15 {
  margin-left: 15rem!important
}

.cy-pl-15 {
  padding-left: 15rem!important
}

.cy-mr-15 {
  margin-right: 15rem!important
}

.cy-pr-15 {
  padding-right: 15rem!important
}

.cy-mt-16 {
  margin-top: 16rem!important
}

.cy-pt-16 {
  padding-top: 16rem!important
}

.cy-mb-16 {
  margin-bottom: 16rem!important
}

.cy-pb-16 {
  padding-bottom: 16rem!important
}

.cy-ml-16 {
  margin-left: 16rem!important
}

.cy-pl-16 {
  padding-left: 16rem!important
}

.cy-mr-16 {
  margin-right: 16rem!important
}

.cy-pr-16 {
  padding-right: 16rem!important
}

.cy-mt-17 {
  margin-top: 17rem!important
}

.cy-pt-17 {
  padding-top: 17rem!important
}

.cy-mb-17 {
  margin-bottom: 17rem!important
}

.cy-pb-17 {
  padding-bottom: 17rem!important
}

.cy-ml-17 {
  margin-left: 17rem!important
}

.cy-pl-17 {
  padding-left: 17rem!important
}

.cy-mr-17 {
  margin-right: 17rem!important
}

.cy-pr-17 {
  padding-right: 17rem!important
}

.cy-mt-18 {
  margin-top: 18rem!important
}

.cy-pt-18 {
  padding-top: 18rem!important
}

.cy-mb-18 {
  margin-bottom: 18rem!important
}

.cy-pb-18 {
  padding-bottom: 18rem!important
}

.cy-ml-18 {
  margin-left: 18rem!important
}

.cy-pl-18 {
  padding-left: 18rem!important
}

.cy-mr-18 {
  margin-right: 18rem!important
}

.cy-pr-18 {
  padding-right: 18rem!important
}

.cy-mt-19 {
  margin-top: 19rem!important
}

.cy-pt-19 {
  padding-top: 19rem!important
}

.cy-mb-19 {
  margin-bottom: 19rem!important
}

.cy-pb-19 {
  padding-bottom: 19rem!important
}

.cy-ml-19 {
  margin-left: 19rem!important
}

.cy-pl-19 {
  padding-left: 19rem!important
}

.cy-mr-19 {
  margin-right: 19rem!important
}

.cy-pr-19 {
  padding-right: 19rem!important
}

.cy-mt-20 {
  margin-top: 20rem!important
}

.cy-pt-20 {
  padding-top: 20rem!important
}

.cy-mb-20 {
  margin-bottom: 20rem!important
}

.cy-pb-20 {
  padding-bottom: 20rem!important
}

.cy-ml-20 {
  margin-left: 20rem!important
}

.cy-pl-20 {
  padding-left: 20rem!important
}

.cy-mr-20 {
  margin-right: 20rem!important
}

.cy-pr-20 {
  padding-right: 20rem!important
}

@media (max-width: 768px) {
  .cy-mt-xs-0 {
      margin-top:0!important
  }

  .cy-pt-xs-0 {
      padding-top: 0!important
  }

  .cy-mb-xs-0 {
      margin-bottom: 0!important
  }

  .cy-pb-xs-0 {
      padding-bottom: 0!important
  }

  .cy-ml-xs-0 {
      margin-left: 0!important
  }

  .cy-pl-xs-0 {
      padding-left: 0!important
  }

  .cy-mr-xs-0 {
      margin-right: 0!important
  }

  .cy-pr-xs-0 {
      padding-right: 0!important
  }

  .cy-mt-xs-1 {
      margin-top: 1rem!important
  }

  .cy-pt-xs-1 {
      padding-top: 1rem!important
  }

  .cy-mb-xs-1 {
      margin-bottom: 1rem!important
  }

  .cy-pb-xs-1 {
      padding-bottom: 1rem!important
  }

  .cy-ml-xs-1 {
      margin-left: 1rem!important
  }

  .cy-pl-xs-1 {
      padding-left: 1rem!important
  }

  .cy-mr-xs-1 {
      margin-right: 1rem!important
  }

  .cy-pr-xs-1 {
      padding-right: 1rem!important
  }

  .cy-mt-xs-2 {
      margin-top: 2rem!important
  }

  .cy-pt-xs-2 {
      padding-top: 2rem!important
  }

  .cy-mb-xs-2 {
      margin-bottom: 2rem!important
  }

  .cy-pb-xs-2 {
      padding-bottom: 2rem!important
  }

  .cy-ml-xs-2 {
      margin-left: 2rem!important
  }

  .cy-pl-xs-2 {
      padding-left: 2rem!important
  }

  .cy-mr-xs-2 {
      margin-right: 2rem!important
  }

  .cy-pr-xs-2 {
      padding-right: 2rem!important
  }

  .cy-mt-xs-3 {
      margin-top: 3rem!important
  }

  .cy-pt-xs-3 {
      padding-top: 3rem!important
  }

  .cy-mb-xs-3 {
      margin-bottom: 3rem!important
  }

  .cy-pb-xs-3 {
      padding-bottom: 3rem!important
  }

  .cy-ml-xs-3 {
      margin-left: 3rem!important
  }

  .cy-pl-xs-3 {
      padding-left: 3rem!important
  }

  .cy-mr-xs-3 {
      margin-right: 3rem!important
  }

  .cy-pr-xs-3 {
      padding-right: 3rem!important
  }

  .cy-mt-xs-4 {
      margin-top: 4rem!important
  }

  .cy-pt-xs-4 {
      padding-top: 4rem!important
  }

  .cy-mb-xs-4 {
      margin-bottom: 4rem!important
  }

  .cy-pb-xs-4 {
      padding-bottom: 4rem!important
  }

  .cy-ml-xs-4 {
      margin-left: 4rem!important
  }

  .cy-pl-xs-4 {
      padding-left: 4rem!important
  }

  .cy-mr-xs-4 {
      margin-right: 4rem!important
  }

  .cy-pr-xs-4 {
      padding-right: 4rem!important
  }

  .cy-mt-xs-5 {
      margin-top: 5rem!important
  }

  .cy-pt-xs-5 {
      padding-top: 5rem!important
  }

  .cy-mb-xs-5 {
      margin-bottom: 5rem!important
  }

  .cy-pb-xs-5 {
      padding-bottom: 5rem!important
  }

  .cy-ml-xs-5 {
      margin-left: 5rem!important
  }

  .cy-pl-xs-5 {
      padding-left: 5rem!important
  }

  .cy-mr-xs-5 {
      margin-right: 5rem!important
  }

  .cy-pr-xs-5 {
      padding-right: 5rem!important
  }

  .cy-mt-xs-6 {
      margin-top: 6rem!important
  }

  .cy-pt-xs-6 {
      padding-top: 6rem!important
  }

  .cy-mb-xs-6 {
      margin-bottom: 6rem!important
  }

  .cy-pb-xs-6 {
      padding-bottom: 6rem!important
  }

  .cy-ml-xs-6 {
      margin-left: 6rem!important
  }

  .cy-pl-xs-6 {
      padding-left: 6rem!important
  }

  .cy-mr-xs-6 {
      margin-right: 6rem!important
  }

  .cy-pr-xs-6 {
      padding-right: 6rem!important
  }

  .cy-mt-xs-7 {
      margin-top: 7rem!important
  }

  .cy-pt-xs-7 {
      padding-top: 7rem!important
  }

  .cy-mb-xs-7 {
      margin-bottom: 7rem!important
  }

  .cy-pb-xs-7 {
      padding-bottom: 7rem!important
  }

  .cy-ml-xs-7 {
      margin-left: 7rem!important
  }

  .cy-pl-xs-7 {
      padding-left: 7rem!important
  }

  .cy-mr-xs-7 {
      margin-right: 7rem!important
  }

  .cy-pr-xs-7 {
      padding-right: 7rem!important
  }

  .cy-mt-xs-8 {
      margin-top: 8rem!important
  }

  .cy-pt-xs-8 {
      padding-top: 8rem!important
  }

  .cy-mb-xs-8 {
      margin-bottom: 8rem!important
  }

  .cy-pb-xs-8 {
      padding-bottom: 8rem!important
  }

  .cy-ml-xs-8 {
      margin-left: 8rem!important
  }

  .cy-pl-xs-8 {
      padding-left: 8rem!important
  }

  .cy-mr-xs-8 {
      margin-right: 8rem!important
  }

  .cy-pr-xs-8 {
      padding-right: 8rem!important
  }

  .cy-mt-xs-9 {
      margin-top: 9rem!important
  }

  .cy-pt-xs-9 {
      padding-top: 9rem!important
  }

  .cy-mb-xs-9 {
      margin-bottom: 9rem!important
  }

  .cy-pb-xs-9 {
      padding-bottom: 9rem!important
  }

  .cy-ml-xs-9 {
      margin-left: 9rem!important
  }

  .cy-pl-xs-9 {
      padding-left: 9rem!important
  }

  .cy-mr-xs-9 {
      margin-right: 9rem!important
  }

  .cy-pr-xs-9 {
      padding-right: 9rem!important
  }

  .cy-mt-xs-10 {
      margin-top: 10rem!important
  }

  .cy-pt-xs-10 {
      padding-top: 10rem!important
  }

  .cy-mb-xs-10 {
      margin-bottom: 10rem!important
  }

  .cy-pb-xs-10 {
      padding-bottom: 10rem!important
  }

  .cy-ml-xs-10 {
      margin-left: 10rem!important
  }

  .cy-pl-xs-10 {
      padding-left: 10rem!important
  }

  .cy-mr-xs-10 {
      margin-right: 10rem!important
  }

  .cy-pr-xs-10 {
      padding-right: 10rem!important
  }

  .cy-mt-xs-11 {
      margin-top: 11rem!important
  }

  .cy-pt-xs-11 {
      padding-top: 11rem!important
  }

  .cy-mb-xs-11 {
      margin-bottom: 11rem!important
  }

  .cy-pb-xs-11 {
      padding-bottom: 11rem!important
  }

  .cy-ml-xs-11 {
      margin-left: 11rem!important
  }

  .cy-pl-xs-11 {
      padding-left: 11rem!important
  }

  .cy-mr-xs-11 {
      margin-right: 11rem!important
  }

  .cy-pr-xs-11 {
      padding-right: 11rem!important
  }

  .cy-mt-xs-12 {
      margin-top: 12rem!important
  }

  .cy-pt-xs-12 {
      padding-top: 12rem!important
  }

  .cy-mb-xs-12 {
      margin-bottom: 12rem!important
  }

  .cy-pb-xs-12 {
      padding-bottom: 12rem!important
  }

  .cy-ml-xs-12 {
      margin-left: 12rem!important
  }

  .cy-pl-xs-12 {
      padding-left: 12rem!important
  }

  .cy-mr-xs-12 {
      margin-right: 12rem!important
  }

  .cy-pr-xs-12 {
      padding-right: 12rem!important
  }

  .cy-mt-xs-13 {
      margin-top: 13rem!important
  }

  .cy-pt-xs-13 {
      padding-top: 13rem!important
  }

  .cy-mb-xs-13 {
      margin-bottom: 13rem!important
  }

  .cy-pb-xs-13 {
      padding-bottom: 13rem!important
  }

  .cy-ml-xs-13 {
      margin-left: 13rem!important
  }

  .cy-pl-xs-13 {
      padding-left: 13rem!important
  }

  .cy-mr-xs-13 {
      margin-right: 13rem!important
  }

  .cy-pr-xs-13 {
      padding-right: 13rem!important
  }

  .cy-mt-xs-14 {
      margin-top: 14rem!important
  }

  .cy-pt-xs-14 {
      padding-top: 14rem!important
  }

  .cy-mb-xs-14 {
      margin-bottom: 14rem!important
  }

  .cy-pb-xs-14 {
      padding-bottom: 14rem!important
  }

  .cy-ml-xs-14 {
      margin-left: 14rem!important
  }

  .cy-pl-xs-14 {
      padding-left: 14rem!important
  }

  .cy-mr-xs-14 {
      margin-right: 14rem!important
  }

  .cy-pr-xs-14 {
      padding-right: 14rem!important
  }

  .cy-mt-xs-15 {
      margin-top: 15rem!important
  }

  .cy-pt-xs-15 {
      padding-top: 15rem!important
  }

  .cy-mb-xs-15 {
      margin-bottom: 15rem!important
  }

  .cy-pb-xs-15 {
      padding-bottom: 15rem!important
  }

  .cy-ml-xs-15 {
      margin-left: 15rem!important
  }

  .cy-pl-xs-15 {
      padding-left: 15rem!important
  }

  .cy-mr-xs-15 {
      margin-right: 15rem!important
  }

  .cy-pr-xs-15 {
      padding-right: 15rem!important
  }

  .cy-mt-xs-16 {
      margin-top: 16rem!important
  }

  .cy-pt-xs-16 {
      padding-top: 16rem!important
  }

  .cy-mb-xs-16 {
      margin-bottom: 16rem!important
  }

  .cy-pb-xs-16 {
      padding-bottom: 16rem!important
  }

  .cy-ml-xs-16 {
      margin-left: 16rem!important
  }

  .cy-pl-xs-16 {
      padding-left: 16rem!important
  }

  .cy-mr-xs-16 {
      margin-right: 16rem!important
  }

  .cy-pr-xs-16 {
      padding-right: 16rem!important
  }

  .cy-mt-xs-17 {
      margin-top: 17rem!important
  }

  .cy-pt-xs-17 {
      padding-top: 17rem!important
  }

  .cy-mb-xs-17 {
      margin-bottom: 17rem!important
  }

  .cy-pb-xs-17 {
      padding-bottom: 17rem!important
  }

  .cy-ml-xs-17 {
      margin-left: 17rem!important
  }

  .cy-pl-xs-17 {
      padding-left: 17rem!important
  }

  .cy-mr-xs-17 {
      margin-right: 17rem!important
  }

  .cy-pr-xs-17 {
      padding-right: 17rem!important
  }

  .cy-mt-xs-18 {
      margin-top: 18rem!important
  }

  .cy-pt-xs-18 {
      padding-top: 18rem!important
  }

  .cy-mb-xs-18 {
      margin-bottom: 18rem!important
  }

  .cy-pb-xs-18 {
      padding-bottom: 18rem!important
  }

  .cy-ml-xs-18 {
      margin-left: 18rem!important
  }

  .cy-pl-xs-18 {
      padding-left: 18rem!important
  }

  .cy-mr-xs-18 {
      margin-right: 18rem!important
  }

  .cy-pr-xs-18 {
      padding-right: 18rem!important
  }

  .cy-mt-xs-19 {
      margin-top: 19rem!important
  }

  .cy-pt-xs-19 {
      padding-top: 19rem!important
  }

  .cy-mb-xs-19 {
      margin-bottom: 19rem!important
  }

  .cy-pb-xs-19 {
      padding-bottom: 19rem!important
  }

  .cy-ml-xs-19 {
      margin-left: 19rem!important
  }

  .cy-pl-xs-19 {
      padding-left: 19rem!important
  }

  .cy-mr-xs-19 {
      margin-right: 19rem!important
  }

  .cy-pr-xs-19 {
      padding-right: 19rem!important
  }

  .cy-mt-xs-20 {
      margin-top: 20rem!important
  }

  .cy-pt-xs-20 {
      padding-top: 20rem!important
  }

  .cy-mb-xs-20 {
      margin-bottom: 20rem!important
  }

  .cy-pb-xs-20 {
      padding-bottom: 20rem!important
  }

  .cy-ml-xs-20 {
      margin-left: 20rem!important
  }

  .cy-pl-xs-20 {
      padding-left: 20rem!important
  }

  .cy-mr-xs-20 {
      margin-right: 20rem!important
  }

  .cy-pr-xs-20 {
      padding-right: 20rem!important
  }

  .cy-w-xs-0 {
      width: 0!important
  }

  .cy-w-xs-25 {
      width: 25%!important
  }

  .cy-w-xs-50 {
      width: 50%!important
  }

  .cy-w-xs-75 {
      width: 75%!important
  }

  .cy-w-xs-100 {
      width: 100%!important
  }

  .cy-w-xs-auto {
      width: auto!important
  }

  .cy-h-xs-42 {
      height: 4.2rem!important
  }

  .cy-line-height-xs-10 {
      line-height: 10px!important
  }

  .cy-line-height-xs-11 {
      line-height: 11px!important
  }

  .cy-line-height-xs-12 {
      line-height: 12px!important
  }

  .cy-line-height-xs-13 {
      line-height: 13px!important
  }

  .cy-line-height-xs-14 {
      line-height: 14px!important
  }

  .cy-line-height-xs-15 {
      line-height: 15px!important
  }

  .cy-line-height-xs-16 {
      line-height: 16px!important
  }

  .cy-line-height-xs-17 {
      line-height: 17px!important
  }

  .cy-line-height-xs-18 {
      line-height: 18px!important
  }

  .cy-line-height-xs-19 {
      line-height: 19px!important
  }

  .cy-line-height-xs-20 {
      line-height: 20px!important
  }

  .cy-line-height-xs-21 {
      line-height: 21px!important
  }

  .cy-line-height-xs-22 {
      line-height: 22px!important
  }

  .cy-line-height-xs-23 {
      line-height: 23px!important
  }

  .cy-line-height-xs-24 {
      line-height: 24px!important
  }

  .cy-line-height-xs-25 {
      line-height: 25px!important
  }

  .cy-line-height-xs-26 {
      line-height: 26px!important
  }

  .cy-line-height-xs-27 {
      line-height: 27px!important
  }

  .cy-line-height-xs-28 {
      line-height: 28px!important
  }

  .cy-line-height-xs-29 {
      line-height: 29px!important
  }

  .cy-line-height-xs-30 {
      line-height: 30px!important
  }

  .cy-line-height-xs-31 {
      line-height: 31px!important
  }

  .cy-line-height-xs-32 {
      line-height: 32px!important
  }

  .cy-line-height-xs-33 {
      line-height: 33px!important
  }

  .cy-line-height-xs-34 {
      line-height: 34px!important
  }

  .cy-line-height-xs-35 {
      line-height: 35px!important
  }

  .cy-line-height-xs-36 {
      line-height: 36px!important
  }

  .cy-line-height-xs-37 {
      line-height: 37px!important
  }

  .cy-line-height-xs-38 {
      line-height: 38px!important
  }

  .cy-line-height-xs-39 {
      line-height: 39px!important
  }

  .cy-line-height-xs-40 {
      line-height: 40px!important
  }

  .cy-line-height-xs-41 {
      line-height: 41px!important
  }

  .cy-line-height-xs-42 {
      line-height: 42px!important
  }

  .cy-line-height-xs-43 {
      line-height: 43px!important
  }

  .cy-line-height-xs-44 {
      line-height: 44px!important
  }

  .cy-line-height-xs-45 {
      line-height: 45px!important
  }

  .cy-line-height-xs-46 {
      line-height: 46px!important
  }

  .cy-line-height-xs-47 {
      line-height: 47px!important
  }

  .cy-line-height-xs-48 {
      line-height: 48px!important
  }

  .cy-line-height-xs-49 {
      line-height: 49px!important
  }

  .cy-line-height-xs-50 {
      line-height: 50px!important
  }

  .cy-line-height-xs-51 {
      line-height: 51px!important
  }

  .cy-line-height-xs-52 {
      line-height: 52px!important
  }

  .cy-line-height-xs-53 {
      line-height: 53px!important
  }

  .cy-line-height-xs-54 {
      line-height: 54px!important
  }

  .cy-line-height-xs-55 {
      line-height: 55px!important
  }

  .cy-line-height-xs-56 {
      line-height: 56px!important
  }

  .cy-line-height-xs-57 {
      line-height: 57px!important
  }

  .cy-line-height-xs-58 {
      line-height: 58px!important
  }

  .cy-line-height-xs-59 {
      line-height: 59px!important
  }

  .cy-line-height-xs-60 {
      line-height: 60px!important
  }
}

.cy-gradient-bg-1 {
  background-image: linear-gradient(300deg,#005ed7,#023197)
}

.cy-gradient-bg-2 {
  background-image: linear-gradient(101deg,#005ed7,#023281 100%)
}

.cy-gradient-bg-3 {
  background-image: linear-gradient(180deg,#36a1fe,#003597)
}

.cy-border-none {
  border: none
}

.cy-menu-divider {
  border-top: 1px solid #ebecf0!important
}

.cy-text-hyphen {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.cy-card-on-hover:hover {
  border: 1px solid #1a3ee8
}

.cy-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 120px
}

.cy-container.cy-container--padding-top {
  padding-top: 165px
}

.cy-container--force-top {
  margin-top: -4.8rem
}

.cy-section-mb {
  margin-bottom: 80px
}

@media screen and (max-width: 767px) {
  .cy-section-mb {
      margin-bottom:50px
  }

  .cy-container.cy-container--padding-top {
      padding-top: 185px
  }
}

.cy-border-dashed {
  border-style: dashed
}

.cy-rotate-90 {
  transform: rotate(90deg)
}

.cy-green-blue-gradient {
  background-image: linear-gradient(68deg,#6400c8 8%,#1968fc 56%,#00bc8f 94%)
}

.cy-ribbon {
  position: absolute;
  width: auto;
  height: 3rem;
  margin-left: -10px;
  margin-right: -10px;
  background: #00bc8f;
  top: 10%;
  line-height: 30px
}

.cy-ribbon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 0;
  width: 0;
  border-top: 10px solid #008a69;
  border-left: 10px solid transparent
}

.cy-translate-arrow i {
  transition: transform .5s ease;
  display: inline-block
}

.cy-translate-arrow:hover i {
  transform: translateX(25%)
}

.cy-featured-banner {
  position: absolute;
  width: auto;
  top: -13px;
  background: #6dd400;
  border-radius: 0 0 4px 4px;
  padding: .5rem 1rem
}

.cy-featured-banner:before {
  left: -10px;
  border-left: 10px solid transparent
}

.cy-featured-banner:after,.cy-featured-banner:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 13px solid #53a200;
  top: 0
}

.cy-featured-banner:after {
  right: -10px;
  border-right: 10px solid transparent
}

.cy-pillar-section {
  margin-top: -30%
}

.cy-pulse {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #e84c3d;
  box-shadow: 0 0 0 0 rgba(232,76,61,.7);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite
}

@keyframes pulse {
  to {
      box-shadow: 0 0 0 12px rgba(232,76,61,0)
  }
}

a:hover .text-decoration-underline-on-hover {
  text-decoration: underline!important
}

.cy-box-shadow-2-hover:hover {
  box-shadow: 0 36px 42px -9px rgba(86,112,156,.05),0 3px 11px 0 rgba(86,112,156,.15)
}

.cy-product-card__bg-element {
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%
}

.cy-keyword-link {
  border-bottom: 1px dashed #b3c0d5;
  transition: all .5s ease
}

.cy-keyword-link:hover {
  text-decoration: none;
  font-weight: 600
}

.cy-translate-hover {
  transition: all .5s ease
}

.cy-translate-hover:hover {
  transform: translateY(-10px)
}

.cy-relatedtopics-product {
  position: relative
}

.cy-relatedtopics-product:before {
  background: #eef0fb;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px
}

.cy-hover-shadow {
  transition: all .5s ease
}

.cy-hover-shadow:hover {
  box-shadow: none
}

.cy-box-shadow {
  box-shadow: 0 6px 18px 0 rgba(25,104,252,.3)
}

.contactus-form:hover,.cy-box-shadow-2 {
  box-shadow: 0 36px 42px -9px rgba(86,112,156,.05),0 3px 11px 0 rgba(86,112,156,.15)
}

.cy-box-shadow-3 {
  box-shadow: 0 15px 30px 5px rgba(56,63,101,.14)
}

.cy-product-menu {
  animation: sticky-slide-up .4s;
  background-color: #fff
}

@keyframes sticky-slide-up {
  0% {
      transform: translateY(-100%)
  }

  to {
      transform: translateY(0)
  }
}

.cy-word-break {
  word-break: break-word!important
}

.cy-text-underline {
  text-decoration: underline!important
}

.cy-w-150 {
  width: 150px
}

.cy-solution-table-width {
  max-width: 190px
}

.cy-heading-16 {
  font-size: 16px
}

.cy-products__features ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.cy-products__features ul li {
  font-weight: 600;
  font-size: 1.4rem;
  color: #172b4d;
  line-height: 2.6;
  display: flex;
  align-items: center
}

.cy-products__features ul li i {
  font-size: 1.8rem;
  color: #1a3ee8
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
  height: 45px
}

.cursor-pointer {
  cursor: pointer
}

.cy-pointer-none {
  pointer-events: none
}

.video-modal-center {
  top: 20%
}

.cy-height-210 {
  height: 210px
}

.cy-w-pillar-icon {
  width: 60px
}

.cy-pillar-bg {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 20%;
  opacity: .2;
  filter: blur(4px)
}

.cy-edupillar-relatedguides {
  max-height: 90vh;
  overflow: auto
}

.cy-img-blur {
  filter: blur(14px);
  transform: scale(1.1)
}

.cy-overflow-hidden {
  overflow: hidden!important
}

@media (max-width: 768px) {
  .modal-close-position-demo-form {
      right:5px;
      top: 15px
  }
}

@media (min-width: 769px) {
  .modal-close-position-demo-form {
      right:5px;
      top: 5px
  }
}

.cy-social-share>li>a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.6rem;
  color: #97a0af;
  transition: color .3s ease-in
}

.cy-social-share>li>a:hover {
  color: #1a3ee8
}

.cy-ctixlite-table-height {
  height: 25rem;
  overflow: hidden
}

.cy-solution-header-bg {
  background-image: url(https://production.cyware.com/enterprise/img/solution-bg.8ccb3c5.svg);
  top: -15%;
  background-size: cover;
  width: 750px
}

.cy-cywaremobile-header-bg,.cy-solution-header-bg {
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 100% 100%;
  height: 600px;
  z-index: -1
}

.cy-cywaremobile-header-bg {
  background-image: url(https://production.cyware.com/enterprise/img/cyware-mobile-bg.5a13bf0.svg);
  top: -30%;
  background-size: 65%;
  width: 100%
}

.cy-usecase-header {
  background-image: url(https://production.cyware.com/enterprise/img/header-bg.0ec9dc7.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover
}

@media (min-width: 992px) {
  .cy-usecase-header {
      height:63vh
  }

  .cy-usecase__intro {
      top: -20rem
  }
}

@media (min-width: 992px) {
  .cy-float-card,.cy-usecase__intro {
      position:absolute;
      background-color: #fff
  }

  .cy-float-card {
      top: -8rem
  }
}

.cy-top-banner {
  background: linear-gradient(125deg,#00ff57,#010033 40%,#460043 70%,#f0ffc5),linear-gradient(55deg,#0014c9,#410060),linear-gradient(300deg,#ffc700,#001aff),radial-gradient(135% 215% at 115%,at 40%,#393939 0,#393939 40%,#849561 calc(40% + 1px),#849561 60%,#eed690 calc(60% + 1px),#eed690 80%,#ecefd8 calc(80% + 1px),#ecefd8 100%),linear-gradient(125deg,#282d4f,#282d4f 40%,#23103a calc(40% + 1px),#23103a 70%,#a0204c calc(70% + 1px),#a0204c 88%,#ff6c00 calc(88% + 1px),#ff6c00);
  background: linear-gradient(125deg,#00ff57,#010033 40%,#460043 70%,#f0ffc5),linear-gradient(55deg,#0014c9,#410060),linear-gradient(300deg,#ffc700,#001aff),radial-gradient(135% 215% at 115% 40%,#393939 0,#393939 40%,#849561 calc(40% + 1px),#849561 60%,#eed690 calc(60% + 1px),#eed690 80%,#ecefd8 calc(80% + 1px),#ecefd8 100%),linear-gradient(125deg,#282d4f,#282d4f 40%,#23103a calc(40% + 1px),#23103a 70%,#a0204c calc(70% + 1px),#a0204c 88%,#ff6c00 calc(88% + 1px),#ff6c00);
  background-blend-mode: overlay,screen,overlay,overlay,normal;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.cy-top-banner-animate {
  width: 95%;
  position: absolute;
  display: block;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

.cy-top-banner-animate-item1 {
  animation-name: anim1
}

.cy-top-banner-animate-item2 {
  animation-name: anim2
}

@keyframes anim1 {
  0% {
      left: -100%;
      opacity: 0
  }

  5%,50% {
      left: 0;
      opacity: 1
  }

  55%,to {
      left: 110%;
      opacity: 0
  }
}

@keyframes anim2 {
  0%,55% {
      left: -100%;
      opacity: 0
  }

  60%,95% {
      left: 0;
      opacity: 1
  }

  to {
      left: 110%;
      opacity: 0
  }
}

.cy-close-banner {
  position: absolute;
  right: 10px;
  top: 30%
}

.cy-mt-40 {
  margin-top: 60px
}

.cy-top20 {
  top: 20%
}

.cy-sticky-top,.cy-top20 {
  position: sticky;
  z-index: 999
}

.cy-sticky-top {
  top: 0
}

.cy-c3-mt {
  margin-top: -53%
}

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

@media screen and (min-width: 1366px) {
  .cy-c3-mt {
      margin-top:-58%
  }
}

@media screen and (min-width: 1600px) {
  #cy-c3 img {
      background-color:#f9f9fa;
      height: 650px
  }
}

.section-overlap {
  height: 300px
}

.section-overlap-cards {
  margin-top: -22%
}

#member-request {
  margin-top: 20rem;
  margin-bottom: 38rem
}

#member-request #membershipForm {
  position: absolute;
  top: -12rem;
  right: 0
}

.cy-misptable-header-border {
  border: 2rem solid #fff;
  border-top: 2rem solid #fff!important
}

.cy-misptable-td-border {
  border-right: 2rem solid #fff;
  border-left: 2rem solid #fff
}

@media screen and (max-width: 768px) {
  .section-overlap-cards {
      margin-top:-75%
  }

  #member-request {
      margin: 5rem 0
  }

  #member-request #membershipForm {
      position: relative;
      top: 0;
      right: 0
  }

  .cy-c3-share-banner--mobile-bnone {
      border-left: none!important
  }

  .cy-misp-table-width {
      width: 150px
  }
}

.cy-c3-counter {
  width: 40px;
  height: 60px;
  background-color: #1a3ee8
}

.cy-c3-share-banner {
  position: relative;
  overflow: hidden;
  border: none
}

.cy-c3-share-banner:before {
  background-image: url(https://production.cyware.com/enterprise/img/hero_bg.1211e58.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.1)
}

@media (max-width: 768px) {
  .cy-top-banner {
      height:80px
  }

  .cy-mt-40 {
      margin-top: 80px
  }
}

.cy-webinar-play-btn {
  position: relative
}

.cy-webinar-play-btn:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzhweCIgaGVpZ2h0PSI3OHB4IiB2aWV3Qm94PSIwIDAgNzggNzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMDEtVmlkZW9zLUEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTcuMDAwMDAwLCAtMTI1Mi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1Ny4wMDAwMDAsIDEyNTIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLUNvcHktMiIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC40OTYxMTcwMDEiIGN4PSIzOSIgY3k9IjM5IiByPSIzOSI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUtQ29weS0zIiBmaWxsPSIjMTcyQjREIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0Mi4wMDAwMDAsIDM4LjUwMDAwMCkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC00Mi4wMDAwMDAsIC0zOC41MDAwMDApICIgcG9pbnRzPSI0MiAyNSA1NyA1MiAyNyA1MiI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%
}

.cy-cybercast-play-icon:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODciIGhlaWdodD0iODYiIHZpZXdCb3g9IjAgMCA4NyA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfYikiPgo8ZWxsaXBzZSBjeD0iNDMuNTAwMSIgY3k9IjQyLjcxMDYiIHJ4PSI0Mi41NzU4IiByeT0iNDIuNjM5NiIgZmlsbD0iYmxhY2siIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjwvZz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02MS41MTI5IDQyLjE2NEwzMi4wMzc0IDU4LjU2MzhWMjUuNzY0Mkw2MS41MTI5IDQyLjE2NFoiIGZpbGw9IndoaXRlIi8+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2IiIHg9Ii0xOS4wNzU3IiB5PSItMTkuOTI5IiB3aWR0aD0iMTI1LjE1MiIgaGVpZ2h0PSIxMjUuMjc5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjEwIi8+CjxmZUNvbXBvc2l0ZSBpbjI9IlNvdXJjZUFscGhhIiBvcGVyYXRvcj0iaW4iIHJlc3VsdD0iZWZmZWN0MV9iYWNrZ3JvdW5kQmx1ciIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfYmFja2dyb3VuZEJsdXIiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==)
}

.cy-ctixlite-play-icon:before {
  background-image: url(https://production.cyware.com/enterprise/img/ctix-lite-play.b1ec200.svg)
}

.cy-csap-play-icon:before {
  background-image: url(https://production.cyware.com/enterprise/img/play-button-web.f947923.svg)
}

.cy-tech-playicon:before {
  background-image: url(https://production.cyware.com/enterprise/img/play-button-web.6b87d2f.svg);
  background-size: auto
}

.cy-homepage-play-icon:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTciIGhlaWdodD0iOTciIHZpZXdCb3g9IjAgMCA5NyA5NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4NTM5IDQ4LjVDNy4yODUzOSAyNS43Njk2IDI1LjY0NDYgNy40MTAzOSA0OC4zNzUgNy40MTAzOUM3MS4xMDU0IDcuNDEwMzkgODkuMTczMiAyNS43Njk2IDg5LjE3MzIgNDguNUM4OS4xNzMyIDcxLjIzMDQgNzEuMTA1NCA4OS4yOTgyIDQ4LjM3NSA4OS4yOTgyQzI1LjY0NDYgODkuMjk4MiA3LjI4NTM5IDcxLjIzMDQgNy4yODUzOSA0OC41Wk05Ni43NSA0OC41Qzk2Ljc1IDIxLjY4OTggNzUuMTg1MiAwLjEyNSA0OC4zNzUgMC4xMjVDMjEuNTY0OCAwLjEyNSAwIDIxLjY4OTggMCA0OC41QzAgNzUuMzEwMiAyMS41NjQ4IDk2Ljg3NSA0OC4zNzUgOTYuODc1Qzc1LjE4NTIgOTYuODc1IDk2Ljc1IDc1LjMxMDIgOTYuNzUgNDguNVpNNjcuNjA4NCA0Ni40NjAxTDM4LjQ2NjkgMjguMTAwOUMzNi43MTg0IDI3LjIyNjcgMzQuNjc4NSAyOC4zOTIzIDM0LjY3ODUgMzAuMTQwOFY2Ni41Njc4QzM0LjY3ODUgNjguNjA3NyAzNi43MTg0IDY5Ljc3MzMgMzguNDY2OSA2OC44OTkxTDY3LjYwODQgNTAuNTM5OUM2OS4zNTY5IDQ5LjY2NTcgNjkuMzU2OSA0Ny4zMzQzIDY3LjYwODQgNDYuNDYwMVoiIGZpbGw9IiM0MjUyNkUiLz4KPC9zdmc+Cg==)
}

@media (max-width: 767px) {
  .cy-webinar-play-btn:before {
      top:10px
  }

  .cy-ctixlite-play-icon:before {
      background-image: url(https://production.cyware.com/enterprise/img/ctix-lite-play-mobile.0893e55.svg)
  }

  .cy-csap-play-icon:before {
      background-image: url(https://production.cyware.com/enterprise/img/play-button-mob.c43506c.svg)
  }

  .cy-tech-playicon:before {
      background-image: url(https://production.cyware.com/enterprise/img/play-button-mob.2e441b3.svg);
      background-size: auto
  }
}

.table thead th {
  vertical-align: middle;
  border-bottom: none
}

.table.compare-ctix-table>tbody>tr:last-child>td {
  border-top: none
}

.collapsed>.when-opened,:not(.collapsed)>.when-closed {
  display: none!important
}

.form-control {
  color: #172b4d;
  font-weight: 500
}

.form-control::-webkit-input-placeholder {
  color: #97a0af
}

.form-control:-moz-placeholder,.form-control::-moz-placeholder {
  color: #97a0af
}

.form-control:-ms-input-placeholder {
  color: #97a0af
}

.form-control::-ms-input-placeholder {
  color: #97a0af
}

@media screen and (min-width: 992px) {
  .modal.right .modal-dialog {
      position:fixed;
      margin: auto;
      height: 100%;
      transform: translateZ(0)
  }

  .modal.right .modal-content {
      height: 100%;
      overflow-y: auto;
      border-radius: 0
  }

  .modal.right.fade .modal-dialog {
      right: -50%;
      transition: opacity .3s linear,right .3s ease-out
  }

  .modal.right.fade.show .modal-dialog {
      right: 0
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ebecf0
}

.transition-all {
  transition: all .4s ease-in
}

.cy-texture-bg-light {
  position: relative;
  background-image: url(/backgrounds/wave-bg.svg);
  background-size: cover;
  background-color: rgba(48,101,239,.05);
  padding: 4rem 5rem;
  margin-top: 4rem;
  margin-bottom: 4rem
}

.cy-ntsc-bg:before,.cy-texture-bg-light {
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%
}

.cy-ntsc-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/hero_linebg.3ac6e83.svg);
  background-size: contain;
  background-position: 0 70%;
  position: absolute;
  content: ""
}

.cy-ntsc-banner-border {
  border-right: 1px solid #a5bed1;
  border-bottom: none
}

@media screen and (max-width: 768px) {
  #ntsc-page.cy-container--padding-top {
      padding-top:10rem
  }

  .cy-ntsc-banner-border {
      margin-bottom: 15px;
      border-right: none;
      border-bottom: 1px solid #a5bed1
  }
}

#cy-ntsc-spk-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/left_bg_element_a.f4d48ee.svg),url(https://production.cyware.com/enterprise/img/left_bg_element_b.9981dbe.svg);
  background-position: 0 20%,0 90%;
  left: 0;
  background-size: 25%,15%
}

#cy-ntsc-spk-bg:after,#cy-ntsc-spk-bg:before {
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  filter: blur(35px)
}

#cy-ntsc-spk-bg:after {
  background-image: url(https://production.cyware.com/enterprise/img/right_bg_element_a.be68d7d.svg),url(https://production.cyware.com/enterprise/img/right_bg_element_b.9e12bdc.svg);
  background-size: 25%,40%;
  background-position: 100% 3%,100% 70%;
  right: 0
}

.cy-ntsc-boxshadow {
  box-shadow: 0 10px 50px 10px rgba(23,43,100,.14)
}

.cy-border-dark {
  border: 2px solid rgba(23,43,77,.3)
}

.box-size {
  height: 150px
}

@media (max-width: 440px) {
  .box-size {
      width:100%;
      height: 230px;
      text-align: center
  }
}

.img-height-partner {
  height: 90px
}

.img-width-partner {
  width: 100%
}

.cy-icon-height,.logo-height {
  height: 32px
}

.logo-width {
  width: 100px
}

.b-toaster.b-toaster-top-center {
  top: 56px
}

.b-toaster.b-toaster-bottom-center.login-toast {
  left: 50%;
  bottom: 10%
}

.b-toaster.b-toaster-bottom-center.login-toast .toast {
  border: 0;
  background: transparent
}

.b-toaster.b-toaster-bottom-center.login-toast .toast-header {
  background: hsla(0,0%,100%,.85);
  color: #1968fc;
  padding: 5px 12px
}

.b-toaster.b-toaster-bottom-center.login-toast .toast-header .close {
  color: #1968fc;
  font-weight: 400
}

.b-toaster.b-toaster-bottom-center.login-toast .toast-header .close:focus {
  outline: none
}

.b-toaster.b-toaster-bottom-center.login-toast .toast-header strong {
  padding: 10px
}

.toast-header {
  padding: 12px 15px;
  background-clip: padding-box;
  border-radius: 5px;
  border-bottom: 0!important;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal
}

.toast-header:focus {
  outline: 0;
  box-shadow: none
}

.toast-header .close {
  color: #fff;
  font-weight: 400
}

.b-toast-success .toast .toast-header {
  background-color: #1968fc;
  color: #fff;
  padding: 5px 12px;
  text-align: center
}

.b-toast-danger .toast .toast-header {
  background-color: #fff!important;
  color: #d0021b;
  text-align: center
}

.b-toast .toast .toast-body {
  display: none
}

.purple-on-hover:hover {
  color: #6400c8
}

.cy-input--phone-number:before {
  content: "+";
  position: absolute;
  line-height: 1.7;
  padding: .1rem .6rem;
  font-size: 2rem;
  color: rgba(23,43,77,.28)
}

.cy-input--phone-number input {
  padding-left: 2.5rem
}

.cy-footer-logo {
  height: 35px;
  max-height: 35px;
  max-width: 120px;
  width: auto
}

.cy-font-24 {
  font-size: 2.4rem
}

.cy-solution-lp-height {
  height: 450px
}

.cy-tag {
  position: absolute;
  left: -15px;
  top: 15px;
  display: block;
  width: auto;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  padding: .5rem;
  text-transform: uppercase
}

@media (min-width: 992px) {
  .cy-solution-section {
      margin-top:-33rem
  }
}

@media (max-width: 991px) {
  .cy-solution-section {
      margin-top:-33rem
  }
}

.cy-slug-bg-csap {
  background-color: rgba(24,117,220,.1)
}

.cy-slug-bg-ctix {
  background-color: rgba(100,0,200,.1)
}

.cy-slug-bg-cftr {
  background-color: rgba(0,188,143,.1)
}

.cy-slug-bg-csol {
  background-color: rgba(1,194,204,.1)
}

.cy-bg-ctixlite {
  background-color: rgba(98,54,255,.05)
}

:focus {
  outline: none
}

::-moz-focus-inner {
  border: 0
}

.cy-text-animate span {
  color: #1a3ee8;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  animation: topToBottom 6s infinite
}

.cy-text-animate span:nth-child(2) {
  animation-delay: 2s
}

.cy-text-animate span:nth-child(3) {
  animation-delay: 4s
}

@keyframes topToBottom {
  0%,30% {
      opacity: 1;
      transition: opacity 1s linear
  }

  30.01%,to {
      opacity: 0;
      transition: opacity 2s linear
  }
}

.cy-primary-link {
  color: #1a3ee8!important;
  text-decoration: none!important;
  background-color: transparent!important
}

.cy-primary-link:hover {
  color: #0056b3!important;
  text-decoration: underline!important
}

#cy-latest-cyware-section .cy-latest-cyware-border-bottom {
  border-bottom: 6px solid #2969ff
}

.isac-partner-icon {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 100%
}

.h-50-isac {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem
}

.b-toast-danger .toast .toast-header {
  background-color: #fbcedd!important
}

.slick-slider .slick-slider__arrows {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  z-index: 1
}

.slick-slider .slick-next:before,.slick-slider .slick-prev:before {
  display: none
}

.slick-slider .slick-dots li button:before {
  font-size: 10px
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #1a3ee8
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

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

html {
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%
}

body,html {
  font-family: "Open Sans",sans-serif
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #172b4d;
  text-align: left;
  background-color: #fff;
  font-size: 1.4rem
}

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

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

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

.cy-cta__button {
  text-transform: uppercase;
  vertical-align: unset
}

.cy-cta__append,.cy-cta__button {
  border-color: #1a3ee8;
  border-radius: 0
}

.cy-cta__append {
  background: #1a3ee8;
  cursor: pointer
}

.cy-cta.csap .cy-cta__button {
  border-color: #1875dc
}

.cy-cta.csap .cy-cta__append {
  background: #1875dc;
  border-color: #1875dc
}

.cy-navbar .navbar-nav {
  position: relative;
  margin-left: 105px
}

.cy-navbar .nav-item {
  padding-left: 1.4rem
}

.cy-navbar .nav-item>.nav-link {
  font-size: 1.4rem;
  transition: all .3s;
  cursor: pointer
}

.cy-navbar .nav-item>.nav-link i {
  transition: all .4s ease;
  display: inline-block;
  font-size: .5rem;
  margin-bottom: .2rem;
  vertical-align: middle;
  padding-left: .2rem
}

.cy-navbar .nav-item.active .cy-navbar__dropdown,.cy-navbar .nav-item:hover .cy-navbar__dropdown {
  display: block;
  min-width: 290px;
  max-width: 300px
}

.cy-navbar .nav-item.active .nav-link,.cy-navbar .nav-item:hover .nav-link {
  color: #1a3ee8
}

.cy-navbar .nav-item.active .cy-mainmenu,.cy-navbar .nav-item:hover .cy-mainmenu {
  transition: all .5s ease;
  display: block;
  width: 874px
}

.cy-navbar .mobile-logo {
  display: none
}

@keyframes expand {
  0% {
      height: 0
  }

  to {
      height: 100%
  }
}

.cy-bg-overlay {
  position: relative
}

.cy-bg-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,.8)
}

.cy-header-black {
  background-color: #000;
  box-shadow: 0 4px 14px rgba(218,224,255,.25)
}

.cy-header-white .cy-right-navbar .cy-global-search__icon,.cy-header-white .nav-item>.nav-link {
  color: #172b4d
}

.cy-home-header {
  background-color: rgba(23,43,77,.5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px)
}

.cy-home-header .cy-right-navbar .cy-global-search__icon,.cy-home-header .nav-item>.nav-link {
  color: #fff
}

.cy-home-header__blogs {
  margin-right: 3.4rem
}

.cy-header--expanded {
  background-color: hsla(0,0%,100%,.95)!important;
  height: 100%;
  align-items: flex-start
}

@keyframes sticky-slide-down {
  to {
      transform: translateY(0)
  }
}

.cy-nav-gradient-bg {
  background-image: linear-gradient(151deg,#f6f9fd 6%,#fff 143%)
}

.cy-mainmenu {
  position: absolute;
  top: 30px;
  padding-top: 1.5rem;
  display: none;
  left: -180px;
  transition: all .5s ease;
  z-index: 999
}

.cy-mainmenu .cy-mainmenu__content {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border: 1px solid rgba(166,197,255,.3);
  box-shadow: 10px -8px 30px 7px rgba(60,68,87,.05);
  border-radius: 4px
}

.cy-mainmenu .cy-mainmenu__content .cy-mainmenu__content__item {
  border: 1px solid transparent;
  transition: border .3s ease
}

.cy-mainmenu .cy-mainmenu__content .cy-mainmenu__content__item--hovered {
  border: 1px solid #1a3ee8;
  box-shadow: 0 4px 14px hsla(0,0%,86.7%,.25);
  border-radius: 4px;
  transition: border .3s ease
}

.cy-mainmenu__category:active .cy-mainmenu__submenu,.cy-mainmenu__category:hover .cy-mainmenu__submenu {
  transition: all .5s ease;
  display: block
}

.cy-mainmenu__category:active .cy-mainmenu__submenu-item-title:hover,.cy-mainmenu__category:hover .cy-mainmenu__submenu-item-title:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  line-height: 18px
}

.cy-mainmenu .cy-mainmenu__solutions--backdrop {
  opacity: .1
}

.cy-mainmenu__submenu {
  position: absolute;
  width: 300px;
  height: auto;
  left: 235px;
  top: 0;
  z-index: 10;
  padding-left: 15px;
  display: none
}

.cy-mainmenu__submenu-item {
  background: #fff;
  box-shadow: 0 -2px 20px rgba(60,68,87,.1);
  border-radius: 4px
}

.cy-mainmenu .cy-mainmenu__content__shadow {
  box-shadow: 0 16px 20px -9px rgba(14,71,139,.09),0 2px 8px 0 rgba(14,71,139,.13)
}

.cy-mainmenu .active-item {
  border-left: 3px solid #3065ef
}

.cy-mainmenu .cy-menu-iconsize {
  height: 42px;
  width: 42px
}

.cy-mainmenu__hiring {
  white-space: nowrap
}

.cy-navbar__dropdown {
  position: absolute;
  top: 100%;
  padding-top: .5rem;
  display: none;
  left: 50%;
  transform: translate(-50%)
}

.cy-navbar__dropdown .cy-navbar__dropdown-content {
  border-radius: .3rem;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
  background: #fff
}

.cy-navbar__dropdown .cy-navbar__dropdown-content:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 48%;
  transform: translate(-50%);
  top: 0
}

.cy-navbar__dropdown .cy-navbar__dropmenu {
  border-bottom: 1px solid #ececec;
  padding: .7rem 0;
  margin: 0
}

.cy-navbar__dropdown .cy-navbar__dropmenu>li>a {
  display: block;
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.51;
  letter-spacing: normal;
  color: rgba(0,0,0,.8);
  text-decoration: none;
  cursor: pointer
}

.cy-navbar__dropdown .cy-navbar__dropmenu:last-child {
  border-bottom: 0
}

.cy-navbar__dropdown .cy-navbar__dropmenu.cy-navbar__dropmenu--padding {
  padding: 1rem
}

.cy-navbar__dropdown .cy-navbar__dropmenu .cy-navbar__profile-img {
  height: 64px;
  width: 64px;
  border-radius: 50%
}

.cy-navbar__dropdown .cy-navbar__dropmenu .cy-navbar__profile-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  opacity: .85
}

.cy-navbar__dropdown .cy-navbar__dropmenu .cy-navbar__profile-mail {
  font-size: 14px;
  color: rgba(0,0,0,.8)
}

.cy-navbar__dropdown .cy-navbar__dropmenu .dropdown--link {
  color: rgba(0,0,0,.8)!important;
  transition: color .3s ease
}

.cy-navbar__dropdown .cy-navbar__dropmenu .dropdown--link:hover {
  color: #3065ef!important
}

.cy-global-search {
  position: relative
}

.cy-global-search input {
  border-width: .2rem;
  width: 550px;
  font-size: 1.4rem;
  border-radius: .8rem;
  transition: width 1s
}

.cy-global-search .cy-global-search__icon {
  position: absolute;
  right: 0;
  cursor: pointer
}

.nav-profile-image {
  width: 28px;
  height: 28px;
  border-radius: 28px
}

.cy-mainmenu-pointer-blue:before {
  border-color: transparent transparent rgba(239,244,255,.8) rgba(239,244,255,.8)!important
}

.cy-texture-menu-bg {
  background-image: url(/backgrounds/wave-bg.svg);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
  background-color: rgba(239,244,255,.8)
}

.cy-navicon-h {
  height: 24px!important
}

.width-600 {
  width: 600px!important
}

.width-500 {
  width: 500px!important
}

.width-700 {
  width: 700px!important
}

.width-900 {
  width: 900px!important
}

.width-800 {
  width: 800px!important
}

.width-1000 {
  width: 1000px!important
}

.left-minus75 {
  left: -75%!important
}

.left-minus300 {
  left: -300px!important
}

.left-145:before {
  left: 145px!important
}

.left-360:before {
  left: 360px!important
}

.left-200:before {
  left: 220px!important
}

.left-300:before {
  left: 330px!important
}

.left-400:before {
  left: 450px!important
}

.left-500:before {
  left: 565px!important
}

@media (max-width: 768px) {
  .cy-navbar {
      display:block!important;
      width: 100vw
  }

  .cy-navbar #nav-collapse,.cy-navbar .navbar-toggler {
      display: none!important
  }

  .cy-navbar.active {
      background: #fff
  }

  .cy-navbar .cy-navbar__dropdown {
      position: fixed;
      left: auto;
      top: 6rem;
      right: 1rem;
      transform: translate(0)
  }

  .cy-navbar .cy-navbar__dropdown .cy-navbar__dropdown-content:before {
      left: 92%
  }

  .cy-navbar.active .desktop-logo,.cy-navbar.cy-header-white .desktop-logo,.cy-navbar.cy-homepage-menu .mobile-logo {
      display: block
  }

  .cy-navbar.active .mobile-logo,.cy-navbar.cy-header-white .mobile-logo {
      display: none
  }

  .cy-navbar.active .cy-mobile-menu__toggler,.cy-navbar.cy-header-white .cy-mobile-menu__toggler {
      color: #000!important
  }

  #product-navbar .container {
      flex-wrap: wrap
  }

  #product-navbar .container .navbar-brand {
      display: block;
      width: 100%;
      text-align: center
  }

  .cy-mobile-menu .cy-mobile-menu__toggler {
      color: #fff
  }

  .cy-mobile-menu__dropdown {
      overflow-y: auto;
      position: fixed;
      left: 0;
      z-index: -1;
      opacity: 0;
      transition: all .5s;
      right: 0;
      top: 7.5rem;
      height: 0;
      background: #fff
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__list>li .cy-mobile-menu__list-item i {
      transition: all .35s;
      display: block;
      font-size: .6rem;
      transform: rotate(-90deg)
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__list>li .cy-mobile-menu__list-sub {
      display: none
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__list>li.active .cy-mobile-menu__list-item i {
      transform: rotate(0deg)
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__list>li.active .cy-mobile-menu__list-sub {
      display: block
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__border-item {
      border: 1px solid #dfe1e6;
      display: block;
      font-weight: 600;
      text-decoration: none;
      color: #172b4d;
      padding: .8rem 1.6rem
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-item {
      background: #f5f8ff;
      width: 75%;
      margin: auto;
      display: block;
      font-weight: 600;
      text-decoration: none;
      color: #172b4d;
      padding: .8rem 1.6rem
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-list {
      background: #f5f8ff;
      display: block;
      font-weight: 600;
      color: #172b4d;
      padding: 1.6rem
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-list>li {
      margin-bottom: 1.6rem
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-list>li>a {
      color: #172b4d;
      text-decoration: none
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-list>li:first-child>a {
      color: #00a186;
      display: block;
      width: 75%;
      margin: auto;
      padding-bottom: 1rem;
      border-bottom: 1px solid #ebecf0
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown .cy-mobile-menu__background-list>li:last-child {
      margin-bottom: 0
  }

  .cy-mobile-menu .cy-mobile-menu__dropdown.active {
      z-index: 1;
      opacity: 1;
      height: calc(100% - 7.5rem);
  }
}

.cy-card {
  padding: 1rem 1.4rem;
  border-radius: .8rem;
  border: none
}

.cy-card.cy-card--boxshadow-dark {
  box-shadow: 0 4px 10px 0 rgba(86,112,156,.24)
}

.cy-card .cy-card-subheading--primary {
  font-size: rem(18);
  color: #3065ef
}

.cy-card .cy-card-subheading--green {
  font-size: rem(18);
  color: #00a186
}

.cy-card .cy-card-subheading--purple {
  font-size: rem(18);
  color: #5033e5
}

.cy-card .cy-card-subheading--lighter {
  font-size: rem(13);
  color: rgba(23,43,77,.5)
}

.cy-card .cy-card__body {
  padding: 2.8rem
}

.cy-product-card {
  box-shadow: 0 10px 20px 5px rgba(56,63,101,.08);
  border-radius: .6rem;
  transition: all .5s ease;
  position: relative;
  border: 1px solid #e3edff
}

.cy-product-card .cy-product-card-desc {
  min-height: 150px;
  height: auto
}

.cy-product-card .cy-product-solution-img {
  height: 250px
}

@media (max-width: 991px) {
  .cy-product-card .cy-product-solution-img {
      height:250px
  }
}

.cy-product-card:hover {
  box-shadow: 0 15px 30px 5px rgba(56,63,101,.14)
}

.cy-product-solution-bg.cftr-solution-bg:before,.cy-product-solution-bg.csap-solution-bg:before,.cy-product-solution-bg.csol-solution-bg:before,.cy-product-solution-bg.ctix-solution-bg:before,.cy-product-solution-bg:before {
  background-size: 85%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%
}

.ctix-solution-bg.cy-product-solution-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/ctix-solution-card-bg.8936be8.svg)
}

.csap-solution-bg.cy-product-solution-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/csap-solution-card-bg.cfbc319.svg)
}

.cftr-solution-bg.cy-product-solution-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/cftr-solution-card-bg.42b3bf2.svg)
}

.csol-solution-bg.cy-product-solution-bg:before {
  background-image: url(https://production.cyware.com/enterprise/img/csol-solution-card-bg.3762365.svg)
}

.cy-product-solution-controls {
  background-color: rgba(23,43,77,.4);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block
}

.cy-product-solution-controls i {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  width: 48px
}

.cy-btn {
  display: inline-block;
  font-size: 1.4rem!important;
  font-style: normal;
  border-radius: .2rem!important;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding: .7rem 2rem!important;
  font-weight: 600;
  background-color: transparent
}

.cy-btn:active,.cy-btn:focus,.cy-btn:hover {
  box-shadow: none
}

.cy-btn.cy-btn--primary,.cy-header--expanded .cy-right-navbar button.cy-btn,.cy-header-white .cy-right-navbar button.cy-btn {
  color: #fff!important;
  background-color: #1a3ee8!important;
  border: none!important
}

.cy-btn.cy-btn--secondary {
  color: #fff;
  background: #172b4d;
  border: none!important
}

.cy-btn.cy-btn--white,.cy-home-header .cy-right-navbar button.cy-btn {
  color: #172b4d;
  background: #fff;
  border: none!important
}

.cy-btn--white-primary {
  color: #1a3ee8;
  background: #fff;
  border: none!important
}

.cy-btn--white-primary:active,.cy-btn--white-primary:focus,.cy-btn--white-primary:hover {
  background-color: #fff;
  color: #1a3ee8
}

.cy-btn.cy-btn--outline-white {
  color: #fff;
  background: transparent;
  border: 1px solid #fff!important
}

.cy-btn.cy-btn--outline-primary {
  color: #1a3ee8;
  background-color: transparent;
  border: 1px solid #1a3ee8
}

.cy-btn.cy-btn--outline-primary:hover {
  background-color: #1a3ee8;
  color: #fff
}

.cy-btn.cy-btn--outline-secondary {
  color: #172b4d;
  background-color: transparent;
  border: 1px solid #172b4d
}

.cy-btn.cy-btn--outline-secondary:active,.cy-btn.cy-btn--outline-secondary:focus,.cy-btn.cy-btn--outline-secondary:hover {
  background-color: #172b4d;
  color: #fff
}

.cy-btn.cy-btn--outline-default {
  color: #172b4d;
  background-color: transparent;
  border: 1px solid #172b4d
}

.cy-btn.cy-btn--extra-padding {
  padding: 1rem 2rem!important
}

.cy-btn.cy-btn--grey-outline {
  color: #172b4d;
  background-color: transparent;
  border: 1px solid #172b4d
}

.cy-btn.cy-btn--grey-outline a {
  color: #172b4d
}

.cy-btn.cy-btn--grey-outline:active,.cy-btn.cy-btn--grey-outline:focus,.cy-btn.cy-btn--grey-outline:hover {
  background-color: #172b4d!important;
  color: #fff!important
}

.cy-btn.cy-btn--grey-outline:active a,.cy-btn.cy-btn--grey-outline:focus a,.cy-btn.cy-btn--grey-outline:hover a {
  color: #fff
}

.cy-btn:disabled {
  color: #54606b!important;
  background-color: #ebecf0!important;
  border-color: #ebecf0!important;
  cursor: not-allowed;
  opacity: 1
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
  background-color: #3065ef
}

.cy-animated-button .cyicon-arrow-right {
  transition: transform .3s ease-out
}

.cy-animated-button:hover .cyicon-arrow-right {
  transform: translateX(4px)
}

.cy-action-card {
  margin-bottom: 2rem;
  color: #fff;
  padding: 2rem 4rem
}

.cy-action-card .cy-action-card__img {
  width: 80px;
  height: 80px
}

.cy-action-card .cy-action-card__img-below {
  width: 100%;
  position: absolute;
  top: -45px;
  left: -10px
}

.cy-action-card.cy-action-card--bg-blue {
  position: relative;
  background-image: linear-gradient(114deg,#005ed7 -36%,#023281 111%);
  outline: 0
}

.cy-action-card.cy-action-card--bg-blue:before {
  background-image: url(https://production.cyware.com/enterprise/img/blue-card-bg.344607a.svg),url(https://production.cyware.com/enterprise/img/blue-card-bg-2.d31bbb7.svg);
  background-size: auto,contain;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 0 0,100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%
}

.cy-action-card.cy-action-card--bg-white {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 20px 5px rgba(56,63,101,.08)
}

.cy-action-card.cy-action-card--bg-green {
  position: relative;
  background-image: linear-gradient(112deg,#00cfb2 -4%,#00725f 105%)
}

.cy-action-card.cy-action-card--bg-green:before {
  background-image: url(https://production.cyware.com/enterprise/img/blue-card-bg.344607a.svg),url(https://production.cyware.com/enterprise/img/blue-card-bg-2.d31bbb7.svg);
  background-size: auto,contain;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 0 0,100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%
}

.cy-action-card.cy-action-card--bg-purple {
  position: relative;
  background-image: linear-gradient(115deg,#a75acb -4%,#6400c8 106%)
}

.cy-action-card.cy-action-card--bg-purple:before {
  background-image: url(https://production.cyware.com/enterprise/img/purple-card-bg.a4bafe9.svg),url(https://production.cyware.com/enterprise/img/purple-card-bg-2.dae06f9.svg);
  background-size: auto,contain;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 0 0,100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%
}

.cy-action-card.cy-action-card--bg-magenta {
  position: relative;
  background-image: linear-gradient(115deg,#f35b74 -4%,#b4236e 106%)
}

.cy-action-card.cy-action-card--bg-magenta:before {
  background-image: url(https://production.cyware.com/enterprise/img/magenta-card-bg.6d53d7b.svg),url(https://production.cyware.com/enterprise/img/magenta-card-bg-2.1e5b748.svg);
  background-size: auto,contain;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 0 0,100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%
}

.cy-action-card__height {
  height: 150px
}

.cy-action-card--bg-partner {
  position: relative;
  border-radius: 6px;
  background-image: linear-gradient(111deg,#0056ff 10%,#008fff 85%);
  outline: 0
}

.cy-action-card--bg-partner:before {
  background-image: url(https://production.cyware.com/enterprise/img/blue-card-bg.344607a.svg),url(https://production.cyware.com/enterprise/img/blue-card-bg-2.d31bbb7.svg);
  background-size: auto,contain;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 0 0,100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%
}

.bottom-right {
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 99
}

.cy-footer-icons {
  width: 22px;
  height: 22px
}

.cy-footer__solution {
  transition: background .5s ease
}

.cy-footer__solution:hover {
  background: #f9f9f9
}

@media (min-width: 769px) {
  .border-bottom-light-blue {
      border-bottom:1px solid #eff4ff!important
  }
}

@media screen and (max-width: 768px) {
  .border-top-light-blue {
      border-top:1px solid #eff4ff!important
  }
}

.cy-profile.modal-content {
  border: 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.3)
}

.cy-profile .modal-header {
  border: 0;
  padding: 0;
  height: 0
}

.cy-profile .modal-header .close {
  background: #fff;
  color: #8993a4;
  margin: 8px 8px 0 0;
  padding: 8px 12px;
  transition: color .3s ease-in;
  z-index: 100
}

.cy-profile .modal-header .close:hover {
  color: #5e6c84
}

.cy-profile .modal-header .close:focus {
  outline: 0
}

.cy-profile .modal-body {
  padding: 0;
  border: 0
}

@media (min-width: 992px) {
  .cy-profile .modal-body {
      padding:0 6rem
  }

  .cy-profile .modal-lg,.cy-profile .modal-xl {
      max-width: 1024px
  }
}

@media (max-width: 700px) {
  .cy-profile .modal-body {
      padding:0
  }
}

#profile-modal~.modal-backdrop {
  background: #fff;
  opacity: .85
}

.cy-collapse-card {
  border-radius: 1rem;
  box-shadow: 0 6px 15px 0 rgba(23,43,77,.12);
  background-color: #fff;
  border: none
}

.cy-collapse-card .table-responsive {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}

.cy-tag-blue {
  border-radius: .6rem;
  background-color: rgba(26,62,232,.1);
  color: #1a3ee8;
  padding: .4rem 1rem
}

.cy-suite-header-bg {
  background-image: url(https://production.cyware.com/enterprise/img/header-bg.b30e134.svg);
  position: absolute;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-size: cover;
  width: 52%;
  height: 450px;
  z-index: -1
}

@media screen and (max-width: 768px) {
  .cy-cyware-banner .cy-cyware-banner__img {
      border-right:none!important
  }

  .cy-cyware-banner .cy-cyware-banner__img img {
      width: 50%!important;
      padding-bottom: 2rem
  }
}

#subscriber-modal .demo-product-icon {
  display: inline-block;
  padding: 1rem 1.6rem;
  border-radius: .5rem;
  border: 1px solid #172b4d;
  color: #172b4d;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#subscriber-modal .demo-product-icon img {
  max-height: 26px;
  max-width: 26px;
  filter: grayscale(1);
  opacity: .6;
  transition: all .2s ease-in
}

#subscriber-modal .demo-product-icon .cyicon-check {
  display: none
}

#subscriber-modal .col-form-label {
  font-weight: 600
}

#subscriber-modal .custom-control-label:before {
  display: none
}

#subscriber-modal .custom-control-label {
  cursor: pointer
}

#subscriber-modal .custom-control-inline {
  margin-left: 0;
  padding-left: 0
}

#subscriber-modal .custom-checkbox .custom-control-label:after {
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  opacity: 0;
  transition: all .2s ease-in
}

#subscriber-modal .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon {
  padding: 1rem 1.6rem;
  border-color: #1a3ee8;
  color: #1a3ee8;
  opacity: 1
}

#subscriber-modal .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon .cyicon-check {
  display: inline;
  display: initial;
  color: #1a3ee8
}

#subscriber-modal .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon .cy-plus-icon {
  display: none
}

#subscriber-modal .custom-radio .custom-control-input:checked~.custom-control-label .demo-product-icon {
  padding: .6rem .5rem;
  border-color: #1a3ee8;
  color: #172b4d;
  opacity: 1
}

.cy-jumbotron,.jumbotron {
  border-radius: 0
}

.cy-jumbotron {
  padding: 0
}

.cy-jumbotron .cy-jumbotron--overlay {
  min-height: 45rem;
  width: 100%;
  padding-top: 16rem;
  position: relative
}

.cy-jumbotron .cy-jumbotron--overlay.less-padding {
  padding-top: 14rem
}

.cy-jumbotron .cy-jumbotron--overlay.less-padding-small {
  padding-top: 8rem
}

.cy-jumbotron .cy-jumbotron--overlay.no-bg {
  background: none
}

.cy-jumbotron .cy-jumbotron--overlay h1 {
  line-height: 4.5rem
}

.cy-jumbotron .cy-jumbotron--overlay.overlay-1 {
  min-height: 42rem;
  background-image: none
}

.cy-jumbotron .cy-jumbotron--overlay--index {
  min-height: 40.6rem;
  width: 100%;
  padding-top: 12rem;
  position: relative
}

.cy-jumbotron-page-not-found {
  padding: 0;
  border-radius: 0
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay {
  min-height: 35.6rem;
  width: 80%;
  background-image: url(/static/page-not-found.png);
  background-position: 0;
  background-repeat: no-repeat;
  position: relative
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay.less-padding {
  padding-top: 14rem
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay.less-padding-small {
  padding-top: 8rem
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay.no-bg {
  background: none
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay h1 {
  line-height: 4.5rem
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay.overlay-1 {
  min-height: 42rem;
  background-image: none
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay .error-text1 {
  left: 60%;
  padding-top: 15%;
  position: absolute;
  text-align: justify
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay .error-text2 {
  left: 60%;
  padding-top: 23%;
  position: absolute;
  text-align: justify
}

.cy-jumbotron-page-not-found .cy-jumbotron--overlay .error-text3 {
  left: 60%;
  padding-top: 27%;
  position: absolute;
  text-align: justify
}

.bg-cover {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.cy-press-media-jumbotron {
  position: relative
}

.cy-press-media-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/company/pressKit.svg);
  mix-blend-mode: overlay;
  background-position: top;
  background-repeat: no-repeat
}

.cy-jumbotron-career {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/static/careers/career-header2.png) no-repeat 5rem 19rem,url(/static/careers/career-header.png) no-repeat 30.2rem 1rem
}

.cy-csap-landing-jumbotron {
  position: relative;
  background-image: linear-gradient(65deg,#0070fe,#023474)
}

.cy-channel-partner-jumbotron {
  position: relative
}

.cy-channel-partner-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 90%;
  height: 100%;
  background-image: url(/static/company/channel-partner-jumbo.svg);
  mix-blend-mode: overlay;
  -o-object-fit: contain;
  object-fit: contain;
  background-position: right 3rem;
  background-repeat: no-repeat
}

.cy-research-lab-jumbotron {
  position: relative
}

.cy-research-lab-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/technology/researchLab.png);
  opacity: .5;
  background-position: right 5.5rem;
  background-repeat: no-repeat
}

.cy-ai-ml-jumbotron {
  position: relative
}

.cy-ai-ml-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/technology/aiandml.svg);
  opacity: .5;
  background-position: right 5.5rem;
  background-repeat: no-repeat
}

.cy-blockchain-jumbotron {
  position: relative
}

.cy-blockchain-jumbotron .cy-jumbotron--overlayer {
  background-image: url(/static/technology/blockchain.png);
  opacity: .5;
  background-position: right 5.5rem
}

.cy-blockchain-jumbotron .cy-jumbotron--overlayer,.cy-overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat
}

.cy-overlayer {
  left: 0;
  top: 0;
  background-size: 100%
}

.cy-honeypots-jumbotron {
  position: relative;
  z-index: 1
}

.cy-honeypots-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/technology/honeypots.png);
  opacity: .5;
  background-position: right 5.5rem;
  background-repeat: no-repeat
}

.cy-tech-support-jumbotron {
  position: relative;
  z-index: 1
}

.cy-tech-support-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/support/techsupport.png);
  opacity: .5;
  background-position: right 5.5rem;
  background-repeat: no-repeat
}

.cy-overview-jumbotron {
  position: relative;
  z-index: 1
}

.cy-overview-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/static/products/overview.png);
  opacity: .5;
  background-position-y: 50px;
  background-repeat: no-repeat
}

.cy-leadership-jumbotron {
  position: relative
}

.cy-leadership-jumbotron .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/company/leadership-plane.png);
  mix-blend-mode: overlay;
  background-position: 50% 3rem;
  background-repeat: no-repeat
}

.cy-channel-partner-info-jumbotron {
  width: 100%;
  height: 100%;
  background: url(/static/company/channel-partner-info.png) no-repeat 50%
}

.cy-jumbotron-404-error {
  position: relative
}

.cy-jumbotron-404-error .cy-jumbotron--overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/static/page-not-found.png);
  mix-blend-mode: overlay;
  background-position: left 3rem;
  background-repeat: no-repeat
}

.cy-jumbotron-error-page {
  width: 100%;
  height: 100%;
  background: url(/static/page-not-found.png) no-repeat 50%;
  mix-blend-mode: overlay
}

.error-page {
  height: 28rem;
  width: 28rem
}

.bg-resource {
  background: url(/static/resource.svg) no-repeat 50%;
  opacity: .05;
  background-size: cover
}

.bg-resource,.bg-toolsIntegration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.bg-toolsIntegration {
  background: url(/static/toolsIntegration.svg) no-repeat 50%;
  opacity: .3;
  background-size: cover
}

.bg-ctix {
  background: url(/static/bg-ctix.svg) no-repeat 50%
}

.bg-ctixLite {
  background: url(/static/dashboard-ctixLite.svg) no-repeat 100%
}

.bg-ctif {
  background: url(/static/products/bg-ctif.svg) no-repeat 100%
}

.bg-login {
  background: linear-gradient(16deg,rgba(0,90,203,.7),rgba(85,25,100,.6)),url(/static/bg-login.png) no-repeat 50%;
  background-size: cover;
  left: 0;
  height: 100%;
  width: 100%
}

.jumbotron-floating-button {
  position: absolute;
  left: 50%;
  bottom: -1.7rem;
  transform: translate(-50%)
}

.jumbotron-contactUs-height {
  min-height: 33rem!important
}

.cy-comm-tool {
  background: #141829;
  border-radius: 2px;
  color: #fff;
  padding: 4rem 1rem;
  position: relative
}

.cy-comm-tool .dropdown-toggle {
  padding: .6rem 0
}

.cy-comm-tool__border {
  border-width: 2px;
  border-color: #171f3b
}

.cy-comm-tool label {
  color: #eae6ff
}

.cy-comm-tool__action {
  z-index: 10;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}

.cy-comm-tool__action--backward,.cy-comm-tool__action--forward {
  width: 40px;
  height: 40px;
  display: flex;
  background: #141829;
  padding: 4rem 0;
  align-items: center;
  margin: 2.4rem 0 2rem;
  text-decoration: none
}

.cy-comm-tool__action--line {
  border-right: 2px solid #171f3b
}

.cy-comm-tool .form-control {
  resize: none;
  font-size: 1.4rem;
  background: #141a32;
  border-radius: 6px;
  height: 500px;
  border-color: transparent;
  color: #d8d8d8
}

.cy-comm-tool .form-control:focus {
  border-color: #7a63e9;
  box-shadow: none
}

.cy-comm-tool .b-dropdown .dropdown-menu {
  font-size: 1.4rem;
  background: #222a45;
  color: #f9fafd
}

.cy-comm-tool .b-dropdown .dropdown-menu .dropdown-item {
  color: #f9fafd
}

.cy-comm-tool .b-dropdown .dropdown-menu .dropdown-item:focus,.cy-comm-tool .b-dropdown .dropdown-menu .dropdown-item:hover {
  color: #f9fafd;
  background-color: #151929
}

.cy-comm-tool .b-dropdown .dropdown-menu .dropdown-item.disabled,.cy-comm-tool .b-dropdown .dropdown-menu .dropdown-item:disabled {
  color: #adb5bd
}

.cy-comm-tool .cy-metric {
  background: #222a45;
  box-shadow: 0 20px 40px rgba(0,3,9,.3);
  border-radius: 6px
}

.cy-comm-tool .cy-pentagon {
  position: relative;
  background-color: #ffd267;
  margin: 1.4rem 0;
  width: 4.6rem;
  height: 3.2rem;
  font-size: 1.2rem;
  color: #22262d
}

.cy-comm-tool .cy-pentagon.cy-pentagon--secondary {
  background-color: #48d2df
}

.cy-comm-tool .cy-pentagon.cy-pentagon--secondary:after {
  border-top: 1.3rem solid #48d2df
}

.cy-comm-tool .cy-pentagon.cy-pentagon--absolute {
  top: -1.5rem;
  right: 1.8rem
}

.cy-comm-tool .cy-pentagon:after {
  content: "";
  position: absolute;
  border-left: 2.2rem solid transparent;
  border-right: 2.4rem solid transparent;
  top: 100%;
  width: 0;
  right: 0;
  border-top: 1.4rem solid #ffd267
}

.cy-comm-tool__v-divide {
  padding: 0 1rem;
  border-right: 1px solid #dfe3e6;
  border-left: 1px solid #dfe3e6;
  margin: 0 1rem
}

.cy-comm-tool .cy-cvss-submit {
  background: #5236e2;
  box-shadow: 0 30px 60px rgba(0,3,9,.6);
  border-radius: 4px;
  color: #fff;
  text-transform: capitalize!important;
  border: none;
  font-size: 1.2rem
}

.cy-comm-tool .cy-cvss-text {
  color: #eff4ff
}

.cy-comm-tool .cy-cvss-heading {
  background: #1e1644;
  box-shadow: 0 30px 60px rgba(0,3,9,.6);
  padding: 1rem 1.6rem;
  color: #a592ff;
  border-radius: 4px
}

.cy-comm-tool .cy-cvss-chart {
  background: #222a45;
  padding: 2rem;
  border-radius: 6px
}

.cy-home__card {
  background: #f4f5fa;
  border-radius: 4px
}

.cy-home__banner {
  background: #fcfcff;
  border: 1px solid #e3edff;
  border-radius: 10px
}

.cy-home__integrations {
  position: relative;
  margin-bottom: 180px;
  height: 500px
}

.cy-home__integrations-logopanel {
  background: #fff;
  border: 1px solid #e3edff;
  box-shadow: 0 4px 14px hsla(0,0%,86.7%,.25);
  border-radius: 10px;
  position: absolute;
  top: 55%;
  margin-left: 4.5%
}

.cy-home__partner-logo {
  border: 1px solid #e3edff;
  width: 277.5px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center
}

.cy-home__solutions {
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 100px
}

.cy-home__solutions:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzk1IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCAzOTUgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeTE9IjIuNSIgeDI9IjM4MyIgeTI9IjIuNSIgc3Ryb2tlPSIjRTM0ODlBIi8+CjxjaXJjbGUgY3g9IjM5Mi41IiBjeT0iMi41IiByPSIyLjUiIGZpbGw9IiNFMzQ4OUEiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  width: 35%;
  top: 48%;
  height: 10px;
  left: 46%
}

.cy-home__solutions-form {
  position: absolute;
  top: 20px;
  width: calc(100% - 30px);
  box-shadow: 0 14px 14px hsla(0,0%,86.7%,.25)
}

.cy-title-line {
  position: relative
}

.cy-title-line:after,.cy-title-line:before {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  width: 25%;
  top: 50%;
  height: 10px
}

.cy-title-line:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCAyMDAgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjQuMzcxMTRlLTA4IiB5MT0iMi41IiB4Mj0iMTkzIiB5Mj0iMi41MDAwMiIgc3Ryb2tlPSIjMUUxRTFFIi8+CjxjaXJjbGUgY3g9IjE5Ny41IiBjeT0iMi41IiByPSIyLjUiIGZpbGw9IiMxRTFFMUUiLz4KPC9zdmc+Cg==);
  left: 0;
  margin-left: -20%
}

.cy-title-line:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCAyMDAgNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjciIHkxPSIyLjUiIHgyPSIyMDAiIHkyPSIyLjUwMDAyIiBzdHJva2U9IiMxRTFFMUUiLz4KPGNpcmNsZSBjeD0iMi41IiBjeT0iMi41IiByPSIyLjUiIGZpbGw9IiMxRTFFMUUiLz4KPC9zdmc+Cg==);
  right: 0;
  margin-right: -20%
}

.cy-product__dash-border {
  display: block;
  border: none;
  height: 1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4OSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMTE4OSAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bGluZSB5MT0iMC41IiB4Mj0iMTE4OSIgeTI9IjAuNSIgc3Ryb2tlPSIjRDlEOUQ5IiBzdHJva2UtZGFzaGFycmF5PSIyMCAyMCIvPgo8L3N2Zz4K);
  background-repeat: repeat-x
}

.cy-hero-ticker {
  padding: .5rem 1rem;
  border-radius: 8rem;
  border: 1px solid #fff;
  display: inline-flex;
  margin-bottom: 3rem;
  align-items: center
}

.cy-hero-ticker a {
  display: flex;
  align-items: center;
  line-height: 22px;
  height: 100%
}

.cy-hero-ticker .cy-hero-ticker__icon {
  width: 22px;
  height: 22px
}

@media (max-width: 767px) {
  .cy-home__solutions {
      padding-bottom:75px;
      margin-bottom: 165px
  }

  .cy-home__solutions:after {
      width: 90%;
      top: 48%;
      left: 4%
  }

  .cy-home__partner-logo {
      width: 172px;
      height: 140px;
      padding: 20px
  }

  .cy-home__integrations {
      margin-bottom: 900px
  }

  .cy-home__integrations-logopanel {
      top: 83%
  }

  .cy-home br,.cy-title-line:after,.cy-title-line:before {
      display: none
  }
}

@media (min-width: 320px) and (max-width:400px) {
  .cy-home__solutions {
      padding-bottom:75px;
      margin-bottom: 165px
  }

  .cy-home__solutions:after {
      width: 90%;
      top: 51%;
      left: 4%;
      bottom: 2%
  }

  .cy-home__integrations {
      margin-bottom: 720px;
      height: 700px
  }

  .cy-home__integrations-logopanel {
      top: 70%
  }
}

@media (min-width: 320px) and (max-width:414px) {
  .homepage-heading {
      text-align:center!important
  }
}

#press-media:after {
  background-image: url(/blog/header-bg.svg);
  background-size: 70% 85%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: 100% 0
}

#press-media .cy-press-media__pressrelease {
  height: 360px;
  max-height: 400px;
  width: 100%
}

#press-media .cy-press-media__pressrelease .cy-press-media__pressrelease__image {
  height: 160px;
  max-height: 160px;
  min-height: 160px
}

#cy-leadership-bio .cy-leadership-bio {
  position: relative;
  background-position-x: 0;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  height: 600px;
  width: 100%
}

#cy-leadership-bio .cy-leadership-bio .cy-leadership-bio__header {
  padding: 4rem 0 2rem 7rem;
  color: #fff
}

#cy-leadership-bio .cy-leadership-bio .cy-leadership-bio__content {
  background-color: #fff;
  border-radius: .3rem;
  box-shadow: 0 51px 63px -21px rgba(61,83,119,.11),0 6px 13px 0 rgba(61,83,119,.13);
  padding: 4rem 4rem 2rem 2rem;
  margin-left: 5rem;
  width: 50%;
  overflow: auto;
  height: 500px
}

#cy-leadership-bio .cy-card {
  min-height: 270px;
  height: auto;
  max-height: 270px
}

#cy-leadership-bio .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  background-color: #fff
}

#cy-leadership-bio .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg)
}

#cy-leadership-bio .flip-card-back,#cy-leadership-bio .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

#cy-leadership-bio .flip-card-back {
  transform: rotateY(180deg);
  padding: 1.5rem;
  text-align: left
}

.cy-leader__photo-size {
  width: 300px;
  height: 287px
}

.cy-leader__photo-frame {
  background-color: #e6ebf0;
  border-radius: 1rem
}

.cy-connect-link {
  display: block;
  position: absolute;
  bottom: 3%;
  left: 10%
}

.cy-hover-effect:hover img.cy-leadership__image {
  filter: blur(2px)
}

.contact-us-wrapper .contact-us-title {
  margin-left: auto;
  margin-right: auto
}

.contact-us-wrapper .cy-form-group {
  margin-bottom: 20px
}

.contact-us-wrapper .contact-us-submit {
  width: 160px
}

.contactus-form:hover {
  border: none!important
}

@media (min-width: 992px) {
  .modal-lg {
      max-width:800px
  }
}

#faqs-intro:before {
  position: absolute;
  top: -25%;
  right: 0;
  content: "";
  background-image: url(/backgrounds/light-triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  pointer-events: none
}

#faqs-body .cy-faq-products {
  margin-bottom: 3rem;
  cursor: pointer;
  transition: transform .5s ease
}

#faqs-body .cy-faq-products.active {
  border-left: 3px solid #3065ef;
  transform: translateX(10px)
}

#faqs-body .cy-faq-products .cy-faq-products__content {
  padding: 2rem
}

#faqs-body .cy-faq-products .cy-faq-products__content p {
  margin: 0
}

#faqs-body .cy-faq-products .cy-faq-products__img {
  height: 100%;
  max-height: 100%;
  width: auto;
  padding-top: 1rem;
  float: right;
  max-width: -moz-max-content;
  max-width: max-content
}

.cy-faq-card {
  padding: 2rem 0;
  border: none;
  border-bottom: 1px solid #dfe1e6
}

.cy-faq-card .cy-faq-card__header {
  cursor: pointer
}

.cy-faq-card .cy-faq-card__body {
  color: #97a0af
}

.blog-item {
  margin-bottom: 4rem;
  border-radius: .6rem;
  transition: box-shadow .3s ease-in;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 42px -9px rgba(86,112,156,.05),0 2px 11px 0 rgba(86,112,156,.15);
  border: 1px solid #e3edff
}

.blog-item .blog-item__image {
  width: 100%;
  min-height: 235px;
  height: 100%;
  max-height: 235px
}

.blog-item .blog-item__content {
  padding: 1rem 1.4rem
}

.blog-item .blog-item__content .blog-item__date {
  color: #97a0af;
  font-size: 1.4rem
}

.blog-item .blog-item__content h2 {
  height: auto
}

.blog-item .blog-item__content.blog-item__content-height {
  height: 172px
}

.blog-item__tags {
  display: inline-block;
  background-color: #ebecf0;
  color: #172b4d;
  padding: .3rem .6rem;
  margin: 0 1rem 1rem 0;
  border-radius: .2rem;
  font-size: 1.2rem;
  transition: all .2s linear
}

.blog-item__tags:hover {
  cursor: pointer;
  background-color: #3065ef;
  color: #fff
}

.cy-most-read-tags {
  font-size: 1.4rem!important;
  padding: .8rem 1.8rem
}

.blog-categories>li:after {
  content: "\B7";
  font-weight: 700;
  display: inline-block;
  margin-left: 5px
}

.blog-categories>li.no-dot:after,.blog-categories>li:last-child:after {
  display: none
}

.blog-categories>li.green-dot:after {
  color: #00a186
}

@media (max-width: 768px) {
  .blog-item .blog-item__content.blog-item__content-height {
      height:150px
  }
}

@media (max-width: 768px) {
  #product-jumbotron:after,#product-jumbotron:before {
      display:none!important
  }

  #product-navbar:before {
      left: 50%!important;
      transform: translate(-50%)
  }

  #product-features:after,#product-solutions:before {
      background-image: none!important
  }
}

.csap-menu-hightlight {
  border-bottom: 2px solid #1875dc
}

.csap-menu-hightlight .nav-link {
  color: #1875dc
}

.cy-product-icon-svg {
  max-height: 60px
}

#product-solutions .glider-track {
  margin-left: 14rem
}

#product-solutions button:focus {
  outline: none;
  box-shadow: none
}

#product-solutions .glider-prev {
  left: 50px!important
}

#product-solutions .glider-next {
  right: 50px!important
}

#product-solutions .glider-next.disabled,#product-solutions .glider-prev.disabled {
  display: none
}

@media screen and (max-width: 768px) {
  #product-solutions .glider-track {
      margin-left:-1rem
  }

  .cy-product-navbar:before {
      display: none
  }
}

#product-features.cy-bg-cftr:after,#product-features.cy-bg-csap:after,#product-features.cy-bg-csol:after,#product-features.cy-bg-ctix:after {
  background-position: 163% 58%
}

@media screen and (min-width: 1441px) and (max-width:1900px) {
  #product-features {
      position:relative
  }

  #product-features.cy-bg-csap:after,#product-features.cy-bg-ctix:after {
      background-size: 66%;
      background-position: 142% 65%
  }

  #product-features.cy-bg-cftr:after {
      background-size: 63%;
      background-position: 130% 60%
  }

  #product-features.cy-bg-csol:after {
      background-size: 60%;
      background-position: 120% 60%
  }
}

@media screen and (min-width: 1901px) and (max-width:2499px) {
  #product-features {
      position:relative
  }

  #product-features.cy-bg-csap:after,#product-features.cy-bg-ctix:after {
      background-size: 66%;
      background-position: 142% 80%
  }

  #product-features.cy-bg-csol:after {
      background-size: 60%;
      background-position: 120% 60%
  }
}

@media screen and (min-width: 2500px) {
  #product-features {
      position:relative
  }

  #product-features.cy-bg-csap:after,#product-features.cy-bg-ctix:after {
      background-size: 45%;
      background-position: 88% 73%
  }

  #product-features.cy-bg-cftr:after {
      background-size: 45%;
      background-position: 88% 67%
  }

  #product-features.cy-bg-csol:after {
      background-size: 45%;
      background-position: 93% 59%
  }
}

.cy-product {
  position: relative
}

.cy-product__heading {
  font-size: 3rem
}

.cy-product__hero {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #f5f7fe;
  border-radius: 10px;
  padding: 0 20px 90px;
  margin-bottom: 120px
}

.cy-product__hero-logo {
  width: 75%
}

.cy-product__hero__bannercard {
  position: absolute;
  bottom: -55px;
  width: calc(100% - 70px);
  background: #131437;
  box-shadow: 0 14px 14px hsla(0,0%,86.7%,.25);
  border-radius: 10px;
  padding: 15px;
  justify-content: center;
  align-items: center
}

.cy-product__section2 {
  position: relative;
  z-index: 0
}

.cy-product__section2:before {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  left: 362px;
  top: 220px;
  width: 12%;
  height: 12%
}

.cy-product__section2:after,.cy-product__section2:before {
  background-color: transparent;
  position: absolute;
  content: ""
}

.cy-product__section2:after {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg),url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg);
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-position: 100% 0,90% 460px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.cy-product__image-elements {
  position: relative;
  z-index: 0
}

.cy-product__image-elements:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI4IiBoZWlnaHQ9IjIyOCIgdmlld0JveD0iMCAwIDIyOCAyMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjExNCIgY3k9IjExNCIgcj0iMTE0IiBmaWxsPSIjREVFNEZFIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8L3N2Zz4K);
  background-position: 0 100%
}

.cy-product__image-elements:after,.cy-product__image-elements:before {
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1
}

.cy-product__image-elements:after {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg);
  background-position: 100% 0
}

.cy-product__featured {
  height: 685px;
  position: relative;
  z-index: 0;
  margin-bottom: 300px;
  background: linear-gradient(117.6deg,#0d0c21 -7.69%,#1b1b25 103.06%);
  border: 1px solid #e3edff
}

.cy-product__featured:before {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 10% 49%;
  left: 0
}

.cy-product__featured:after,.cy-product__featured:before {
  background-color: transparent;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2
}

.cy-product__featured:after {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg),url(https://production.cyware.com/enterprise/img/bg_element_dots.69a7270.svg);
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-position: 100% -3%,90% 100%;
  right: 0
}

.cy-product__featured__image {
  position: absolute;
  top: 48%
}

.cy-product__usecases__cta {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto
}

.cy-product__usecases-image {
  width: 67px;
  height: 60px
}

.cy-product__usecases__desc,.cy-product__usecases__desc1,.cy-product__usecases__desc2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto
}

.cy-product__usecases__desc1 {
  top: 230px
}

.cy-product__usecases__desc2 {
  top: 190px
}

.cy-product-productcard__desc {
  min-height: 100px;
  height: auto
}

@media screen and (max-width: 767px) {
  .cy-product__hero {
      padding:40px 20px 20px;
      margin-bottom: 50px
  }

  .cy-product__hero-logo {
      width: 80%
  }

  .cy-product__hero__bannercard {
      position: relative;
      margin-top: 15px;
      bottom: 0
  }

  .cy-product__section2 {
      position: relative;
      z-index: 0
  }

  .cy-product__section2:before {
      left: 4px;
      top: 22%;
      width: 100%;
      height: 100%
  }

  .cy-product__section2:after {
      background-position: 100% -5%,96% 91%
  }

  .cy-product__image-elements {
      position: relative;
      z-index: 0
  }

  .cy-product__image-elements:before {
      background-position: 0 100%;
      background-size: 30%;
      left: 0;
      top: 0
  }

  .cy-product__image-elements:after {
      background-position: 95% 0;
      left: 0;
      top: 0
  }

  .cy-product__featured {
      height: 500px;
      margin-bottom: 175px
  }

  .cy-product__featured:before {
      left: -5%;
      top: 29%;
      background-size: 25%
  }

  .cy-product__featured:after {
      background-position: 100% -3%,98% 99%;
      background-size: 25%
  }

  .cy-product__featured__image {
      top: 78%
  }

  .cy-product-productcard__desc {
      min-height: 60px;
      height: auto
  }
}

@media screen and (max-width: 575px) {
  .cy-product__hero-section {
      padding:0 15px
  }
}

.cy-solution {
  position: relative
}

.cy-solution__hero {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #fff6f4;
  border-radius: 10px;
  padding: 40px 20px
}

.cy-solution__hero_title {
  width: 85%
}

.cy-solution__title-border {
  color: #1b2c7e
}

.cy-solution__title-border:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 35%;
  border-bottom: 2px solid #1b2c7e;
  margin-left: 15px
}

.cy-solution__demo-card-bg {
  background: linear-gradient(117.6deg,#0d0c21 -7.69%,#1b1b25 103.06%);
  box-shadow: 0 14px 14px 20px hsla(0,0%,86.7%,.1)
}

.cy-solution__center-card-desc {
  min-height: 150px;
  height: auto
}

.cy-solution__interlink-card-title {
  min-height: 55px
}

.cy-solution__container2 {
  position: relative;
  z-index: 0
}

.cy-solution__container2:before {
  background-image: url(https://production.cyware.com/enterprise/img/background_element_solutions.2b16c96.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  position: absolute;
  left: -6%;
  top: 52%;
  content: "";
  width: 12%;
  height: 10%
}

.cy-solution__container2:after {
  background-image: url(https://production.cyware.com/enterprise/img/bg_element2_solution_page.e5cb2ae.svg),url(https://production.cyware.com/enterprise/img/bg_element_plus_solutions.3a73f75.svg);
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  background-position: 100% 13%,100% 100%;
  position: absolute;
  right: -55px;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1
}

.cy-solution__container3 {
  position: relative;
  z-index: 0
}

.cy-solution__container3:before {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_below.62b7408.svg);
  background-position: 57% 80%;
  left: 0
}

.cy-solution__container3:after,.cy-solution__container3:before {
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%
}

.cy-solution__container3:after {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_above.2adb42b.svg);
  background-position: 95% 13%;
  right: 0;
  z-index: -1
}

.cy-solution__container3_second {
  position: relative;
  z-index: 0
}

.cy-solution__container3_second:before {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_below.62b7408.svg);
  background-position: 1% 95%;
  left: 0
}

.cy-solution__container3_second:after,.cy-solution__container3_second:before {
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%
}

.cy-solution__container3_second:after {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_above.2adb42b.svg);
  background-position: 98% 51%;
  right: 0;
  z-index: -1
}

.cy-solution__container3_third {
  position: relative;
  z-index: 0
}

.cy-solution__container3_third:before {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_below.62b7408.svg),url(https://production.cyware.com/enterprise/img/fourth_card_below.b3597e8.svg);
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-position: 1% 59%,46% 97%;
  left: 0;
  top: 1%
}

.cy-solution__container3_third:after,.cy-solution__container3_third:before {
  background-color: transparent;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%
}

.cy-solution__container3_third:after {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_above.2adb42b.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 99% 29%;
  top: 0;
  right: 0;
  z-index: -1
}

.cy-solution__container3_fourth {
  position: relative;
  z-index: 0
}

.cy-solution__container3_fourth:before {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_below.62b7408.svg),url(https://production.cyware.com/enterprise/img/fourth_card_below.b3597e8.svg);
  background-position: 1% 59%,46% 97%;
  left: 0
}

.cy-solution__container3_fourth:after,.cy-solution__container3_fourth:before {
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll;
  background-color: transparent;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%
}

.cy-solution__container3_fourth:after {
  background-image: url(https://production.cyware.com/enterprise/img/one_card_above.2adb42b.svg),url(https://production.cyware.com/enterprise/img/fourth_card_top.bfb833d.svg);
  background-position: 99% 29%,54% 69%;
  right: 0;
  z-index: -1
}

.cy-solution__section2,.cy-solution__section3 {
  position: relative;
  z-index: 0
}

.cy-solution__section3-title-border {
  position: relative
}

.cy-solution__section3-title-border:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 35%;
  border-bottom: 2px solid #fff
}

.cy-solution__section3-title--width65 {
  width: 65%
}

.cy-solution__section3-title--width100 {
  width: 100%
}

.cy-solution__section3_mobile {
  display: none
}

@media screen and (max-width: 768px) {
  .cy-solution__hero {
      padding:20px
  }

  .cy-solution__section3_web {
      display: none
  }

  .cy-solution__section3_mobile {
      display: block
  }

  .cy-solution__container2:after {
      right: 0
  }

  .cy-solution__section3-title--width65 {
      width: 100%
  }

  .cy-solution__container3:after,.cy-solution__container3:before,.cy-solution__container3_second:after,.cy-solution__container3_second:before,.cy-solution__container3_third:after,.cy-solution__container3_third:before {
      display: none
  }
}

@media screen and (max-width: 575px) {
  .cy-solution__dark-section,.cy-solution__other-solutions,.cy-solution__usecases {
      padding:0 10px
  }

  .cy-solution__hero-section,.cy-solution__related-topics {
      padding: 0 15px
  }
}

#cy-overview-content {
  position: relative
}

#cy-overview-content:after {
  background-image: url(/backgrounds/large-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none
}

.medium-zoom--opened #cy-navbar,.medium-zoom--opened #top-banner {
  z-index: 0
}

@media (min-width: 356px) {
  .card-columns {
      -moz-column-count:1;
      column-count: 1;
      grid-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem
  }
}

@media (min-width: 576px) {
  .card-columns {
      -moz-column-count:1;
      column-count: 1;
      grid-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem
  }
}

@media (min-width: 768px) {
  .card-columns {
      -moz-column-count:2;
      column-count: 2;
      grid-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem
  }
}

@media (min-width: 992px) {
  .card-columns {
      -moz-column-count:2;
      column-count: 2;
      grid-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem
  }
}

@media (min-width: 1200px) {
  .card-columns {
      -moz-column-count:2;
      column-count: 2;
      grid-column-gap: 5rem;
      -moz-column-gap: 5rem;
      column-gap: 5rem
  }
}

.press-kit__narrow-width {
  max-width: 640px
}

.press-kit__border {
  border-color: #00a186!important
}

.press-kit-color__pill {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  margin-right: 1rem
}

.press-kit-color__pill--blue {
  background-color: #004efc
}

.press-kit-color__pill--green {
  background-color: #00c689
}

.press-kit-color__pill--purple {
  background-color: #a600ce
}

.cy-presskit-spacecard {
  height: 200px
}

.cy-presskit-spacecard,.press-kit-card {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.press-kit-card {
  position: relative;
  height: 150px
}

.press-kit-card__wrapper {
  background-image: url(/presskit/bg-logo.svg);
  background-repeat: repeat
}

.press-kit-card__wrapper--white {
  background-color: #fff
}

.press-kit-card__wrapper--black {
  background-color: rgba(23,43,77,.5)
}

.press-kit-card__footer {
  position: absolute;
  height: 40px;
  background-color: #f0f5f9;
  background-color: var(--pale-grey);
  border: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  transform: translateY(100%);
  transition: all .2s ease-in
}

.press-kit-card__mini-btn {
  font-size: 14px!important;
  padding: .5rem 1rem!important
}

.press-kit-card__img {
  z-index: 1;
  text-align: center
}

.press-kit-card:hover .press-kit-card__footer {
  transform: none
}

@media screen and (max-width: 768px) {
  .press-kit-card {
      height:80px
  }

  .cy-presskit-spacecard {
      height: 160px
  }
}

.cy-features-navbar {
  border-top: 2px solid #ececec;
  border-bottom: 2px solid #ececec;
  padding: 0
}

.cy-features-navbar .cy-features-navbar__items {
  background-color: #fff
}

.cy-features-navbar .cy-features-navbar__items .nav-item {
  padding: 0 1.5rem;
  background-color: #fff
}

.cy-features-navbar .cy-features-navbar__items .nav-item .nav-link {
  color: #172b4d;
  font-size: 1.4rem
}

.cy-features-bg {
  position: relative;
  background-image: url(/backgrounds/wave-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  height: 100%;
  width: 100%;
  padding: 3rem
}

.cy-features-bg.cy-features-bg--ctix {
  background-color: rgba(100,0,200,.05)
}

.cy-features-bg.cy-features-bg--cftr {
  background-color: rgba(0,188,143,.05)
}

.cy-demo-gradient-bg {
  background: linear-gradient(180deg,#4144b0,#10125e);
  border-radius: 20px
}

.cy-demo {
  width: 100%;
  height: 100%;
  min-height: 500px
}

.cy-demo .cy-demo__fields {
  color: #fff!important;
  font-weight: 800
}

.cy-demo .form-control {
  background: rgba(83,100,130,.43922)!important;
  border: none!important;
  border-radius: 4px!important;
  color: #fff!important
}

.cy-demo .demo-product-icon {
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.4rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff
}

.cy-demo .demo-product-icon img {
  max-height: 26px;
  max-width: 26px;
  filter: grayscale(1);
  opacity: .6;
  transition: all .2s ease-in
}

.cy-demo .demo-product-icon .cyicon-check {
  display: none
}

.cy-demo .col-form-label {
  font-weight: 600
}

.cy-demo .custom-control-label:before {
  display: none
}

.cy-demo .custom-control-label {
  cursor: pointer
}

.cy-demo .custom-control-inline {
  margin-left: 0;
  padding-left: 0
}

.cy-demo .custom-checkbox .custom-control-label:after,.cy-demo .custom-radio .custom-control-label:after {
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  opacity: 0;
  transition: all .2s ease-in
}

.cy-demo .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon {
  padding: .7rem 1rem;
  border: none;
  color: #fff;
  background-color: #1a3ee8;
  opacity: 1
}

.cy-demo .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon .cyicon-check {
  display: inline;
  display: initial;
  color: #fff
}

.cy-demo .custom-checkbox .custom-control-input:checked~.custom-control-label .demo-product-icon .cy-plus-icon {
  display: none
}

.cy-demo .custom-radio .custom-control-input:checked~.custom-control-label .demo-product-icon {
  padding: .7rem 1rem;
  border: none;
  color: #fff;
  background-color: #1a3ee8;
  opacity: 1
}

.cy-demo .custom-radio .custom-control-input:checked~.custom-control-label .demo-product-icon .cyicon-check {
  display: inline;
  display: initial;
  color: #fff
}

.cy-demo .custom-radio .custom-control-input:checked~.custom-control-label .demo-product-icon .cy-plus-icon {
  display: none
}

.cy-demo__card-bg {
  background: linear-gradient(180deg,#3b3ea5,#121460);
  border-radius: 10px
}

@media screen and (min-width: 992px) {
  .cy-demo {
      background-position:100%;
      background-size: contain
  }

  .cy-demo-book {
      position: absolute;
      top: -140px;
      right: 0;
      display: inline-block
  }

  .cy-demo__card-h {
      height: 180px
  }
}

.cy-priority-ribbon {
  position: relative;
  width: 115px;
  height: 3rem;
  margin-left: -10px;
  margin-right: -10px
}

.cy-priority-ribbon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 0;
  width: 0;
  border-top: 10px solid #008a69;
  border-left: 10px solid transparent
}

.cy-priority-ribbon.cy-priority-ribbon__red {
  background-color: #e02020
}

.cy-priority-ribbon.cy-priority-ribbon__red:before {
  border-top: 10px solid #e02020
}

.cy-priority-ribbon.cy-priority-ribbon__orange {
  background-color: #fa6400
}

.cy-priority-ribbon.cy-priority-ribbon__orange:before {
  border-top: 10px solid #fa6400
}

.cy-priority-ribbon.cy-priority-ribbon__yellow {
  background-color: #f7b500
}

.cy-priority-ribbon.cy-priority-ribbon__yellow:before {
  border-top: 10px solid #f7b500
}

.cy-priority-ribbon.cy-priority-ribbon__ligreen {
  background-color: #c9c900
}

.cy-priority-ribbon.cy-priority-ribbon__ligreen:before {
  border-top: 10px solid #c9c900
}

.cy-priority-ribbon.cy-priority-ribbon__green {
  background-color: #52c900
}

.cy-priority-ribbon.cy-priority-ribbon__green:before {
  border-top: 10px solid #52c900
}

.cy-border-5 {
  border-width: 5px!important
}

#cy-career-employees .cy-career-team {
  height: 500px
}

#cy-career-employees .cy-career-employees-container {
  height: 745px;
  margin-top: -18%;
  flex-direction: column;
  flex-wrap: wrap
}

#cy-career-employees .cy-career-employee-cta {
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0
}

#cy-career-employees .cy-career-works .blog-item {
  background-color: none;
  box-shadow: none
}

#cy-career-employees .cy-career-works .cy-career-works-content {
  width: 85%
}

#cy-career-employees #section_open_positions {
  height: 250px
}

#cy-career-employees .cy-career-jobs {
  margin-top: -17%
}

#cy-career-employees .nav-tabs .nav-item.show .nav-link,#cy-career-employees .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 2px solid #172b4d
}

#cy-career-employees .nav-tabs .nav-item.show .nav-link h2,#cy-career-employees .nav-tabs .nav-link.active h2 {
  font-weight: 800
}

@media screen and (max-width: 768px) {
  #cy-career-employees .cy-career-team {
      height:auto
  }

  #cy-career-employees .cy-career-employees-container {
      height: auto;
      flex-direction: row;
      margin-top: 0
  }

  #cy-career-employees .cy-career-employee-cta {
      top: 25%
  }

  #cy-career-employees .cy-career-jobs {
      margin-top: -60%
  }
}

#gartner-soar-page .cy-gartner-form #gartnerForm {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%
}

@media screen and (max-width: 768px) {
  #gartner-soar-page .cy-gartner-form #gartnerForm {
      position:relative;
      margin-top: -60%;
      width: 100%;
      margin-bottom: 5rem!important
  }
}

.cy-ctixlite-bg {
  background-color: rgba(98,54,255,.05)
}

.cy-ctixlite-hero-bg {
  background-image: url(https://production.cyware.com/enterprise/img/ctix-lite-bg.f826ffc.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%
}

@media (max-width: 767px) {
  .cy-ctixlite-hero-bg {
      background:#170d2e;
      border-radius: 30px;
      background-image: none
  }
}

.cy-ctixspoke__image {
  width: 100%
}

.cy-misptable-bg {
  background-color: rgba(47,161,219,.05)
}

.cy-ctixlite__card {
  background-image: url(https://production.cyware.com/enterprise/img/ctixlite-bg.b8328d4.svg);
  background-size: cover;
  background-repeat: no-repeat
}

.cy-collapse-table {
  height: 500px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg,#000 50%,transparent);
  mask-image: linear-gradient(180deg,#000 50%,transparent)
}

@media screen and (max-width: 768px) {
  .cy-collapse-table {
      height:650px
  }
}

.cy-ctixlite-table-width {
  width: 255px;
  max-width: 255px
}

.cy-ctixlite-feeds-card {
  justify-content: center
}

.cy-ctixlite-feeds-card .cy-ctixlite-feeds-card__image {
  height: 90px
}

#cy-ctixlite__form {
  padding: 6rem 0
}

.cy-ctixlite__card--float {
  margin-top: -13rem
}

@media screen and (min-width: 992px) {
  .cy-ctixlite-cards {
      height:340px
  }

  .cy-ctixlite-table-column3 {
      width: 270px;
      max-width: 270px
  }

  .cy-ctixlite-table-misp {
      width: 410px;
      max-width: 410px
  }

  .cy-ctixspoke {
      margin-top: -15rem
  }

  .cy-div-h {
      height: 600px
  }

  .cy-ctixlite {
      margin-bottom: 65rem
  }

  .cy-ctixspoke__image {
      width: 47%!important
  }

  .cy-ctixlite__card--float {
      margin-top: 0;
      position: absolute;
      top: -50rem
  }

  .cy-ctixspoke-dashboard {
      height: 330px;
      overflow: hidden
  }

  #cy-ctixlite__form {
      padding: 6rem 0;
      margin-bottom: 20rem
  }

  #ctixliteForm {
      position: absolute;
      top: -17rem;
      right: 0
  }
}

@media screen and (max-width: 991px) {
  .premium_cards {
      height:40px
  }

  .cy-ctixlite-solutions {
      border: none!important
  }
}

.cy-thankyou {
  background-image: url(https://production.cyware.com/enterprise/img/thankyou-bg.62c859d.svg);
  background-size: cover;
  padding-bottom: 10rem;
  padding-top: 5rem
}

.cy-thankyou,.cy-thankyou__card {
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 100%
}

.cy-thankyou__card {
  border-radius: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQ2IiBoZWlnaHQ9IjMxNyIgdmlld0JveD0iMCAwIDM0NiAzMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45NTMxMzIgMTYzLjMwNEM1LjIyMDEyIDE2My4zMDIgOS43MTExNiAxNjMuNDEgMTQuNDM0OSAxNjMuNjMzQzExMy4xMTEgMTY4LjI4NiAxNjYuNDU4IDExNC4xMDggMjEyLjk3OSA2Ni44NjEzQzI1My43MjEgMjUuNDgzNSAyODkuMjI4IC0xMC41NzY5IDM0NS4zNjMgMi44NTYzMUwzNDUuMzYzIDI5N0MzNDUuMzYzIDMwOC4wNDYgMzM2LjQwOSAzMTcgMzI1LjM2MyAzMTdMMjAuOTUzMSAzMTdDOS45MDc0NCAzMTcgMC45NTMxMzggMzA4LjA0NiAwLjk1MzEzOCAyOTdMMC45NTMxMzIgMTYzLjMwNFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjE4MC43MzUiIHkxPSItMTMuNzA0OSIgeDI9IjIyOS40NTQiIHkyPSIzMjMuMzUxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0MTQ0QUYiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzEyMTU2MSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-position: bottom;
  background-size: contain
}

@media (min-width: 992px) {
  .cy-thankyou__card {
      background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTE4IiBoZWlnaHQ9IjU2MiIgdmlld0JveD0iMCAwIDUxOCA1NjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjY2LjQ3NiAwQzI2Ni40NzMgNi45NjMwNiAyNjYuNjQ4IDE0LjI5MTggMjY3LjAxMiAyMi4wMDAyQzI3NC42MDYgMTgzLjAxOCAxODYuMTk4IDI3MC4wNjggMTA5LjEwMyAzNDUuOTc5QzQxLjU4MzcgNDEyLjQ2MiAtMTcuMjU4NyA0NzAuNDAxIDQuNjYwNjQgNTYySDQ5Ny4yNzNDNTA4LjMxOSA1NjIgNTE3LjI3MyA1NTMuMDQ2IDUxNy4yNzMgNTQyVjIwQzUxNy4yNzMgOC45NTQzIDUwOC4zMTkgMCA0OTcuMjczIDBIMjY2LjQ3NloiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjI1OC42MzciIHkxPSIwIiB4Mj0iMjU4LjYzNyIgeTI9IjU2MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDE0NEFGIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxMjE1NjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
      background-position: 100%;
      background-size: auto
  }
}

.cy-isacmember-header {
  position: relative
}

.cy-isacmember-header:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzY2IiBoZWlnaHQ9IjcwNCIgdmlld0JveD0iMCAwIDc2NiA3MDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjAuNjgxIDY3Mi4zMjdMLTkuNTc0OTEgNTMzLjcwOUMtMTMuMDU5OSA1MzAgLTE1IDUyNS4xMDMgLTE1IDUyMC4wMTRWMTJDLTE1IDAuOTU0MzA1IC02LjA0NTY4IC04IDUuMDAwMDEgLThINjYwLjI5MUM2NjcuOTE2IC04IDY3NC44NzcgLTMuNjY0NTcgNjc4LjI0IDMuMTc4NDZMNzYzLjk0OSAxNzcuNTczQzc2NS4yOTggMTgwLjMxOCA3NjYgMTgzLjMzNiA3NjYgMTg2LjM5NFY2NDQuMzg1Qzc2NiA2NTQuODc1IDc1Ny44OTUgNjYzLjU4MiA3NDcuNDMzIDY2NC4zMzNMMjAwLjcxOCA3MDMuNTkyQzE3MC42OTMgNzA1Ljc0OCAxNDEuMjk1IDY5NC4yNjQgMTIwLjY4MSA2NzIuMzI3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iLTQ5LjUiIHkxPSI1NTMuMDc2IiB4Mj0iNjQwLjAzMyIgeTI9Ii0zMi4zODA2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC4wMTc0MjU0IiBzdG9wLWNvbG9yPSIjRjRGOEZFIi8+CjxzdG9wIG9mZnNldD0iMC42Mzc2MzgiIHN0b3AtY29sb3I9IiNGM0Y4RkYiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 35px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0
}

.cy-isacemember-heroimage {
  position: relative
}

.cy-isacemember-heroimage:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTM4IiBoZWlnaHQ9IjUxOSIgdmlld0JveD0iMCAwIDUzOCA1MTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEg1MjhDNTMzLjUyMyAwIDUzOCA0LjQ3NzE1IDUzOCAxMFY0NjUuNzc2QzUzOCA0NzAuOTg2IDUzMy45OTkgNDc1LjMyMyA1MjguODA2IDQ3NS43NDNMMTAuODA1OSA1MTcuNjI2QzQuOTg0MjkgNTE4LjA5NyAwIDUxMy40OTkgMCA1MDcuNjU5VjEwWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMTU1LjIzOCIgeTE9Ii01LjI1OTM2ZS0wNSIgeDI9IjU5MS4wMzUiIHkyPSIxODcuOTY4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNFQkYyRkYiIHN0b3Atb3BhY2l0eT0iMC42MSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkVFRUUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1
}

.cy-isacmember {
  position: relative;
  padding-bottom: 10rem;
  background-image: url(https://production.cyware.com/enterprise/img/card_sort_bg.ae5c36e.svg);
  background-color: transparent;
  background-size: 100%;
  background-position: 0 50px;
  z-index: 1
}

.cy-isacmember,.cy-isacmember:after {
  background-repeat: no-repeat,no-repeat;
  background-attachment: scroll,scroll
}

.cy-isacmember:after {
  background-image: url(https://production.cyware.com/enterprise/img/eclisps_web_2.4853d43.svg),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDY5IiBoZWlnaHQ9IjY0NyIgdmlld0JveD0iMCAwIDQ2OSA2NDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF85MThfODkzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSItMSIgd2lkdGg9IjQ3MCIgaGVpZ2h0PSI2NDgiPgo8cGF0aCBkPSJNNDY5LjUgNjI5LjVWMEwxIDU1LjVWNjQ2TDQ2OS41IDYyOS41WiIgZmlsbD0iI0M0QzRDNCIgc3Ryb2tlPSJibGFjayIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfOTE4Xzg5MykiPgo8Y2lyY2xlIGN4PSIzMDkuNSIgY3k9IjM1MS41IiByPSIzMTIuNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAzMDkuNSAzNTEuNSkiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzkxOF84OTMpIiBzdHJva2Utd2lkdGg9IjQiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjciIGN4PSIzMDkuNSIgY3k9IjM1MS41IiByPSIyOTkuNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAzMDkuNSAzNTEuNSkiIGZpbGw9IiNGNEY5RkYiLz4KPC9nPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzkxOF84OTMiIHgxPSItNC45OTk5NyIgeTE9IjM1MS41IiB4Mj0iNjA1LjUiIHkyPSIzNTEuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGMkY3RkUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  background-color: transparent,transparent;
  background-position: 100% 90%,100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-size: 6%,30%;
  z-index: -1
}

.cy-isacmember .cy-card {
  box-shadow: 6px 6px 54px rgba(71,13,99,.05);
  border-radius: 10px;
  transition: all .5s ease
}

.cy-isacmember .cy-card:hover {
  box-shadow: 0 16px 30px rgba(28,6,54,.21)
}

.cy-isacmember-card {
  padding: 1rem 1rem 0;
  border-radius: 10px;
  border: 2px solid #e3edff;
  box-shadow: 0 10px 20px 2px rgba(35,39,51,.08);
  background: #fff
}

.cy-isacmember-card__img {
  width: 32px;
  height: 32px
}

.cy-isacmember-card__content {
  height: 390px
}

.cy-isacmember-tools {
  position: relative;
  padding: 10rem 0;
  height: 856px;
  display: flex
}

.cy-isacmember-tools:before {
  background-image: url(https://production.cyware.com/enterprise/img/comingsoon_bg.227be9f.svg);
  background-size: 100%,100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: transparent;
  transform: skewY(-4deg)
}

.cy-isacmember-tools__card {
  padding: 8rem 3rem 3rem;
  border-radius: 10px;
  background: #6160cd
}

.cy-isacmember-tools__ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute
}

.cy-isacmember-tools__ribbon:after,.cy-isacmember-tools__ribbon:before {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 5px solid #886314
}

.cy-isacmember-tools__ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #ffba2a;
  box-shadow: 7px 0 3px 0 rgba(0,0,0,.1);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center
}

.cy-isacmember-tools .ribbon-top-left {
  top: -10px;
  left: -10px
}

.cy-isacmember-tools .ribbon-top-left:after,.cy-isacmember-tools .ribbon-top-left:before {
  border-top-color: transparent;
  border-left-color: transparent
}

.cy-isacmember-tools .ribbon-top-left:before {
  top: 0;
  right: 8px
}

.cy-isacmember-tools .ribbon-top-left:after {
  bottom: 8px;
  left: 0
}

.cy-isacmember-tools .ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg)
}

.cy-isacmember-tools__icon {
  position: absolute;
  top: -9%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center
}

@media screen and (max-width: 768px) {
  .cy-isacmember-header:before {
      background:none
  }

  .cy-isacmember-card__content {
      height: auto
  }

  .cy-isacmember {
      padding-top: 2rem
  }

  .cy-isacemember-heroimage {
      position: relative
  }

  .cy-isacemember-heroimage:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMxIiBoZWlnaHQ9IjMxOSIgdmlld0JveD0iMCAwIDMzMSAzMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEwQzAgNC40NzcxNiA0LjQ3NzE1IDAgMTAgMEgzMjAuOTk3QzMyNi41MiAwIDMzMC45OTcgNC40NzcxNSAzMzAuOTk3IDEwVjI4My4wMTNDMzMwLjk5NyAyODguMjIzIDMyNi45OTYgMjkyLjU2MSAzMjEuODAzIDI5Mi45ODFMMTAuODA1OSAzMTguMTI2QzQuOTg0MzEgMzE4LjU5NyAwIDMxMy45OTkgMCAzMDguMTU5VjEwWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iOTUuNTA4IiB5MT0iLTMuMjM1NzVlLTA1IiB4Mj0iMzYzLjYyNiIgeTI9IjExNS42NDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0VCRjJGRiIgc3RvcC1vcGFjaXR5PSIwLjYxIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGRUVFRSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: 0 0;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1
  }

  .cy-isacmember-tools {
      height: auto;
      padding-top: 10rem;
      padding-bottom: 0
  }

  .cy-isacmember-tools:before {
      background-image: url(https://production.cyware.com/enterprise/img/tools_bg_mobile.fb4fa41.svg);
      background-size: cover;
      top: 0;
      transform: skewY(9deg)
  }

  .cy-isacmember:after {
      background-image: none
  }
}

.tag {
  position: absolute;
  right: 23px;
  top: 8px
}

.cy-techpartner {
  background-image: url(https://production.cyware.com/enterprise/img/hero-background.c0878a1.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%
}

.cy-techpartner__border {
  width: 60%;
  border-top: 2px solid #000;
  -o-border-image: linear-gradient(90deg,transparent -1.31%,#000 99.87%);
  border-image: linear-gradient(90deg,transparent -1.31%,#000 99.87%);
  border-image-slice: 1
}

.cy-techpartner__partners {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  line-height: .1em
}

.cy-techpartner__partners span {
  background: #172b4d;
  padding: 6px 15px;
  border-radius: 4px
}

.cy-techpartner__form {
  position: relative
}

.cy-techpartner__form:before {
  background-image: url(https://production.cyware.com/enterprise/img/form-diagram-filler.b671051.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: 50%;
  background-position: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0
}

.cy-techpartner__form-fields {
  color: #fff!important;
  font-weight: 800
}

.cy-techpartner__form .custom-select,.cy-techpartner__form .form-control {
  background-color: hsla(0,0%,96.5%,.3)!important;
  border: none!important;
  border-radius: 4px!important;
  color: #fff!important
}

.cy-techpartner__form .custom-select option,.cy-techpartner__form .form-control option {
  -webkit-appearance: none;
  background-color: #fff;
  color: #000
}

.cy-techpartner__form .form-control::-webkit-input-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-techpartner__form .form-control::-moz-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-techpartner__form .form-control::-ms-input-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-techpartner-gradient-bg {
  background: linear-gradient(0deg,#070641 -7.28%,#0458d6);
  border-radius: 10px
}

.cy-ivanti {
  background: #fff1f0
}

@media screen and (max-width: 768px) {
  .cy-techpartner {
      background-image:url(https://production.cyware.com/enterprise/img/hero-background-mob.95e4aaf.svg)
  }

  .cy-techpartner__form {
      position: relative
  }

  .cy-techpartner__form:before {
      background-image: none
  }
}

.cy-academy {
  background: linear-gradient(270deg,#000e4b -100%,#090f23 0)
}

.cy-academy,.cy-academy__form {
  position: relative
}

.cy-academy__form:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3MiIgaGVpZ2h0PSI3ODEiIHZpZXdCb3g9IjAgMCAxMTcyIDc4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjExNzIiIGhlaWdodD0iNzgxIiByeD0iMTAiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8yMjJfNTYzKSIvPgo8bWFzayBpZD0ibWFzazBfMjIyXzU2MyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNzAwIiB5PSIxOTYiIHdpZHRoPSI0NzIiIGhlaWdodD0iNTg1Ij4KPHJlY3QgeD0iNzAwIiB5PSIxOTYiIHdpZHRoPSI0NzIiIGhlaWdodD0iNTg1IiByeD0iMTAiIGZpbGw9IiNDNEM0QzQiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzIyMl81NjMpIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjIiIGN4PSIxMTY2IiBjeT0iNzExIiByPSIzMzYiIHN0cm9rZT0idXJsKCNwYWludDFfbGluZWFyXzIyMl81NjMpIiBzdHJva2Utd2lkdGg9IjIwMCIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjIyXzU2MyIgeDE9IjAiIHkxPSIzOTAuNSIgeDI9IjExNzIiIHkyPSIzOTAuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDAwNDI4Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwNEU5MiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMjIyXzU2MyIgeDE9IjE2NTEuMTYiIHkxPSI1ODguODQyIiB4Mj0iODMwIiB5Mj0iMTA3MC41MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwLjYzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-position: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 10px
}

.cy-academy__form--bg {
  background: linear-gradient(147.97deg,#000428 52.39%,#004e92 91.11%);
  border-radius: 10px
}

.cy-academy__form-fields {
  color: #fff!important;
  font-weight: 800
}

.cy-academy__form .custom-select,.cy-academy__form .form-control {
  background-color: hsla(0,0%,96.5%,.3)!important;
  border: none!important;
  border-radius: 4px!important;
  color: #fff!important
}

.cy-academy__form .custom-select option,.cy-academy__form .form-control option {
  -webkit-appearance: none;
  background-color: #fff;
  color: #000
}

.cy-academy__form .form-control::-webkit-input-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-academy__form .form-control::-moz-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-academy__form .form-control::-ms-input-placeholder {
  color: hsla(0,0%,100%,.4)
}

.cy-academy-card--height {
  min-height: 130px
}

@media screen and (max-width: 768px) {
  .cy-academy-card--height {
      height:auto
  }

  .cy-academy__form:before {
      background-image: none
  }
}

.cy-integrations {
  position: relative
}

.cy-integrations__title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #a3bdf1;
  line-height: .1em
}

.cy-integrations__title span {
  background: #fff;
  padding: 0 40px
}

.cy-integrations-filter {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 1rem;
  box-shadow: 0 10px 20px rgba(23,43,77,.08)
}

.cy-integrations-filter__label {
  font-weight: 700
}

.cy-integrations-filter__card {
  background: transparent;
  border-radius: 8px;
  padding: 0 12px
}

.cy-integrations-filter__searchicon {
  position: absolute;
  right: 0;
  color: #7e7d7d
}

.cy-integrations-filter .form-control {
  max-height: 29px;
  text-align: left;
  box-sizing: content-box;
  border: 1px solid #c0c4ee;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 0;
  font-weight: 700;
  padding-right: 25px
}

.cy-integrations-filter .form-control::-webkit-input-placeholder {
  color: #7e7d7d
}

.cy-integrations-filter .form-control::-moz-placeholder {
  color: #7e7d7d
}

.cy-integrations-filter .form-control::-ms-input-placeholder {
  color: #7e7d7d
}

.cy-integrations .flip-card-back,.cy-integrations__logocard {
  background: #f8f8f8;
  box-shadow: 0 4px 10px rgba(23,43,77,.06);
  border: 4px solid #fff;
  border-radius: 20px;
  text-align: center;
  height: 300px;
  align-items: center!important;
  display: flex!important
}

.cy-integrations .flip-card-back-img--g1,.cy-integrations__logocard-img--g1 {
  max-height: 70px
}

.cy-integrations .flip-card-back-img--g2,.cy-integrations__logocard-img--g2 {
  max-height: 60px
}

.cy-integrations__logocard {
  justify-content: center!important
}

.flip-card-back {
  justify-content: space-between!important
}

.cy-integrations-results {
  max-height: 780px;
  overflow-y: auto
}

@media screen and (max-width: 768px) {
  .cy-integrations {
      padding-top:2rem
  }

  .cy-integrations__logocard {
      height: 95
  }

  .cy-integrations__logocard-img--g1 {
      max-height: 65px
  }

  .cy-integrations__logocard-img--g2 {
      max-height: 50px
  }

  .cy-integrations-filter__bg {
      padding: 1.2rem
  }

  .cy-integrations-filter,.cy-integrations-filter__card {
      padding: 1.5rem
  }

  .cy-integrations-filter__label {
      font-size: 18px
  }
}

.landing-card {
  background: #fff;
  border: 1px solid #ebedff;
  box-shadow: 0 10px 20px rgba(60,68,87,.08);
  border-radius: 4px;
  padding: 30px 45px
}

.landing-card-content {
  padding: 30px
}

.sub-card-heading {
  margin-top: 25px;
  margin-bottom: 100px
}

.sub-card-image {
  margin-top: 25px;
  margin-bottom: 35px
}

.resource-link {
  color: #000
}

.resource-link:hover {
  color: #1968fc
}

@media screen and (max-width: 768px) {
  .cy-product-navbar--fixed .container {
      flex-wrap:wrap
  }

  .cy-product-navbar--fixed .container .navbar-brand {
      display: block;
      width: 100%;
      text-align: center
  }

  .cy-product-navbar--fixed .container .cy-product-navbar__items {
      justify-content: center!important
  }

  .cy-product-navbar--fixed .container .cy-product-navbar--demo {
      display: none!important
  }

  .landing-card {
      width: 90vw;
      padding: 25px 40px
  }

  .landing-card-content {
      padding: 10px 0
  }

  .sub-card-heading {
      margin-top: 0;
      margin-bottom: 50px
  }

  .sub-card-image {
      margin-top: 15px;
      margin-bottom: 0
  }
}

@font-face {
  font-family: "cyicons";
  src: url(https://production.cyware.com/enterprise/fonts/cyicons.118ec90.eot);
  src: url(https://production.cyware.com/enterprise/fonts/cyicons.118ec90.eot#iefix) format("embedded-opentype"),url(https://production.cyware.com/enterprise/fonts/cyicons.b17946a.ttf) format("truetype"),url(https://production.cyware.com/enterprise/fonts/cyicons.56a347f.woff) format("woff"),url(https://production.cyware.com/enterprise/img/cyicons.9d90581.svg#cyicons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" cyicon-"],[class^=cyicon-] {
  font-family: "cyicons"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.cyicon-search_icon:before {
  content: "🌩"
}

.cyicon-webinar-icon:before {
  content: ""
}

.cyicon-contact-icon:before {
  content: ""
}

.cyicon-solutions-icon:before {
  content: ""
}

.cyicon-blogs-icon:before {
  content: ""
}

.cyicon-play:before {
  content: ""
}

.cyicon-youtube:before {
  content: ""
}

.cyicon-search:before {
  content: ""
}

.cyicon-external:before {
  content: ""
}

.cyicon-check-circle:before {
  content: ""
}

.cyicon-arrow-left-circle:before {
  content: ""
}

.cyicon-arrow-right-circle:before {
  content: ""
}

.cyicon-cross-circle:before {
  content: ""
}

.cyicon-show-more:before {
  content: ""
}

.cyicon-download:before {
  content: ""
}

.cyicon-triangle-up:before {
  content: ""
}

.cyicon-triangle-down:before {
  content: ""
}

.cyicon-link:before {
  content: ""
}

.cyicon-close:before {
  content: ""
}

.cyicon-copy:before {
  content: ""
}

.cyicon-hamburger:before {
  content: ""
}

.cyicon-chevron-down:before {
  content: ""
}

.cyicon-chevron-up:before {
  content: ""
}

.cyicon-check:before {
  content: ""
}

.cyicon-dots:before {
  content: ""
}

.cyicon-partner:before {
  content: ""
}

.cyicon-demo:before {
  content: ""
}

.cyicon-inquiry:before {
  content: ""
}

.cyicon-arrow-right:before {
  content: ""
}

.cyicon-arrow-left:before {
  content: ""
}

.cyicon-tag:before {
  content: ""
}

.cyicon-minus:before {
  content: ""
}

.cyicon-plus:before {
  content: ""
}

.cyicon-facebook:before {
  content: ""
}

.cyicon-twitter:before {
  content: ""
}

.cyicon-linkedin:before {
  content: ""
}

/* .glider,.glider-contain {
  margin: 0 auto;
  position: relative
}

.glider,.glider-track {
  transform: translateZ(0)
}

.glider-dot,.glider-next,.glider-prev {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0
}

.glider-contain {
  width: 100%
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1
}

.glider.draggable {
  cursor: grab
}

.glider.draggable,.glider.draggable .glider-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glider.draggable .glider-slide img {
  pointer-events: none
}

.glider.drag {
  cursor: grabbing
}

.glider-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px
}

.glider-slide img {
  max-width: 100%
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0
}

.glider-next,.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)
}

.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover {
  color: #ccc
}

.glider-next {
  right: -23px;
  left: auto
}

.glider-next.disabled,.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default
}

.glider-hide {
  opacity: 0
}

.glider-dots {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px
}

.glider-dot:focus,.glider-dot:hover {
  background: #ddd
}

.glider-dot.active {
  background: #a89cc8
}

@media(max-width: 36em) {
  .glider::-webkit-scrollbar {
      opacity:1;
      -webkit-appearance: none;
      width: 7px;
      height: 3px
  }

  .glider::-webkit-scrollbar-thumb {
      opacity: 1;
      border-radius: 99px;
      background-color: hsla(0,0%,61.2%,.25);
      box-shadow: 0 0 1px hsla(0,0%,100%,.25)
  }
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  opacity: 1;
  transition: width .1s,opacity .4s;
  background-color: #3065ef;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

fieldset[disabled] .multiselect {
  pointer-events: none
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block
}

.multiselect__spinner:after,.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  animation-iteration-count: infinite
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  animation-iteration-count: infinite
}

.multiselect__loading-enter-active,.multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1
}

.multiselect__loading-enter,.multiselect__loading-leave-active {
  opacity: 0
}

.multiselect,.multiselect__input,.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e
}

.multiselect * {
  box-sizing: border-box
}

.multiselect:focus {
  outline: none
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: .6
}

.multiselect--active {
  z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.multiselect__input,.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e
}

.multiselect__input::-moz-placeholder {
  color: #35495e
}

.multiselect__input::placeholder {
  color: #35495e
}

.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single {
  width: auto
}

.multiselect__input:hover,.multiselect__single:hover {
  border-color: #cfcfcf
}

.multiselect__input:focus,.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px
}

.multiselect__tags-wrap {
  display: inline
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px
}

.multiselect__tag-icon:focus,.multiselect__tag-icon:hover {
  background: #369a6e
}

.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after {
  color: #fff
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8
}

.multiselect__current,.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: ""
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
  display: none
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
  display: none
}

.multiselect__element {
  display: block
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff
}

.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6
}

.multiselect__option--disabled {
  background: #ededed!important;
  color: #a6a6a6!important;
  cursor: text;
  pointer-events: none
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff
}

.multiselect-enter-active,.multiselect-leave-active {
  transition: all .15s ease
}

.multiselect-enter,.multiselect-leave-active {
  opacity: 0
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top
}

[dir=rtl] .multiselect {
  text-align: right
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px
}

[dir=rtl] .multiselect__content {
  text-align: right
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px
}

@keyframes spinning {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(2turn)
  }
}

.custom-slider .slick-track {
  display: flex!important;
  align-items: center!important
}

.cyber-fusion-card[data-v-cc41e758] {
  background: #fff;
  border-radius: 10px
}

@media (min-width: 800px) {
  .bg-image[data-v-cc41e758]:after,.bg-image[data-v-cc41e758]:before,.bg-img[data-v-cc41e758] {
      height:15%;
      width: 15%;
      content: "";
      background-image: url(https://production.cyware.com/enterprise/img/bg_element_plus.88f8540.svg);
      position: absolute;
      opacity: .3;
      background-repeat: no-repeat
  }

  .bg-image[data-v-cc41e758] {
      position: relative;
      z-index: 1
  }

  .bg-image[data-v-cc41e758]:before {
      background-position: 0 0;
      left: -10px;
      top: 430px
  }

  .bg-image[data-v-cc41e758]:after {
      top: -7px;
      right: -3px;
      z-index: -1;
      transform: rotate(180deg)
  }
}

.icon-background[data-v-cc41e758] {
  width: 70px;
  height: 70px;
  background: #eef1f6;
  border-radius: 50%;
  margin: auto;
  position: relative
}

.icon-background .icon[data-v-cc41e758] {
  position: absolute;
  top: 25%;
  left: 25%
}

.cy-platform[data-v-cc41e758] {
  display: table-cell;
  vertical-align: middle
}

.cy-platform__col[data-v-cc41e758] {
  display: table
}

.cy-platform__heading[data-v-cc41e758] {
  font-size: 20px;
  color: #f73f7d
}

.cy-platform__question[data-v-cc41e758] {
  font-size: 30px;
  color: #35435e
}

.cy-platform__description[data-v-cc41e758] {
  color: #535966
}

.cyber-fusion-items__heading[data-v-cc41e758] {
  color: #1a3ee8
}

.carousel-logos[data-v-cc41e758] {
  filter: grayscale(100%)
}

.cyber-fusion__section[data-v-cc41e758] {
  font-size: 34px
}

.product-heading[data-v-cc41e758] {
  font-size: 3rem
}

.product-description[data-v-cc41e758] {
  margin-top: 1.5rem;
  margin-right: 4rem;
  font-size: 1.7rem
}

.modal-content iframe[data-v-0d2cfd48] {
  margin: 0 auto;
  display: block
} */