@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firacode/v12/uU9dCBsR6Z2vfE9aq3bpdva8iVtipIat--AvNZ-YE8Y.ttf) format('truetype');
}
body {
  margin: 0;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  background-color: #E9EDEE;
  color: #000000;
}
body strong {
  font-weight: 700;
}
body a {
  color: #000000;
}
body a:hover {
  color: #000000;
}
.grid-container {
  max-width: 100rem;
}
.tabs {
  margin: 20px 0 0;
  background: inherit;
  border: none;
}
.tabs .tabs-title {
  border-radius: 3px;
  background-color: #636971;
  margin: 0 0 10px;
  width: 100%;
}
.tabs .tabs-title a {
  color: #FFFFFF;
  padding: 10px !important;
  border-radius: 3px;
}
.tabs .tabs-title a:hover {
  color: #000000;
  background-color: #636971 !important;
  border-radius: 3px;
}
.tabs .tabs-title.is-active {
  background-color: #07BEB8;
  border-radius: 3px;
}
.tabs .tabs-title.is-active a {
  background-color: #07BEB8;
  border-radius: 3px;
}
.tabs .tabs-title.is-active a:hover {
  color: #FFFFFF;
  background-color: #82DEDB !important;
  border-radius: 3px;
}
.tabs .tabs-title:last-child {
  margin: 0;
}
.tabs-content {
  background: inherit;
  background-color: inherit;
  border: none;
}
.tabs-content .tabs-panel {
  padding: 0;
}
input:checked ~ .switch-paddle {
  background: #07BEB8;
}
hr {
  max-width: 200rem;
}
.text_hero {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  .text_hero {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .text_hero {
    font-size: 18px;
  }
}
.text_title {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  .text_title {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .text_title {
    font-size: 18px;
  }
}
.text_subtitle {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  .text_subtitle {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .text_subtitle {
    font-size: 16px;
  }
}
.text_paragraph {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
}
@media all and (max-width: 1100px) {
  .text_paragraph {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .text_paragraph {
    font-size: 14px;
  }
}
.text_small {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
}
@media all and (max-width: 1100px) {
  .text_small {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  .text_small {
    font-size: 12px;
  }
}
p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
}
@media all and (max-width: 1100px) {
  p {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  p {
    font-size: 14px;
  }
}
h1 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  color: #1E2023;
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  h1 {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  color: #1E2023;
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
}
h3,
h4 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  h3,
  h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  h3,
  h4 {
    font-size: 18px;
  }
}
h5,
h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  color: #1E2023;
  margin-bottom: 20px;
}
@media all and (max-width: 1100px) {
  h5,
  h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  h5,
  h6 {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ul,
ol {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul strong,
ol strong {
  font-weight: 600;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
  color: #1E2023;
}
@media all and (max-width: 640px) {
  ul,
  ol {
    font-size: 12px;
  }
}
img {
  min-height: 1px;
  min-width: 1px;
}
menu {
  padding: 0;
  margin: 0;
}
.text_magenta {
  color: #EE4266;
}
pre {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
}
pre code {
  border: none;
}
.background_grey {
  background-color: #C5CCD4 !important;
  color: #1E2023 !important;
}
.background_lightgrey {
  background-color: #C5CCD4 !important;
  color: #1E2023 !important;
}
.background_darkgrey {
  background-color: #1E2023 !important;
  color: #1E2023 !important;
}
.background_aqua {
  background-color: #07BEB8 !important;
  color: #FFFFFF !important;
}
.background_red {
  background-color: #EE4266 !important;
  color: #FFFFFF !important;
}
.background_slate {
  background-color: #C5CCD4 !important;
}
.background_dust {
  background-color: #E9EDEE !important;
  color: #1E2023 !important;
}
.animate {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.animate_medium {
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.animate_slow {
  -moz-transition: all 0.75s ease-in;
  -o-transition: all 0.75s ease-in;
  -webkit-transition: all 0.75s ease-in;
  transition: all 0.75s ease-in;
}
.animate_height {
  -moz-transition: max-height 1.5s ease;
  -webkit-transition: max-height 1.5s ease;
  -o-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
}
.animate_underline_slidein {
  -webkit-animation: slide-in 1000ms 1;
  -moz-animation: slide-in 1000ms 1;
  -o-animation: slide-in 1000ms 1;
  animation: slide-in 1000ms 1;
}
@keyframes slide-in {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-o-keyframes slide-in {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-moz-keyframes slide-in {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes slide-in {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.animate_underline_slideout {
  -webkit-animation: slide-out 1000ms ease-in-out 1;
  -moz-animation: slide-out 1000ms ease-in-out 1;
  -o-animation: slide-out 1000ms ease-in-out 1;
  animation: slide-out 1000ms ease-in-out 1;
}
@keyframes slide-out {
  0% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
@-o-keyframes slide-out {
  0% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
@-moz-keyframes slide-out {
  0% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
@-webkit-keyframes slide-out {
  0% {
    width: 0;
    left: 100%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 0;
  }
}
@keyframes bounce {
  0% {
    bottom: 100px;
    height: 50px;
  }
  10% {
    bottom: 100px;
    height: 20px;
    width: 66px;
    border-radius: 5px;
  }
  20% {
    bottom: 100px;
    height: 50px;
    width: 50px;
    border-radius: 0;
  }
  60% {
    bottom: 300px;
  }
  100% {
    bottom: 100px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate(-50%, 0);
  }
  25% {
    transform: rotate(45deg) translate(-25%, 25%);
  }
  100% {
    transform: rotate(90deg) translate(0%, 50%);
  }
}
@keyframes shadow {
  10% {
    width: 66px;
  }
  20% {
    width: 50px;
  }
  60% {
    width: 100px;
    height: 5px;
    border-radius: 3px;
    bottom: 95px;
    opacity: 0.5;
  }
  100% {
    width: 50px;
    height: 1px;
    border-radius: 0;
    bottom: 99px;
    opacity: 1;
  }
}
.element_full_height {
  height: 100vh;
}
.element_100pc_height {
  height: 100%;
}
.element_80pc_height {
  height: 80%;
}
.element_100pc_width {
  width: 100%;
}
.element_90pc_width {
  width: 90%;
}
.element_relative {
  position: relative;
}
.element_absolute {
  position: absolute;
}
.element_flex {
  display: inline-flex;
}
.element_flex_wrap {
  flex-wrap: wrap;
}
.element_static {
  position: static !important;
}
.element_center {
  text-align: center;
}
.element_left {
  text-align: left;
}
.element_right {
  text-align: right;
}
.element_block {
  display: block;
}
.element_hidden {
  display: none;
}
.full-height {
  height: 100%;
  height: 100vh;
}
.scroll-y {
  overflow-y: scroll;
}
.spacer {
  height: 72px;
}
.small-spacer {
  height: 25px;
}
.align-top {
  vertical-align: top;
}
.element_box_shadow {
  box-shadow: 2px 2px 2px 2px #E9EDEE;
}
.element_border_none {
  border: none !important;
}
.element_hardrule {
  position: absolute;
  left: 0;
  top: 0;
  right: 25px;
  height: 3px;
  background: #C5CCD4;
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  z-index: 999;
}
.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  min-width: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 5px;
}
.owl-carousel .owl-nav .owl-prev img {
  width: 20px;
  height: 20px;
}
.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  min-width: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 5px;
}
.owl-carousel .owl-nav .owl-next img {
  width: 20px;
  height: 20px;
}
.owl-carousel .owl-dots {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: rgba(0, 0, 0, 0);
  height: 40px;
  text-align: center;
  z-index: 500;
}
.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid white;
  margin: 13px 10px;
  border-radius: 100px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
textarea {
  background-color: #FAFAFA;
  color: #000000;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #E9EDEE;
  margin: 0 0 20px;
  padding: 10px;
  height: 50px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input[type=number]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border: none;
  border-bottom: 2px solid #E9EDEE;
  box-shadow: none;
  background-color: #E9EDEE;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
textarea,
textarea[rows] {
  height: 150px;
}
select {
  background-color: #FAFAFA;
  color: #000000;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #E9EDEE;
  margin: 0 0 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 50px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
select:focus {
  border: none;
  border-bottom: 2px solid #E9EDEE;
  box-shadow: none;
  background-color: #E9EDEE;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input[type=number]::-webkit-input-placeholder,
input[type=number]::-moz-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=number]:-moz-placeholder {
  color: #C5CCD4;
}
input[type=password]::-webkit-input-placeholder,
input[type=password]::-moz-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=password]:-moz-placeholder {
  color: #C5CCD4;
}
input[type=email]::-webkit-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=email]:-moz-placeholder {
  color: #C5CCD4;
}
input[type=tel]::-webkit-input-placeholder,
input[type=tel]::-moz-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=tel]:-moz-placeholder {
  color: #C5CCD4;
}
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder {
  color: #C5CCD4;
}
input[type=submit] {
  display: inline-block;
  padding: 10px 40px 5px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #07BEB8;
  background-color: #07BEB8;
  color: #FFFFFF;
  width: 200px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
input[type=submit]:hover {
  background-color: #C5CCD4;
  border-color: #C5CCD4;
  color: #000000;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.invalid {
  background-color: rgba(255, 0, 0, 0.25) !important;
}
.valid {
  background-color: rgba(7, 190, 184, 0.25) !important;
}
.button,
button {
  position: relative;
  background-color: #07BEB8;
  color: #FFFFFF;
  padding: 10px 10px 8px;
  margin: 5px 0 0;
  border-radius: 3px;
  text-decoration: none;
  text-align: left;
  min-width: 250px;
  cursor: pointer;
}
.button img,
button img {
  height: 15px;
  width: 15px;
}
.button:after,
.button_input:after,
button:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 0;
  height: 0;
  content: ' ';
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
}
.button:hover,
button:hover {
  background-color: #C5CCD4;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button_aqua {
  background-color: #07BEB8 !important;
}
.button_aqua:hover {
  background-color: #07BEB8 !important;
}
.button_slate {
  background-color: #C5CCD4 !important;
}
.button_slate:hover {
  background-color: #C5CCD4 !important;
}
.button_magenta {
  background-color: #EE4266 !important;
}
.button_magenta:hover {
  background-color: #EE4266 !important;
}
.button_dust {
  background-color: #E9EDEE !important;
  color: #1E2023 !important;
}
.button_dust:hover {
  background-color: #E9EDEE !important;
  color: #1E2023 !important;
}
.button_dust:hover:before {
  border-color: transparent transparent transparent #FFFFFF !important;
}
.button_dust:before {
  border-color: transparent transparent transparent #1E2023 !important;
}
.button_mustard {
  background-color: #F7CB15 !important;
}
.button_mustard:hover {
  background-color: #F55D3E !important;
}
.button.button_square {
  min-width: 0;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.button.button_square:after {
  content: none;
}
.element_loading_content {
  display: none;
  z-index: 3000;
}
.element_loading_content.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000ba;
}
.element_loading_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.element_loading {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
}
.element_loading div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: element_loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #07BEB8 transparent transparent transparent;
}
.element_loading div:nth-child(1) {
  animation-delay: -0.45s;
}
.element_loading div:nth-child(2) {
  animation-delay: -0.3s;
}
.element_loading div:nth-child(3) {
  animation-delay: -0.15s;
}
.element_loading_status_message {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: white;
}
@keyframes element_loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.element_saved_content {
  display: none;
  z-index: 3000;
}
.element_saved_content.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000e3;
}
.element_saved_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.element_saved {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.element_saved .panel {
  min-width: 200px;
  background: #07BEB8;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
}
.element_saved .panel p,
.element_saved .panel h1,
.element_saved .panel h2,
.element_saved .panel h3,
.element_saved .panel h4,
.element_saved .panel h5,
.element_saved .panel h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  color: #FFFFFF;
}
@media all and (max-width: 1100px) {
  .element_saved .panel p,
  .element_saved .panel h1,
  .element_saved .panel h2,
  .element_saved .panel h3,
  .element_saved .panel h4,
  .element_saved .panel h5,
  .element_saved .panel h6 {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_saved .panel p,
  .element_saved .panel h1,
  .element_saved .panel h2,
  .element_saved .panel h3,
  .element_saved .panel h4,
  .element_saved .panel h5,
  .element_saved .panel h6 {
    font-size: 14px;
  }
}
.element_saved p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  margin: 10px 0 0;
  color: #FFFFFF;
}
@media all and (max-width: 1100px) {
  .element_saved p {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  .element_saved p {
    font-size: 12px;
  }
}
.element_modal_content {
  display: none;
  z-index: 3000;
}
.element_modal_content.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000e3;
}
.element_modal_wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
.element_modal_wrapper .element_panel button {
  margin: 0 10px 0 0;
}
.delete_panel {
  position: absolute;
  right: -30px;
  top: 5px;
}
.delete_panel div img {
  border-radius: 100px;
  padding: 5px;
  opacity: 0.25;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.delete_panel div img:hover {
  background: #EE4266;
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_circle_button {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100px;
  background: #C5CCD4;
  position: relative;
  margin: 0 0 5px;
}
.element_circle_button img {
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.element_circle_button:hover {
  background: #07BEB8;
}
.element_side_menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  z-index: 40;
  background-color: #FFFFFF;
  overflow: scroll;
}
.element_side_menu ul {
  margin: 10px 0 0;
  list-style: none;
}
.element_side_menu ul li {
  display: block;
  padding: 0;
  color: #3E4650;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
.element_side_menu ul li a {
  padding: 10px 20px 10px 10px;
  display: block;
}
.element_side_menu ul li .icon_wrapper {
  display: inline-block;
  border-radius: 20px;
  background-color: #E9EDEE;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.element_side_menu ul li .menu_icon {
  max-height: 10px;
}
.element_side_menu ul li .menu_text {
  padding: 0 0 0 5px;
  line-height: 24px;
}
.element_side_menu ul li .menu_text::after {
  content: ' ';
  float: right;
  position: relative;
  top: 50%;
  transform: translate(0px, 50%);
  z-index: 2;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #C5CCD4;
}
.element_side_menu ul li.active {
  background-color: #C5CCD4;
  color: #FFFFFF;
  opacity: 1;
}
.element_side_menu ul li.active .icon_wrapper {
  background-color: #FFFFFF;
}
.element_side_menu ul li.active .menu_text::after {
  border-color: transparent transparent transparent #FFFFFF;
}
.element_side_menu ul li:hover {
  opacity: 1;
  background-color: #C5CCD4;
  color: #FFFFFF;
}
.element_side_menu ul li:hover .icon_wrapper {
  background-color: #FFFFFF;
}
.element_side_menu ul li:hover .menu_text::after {
  border-color: transparent transparent transparent #FFFFFF;
}
.element_segment_menu {
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: #FFFFFF;
  overflow: scroll;
  z-index: 850;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.element_segment_menu ul {
  margin: 20px 10px;
  list-style: none;
}
.element_segment_menu ul li {
  display: block;
  padding: 12px 10px 8px;
  margin: 0 0 10px;
  color: #3E4650;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
}
.element_segment_menu ul li h1,
.element_segment_menu ul li h2,
.element_segment_menu ul li h3,
.element_segment_menu ul li h4,
.element_segment_menu ul li h5,
.element_segment_menu ul li h6,
.element_segment_menu ul li p {
  margin: 0;
}
.element_segment_menu ul li.active {
  background-color: #07BEB8;
  color: #FFFFFF;
}
.element_segment_menu ul li:hover {
  opacity: 1;
  background-color: #A5ADB8;
  color: #FFFFFF;
}
.element_segment_menu ul li.segment_close {
  color: #C5CCD4;
}
.element_segment_menu ul li.segment_close:hover {
  color: #F55D3E;
  background-color: #FFFFFF;
}
.element_segment_sub_menu {
  position: absolute;
  left: -400px;
  top: 0;
  bottom: 0;
  width: 400px;
  background-color: #E9EDEE;
  overflow: scroll;
  z-index: 825;
  border-right: 5px solid #07BEB8;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.element_segment_sub_menu ul {
  margin: 20px 10px;
  list-style: none;
}
.element_segment_sub_menu ul li {
  display: block;
  padding: 12px 10px 8px;
  margin: 0 0 10px;
  color: #3E4650;
  background-color: #FFFFFF;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_segment_sub_menu ul li p {
  color: #000000;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_segment_sub_menu ul li p.title {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0 0 20px;
  padding: 0 0 0 5px;
  border-left: 5px solid #07BEB8;
  line-height: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li p.title {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li p.title {
    font-size: 16px;
  }
}
.element_segment_sub_menu ul li .preview.segment_hero {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_hero {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_hero {
    font-size: 18px;
  }
}
.element_segment_sub_menu ul li .preview.segment_title {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_title {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_title {
    font-size: 18px;
  }
}
.element_segment_sub_menu ul li .preview.segment_subtitle {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_subtitle {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_subtitle {
    font-size: 16px;
  }
}
.element_segment_sub_menu ul li .preview.segment_excerpt {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_excerpt {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_excerpt {
    font-size: 14px;
  }
}
.element_segment_sub_menu ul li .preview.segment_paragraph {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_paragraph {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_paragraph {
    font-size: 14px;
  }
}
.element_segment_sub_menu ul li .preview.segment_calloutquote {
  position: relative;
}
.element_segment_sub_menu ul li .preview.segment_calloutquote p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  line-height: 1.1;
  margin: 0 40px 0 0;
  padding: 10px 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #07BEB8;
  color: #FFFFFF;
}
@media all and (max-width: 1100px) {
  .element_segment_sub_menu ul li .preview.segment_calloutquote p {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_segment_sub_menu ul li .preview.segment_calloutquote p {
    font-size: 18px;
  }
}
.element_segment_sub_menu ul li .preview.segment_calloutquote p:after {
  content: ' ';
  width: 40px;
  height: 60px;
  position: absolute;
  right: 60px;
  bottom: 20px;
  background-image: url('../img/icon/icon_quotemark_nine.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.element_segment_sub_menu ul li .preview.segment_calloutquote p:before {
  content: ' ';
  width: 40px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 20px;
  background-image: url('../img/icon/icon_quotemark_six.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.element_segment_sub_menu ul li .preview.segment_link {
  margin: 20px;
  display: flex;
  align-items: center;
  max-width: 398px;
  height: 40px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 2px #E9EDEE;
}
.element_segment_sub_menu ul li .preview.segment_link .link_icon {
  height: 20px;
  width: 20px;
  margin: 5px;
}
.element_segment_sub_menu ul li .preview.segment_link .preview_title {
  margin: 10px;
  font-size: 14px;
}
.element_segment_sub_menu ul li .preview.segment_link .cheveron_icon {
  margin: 15px 13px 15px auto;
  height: 8px;
}
.element_segment_sub_menu ul li:hover {
  background-color: #82DEDB;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_segment_sub_menu ul li:hover p {
  color: #FFFFFF !important;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_segment_sub_menu ul li:hover p.title {
  border-left: 5px solid #FFFFFF;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_page_image_title_panel {
  position: relative;
}
.element_page_image_title_panel img {
  width: 100%;
}
.element_page_image_title_panel .element_panel {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.75);
}
.element_page_image_title_panel .element_panel h1,
.element_page_image_title_panel .element_panel h2,
.element_page_image_title_panel .element_panel h3,
.element_page_image_title_panel .element_panel h4,
.element_page_image_title_panel .element_panel h5,
.element_page_image_title_panel .element_panel h6,
.element_page_image_title_panel .element_panel p {
  color: #FFFFFF;
}
.element_page_title_panel {
  padding: 20px 0;
}
.element_page_title_panel h1,
.element_page_title_panel h2,
.element_page_title_panel h3,
.element_page_title_panel h4,
.element_page_title_panel h5,
.element_page_title_panel h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  border-left: 10px solid #07BEB8;
  padding-left: 10px;
  height: 30px;
}
@media all and (max-width: 1100px) {
  .element_page_title_panel h1,
  .element_page_title_panel h2,
  .element_page_title_panel h3,
  .element_page_title_panel h4,
  .element_page_title_panel h5,
  .element_page_title_panel h6 {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_page_title_panel h1,
  .element_page_title_panel h2,
  .element_page_title_panel h3,
  .element_page_title_panel h4,
  .element_page_title_panel h5,
  .element_page_title_panel h6 {
    font-size: 18px;
  }
}
.element_page_title_panel p {
  margin: 5px 0 10px;
}
.element_page_title_panel h1:last-child,
.element_page_title_panel h2:last-child,
.element_page_title_panel h3:last-child,
.element_page_title_panel h4:last-child,
.element_page_title_panel h5:last-child,
.element_page_title_panel h6:last-child,
.element_page_title_panel p:last-child {
  margin: 0;
}
.element_page_subtitle_panel {
  padding: 0 0 10px;
}
.element_page_subtitle_panel h1,
.element_page_subtitle_panel h2,
.element_page_subtitle_panel h3,
.element_page_subtitle_panel h4,
.element_page_subtitle_panel h5,
.element_page_subtitle_panel h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
  border-left: 5px solid #07BEB8;
  padding-left: 5px;
  height: 15px;
  color: #000000;
  margin: 0 0 10px;
}
@media all and (max-width: 1100px) {
  .element_page_subtitle_panel h1,
  .element_page_subtitle_panel h2,
  .element_page_subtitle_panel h3,
  .element_page_subtitle_panel h4,
  .element_page_subtitle_panel h5,
  .element_page_subtitle_panel h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .element_page_subtitle_panel h1,
  .element_page_subtitle_panel h2,
  .element_page_subtitle_panel h3,
  .element_page_subtitle_panel h4,
  .element_page_subtitle_panel h5,
  .element_page_subtitle_panel h6 {
    font-size: 16px;
  }
}
.element_page_subtitle_panel p {
  color: #000000;
}
.element_results_list {
  margin: 0;
  list-style: none;
}
.element_results_list li.item {
  position: relative;
}
.element_results_list li.item .order_icon {
  position: absolute;
  max-width: 15px;
  left: 0;
  top: 10px;
}
.element_results_list li.item .panel {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 20px 20px 60px;
  margin: 0 0 10px 30px;
  position: relative;
  min-height: 135px;
}
.element_results_list li.item .panel .hero_image {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  overflow: hidden;
  z-index: 2000;
}
.element_results_list li.item .panel .content {
  padding: 0 0 0 100px;
}
.element_results_list li.item .panel .content h1,
.element_results_list li.item .panel .content h2,
.element_results_list li.item .panel .content h3,
.element_results_list li.item .panel .content h4,
.element_results_list li.item .panel .content h5,
.element_results_list li.item .panel .content h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0 0 5px;
}
@media all and (max-width: 1100px) {
  .element_results_list li.item .panel .content h1,
  .element_results_list li.item .panel .content h2,
  .element_results_list li.item .panel .content h3,
  .element_results_list li.item .panel .content h4,
  .element_results_list li.item .panel .content h5,
  .element_results_list li.item .panel .content h6 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_results_list li.item .panel .content h1,
  .element_results_list li.item .panel .content h2,
  .element_results_list li.item .panel .content h3,
  .element_results_list li.item .panel .content h4,
  .element_results_list li.item .panel .content h5,
  .element_results_list li.item .panel .content h6 {
    font-size: 18px;
  }
}
.element_results_list li.item .panel .content p {
  margin: 0;
}
.element_results_list li.item .panel .content p.pill {
  background: #A5ADB8;
  color: #FFFFFF;
  padding: 3px 10px 1px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  margin: 5px 5px 0 0;
}
.element_results_list li.item .panel .content p.pill.aqua {
  background: #07BEB8;
}
.element_results_list li.item .panel .content p.pill.amber {
  background: #F55D3E;
}
.element_results_list li.item .panel .content p.pill.magenta {
  background: #EE4266;
}
.element_results_list li.item .panel .element_action_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0 0 0 100px;
}
.element_results_list li.item .panel .element_action_list li {
  border-left: 1px solid #E9EDEE;
}
.element_results_list li.item .panel .element_action_list li:first-child {
  float: left;
  border-left: none;
  border-right: 1px solid #E9EDEE;
}
.element_panel_list a {
  text-decoration: none;
}
.element_panel_list .panel {
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 20px;
}
.element_panel_list .panel .content {
  padding: 22px 120px 18px 20px;
}
.element_panel_list .panel .content h1,
.element_panel_list .panel .content h2,
.element_panel_list .panel .content h3,
.element_panel_list .panel .content h4,
.element_panel_list .panel .content h5,
.element_panel_list .panel .content h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_panel_list .panel .content h1,
  .element_panel_list .panel .content h2,
  .element_panel_list .panel .content h3,
  .element_panel_list .panel .content h4,
  .element_panel_list .panel .content h5,
  .element_panel_list .panel .content h6 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_panel_list .panel .content h1,
  .element_panel_list .panel .content h2,
  .element_panel_list .panel .content h3,
  .element_panel_list .panel .content h4,
  .element_panel_list .panel .content h5,
  .element_panel_list .panel .content h6 {
    font-size: 18px;
  }
}
.element_panel_list .panel .icon_panel {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #014254;
}
.element_panel_list .panel .icon_panel .icon {
  position: relative;
  height: 100%;
}
.element_panel_list .panel .icon_panel .icon img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.element_text_list {
  margin: 0 0 0 20px;
  padding: 20px 0;
  list-style: square;
  color: #07BEB8;
}
.element_text_list li {
  padding: 5px 0;
  position: relative;
}
.element_text_list li span {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.element_box_list .panel {
  margin: 0 0 20px;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.element_box_list .panel .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 175px;
}
.element_box_list .panel .content {
  padding: 20px;
  margin: 0 0 40px;
}
.element_box_list .panel .content h1,
.element_box_list .panel .content h2,
.element_box_list .panel .content h3,
.element_box_list .panel .content h4,
.element_box_list .panel .content h5,
.element_box_list .panel .content h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .element_box_list .panel .content h1,
  .element_box_list .panel .content h2,
  .element_box_list .panel .content h3,
  .element_box_list .panel .content h4,
  .element_box_list .panel .content h5,
  .element_box_list .panel .content h6 {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_box_list .panel .content h1,
  .element_box_list .panel .content h2,
  .element_box_list .panel .content h3,
  .element_box_list .panel .content h4,
  .element_box_list .panel .content h5,
  .element_box_list .panel .content h6 {
    font-size: 18px;
  }
}
.element_box_list .panel .content p.pill {
  background: #A5ADB8;
  color: #FFFFFF;
  padding: 3px 10px 1px;
  border-radius: 30px;
  display: inline-block;
  font-size: 12px;
  margin: 5px 5px 0 0;
}
.element_box_list .panel .content p.pill.aqua {
  background: #07BEB8;
}
.element_box_list .panel .content p.pill.amber {
  background: #F55D3E;
}
.element_box_list .panel .content p.pill.magenta {
  background: #EE4266;
}
.element_box_list .panel .element_action_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
.element_box_list .panel .element_action_list li {
  border-left: 1px solid #E9EDEE;
}
.element_box_list .panel .element_action_list li:first-child {
  border-left: 1px solid #E9EDEE;
}
.element_box_list .panel .element_action_list li:first-child a img {
  filter: brightness(0.5);
}
.element_box_list .panel.addnew {
  background-color: #07BEB8;
  position: relative;
}
.element_box_list .panel.addnew .content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translate(0, -50%);
  text-align: center;
}
.element_box_list .panel.addnew .content img {
  width: 20px;
  height: 20px;
  margin: 0 0 10px;
}
.element_box_list .panel.addnew .content h1,
.element_box_list .panel.addnew .content h2,
.element_box_list .panel.addnew .content h3,
.element_box_list .panel.addnew .content h4,
.element_box_list .panel.addnew .content h5,
.element_box_list .panel.addnew .content h6,
.element_box_list .panel.addnew .content p,
.element_box_list .panel.addnew .content a {
  color: #FFFFFF;
}
.element_list_item_options {
  margin: 0;
  list-style: none;
}
.element_list_item_options li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 0;
  cursor: pointer;
}
.element_list_item_options li img {
  position: absolute;
  max-width: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.element_panel {
  border-radius: 3px;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 0 20px;
}
.element_panel .element_page_title_panel {
  padding: 0;
}
.element_panel_message .panel {
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
}
.element_panel_message .panel h1,
.element_panel_message .panel h2,
.element_panel_message .panel h3,
.element_panel_message .panel h4,
.element_panel_message .panel h5,
.element_panel_message .panel h6 {
  border-left: 10px solid #07BEB8;
  padding-left: 10px;
  height: 30px;
}
.element_panel_message .panel p:last-child {
  margin-bottom: 0;
}
.element_panel_message .error .panel {
  background-color: #EE4266;
}
.element_panel_message .error .panel h1,
.element_panel_message .error .panel h2,
.element_panel_message .error .panel h3,
.element_panel_message .error .panel h4,
.element_panel_message .error .panel h5,
.element_panel_message .error .panel h6 {
  border-left-color: #FFFFFF;
}
.element_panel_message .error .panel h1,
.element_panel_message .error .panel h2,
.element_panel_message .error .panel h3,
.element_panel_message .error .panel h4,
.element_panel_message .error .panel h5,
.element_panel_message .error .panel h6,
.element_panel_message .error .panel p {
  color: #FFFFFF;
}
.element_panel_message .caution .panel {
  background-color: #F7CB15;
}
.element_panel_message .caution .panel h1,
.element_panel_message .caution .panel h2,
.element_panel_message .caution .panel h3,
.element_panel_message .caution .panel h4,
.element_panel_message .caution .panel h5,
.element_panel_message .caution .panel h6 {
  border-left-color: #000000;
}
.element_panel_message .caution .panel h1,
.element_panel_message .caution .panel h2,
.element_panel_message .caution .panel h3,
.element_panel_message .caution .panel h4,
.element_panel_message .caution .panel h5,
.element_panel_message .caution .panel h6,
.element_panel_message .caution .panel p {
  color: #000000;
}
.element_panel_message .warning .panel {
  background-color: #F55D3E;
}
.element_panel_message .warning .panel h1,
.element_panel_message .warning .panel h2,
.element_panel_message .warning .panel h3,
.element_panel_message .warning .panel h4,
.element_panel_message .warning .panel h5,
.element_panel_message .warning .panel h6 {
  border-left-color: #FFFFFF;
}
.element_panel_message .warning .panel h1,
.element_panel_message .warning .panel h2,
.element_panel_message .warning .panel h3,
.element_panel_message .warning .panel h4,
.element_panel_message .warning .panel h5,
.element_panel_message .warning .panel h6,
.element_panel_message .warning .panel p {
  color: #FFFFFF;
}
.element_panel_message .success .panel {
  background-color: #07BEB8;
}
.element_panel_message .success .panel h1,
.element_panel_message .success .panel h2,
.element_panel_message .success .panel h3,
.element_panel_message .success .panel h4,
.element_panel_message .success .panel h5,
.element_panel_message .success .panel h6 {
  border-left-color: #FFFFFF;
}
.element_panel_message .success .panel h1,
.element_panel_message .success .panel h2,
.element_panel_message .success .panel h3,
.element_panel_message .success .panel h4,
.element_panel_message .success .panel h5,
.element_panel_message .success .panel h6,
.element_panel_message .success .panel p {
  color: #FFFFFF;
}
.element_wordcounter {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  color: #A5ADB8;
}
@media all and (max-width: 1100px) {
  .element_wordcounter {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  .element_wordcounter {
    font-size: 12px;
  }
}
.element_editor_panel {
  background: #FFFFFF;
  border-bottom: 1px solid #E9EDEE;
  padding: 20px;
  margin: 0 30px;
  height: 100%;
  position: relative;
}
.element_editor_panel .hardrule_panel {
  position: relative;
}
.element_editor_panel .hardrule_panel .hardrule {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 25px;
  height: 3px;
  background: #C5CCD4;
}
.element_editor_panel .hardrule_panel img {
  cursor: pointer;
  position: absolute;
  left: -50px;
  top: 0;
  max-width: 15px;
}
.element_editor_panel .add_panel {
  height: 20px;
}
.element_editor_panel .add_panel div {
  text-align: center;
  position: absolute;
  bottom: -15px;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, 0px);
}
.element_editor_panel .add_panel div img {
  background: #E9EDEE;
  border-radius: 100px;
  padding: 5px;
  opacity: 0.25;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_editor_panel .add_panel div img:hover {
  background: #07BEB8;
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_editor_panel .content_text_entry_panel {
  position: relative;
  padding: 0;
  display: grid;
}
.element_editor_panel .content_text_entry_panel input {
  max-width: 100%;
  display: inline;
  margin: 0;
}
.element_editor_panel .content_text_entry_panel textarea {
  max-width: 100%;
  display: inline;
  margin: 0;
}
.element_editor_panel .content_text_entry_panel .element_wordcounter {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.element_editor_panel .content_file_entry_panel ul {
  list-style: none;
  margin: 0;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel .image {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background: #07BEB8;
  width: 150px;
  position: relative;
  overflow: hidden;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel .image img {
  width: 100%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel .image .element_circle_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel textarea {
  display: inline-block;
  height: 100px;
  width: 50%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .image_select_box_panel .element_wordcounter {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 10px;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel .gallery {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background: #07BEB8;
  width: 150px;
  position: relative;
  overflow: hidden;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel .gallery img {
  width: 100%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel .gallery .element_circle_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel textarea {
  display: inline-block;
  height: 100px;
  width: 50%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .gallery_select_box_panel .element_wordcounter {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 10px;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel .video {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel .video video {
  width: 200px;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel .video .element_circle_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel textarea {
  display: inline-block;
  height: 100px;
  width: 50%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .video_select_box_panel .element_wordcounter {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 10px;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel .audio {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel .audio audio {
  width: 400px;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel .element_circle_button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel textarea {
  display: inline-block;
  height: 100px;
  width: 50%;
  vertical-align: top;
}
.element_editor_panel .content_file_entry_panel .audio_select_box_panel .element_wordcounter {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 10px;
}
.element_editor_panel .content_list_entry_panel textarea {
  max-width: 75%;
  display: inline;
  margin: 0;
}
.element_editor_panel .content_list_entry_panel .element_wordcounter {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.element_editor_panel .content_list_entry_panel ul {
  list-style: none;
}
.element_editor_panel .content_list_entry_panel ul li {
  position: relative;
}
.element_editor_panel .content_entry_panel {
  position: relative;
}
.element_editor_panel .content_entry_panel p {
  color: #C5CCD4;
}
.element_editor_panel .content_entry_panel textarea {
  max-width: 75%;
  display: inline;
  margin: 0;
}
.element_editor_panel .content_entry_panel .split_75 {
  position: relative;
  display: inline-block;
  width: 70%;
  margin: 0 10px 0 0;
}
.element_editor_panel .content_entry_panel .split_20 {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0 10px 0 0;
}
.element_editor_panel .content_entry_panel .split_5 {
  position: relative;
  display: inline-block;
  bottom: 30px;
  width: 4%;
  margin: 0 10px 0 0;
}
.element_editor_panel .content_entry_panel .split_5_static {
  display: inline-block;
  width: 25%;
  margin: 0 10px 0 0;
  text-align: right;
  padding-right: 26px;
}
.element_editor_panel .content_entry_panel .element_wordcounter {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.element_editor_panel .content_entry_panel ul {
  list-style: none;
}
.element_editor_panel .content_entry_panel ul li {
  position: relative;
}
.element_editor_panel .content_poll_entry_panel {
  position: relative;
}
.element_editor_panel .content_poll_entry_panel p {
  color: #C5CCD4;
}
.element_editor_panel .content_poll_entry_panel textarea {
  max-width: 75%;
  display: inline;
  margin: 0;
}
.element_editor_panel .content_poll_entry_panel .split_75 {
  position: relative;
  display: inline-block;
  width: 70%;
  margin: 0 10px 0 0;
}
.element_editor_panel .content_poll_entry_panel .split_25 {
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0 10px 0 0;
}
.element_editor_panel .content_poll_entry_panel .element_wordcounter {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.element_editor_panel .content_poll_entry_panel ul {
  list-style: none;
}
.element_editor_panel .content_poll_entry_panel ul li {
  position: relative;
}
.element_editor_panel .button_file_select {
  margin: 10px 0;
  width: 100%;
  height: 50px;
  padding: 20px 40px;
  background-color: #07BEB8;
  border-radius: 5px;
  position: relative;
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_editor_panel .button_file_select img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.element_editor_panel .button_file_select:hover {
  opacity: 0.75;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_editor_preview_panel {
  background: #FFFFFF;
  height: 100%;
}
.element_editor_preview_panel .segment_preview_hero {
  padding: 20px 20px 0;
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  word-break: break-all;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_hero {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_hero {
    font-size: 18px;
  }
}
.element_editor_preview_panel .segment_preview_hero p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  word-break: break-all;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_hero p {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_hero p {
    font-size: 18px;
  }
}
.element_editor_preview_panel .segment_preview_hero .share_bar {
  width: 100%;
  border-top: 3px solid #C5CCD4;
  position: relative;
  height: 20px;
}
.element_editor_preview_panel .segment_preview_hero .share_bar img {
  position: absolute;
  right: 20px;
  top: -8px;
  width: 15px;
}
.element_editor_preview_panel .segment_preview_title {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
  padding: 20px 20px 0;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_title {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_title {
    font-size: 18px;
  }
}
.element_editor_preview_panel .segment_preview_title p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_title p {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_title p {
    font-size: 18px;
  }
}
.element_editor_preview_panel .segment_preview_subtitle {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
  padding: 20px 20px 0;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_subtitle {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_subtitle {
    font-size: 16px;
  }
}
.element_editor_preview_panel .segment_preview_subtitle p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1E2023;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_subtitle p {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_subtitle p {
    font-size: 16px;
  }
}
.element_editor_preview_panel .segment_preview_excerpt {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 20px 0;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_excerpt {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_excerpt {
    font-size: 14px;
  }
}
.element_editor_preview_panel .segment_preview_excerpt p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_excerpt p {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_excerpt p {
    font-size: 14px;
  }
}
.element_editor_preview_panel .segment_preview_paragraph {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  padding: 20px 20px 0;
}
.element_editor_preview_panel .segment_preview_paragraph div {
  padding: 5px;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_paragraph {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_paragraph {
    font-size: 14px;
  }
}
.element_editor_preview_panel .segment_preview_paragraph p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_paragraph p {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_paragraph p {
    font-size: 14px;
  }
}
.element_editor_preview_panel .segment_preview_calloutquote {
  padding: 10px 0;
}
.element_editor_preview_panel .segment_preview_calloutquote div {
  position: relative;
  margin: 0 40px 0 0;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #07BEB8;
  overflow: hidden;
}
.element_editor_preview_panel .segment_preview_calloutquote div p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E2023;
  line-height: 1.1;
  color: #FFFFFF;
}
@media all and (max-width: 1100px) {
  .element_editor_preview_panel .segment_preview_calloutquote div p {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  .element_editor_preview_panel .segment_preview_calloutquote div p {
    font-size: 18px;
  }
}
.element_editor_preview_panel .segment_preview_calloutquote div:before {
  content: ' ';
  width: 40px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-image: url('../img/icon/icon_quotemark_six.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.element_editor_preview_panel .segment_preview_calloutquote div:after {
  content: ' ';
  width: 40px;
  height: 60px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url('../img/icon/icon_quotemark_nine.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.element_editor_preview_panel .segment_preview_image img {
  margin: 0;
}
.element_editor_preview_panel .segment_preview_image .caption {
  word-break: break-word;
  margin: 0 0 10px;
}
.element_editor_preview_panel .segment_preview_image .caption p {
  padding: 10px 20px;
  background-color: #C5CCD4;
}
.element_editor_preview_panel .segment_preview_gallery {
  position: relative;
  width: 100%;
}
.element_editor_preview_panel .segment_preview_gallery img {
  margin: 0;
  width: 100%;
}
.element_editor_preview_panel .segment_preview_gallery .caption {
  word-break: break-word;
  margin: 0;
}
.element_editor_preview_panel .segment_preview_gallery .caption p {
  padding: 10px 20px;
  background-color: #C5CCD4;
}
.element_editor_preview_panel .segment_preview_video .video {
  width: 100%;
}
.element_editor_preview_panel .segment_preview_video .vimeo {
  position: relative;
  overflow: hidden;
  padding-top: calc(60% - 10px);
}
.element_editor_preview_panel .segment_preview_video .vimeo .vimeo_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 36px);
  border: 0;
}
.element_editor_preview_panel .segment_preview_video .vimeo .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 36px);
  border: 8px outset #E9EDEE;
  color: #C5CCD4;
  opacity: 0.8;
  text-align: center;
}
.element_editor_preview_panel .segment_preview_video .vimeo .placeholder p {
  margin-top: 25% 0;
  font-size: 20px;
}
.element_editor_preview_panel .segment_preview_video .caption {
  word-break: break-word;
  margin: 0 0 10px;
}
.element_editor_preview_panel .segment_preview_video .caption p {
  padding: 10px 20px;
  background-color: #C5CCD4;
}
.element_editor_preview_panel .segment_preview_audio {
  background-color: #A5ADB8;
  padding: 20px;
  text-align: center;
}
.element_editor_preview_panel .segment_preview_audio audio {
  width: 100%;
}
.element_editor_preview_panel .segment_preview_audio .caption {
  word-break: break-word;
  margin: 0;
}
.element_editor_preview_panel .segment_preview_audio .caption p {
  padding: 10px 20px;
  color: #FFFFFF;
}
.element_editor_preview_panel .segment_preview_unorderedlist ul {
  padding: 10px 40px;
  list-style: disc;
}
.element_editor_preview_panel .segment_preview_unorderedlist ul li {
  padding: 10px 0;
}
.element_editor_preview_panel .segment_preview_orderedlist ol {
  padding: 10px 40px;
}
.element_editor_preview_panel .segment_preview_orderedlist ol li {
  padding: 10px 0;
}
.element_editor_preview_panel .segment_preview_quiz {
  padding: 20px;
}
.element_editor_preview_panel .segment_preview_quiz ul {
  list-style: none;
  margin: 10px 0 0;
}
.element_editor_preview_panel .segment_preview_quiz ul li {
  border-radius: 100px;
  padding: 5px 10px 5px 8px;
  background: #E9EDEE;
  margin: 0 0 10px;
}
.element_editor_preview_panel .segment_preview_poll {
  padding: 20px;
}
.element_editor_preview_panel .segment_preview_poll ul {
  list-style: none;
  margin: 10px 0 0;
}
.element_editor_preview_panel .segment_preview_poll ul li {
  border-radius: 100px;
  padding: 5px 10px 5px 8px;
  background: #E9EDEE;
  margin: 0 0 10px;
}
.element_editor_preview_panel .segment_preview_link {
  padding: 5px 0 20px;
  margin: 0 20px 0 0;
}
.element_editor_preview_panel .segment_preview_link a {
  display: flex;
  max-width: 398px;
  min-width: 200px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 2px #E9EDEE;
}
.element_editor_preview_panel .segment_preview_link a .link_icon {
  height: 20px;
  width: 20px;
  margin: 10px;
}
.element_editor_preview_panel .segment_preview_link a p {
  margin: 10px;
  font-size: 18px;
}
.element_editor_preview_panel .segment_preview_link a .cheveron_icon {
  height: 10px;
  width: 12px;
  margin: 15px 13px 15px auto;
}
.element_basic_list {
  list-style: none;
  margin: 0;
}
.element_basic_list li a {
  display: block;
  margin: 0 20px;
  padding: 10px 0 8px;
}
.element_basic_list li a p {
  margin: 0;
}
.element_basic_list li a div {
  display: inline-block;
}
.element_basic_list li a div.w200 {
  min-width: 200px;
}
.element_basic_list li a div.w150 {
  min-width: 150px;
}
.element_basic_list li a div.w100 {
  min-width: 100px;
}
.element_basic_list li a div.w50 {
  min-width: 50px;
}
.element_basic_list li:nth-child(odd) {
  background-color: rgba(212, 212, 212, 0.15);
}
.element_action_list {
  list-style: none;
  margin: 0;
  border-top: 1px solid #E9EDEE;
  font-size: 0;
}
.element_action_list li {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.element_action_list li a {
  width: 40px;
  height: 40px;
}
.element_action_list li img {
  width: 20px;
  height: 20px;
  margin: 10px;
  opacity: 0.75;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_action_list li:hover img {
  opacity: 1;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_tags {
  list-style: none;
  margin: 0;
}
.element_tags li {
  position: relative;
  padding: 10px 5px;
  margin: 5px 0;
  background-color: #07BEB8;
  color: #FFFFFF;
}
.element_tags li .order_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.element_open_access_code {
  background-color: #07BEB8;
  border-radius: 5px;
  padding: 10px 40px 5px;
  color: #FFFFFF;
  display: inline-block;
}
.element_open_access_code h1,
.element_open_access_code h2,
.element_open_access_code h3,
.element_open_access_code h4,
.element_open_access_code h5,
.element_open_access_code h6,
.element_open_access_code p {
  color: #FFFFFF;
  margin: 0;
}
.element_horizontal_button_list {
  list-style: none;
  margin: 0;
}
.element_horizontal_button_list li,
.element_horizontal_button_list a {
  display: inline-block;
  padding: 5px 10px 3px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  background-color: #07BEB8;
  color: #FFFFFF;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.element_horizontal_button_list :hover {
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#section_loginbox .panel {
  border-radius: 10px;
  background-color: #FFFFFF;
}
#section_loginbox .panel .header_panel {
  padding: 30px 20px 20px;
  height: 80px;
  text-align: left;
}
#section_loginbox .panel .header_panel .logo_wrapper {
  text-align: left;
}
#section_loginbox .panel .header_panel .logo_wrapper img {
  max-height: 40px;
}
#section_loginbox .panel .login_panel {
  padding: 20px;
  margin-bottom: 20px;
}
#section_loginbox .text_link {
  color: #C5CCD4;
}
#section_loginbox .text_link a {
  color: #C5CCD4;
  font-weight: 600;
  text-decoration: underline;
}
#section_loginbox .text_left {
  text-align: left;
}
#section_loginbox .text_centre {
  text-align: center;
}
#section_side {
  position: fixed;
  left: 0;
  top: 115px;
  bottom: 0;
  width: 250px;
  z-index: 10;
  background: #FFFFFF;
}
#section_wrapper {
  position: absolute;
  overflow-y: scroll;
  left: 200px;
  top: 85px;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#section_wrapper.expanded {
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#section_content {
  position: relative;
  padding: 20px;
}
#section_content.full {
  position: relative;
  padding: 0;
}
#section_menu {
  background-color: #3E4650;
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#section_menu .logo_wrapper {
  height: 85px;
  border-bottom: 1px solid #1E2023;
}
#section_menu .logo_wrapper img {
  max-width: 100px;
  padding: 25px 0 0 20px;
}
#section_menu ul {
  padding: 20px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #262e3a;
}
#section_menu ul li a {
  padding: 10px 0;
  display: block;
  color: #FFFFFF;
}
#section_menu ul li a img {
  max-width: 15px;
  max-height: 15px;
  opacity: 0.5;
}
#section_menu ul li a span {
  padding: 0 0 0 10px;
}
#section_menu ul li button {
  margin: 10px 0 10px 2px;
}
#section_menu.minimise {
  left: -190px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#section_segment_selector {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}
#section_segment_selector .element_segment_selector_panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 799;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#section_segment_selector.hidden {
  display: none;
}
#section_segment_selector.active .element_segment_selector_panel {
  opacity: 1;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#section_segment_selector.active .element_segment_menu {
  left: 0;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
#section_segment_selector.active .element_segment_sub_menu.active {
  left: 300px;
  -moz-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.template_organisations#section_content .element_page_subtitle_panel {
  margin: 40px 0 10px;
}
.template_editor blockquote {
  background-color: #07BEB8;
  border: none;
  padding: 20px 20px 5px;
}
.template_editor blockquote p {
  color: #FFFFFF;
  font-weight: 600 !important;
  font-size: 20px !important;
}
.template_editor table {
  border: 1px solid #A5ADB8;
}
.template_editor table thead {
  background-color: transparent;
}
.template_editor table tr {
  background-color: transparent;
}
.template_editor table th,
.template_editor table td {
  border: 1px solid #A5ADB8;
}
.template_editor pre {
  background-color: #E9EDEE;
  border: none !important;
  padding: 5px;
}
.template_editor code {
  background-color: #E9EDEE;
  border: none !important;
  font-family: 'Fira Code', monospace;
}
.template_editor .button_add_segment {
  margin: 20px 0;
}
.template_editor .panorama .panolens-container {
  height: 440px;
}
.template_editor .panorama .panolens-container canvas {
  width: 100% !important;
  height: 100% !important;
}
.template_editor .panorama .infospot_data {
  position: relative;
}
.template_editor .panorama .infospot_data .infospot_data_card {
  position: absolute;
  left: 30%;
  top: 70px;
  padding: 10px;
  height: 300px;
  width: 40%;
  background-color: #FFFFFF;
  border-radius: 3px;
  overflow: scroll;
}
.template_editor .panorama .infospot_data .infospot_data_card .close_infospot_preview {
  background-color: #A5ADB8;
  height: 20px;
  border-radius: 3px;
  padding: 3px;
}
.template_editor .panorama .panorama_data_container {
  height: 60px;
  overflow: hidden;
  margin: 20px 0;
  -moz-transition: max-height 1.5s ease;
  -webkit-transition: max-height 1.5s ease;
  -o-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
}
.template_editor .panorama .panorama_data_container.active {
  height: 100%;
  -moz-transition: max-height 1.5s ease;
  -webkit-transition: max-height 1.5s ease;
  -o-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
}
.template_editor .panorama .element_editor_panel {
  padding: 0;
  border: none;
  margin: 0;
}
.template_editor .panorama .element_editor_panel .delete_panel {
  position: static;
}
.template_editor .panorama .element_editor_panel .delete_panel .delete_infospot {
  position: relative;
  top: 10px;
  right: 22px;
}
.template_editor .panorama .panolens-container {
  background: #3E4650;
}
.template_editor .panorama .panolens_id_display {
  position: relative;
  bottom: 425px;
  left: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background-color: #07BEB8;
  border-radius: 100%;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
}
.template_editor .panorama .panolens_id_display p {
  position: absolute;
  left: 9px;
}
.template_editor .panorama .panorama_card_controls {
  justify-content: flex-end;
}
.template_editor .panorama .panorama_card_controls .delete_panel {
  padding-right: 5px;
}
.template_editor .panorama .cards {
  padding: 10px;
  margin: 10px;
}
.template_editor .panorama .cards .image_card {
  height: 75px !important;
}
.template_editor .panorama .cards .image_card .image_select_box_panel {
  margin: 0;
}
.template_editor .panorama .cards .image_card .resize {
  width: 150px;
}
.template_editor .panorama .infospot_card {
  padding: 10px 0;
}
.template_editor .panorama .button_square {
  margin-left: 10px;
}
.template_editor .expand_card_button {
  margin-top: 7px;
  height: 16px;
}
.template_editor .expand_card_button:hover {
  transform: rotate(180deg);
}
.template_editor .expand_card_button.active {
  transform: rotate(180deg);
}
.template_editor .expand_card_button.active .cards {
  padding: 10px;
  margin: 10px;
}
.template_404 {
  background-color: #07BEB8;
}
.template_404 .element_hero {
  font-size: 20em;
  font-weight: 800;
  color: #FFFFFF;
}
.template_404 .element_subtitle {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  bottom: 5vh;
}
.template_404 a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 3px;
}
.template_404 a:hover {
  background-color: #FFFFFF;
  color: #F7CB15;
}
.template_videoreel .margin_wrapper {
  margin: 0 0 20px;
}
.template_videoreel .margin_wrapper_left {
  margin: 0 30px 20px 0;
}
header {
  position: fixed;
  left: 200px;
  right: 0;
  top: 0;
  z-index: 2000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
header .menu_panel {
  background-color: #FFFFFF;
  height: 50px;
  text-align: right;
}
header .menu_panel ul {
  margin: 0;
  list-style: none;
  font-size: 0;
}
header .menu_panel ul li {
  border-left: 1px solid #E9EDEE;
  display: inline-block;
  height: 50px;
  width: 50px;
}
header .menu_panel ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
}
header .menu_panel ul li img {
  padding: 13px;
  height: 50px;
  width: 50px;
}
header .menu_panel ul li a:hover {
  background-color: #E9EDEE;
}
header .menu_panel.left {
  text-align: left;
}
header .menu_panel.left ul li {
  border-left: none;
  border-right: 1px solid #E9EDEE;
}
header .breadcrumbs_panel {
  padding: 5px 10px;
  border-top: 1px solid #E9EDEE;
  height: 35px;
}
header .breadcrumbs_panel ul {
  list-style: none;
  margin: 0;
  float: left;
}
header .breadcrumbs_panel ul li {
  position: relative;
  display: inline-block;
}
header .breadcrumbs_panel ul li a {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 5px 3px;
  color: #3E4650;
  display: block;
  border-radius: 5px;
}
@media all and (max-width: 1100px) {
  header .breadcrumbs_panel ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  header .breadcrumbs_panel ul li a {
    font-size: 14px;
  }
}
header .breadcrumbs_panel ul li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translate(0, -50%);
  color: #C5CCD4;
}
header .breadcrumbs_panel ul li:hover a {
  color: #07BEB8;
}
header .breadcrumbs_panel ul li:last-child:after {
  content: none;
}
header .breadcrumbs_panel .version_panel {
  float: right;
  text-align: right;
}
header .breadcrumbs_panel .version_panel p {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  font-size: 11px;
  margin: 0;
  color: #C5CCD4;
}
@media all and (max-width: 1100px) {
  header .breadcrumbs_panel .version_panel p {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  header .breadcrumbs_panel .version_panel p {
    font-size: 12px;
  }
}
header.expanded {
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 1024px) {
  .element_editor_panel .content_text_entry_panel {
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .template_404 .element_hero {
    font-size: 150px;
  }
}
@media all and (max-width: 481px) {
  .template_404 .element_hero {
    font-size: 100px;
  }
  .template_404 .element_suubtitle {
    font-size: 50px;
  }
}
