@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'triestervector';
  src: url('fonts/triester-vector-webfont.woff2') format('woff2'), url('fonts/triester-vector-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.script {
  font-family: 'triestervector', serif;
}
.serif {
  font-family: 'Cutive', serif;
}
.highlighter {
  box-shadow: inset 0 -.3rem #1f59c7;
}
.font-2x {
  font-size: 200%;
}
a.text-white-50:hover {
	color: rgba(255,255,255,1) !important;
}
body {
  padding-top: 56px;
}
h1 {
  font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h2 {
  font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}
h3 {
  font-family: 'Proxima Nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
.theme-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 135, 166, 0.4);
  z-index: 0;
}
.card-outline-pink {
  border: solid 1px #d61c5b;
  box-shadow: 0 0 0 6px #d61c5b;
}
a {
  color: #00549A;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #d61c5b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #afadb2 !important;
  border-color: #afadb2;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: #fff;
  background-color: #d61c5b !important;
  border-color: #d61c5b;
}
.hero {
  background: linear-gradient(90deg, rgb(91, 92, 108), rgb(52, 58, 64));
}
.hero > .container {
  background: url("img/strategy.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .hero > .container {
    background: url("img/strategy-transparent.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.price {
  font-size: 36px;
  font-weight: 600;
}
.master-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgb(225, 225, 225);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.panel-group .panel + .panel {
  margin-top: 0px;
}
.accordion-toggle:before {
  /* symbol for "opening" panels */
  font-weight: 100;
  font-size: 36px;
  line-height: 20px;
  /* essential for enabling glyphicon */
  content: "\2212";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #ADADAD; /* adjust as needed */
}
.accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\002B";
}
.accordion-toggle:hover:before, .accordion-toggle.collapsed:hover:before {
  color: #00549A;
}