@charset "UTF-8";
@font-face {
  font-family: "glossary-icons";
  src: url("/fonts/icons/glossary.ttf?ywy8qz") format("truetype"), url("/fonts/icons/glossary.woff?ywy8qz") format("woff"), url("/fonts/icons/glossary.svg?ywy8qz#global-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.glossary-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "glossary-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glossary-icon-info:before {
  content: "";
}

.safe-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.glossary-item {
  display: inline-block;
  position: relative;
  background: transparent;
  color: inherit;
  white-space: normal;
}
.glossary-item .glossary-item-label {
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 3;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  font-weight: 700;
  padding-right: 20px;
}
.glossary-item .glossary-item-label i {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: inherit;
}
html.no-touch .glossary-item .glossary-item-label:hover {
  color: #396EE4;
}
.glossary-item .glossary-item-inner {
  width: 100%;
  position: relative;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 9px 17px 3px rgba(3, 3, 3, 0.2);
     -moz-box-shadow: 0 9px 17px 3px rgba(3, 3, 3, 0.2);
          box-shadow: 0 9px 17px 3px rgba(3, 3, 3, 0.2);
  font-size: 16px;
}
.glossary-item .glossary-item-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 15px 0;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
}
.glossary-item .close-glossary {
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: -13px;
  right: -13px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: none;
  border: 1px solid #396EE4;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
html.no-touch .glossary-item .close-glossary:hover {
  background: #396EE4;
}
.glossary-item .close-icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.glossary-item .close-icon:before, .glossary-item .close-icon:after {
  content: "";
  position: absolute;
  background: #000;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.glossary-item .close-icon:before {
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.glossary-item .close-icon:after {
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
}
.glossary-item .glossary-item-details {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  bottom: 0;
  padding-bottom: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0.3s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0.3s, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  pointer-events: none;
}
.glossary-item .glossary-item-text p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
}
.glossary-item .glossary-item-text p:last-child {
  margin: 0;
}
.glossary-item .glossary-item-text .glossary-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #396EE4;
}
.glossary-item.active .glossary-item-details {
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, pointer-events 0s ease 0s, -o-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0s, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, pointer-events 0s ease 0s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}