@font-face {
  font-family: 'chronicapro-bold';
  src: url("../webfonts/chronicapro-bold-webfont.woff2") format("woff2"), url("../webfonts/chronicapro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'chronicapro-light';
  src: url("../webfonts/chronicapro-light-webfont.woff2") format("woff2"), url("../webfonts/chronicapro-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'chronicapro-regular';
  src: url("../webfonts/chronicapro-regular-webfont.woff2") format("woff2"), url("../webfonts/chronicapro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "chronicapro-regular", sans-serif;
  font-size: 12.5pt;
  color: #273137; }

body.blog {
  background: #f4f4f4; }

button,
input,
textarea,
select {
  font-family: "chronicapro-regular", sans-serif; }

a:focus,
a:hover,
a:active {
  outline: none;
  box-shadow: none; }

p {
  line-height: 1.3em; }

img.lazy {
  opacity: 0;
  transition: opacity 0.4s; }

img.lazy-loaded {
  opacity: 1; }

.clear-title {
  clear: both !important; }

.small-text {
  font-size: 0.8em; }

.big-text {
  font-size: 1.2em; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding {
  padding: 0 !important; }

.cover-bg, .flammo-container-media.image-display-extend .flammo-media-column, .entry-content .flammo-container-dual-media .media-column, .page-header {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.repeat-bg {
  background-repeat: repeat !important; }

.top-center-bg {
  background-position: top center; }

.top-left-bg {
  background-position: top left; }

.top-right-bg {
  background-position: top right; }

.bottom-center-bg {
  background-position: bottom center; }

.bottom-left-bg {
  background-position: bottom left; }

.bottom-right-bg {
  background-position: bottom right; }

.white-bg {
  background-color: #FFF; }

.grey-bg {
  background-color: #f4f8f8; }

.first-bg {
  background-color: #003d66; }

.second-bg {
  background-color: #68c287; }

.acf-block-preview .first-bg,
.acf-block-preview .second-bg,
.entry-content .first-bg,
.entry-content .second-bg {
  color: #FFF; }
  .acf-block-preview .first-bg h1,
  .acf-block-preview .first-bg h2,
  .acf-block-preview .first-bg h3,
  .acf-block-preview .first-bg h4,
  .acf-block-preview .first-bg h5,
  .acf-block-preview .first-bg h6,
  .acf-block-preview .second-bg h1,
  .acf-block-preview .second-bg h2,
  .acf-block-preview .second-bg h3,
  .acf-block-preview .second-bg h4,
  .acf-block-preview .second-bg h5,
  .acf-block-preview .second-bg h6,
  .entry-content .first-bg h1,
  .entry-content .first-bg h2,
  .entry-content .first-bg h3,
  .entry-content .first-bg h4,
  .entry-content .first-bg h5,
  .entry-content .first-bg h6,
  .entry-content .second-bg h1,
  .entry-content .second-bg h2,
  .entry-content .second-bg h3,
  .entry-content .second-bg h4,
  .entry-content .second-bg h5,
  .entry-content .second-bg h6 {
    color: #FFF; }
  .acf-block-preview .first-bg .btn, .acf-block-preview .first-bg .entry-content .wp-block-button a, .entry-content .wp-block-button .acf-block-preview .first-bg a,
  .acf-block-preview .first-bg form.default button,
  form.default .acf-block-preview .first-bg button,
  .acf-block-preview .second-bg .btn,
  .acf-block-preview .second-bg .entry-content .wp-block-button a,
  .entry-content .wp-block-button .acf-block-preview .second-bg a,
  .acf-block-preview .second-bg form.default button,
  form.default .acf-block-preview .second-bg button,
  .entry-content .first-bg .btn,
  .entry-content .first-bg .wp-block-button a,
  .entry-content .wp-block-button .first-bg a,
  .entry-content .first-bg form.default button,
  form.default .entry-content .first-bg button,
  .entry-content .second-bg .btn,
  .entry-content .second-bg .wp-block-button a,
  .entry-content .wp-block-button .second-bg a,
  .entry-content .second-bg form.default button,
  form.default .entry-content .second-bg button {
    background: #FFF;
    color: #273137; }
  .acf-block-preview .first-bg .slick-arrow,
  .acf-block-preview .second-bg .slick-arrow,
  .entry-content .first-bg .slick-arrow,
  .entry-content .second-bg .slick-arrow {
    color: #FFF; }
  .acf-block-preview .first-bg .flammo-slick .slick-dots li button,
  .acf-block-preview .second-bg .flammo-slick .slick-dots li button,
  .entry-content .first-bg .flammo-slick .slick-dots li button,
  .entry-content .second-bg .flammo-slick .slick-dots li button {
    background: #FFF; }

.clearfix {
  width: 100%;
  clear: both; }

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

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

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

.center-vertical {
  align-items: center; }

.btn, .entry-content .wp-block-button a,
form.default button {
  color: #FFF;
  background-color: #003d66;
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  border-radius: 35px;
  margin: 20px 0 0;
  font-family: "chronicapro-regular", sans-serif;
  font-size: 1em;
  text-decoration: none;
  display: inline-block; }

.btn:hover, .entry-content .wp-block-button a:hover,
form.default button:hover,
.btn:focus,
.entry-content .wp-block-button a:focus,
form.default button:focus,
.btn:visited,
.entry-content .wp-block-button a:visited,
form.default button:visited {
  outline: none;
  color: #fff;
  text-decoration: none; }

.btn-white {
  background: #FFF;
  color: #003d66; }

.btn-white:hover,
.btn-white:focus,
.btn-white:visited {
  background: #FFF;
  color: #003d66;
  text-decoration: none; }

.btn.btn-border, .entry-content .wp-block-button a.btn-border,
form.default button.btn-border {
  background: transparent;
  color: #999 !important;
  border: solid 2px #CCC;
  border-radius: 4px; }

.btn.btn-small, .entry-content .wp-block-button a.btn-small,
form.default button.btn-small {
  padding: 7.5px 15px;
  font-size: 0.8em; }

.btn.btn-big, .entry-content .wp-block-button a.btn-big,
form.default button.btn-big {
  padding: 25px 60px;
  font-size: 1.2em; }

.btn.btn-secondary, .entry-content .wp-block-button a.btn-secondary,
form.default button.btn-secondary {
  background: #68c287; }

.no-margin-top a {
  margin-top: 0 !important; }

.no-margin-bottom a {
  margin-bottom: 0 !important; }

.no-margin-right a {
  margin-right: 0 !important; }

.no-margin-left a {
  margin-left: 0 !important; }

/*HEADER*/
.site-header {
  background: #FFF;
  padding: 30px 0; }

.site-branding {
  margin: 0; }

.menu-toggle {
  padding: 0;
  color: #FFF;
  background: transparent;
  border: none;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 30px;
  display: none; }

.menu-toggle:focus,
.menu-toggle:hover {
  outline: none;
  box-shadow: none; }

.main-navigation {
  text-align: right; }

.main-navigation ul {
  justify-content: flex-end; }
.main-navigation ul li {
  display: inline-flex; }
.main-navigation ul li.menu-item-has-children {
  padding-right: 10px; }
.main-navigation ul li.menu-item-has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3.5px 0 0;
  transition: all 0.3s; }
.main-navigation ul li.menu-item-has-children:hover:after {
  transform: rotate(180deg); }
.main-navigation a {
  color: #273137;
  padding: 0.7em;
  line-height: normal; }
.main-navigation ul ul {
  background: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 15px; }
.main-navigation ul ul a {
  color: #273137;
  font-size: 0.9em;
  width: auto;
  min-width: 200px; }

/*FOOTER*/
.site-footer {
  opacity: 1;
  margin: 0;
  padding: 80px 0;
  background: #FFF; }
  .site-footer .menu {
    display: block;
    list-style: none; }
    .site-footer .menu ul {
      margin: 0;
      padding: 0; }
      .site-footer .menu ul li {
        display: inline-block;
        margin: 0 20px; }
        .site-footer .menu ul li a {
          text-decoration: none; }

/*FORMS*/
form.default .input-wrapper {
  display: block;
  margin: 0 0 15px;
  position: relative;
  border-radius: 3px;
  background: #FFF;
  color: #666;
  padding: 5px 10px;
  box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
  border: solid 1px #CCC; }
form.default .input-wrapper input,
form.default .input-wrapper select,
form.default .input-wrapper textarea,
form.default .input-file + label {
  border: none;
  background: transparent;
  color: #273137;
  height: 40px;
  width: 100%;
  font-family: "chronicapro-regular", sans-serif;
  font-size: 12.5pt;
  border-radius: 0;
  display: block; }
form.default .input-wrapper input:focus,
form.default .input-wrapper select:focus,
form.default .input-wrapper textarea:focus {
  outline: none;
  box-shadow: none;
  border: none; }
form.default .input-wrapper textarea {
  height: 115px;
  resize: none; }
form.default form.default.grey-input .input-wrapper,
form.default form.default.grey-input .input-wrapper input,
form.default form.default.grey-input .input-wrapper select,
form.default form.default.grey-input .input-wrapper textarea {
  background: #f4f4f4; }
form.default form.default.white-inputs .input-wrapper {
  background: #FFF; }
form.default button:focus {
  outline: none;
  box-shadow: none; }
form.default ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #273137;
  font-family: "chronicapro-regular", sans-serif; }
form.default ::-moz-placeholder {
  /* Firefox 19+ */
  color: #273137;
  font-family: "chronicapro-regular", sans-serif; }
form.default :-ms-input-placeholder {
  /* IE 10+ */
  color: #273137;
  font-family: "chronicapro-regular", sans-serif; }
form.default :-moz-placeholder {
  /* Firefox 18- */
  color: #273137;
  font-family: "chronicapro-regular", sans-serif; }
form.default input:-webkit-autofill,
form.default input:-webkit-autofill:hover,
form.default input:-webkit-autofill:focus,
form.default input:-webkit-autofill:active {
  color: #273137 !important;
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
  -webkit-text-fill-color: #273137 !important; }
form.default .input-wrapper input[type="file"] {
  height: auto;
  margin: 8.5px 0; }
form.default .label-text {
  margin-bottom: 5px;
  display: block;
  text-align: left; }
form.default label.error {
  position: absolute;
  font-size: 0.8em;
  top: 5px;
  right: 5px;
  color: #003d66;
  background: #FFF;
  border-radius: 4px;
  line-height: normal;
  padding: 0 5px; }
form.default .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
form.default form.access-form .input-file + label {
  background: #FFF; }
form.default .input-file + label strong .fa {
  margin: 0 5px 0 0; }
form.default .input-file + label span {
  line-height: 40px; }
form.default .input-file + label span:focus {
  outline: none;
  box-shadow: none;
  border: none; }
form.default .input-file + label strong {
  padding: 0 20px;
  line-height: 50px; }
form.default .input-file + label span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  float: left;
  color: #273137;
  font-weight: 400;
  margin: 0 240px 0 0; }
form.default .input-file + label strong,
form.default .input-file + label strong:focus {
  width: 240px;
  height: 100%;
  color: #FFF;
  background-color: #003d66;
  display: block;
  transition: background 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer; }
form.default .input-file:focus + label strong,
form.default .input-file.has-focus + label strong,
form.default .input-file + label:hover strong {
  background-color: #68c287; }
form.default .select-list-wrapper {
  text-align: left; }
  form.default .select-list-wrapper .select-label {
    display: block;
    margin: 0 0 5px;
    font-size: 0.9em; }
    form.default .select-list-wrapper .select-label input {
      margin: 0 5px 0 0; }
  form.default .select-list-wrapper label.error {
    top: auto;
    bottom: 5px; }
form.default .recaptcha-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  form.default .recaptcha-wrapper .recaptcha-inputs {
    position: relative; }
form.default .boolean-wrapper {
  text-align: left; }
  form.default .boolean-wrapper .select-label {
    display: flex; }
    form.default .boolean-wrapper .select-label input {
      margin: 5px 10px 0 0; }

/*BLOG*/
.blog .blog-section-title {
  margin: 60px 0 0; }
.blog .site-main {
  padding-bottom: 80px; }
.blog .hentry {
  margin: 45px 0 0; }
.blog .entry-content > * {
  margin-top: 25px;
  margin-bottom: 25px; }
.blog .menu-blog-container {
  background: #f4f8f8;
  padding: 0 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.25);
  margin: 40px 0; }
  .blog .menu-blog-container ul {
    display: flex;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap; }
    .blog .menu-blog-container ul li {
      display: flex;
      margin: 10px 6px;
      flex-grow: 1; }
      .blog .menu-blog-container ul li a {
        background: #FFF;
        text-decoration: none;
        border-radius: 4px;
        height: 50px;
        padding: 10px;
        display: block;
        color: #273137;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
    .blog .menu-blog-container ul .current-menu-item a {
      background: #003d66;
      color: #FFF; }
    .blog .menu-blog-container ul .search-btn {
      flex-grow: 0;
      width: 50px; }
      .blog .menu-blog-container ul .search-btn a {
        background: transparent;
        font-size: 25px; }
.blog .search-lightbox .lightbox-title {
  font-weight: 700;
  font-size: 2.4em;
  color: #003d66; }
.blog .search-lightbox .search-form {
  margin: 20px auto 30px;
  max-width: 700px;
  background: transparent;
  border: solid 2px #f4f8f8;
  border-radius: 5px; }
  .blog .search-lightbox .search-form .search-submit {
    color: #273137; }
  .blog .search-lightbox .search-form .search-submit,
  .blog .search-lightbox .search-form .search-field {
    height: 80px; }
  .blog .search-lightbox .search-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #273137; }
  .blog .search-lightbox .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #273137; }
  .blog .search-lightbox .search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #273137; }
  .blog .search-lightbox .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #273137; }
.blog .search-lightbox .search-categories-title {
  color: #273137;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 30px; }
.blog .search-lightbox .categories-search {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap; }
  .blog .search-lightbox .categories-search li {
    display: flex;
    margin: 0 6px 10px;
    flex-grow: 1; }
    .blog .search-lightbox .categories-search li a {
      display: block;
      width: 100%;
      background: #f8f8f8;
      color: #273137;
      text-decoration: none;
      padding: 10px;
      font-size: 0.9em;
      border-radius: 4px;
      text-transform: uppercase;
      font-weight: 600; }
.blog .page-header .widget .widget-title {
  text-align: right;
  font-weight: 700;
  font-size: 1.4em;
  margin: 0 0 20px;
  color: #FFF; }
.blog .page-header .widget form.form-news {
  max-width: 100%;
  margin: 0; }
  .blog .page-header .widget form.form-news .input-wrapper {
    padding: 5px;
    margin: 0; }
  .blog .page-header .widget form.form-news .inputs-form-newsletter-wrapper {
    padding-right: 115px; }
  .blog .page-header .widget form.form-news .button-form-newsletter-wrapper {
    width: 110px; }
    .blog .page-header .widget form.form-news .button-form-newsletter-wrapper button {
      font-size: 0.9em;
      border-radius: 4px; }
.blog .post-list-small {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }
  .blog .post-list-small .entry-title {
    line-height: normal;
    font-size: 1.2em; }
    .blog .post-list-small .entry-title a {
      color: #273137; }
.blog .widget_categories {
  text-align: center; }
  .blog .widget_categories ul,
  .blog .widget_categories ol {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog .widget_categories ul li a,
    .blog .widget_categories ol li a {
      text-transform: uppercase;
      text-decoration: none;
      color: #273137; }
    .blog .widget_categories ul li a:before,
    .blog .widget_categories ol li a:before {
      content: '';
      width: 160px;
      height: 1px;
      background: #DDD;
      display: block;
      margin: 15px auto; }
    .blog .widget_categories ul li:first-child a:before,
    .blog .widget_categories ol li:first-child a:before {
      display: none; }

.entry-header h1.entry-title,
.entry-header h2.entry-title {
  color: #003d66;
  font-size: 2em;
  line-height: normal;
  font-weight: 600;
  margin: 0; }

.entry-header .addthis_inline_share_toolbox {
  margin: 30px 0 0; }

.entry-title a {
  color: #003d66;
  text-decoration: none; }

.post-list {
  padding: 0;
  background: #FFF;
  border: solid 1px #e1e1e1;
  position: relative; }
  .post-list .entry-excerpt {
    margin: 0 1.5em 1.5em; }
  .post-list .entry-header {
    margin: 2.5em 1.5em 1.5em; }

.post-thumbnail {
  text-align: center;
  background: #F1F1F1;
  position: relative;
  min-height: 248px; }

.post-thumbnail img {
  display: block; }

.post-date {
  position: absolute;
  bottom: -15px;
  left: -15px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.5em;
  padding: 20px 30px;
  background: #003d66;
  z-index: 2; }

.post-date:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 0;
  border-color: transparent #003d66 transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0; }

.single .site-main {
  padding-bottom: 0; }
.single .post-date {
  font-size: 2em;
  bottom: 20px; }
.single .post-thumbnail {
  background: #ababab; }
.single .post-thumbnail.no-thumb {
  height: 400px; }
.single .post-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65); }
.single .entry-content > * {
  margin-top: 25px;
  margin-bottom: 25px; }
.single .entry-content h2 {
  font-size: 1.5em; }
.single .entry-content h3 {
  font-size: 1.2em; }

.btn-read-more {
  background: transparent;
  border: solid 2px #CCC;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 15px;
  color: #AAA;
  text-decoration: none;
  text-transform: uppercase; }

.btn-read-more:visited,
.btn-read-more:hover,
.btn-read-more:focus {
  color: #AAA; }

.widget-area {
  width: 100%;
  margin: 45px 0 0; }

.widget-title {
  color: #000;
  font-size: 18pt; }

.widget {
  float: left;
  width: 100%; }

.widget-news.form-news-wrapper {
  background: #f4f8f8;
  padding: 30px; }

.widget-news h3 {
  font-size: 1.3em;
  margin: 0 0 30px; }

.form-news-wrapper {
  text-align: center;
  padding: 0 45px; }

.titulo-news-single {
  font-size: 28pt;
  margin: 0 0 30px; }

form.form-news {
  position: relative;
  max-width: 470px;
  margin: 0 auto; }
  form.form-news .button-form-newsletter-wrapper {
    top: 0;
    right: 0;
    width: 52px;
    position: absolute; }
    form.form-news .button-form-newsletter-wrapper button {
      background: #003d66;
      border-radius: 4px;
      padding: 0;
      margin: 0;
      clip-path: none;
      height: 52px;
      width: 100%; }
  form.form-news .inputs-form-newsletter-wrapper {
    padding: 0 67px 0 0;
    width: 100%; }

.cta-form-post {
  text-align: center;
  color: #FFF;
  padding: 30px; }

.content-cta-form {
  margin: 0 0 30px; }

.wpp-list {
  margin: 0 !important;
  padding: 0; }
  .wpp-list li {
    margin-bottom: 20px; }
  .wpp-list li a.wpp-post-title {
    color: #003d66;
    font-weight: 600;
    font-size: 14pt;
    display: block;
    text-decoration: none;
    line-height: normal;
    margin: 0 0 5px; }

.search .page-header .page-title {
  font-size: 2em; }
.search .search-not-found-text {
  text-align: center;
  font-size: 1.2em;
  margin: 30px 0; }

.search-form {
  display: block;
  position: relative;
  padding: 0;
  background: #003d66; }
  .search-form label {
    display: block;
    margin: 0 50px 0 0; }
  .search-form .search-field {
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 0;
    width: 100%;
    height: 70px;
    border-right: none;
    background: transparent;
    border: none;
    color: #FFF;
    font-family: "chronicapro-regular", sans-serif; }
  .search-form .search-field:focus,
  .search-form .search-submit:focus {
    outline: none;
    box-shadow: none; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: none;
    color: #FFF;
    background: transparent;
    border-radius: 0;
    font-size: 25px; }
  .search-form .search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF; }
  .search-form .search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF; }
  .search-form .search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF; }
  .search-form .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF; }

.pagination {
  width: 100%;
  padding: 60px 30px 0;
  text-align: center; }
  .pagination .nav-links {
    display: block; }
  .pagination .nav-links a,
  .pagination .nav-links .current {
    display: inline-block;
    text-decoration: none;
    background: #003d66;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 3px; }
  .pagination .nav-links .current {
    background: #68c287; }

.comments-area a {
  color: #003d66; }

.comment-list {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0; }
  .comment-list li {
    margin: 15px 0; }
  .comment-list li .comment-content {
    margin: 10px 0; }
  .comment-list li.comment {
    padding: 1em; }
  .comment-list li.comment div.vcard cite.fn {
    font-style: normal; }
  .comment-list li.comment div.vcard img.avatar {
    border: 5px solid #ccc;
    float: right;
    margin: 0 0 1em 1em; }
  .comment-list li.comment div.comment-meta {
    font-size: 9px; }
  .comment-list li.comment div.comment-meta a {
    color: #ccc; }
  .comment-list li.comment p {
    margin: 0 0 1em; }
  .comment-list li.comment ul {
    list-style: square;
    margin: 0 0 1em 2em; }
  .comment-list li.comment div.reply a {
    font-weight: bold; }
  .comment-list li.comment ul.children {
    list-style: none;
    margin: 1em 0 0;
    text-indent: 0; }
  .comment-list li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 .25em .25em; }
  .comment-list li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 .25em .25em; }
  .comment-list li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 .25em .25em; }
  .comment-list li.even {
    background: #fff; }
  .comment-list li.odd {
    background: #f6f6f6; }
  .comment-list li.parent {
    border-left: 5px solid #003d66; }

.comment-form {
  float: left;
  width: 100%;
  margin: 0; }
  .comment-form p {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px; }
  .comment-form p.comment-form-email,
  .comment-form p.comment-form-author {
    width: 50%; }
  .comment-form p.comment-form-author {
    padding-right: 15px; }
  .comment-form p.comment-form-email {
    padding-left: 15px; }
  .comment-form p.comment-form-url {
    display: none; }
  .comment-form p label {
    float: left;
    width: 100%;
    margin: 5px 0; }
  .comment-form p input,
  .comment-form p textarea {
    float: right;
    width: 100%;
    height: 50px;
    background: #EEE;
    padding: 10px;
    border: solid 1px #e1e1e1; }
  .comment-form p input:focus,
  .comment-form p textarea:focus {
    outline: none; }
  .comment-form p textarea {
    height: 160px;
    resize: none; }
  .comment-form p input.submit {
    background: #68c287;
    height: 50px;
    margin: 10px 0 0;
    float: right;
    width: auto;
    padding: 0 30px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12.5pt; }

.comment-notes {
  text-align: center; }

.comments-area {
  margin: 0; }

.post-single-header-wrapper {
  position: relative; }
  .post-single-header-wrapper .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #FFF;
    padding: 0 35px 0 170px;
    color: #FFF; }

.entry-content {
  margin: 0; }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    color: #003d66;
    line-height: normal; }
  .entry-content a {
    color: #003d66; }
  .entry-content .content-cta-form h3 {
    color: #FFF;
    font-size: 2em;
    margin: 0; }
  .entry-content .btn, .entry-content .wp-block-button a,
  .entry-content form.default button,
  form.default .entry-content button {
    color: #FFF; }
  .entry-content ul,
  .entry-content ol {
    padding-left: 0; }

.post .entry-content h2 {
  padding-bottom: 0.5em;
  border-bottom: solid 1px #003d66; }

/*LOADING MASK*/
#flammo-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none; }

.loading-spinner {
  display: none; }

.loading-spinner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.loading-spinner::after {
  content: "";
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-color: transparent white white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33)); }

/*LIGHTBOX*/
.flammo-lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  overflow: auto;
  display: none;
  padding: 0 0 100px; }

.flammo-lightbox {
  background: #FFF;
  margin: 100px 0 0;
  position: relative;
  display: none;
  float: left;
  width: 100%;
  color: #666;
  text-align: center;
  padding: 30px; }

#aviso .flammo-lightbox {
  padding: 0; }

#aviso .flammo-lightbox .message {
  padding: 20px;
  font-size: 1.2em; }

#mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  z-index: 777;
  overflow: auto;
  display: none; }

.flammo-close-lightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  color: #333;
  font-size: 25px;
  line-height: 25px; }

.flammo-container,
.entry-content .flammo-container {
  padding: 60px 0;
  width: 100%;
  max-width: none;
  margin: 0; }
  .flammo-container .flammo-subtitle,
  .entry-content .flammo-container .flammo-subtitle {
    font-size: 2.8em;
    margin: 0 0 45px;
    line-height: normal; }
  .flammo-container .flammo-container-btn,
  .entry-content .flammo-container .flammo-container-btn {
    margin: 0;
    display: inline-block; }
  .flammo-container .flammo-slick,
  .entry-content .flammo-container .flammo-slick {
    margin-bottom: 45px; }
  .flammo-container .slick-slide img,
  .entry-content .flammo-container .slick-slide img {
    width: 100%; }
  .flammo-container .flammo-description,
  .entry-content .flammo-container .flammo-description {
    margin: 0 0 30px; }
  .flammo-container .flammo-description p:first-of-type,
  .entry-content .flammo-container .flammo-description p:first-of-type {
    margin-top: 0; }
  .flammo-container .flammo-description p:last-of-type,
  .entry-content .flammo-container .flammo-description p:last-of-type {
    margin-bottom: 0; }

.entry-content .flammo-container.no-button.no-description .flammo-description,
.entry-content .flammo-container.no-button.no-description .flammo-slick {
  margin-bottom: 0; }

.entry-content .flammo-container .no-button.no-description.no-content .flammo-description {
  margin-bottom: 0; }

.flammo-container-default,
.entry-content .flammo-container-default {
  background-repeat: no-repeat;
  line-height: 1.4em; }
  .flammo-container-default .flammo-container-default-content,
  .entry-content .flammo-container-default .flammo-container-default-content {
    text-align: center;
    margin: 15px 0 30px; }
  .flammo-container-default .content-title,
  .entry-content .flammo-container-default .content-title {
    font-size: 1.2em; }
    .flammo-container-default .content-title a,
    .entry-content .flammo-container-default .content-title a {
      text-decoration: none; }
  .flammo-container-default .content-image,
  .flammo-container-default .content-btn,
  .flammo-container-default .content-description,
  .entry-content .flammo-container-default .content-image,
  .entry-content .flammo-container-default .content-btn,
  .entry-content .flammo-container-default .content-description {
    margin: 7.5px 0; }
  .flammo-container-default .content-description p,
  .entry-content .flammo-container-default .content-description p {
    margin: 0 0 1em; }

.flammo-container-media .flammo-media-outer-container {
  position: relative; }
.flammo-container-media .flammo-media-inner-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }
.flammo-container-media .flammo-media-column,
.flammo-container-media .flammo-text-column {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center; }
.flammo-container-media .flammo-text-column {
  padding: 0 0 0 45px; }

.flammo-container-media.image-size .flammo-text-column {
  width: auto; }
.flammo-container-media.image-size .flammo-media-column {
  position: absolute;
  left: 0; }

.flammo-container-media.image-display-extend .flammo-media-column,
.flammo-container-media.fixed-text-fluid-image .flammo-media-column {
  position: absolute;
  left: 0; }

.flammo-container-media.media-right .flammo-media-inner-container {
  flex-direction: row; }
.flammo-container-media.media-right .flammo-media-column {
  position: absolute;
  right: 0;
  left: auto;
  justify-content: flex-end; }
.flammo-container-media.media-right .flammo-text-column {
  padding: 0 45px 0 0; }

.flammo-container-media.image-display-image-size.media-right .flammo-media-column {
  right: 0;
  left: auto; }

.entry-content .container-destaque {
  color: #FFF;
  padding: 0;
  line-height: normal; }
  .entry-content .container-destaque > .container > .row {
    min-height: 400px;
    align-items: center; }
  .entry-content .container-destaque .flammo-subtitle {
    color: #FFF;
    font-weight: 700;
    font-size: 3.6em; }
  .entry-content .container-destaque .flammo-description {
    font-size: 1.4em; }

.entry-content .flammo-container-dual-media {
  padding: 0; }
  .entry-content .flammo-container-dual-media .container-fluid {
    padding: 0; }
  .entry-content .flammo-container-dual-media .media-column {
    float: left;
    width: 50%;
    padding: 80px;
    background-color: #f4f8f8; }
    .entry-content .flammo-container-dual-media .media-column .media-column-description {
      color: #FFF; }
      .entry-content .flammo-container-dual-media .media-column .media-column-description h1,
      .entry-content .flammo-container-dual-media .media-column .media-column-description h2,
      .entry-content .flammo-container-dual-media .media-column .media-column-description h3,
      .entry-content .flammo-container-dual-media .media-column .media-column-description h4,
      .entry-content .flammo-container-dual-media .media-column .media-column-description h5,
      .entry-content .flammo-container-dual-media .media-column .media-column-description h6 {
        color: #FFF; }
  .entry-content .flammo-container-dual-media .media-column-left {
    text-align: right; }
    .entry-content .flammo-container-dual-media .media-column-left .media-column-description {
      float: right; }

.flammo-container-tabs .flammo-slick.slick-initialized,
.entry-content .flammo-container-tabs .flammo-slick.slick-initialized {
  padding: 0; }
.flammo-container-tabs .tabs-nav,
.entry-content .flammo-container-tabs .tabs-nav {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none; }
  .flammo-container-tabs .tabs-nav li,
  .entry-content .flammo-container-tabs .tabs-nav li {
    margin: 0;
    padding: 0; }
    .flammo-container-tabs .tabs-nav li a,
    .entry-content .flammo-container-tabs .tabs-nav li a {
      text-decoration: none;
      padding: 10px 20px;
      display: block;
      background: #FFF; }
.flammo-container-tabs .flammo-container-inner-content,
.entry-content .flammo-container-tabs .flammo-container-inner-content {
  padding: 30px; }
.flammo-container-tabs .flammo-slick,
.entry-content .flammo-container-tabs .flammo-slick {
  background: #FFF; }
.flammo-container-tabs .content-title,
.entry-content .flammo-container-tabs .content-title {
  margin-top: 0; }

.social-networks {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center; }
  .social-networks li {
    display: inline-block;
    margin: 0 5px; }

/* PAGE */
.page .hentry {
  margin: 0; }

.page-header {
  background-color: #68c287;
  max-width: 100%;
  margin: 0;
  color: #FFF;
  line-height: normal; }
  .page-header h1,
  .page-header h2,
  .page-header h3,
  .page-header h4,
  .page-header h5,
  .page-header h6 {
    line-height: normal;
    color: #FFF; }
  .page-header h1,
  .page-header h2 {
    font-size: 5em;
    margin: 0 0 0.5em; }
  .page-header p {
    font-size: 1.6em; }
  .page-header a {
    font-size: 12.5pt; }
  .page-header .page-title {
    font-size: 4em; }
  .page-header .breadcrumb {
    color: #68c287; }
  .page-header .breadcrumb a,
  .page-header .breadcrumb span {
    display: inline-block;
    margin: 0 5px;
    color: #68c287;
    text-decoration: none; }
  .page-header .page-header-row {
    height: 300px; }

.entry-footer {
  border: none; }

/*BLOCKS*/
.alignfull.contrast {
  margin: 0; }

.alignfull .wp-block-column h2,
.alignfull .wp-block-column h3,
.alignfull .wp-block-column h4,
.alignfull .wp-block-column p,
.alignfull .wp-block-button {
  margin-left: 32px;
  margin-right: 32px; }

.contrast {
  background: #003d66;
  color: #FFF; }

.contrast .wp-block-image {
  margin: 0; }

.contrast .wp-block-column {
  margin: 0; }

.entry-content .contrast .wp-block-button a {
  border-bottom-color: #FFF; }

.entry-content .contrast h1,
.entry-content .contrast h2,
.entry-content .contrast h3,
.entry-content .contrast h4 {
  color: #fff; }

.entry-content > * {
  margin-top: 50px;
  margin-bottom: 50px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  margin: -30px 0 0;
  font-size: 60px;
  line-height: 60px;
  color: #273137;
  transition: 0.4s opacity;
  z-index: 100; }

.slick-arrow:hover {
  color: #003d66; }

.slick-slide:focus,
.slick-slide:active,
.slick-arrow:focus,
.slick-arrow:active,
.slick-dots li button:focus,
.slick-dots li button:active {
  outline: none;
  border: none;
  box-shadow: none; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.entry-content .flammo-slick.slick-initialized {
  padding: 0 90px; }

.entry-content .flammo-slick .slick-arrow.slick-disabled {
  opacity: 0.5; }
.entry-content .flammo-slick .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0; }
.entry-content .flammo-slick .slick-dots li {
  display: inline-block;
  margin: 0 5px; }
.entry-content .flammo-slick .slick-dots li button {
  font-size: 0px;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: none;
  background: #273137;
  opacity: 0.5;
  transition: opacity 0.4s; }
.entry-content .flammo-slick .slick-dots li.slick-active button {
  opacity: 1; }

.slick-slide img {
  display: inline-block; }

.entry-content iframe {
  width: 100%;
  border: none;
  margin: 0;
  max-width: 100%; }

.entry-content .alignleft {
  float: left;
  margin: 1em 3em 1em 0;
  max-width: 100% !important; }
.entry-content .alignright {
  float: right;
  margin: 1em 0 1em 3em;
  max-width: 100% !important; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: none; }
.entry-content .post-cta {
  margin-top: 45px; }
  .entry-content .post-cta .post-cta-title a {
    font-weight: bold; }

.post-cta-title {
  font-size: 1em; }

.post-cta-title a {
  color: #273137;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none; }

/*GENERAL MOBILE*/
@media (max-width: 991.98px) {
  .post-list {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important; }

  .entry-content .flammo-container-dual-media .media-column {
    width: 100%; }
  .entry-content .flammo-container.flammo-container-media {
    flex-wrap: wrap;
    padding-top: 80px !important; }
    .entry-content .flammo-container.flammo-container-media .flammo-media-inner-container {
      display: block; }
    .entry-content .flammo-container.flammo-container-media .flammo-media-column,
    .entry-content .flammo-container.flammo-container-media .flammo-text-column {
      flex: 0 0 100%; }
    .entry-content .flammo-container.flammo-container-media .flammo-media-column {
      width: 100%;
      min-width: 100%;
      padding: 0 0 45px;
      height: auto;
      position: relative; }
    .entry-content .flammo-container.flammo-container-media .flammo-text-column {
      width: 100%;
      margin: 0 !important;
      padding: 0;
      height: auto; }
  .entry-content .flammo-container-media-image-size .flammo-media-column {
    width: auto !important; }
  .entry-content .flammo-container-tabs .tabs-nav {
    display: block;
    max-width: 30%; }
    .entry-content .flammo-container-tabs .tabs-nav li {
      min-width: 100%; }
  .entry-content .flammo-container-tabs .tabs-wrapper {
    display: flex; }
  .entry-content .flammo-container-tabs .tabs-content-wrapper {
    max-width: 70%; }
  .entry-content .flammo-container-tabs .flammo-slick.slick-initialized {
    height: 100%;
    max-width: 100%; }

  .menu-toggle {
    display: block;
    color: #273137; }

  .site-header {
    background: #FFF; }
    .site-header .main-navigation {
      display: none;
      padding: 1em;
      background: #FFF;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 100; }
      .site-header .main-navigation ul li {
        display: block;
        text-align: center;
        margin: 0.5em 0; }
      .site-header .main-navigation a {
        font-size: 1.3em;
        color: #273137; }
      .site-header .main-navigation ul ul {
        width: 100%; }
    .site-header .site-branding {
      margin: 0 50px; }

  .post-thumbnail {
    min-height: auto; }

  .post-single-header-wrapper .entry-header {
    position: relative;
    padding: 0; }

  .post-single-header-wrapper:before {
    display: none; }

  .post-single-header-wrapper .entry-header h1.entry-title,
  .post-single-header-wrapper .entry-header h2.entry-title {
    color: #003d66; }

  .entry-footer {
    border: none;
    margin: 0;
    padding: 0; }

  .container-related .post-list-small .entry-title {
    font-size: 1.2em; }
  .container-related .hentry {
    margin-bottom: 0; }

  .comment-form {
    max-width: 700px;
    margin: 30px auto 0;
    float: none; }
    .comment-form p input,
    .comment-form p textarea {
      border-color: #68c287;
      background-color: transparent; }
    .comment-form p input.submit {
      background: #68c287; }
    .comment-form .comment-form-cookies-consent input {
      float: left;
      height: auto;
      width: auto;
      margin: 7px 10px 0 0; }
    .comment-form .comment-form-cookies-consent label {
      display: inline;
      float: none; }
    .comment-form .comment-notes {
      margin-bottom: 30px; }

  .comments-area .flammo-subtitle {
    font-size: 2.2em;
    margin-bottom: 30px; }

  body.blog .page-header .widget {
    margin: 30px 0; }

  .flammo-lightbox {
    margin-top: 15px; }

  .flammo-lightbox-wrapper {
    padding-bottom: 15px; } }
/*Extra small devices (portrait phones, less than 576px)*/
/*Small devices (landscape phones, 576px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Extra large devices (large desktops, 1200px and up)*/
/*col-xs*/
/*col-md*/
@media (min-width: 992px) and (max-width: 1200px) {
  .main-navigation {
    display: block !important; } }
/*col-lg*/
@media (min-width: 1200px) {
  .main-navigation {
    display: block !important; } }
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.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: -ms-flexbox !important;
  display: flex !important; }

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5, .mx-n5 {
  margin-left: -3rem !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !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; } }
/*# sourceMappingURL=bootstrap-grid.min.css.map */
.regular-font, .entry-content .container-destaque-home .flammo-description h1,
.entry-content .container-destaque-home .flammo-description h2,
.entry-content .container-destaque-home .flammo-description h3, .entry-content .container-problemas .content-title, .entry-content .container-resultados-consultoria .content-title, .entry-content .container-recursos .content-title {
  font-weight: normal;
  font-family: 'chronicapro-regular'; }

.bold-font, h1,
h2,
h3,
h4,
h5,
h6, .btn, .entry-content .wp-block-button a,
form.default button, .site-header .main-navigation a, .site-footer .footer-subtitle, .entry-content .container-depoimentos .depoimento .autor, body.blog .menu-blog-container a, body.blog .pagination .nav-links .current, body.blog.single .widget .search-form .search-field {
  font-weight: normal;
  font-family: 'chronicapro-bold', sans-serif; }

.light-font {
  font-weight: normal;
  font-family: 'chronicapro-light', sans-serif; }

.btn, .entry-content .wp-block-button a,
form.default button {
  padding: 15px 40px; }

.btn-consultor {
  width: 100%;
  max-width: 325px;
  position: relative;
  margin: 0 auto 30px; }
  .btn-consultor .btn, .btn-consultor .entry-content .wp-block-button a, .entry-content .wp-block-button .btn-consultor a,
  .btn-consultor form.default button,
  form.default .btn-consultor button {
    background: #68c287 !important;
    width: 100%;
    text-align: center;
    color: #FFF; }
  .btn-consultor .submenu {
    top: 100%;
    left: 0;
    margin: 15px 0 0  !important;
    width: 100%;
    position: absolute;
    display: none;
    padding: 0;
    z-index: 9; }
    .btn-consultor .submenu:before {
      content: '';
      display: block;
      position: absolute;
      top: -10px;
      left: 50%;
      margin: 0 0 0 -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #68c287 transparent; }
    .btn-consultor .submenu li {
      padding-left: 0 !important;
      margin: 0 10px !important;
      list-style: none; }
      .btn-consultor .submenu li:before {
        display: none  !important; }
      .btn-consultor .submenu li a {
        background: #68c287;
        border-bottom: solid 1px #388c55;
        display: flex;
        min-width: 100%;
        height: 60px;
        align-items: center;
        justify-content: flex-start;
        color: #FFF;
        text-decoration: none; }
        .btn-consultor .submenu li a .icon {
          display: flex;
          height: 59px;
          min-width: 50px;
          align-items: center;
          justify-content: center;
          background: #47b06b;
          color: #2a673f;
          font-size: 25px;
          margin: 0 15px 0 0; }
    .btn-consultor .submenu li:first-child a {
      border-radius: 5px 5px 0 0; }
      .btn-consultor .submenu li:first-child a .icon {
        border-radius: 5px 0 0 0; }
    .btn-consultor .submenu li:last-child a {
      border-radius: 0 0 5px 5px; }
      .btn-consultor .submenu li:last-child a .icon {
        border-radius: 0 0 0 5px; }

form.default {
  margin: 45px 0 15px; }
  form.default .input-wrapper {
    border: none; }
  form.default button {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #68c287 !important; }

.site-header {
  background: #FFF;
  padding: 15px 0; }
  .site-header .btn-consultor {
    max-width: 295px;
    margin: 0 0 0 35px; }
    .site-header .btn-consultor .btn, .site-header .btn-consultor .entry-content .wp-block-button a, .entry-content .wp-block-button .site-header .btn-consultor a,
    .site-header .btn-consultor form.default button,
    form.default .site-header .btn-consultor button {
      margin: 0; }
    .site-header .btn-consultor .submenu li {
      display: block; }
      .site-header .btn-consultor .submenu li a {
        font-size: 9pt; }
  .site-header .main-menu-wrapper {
    display: flex;
    justify-content: flex-end; }
  .site-header .contatos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 10px; }
    .site-header .contatos li {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85em; }
      .site-header .contatos li img {
        margin: 0 10px 0 0; }
  .site-header .main-navigation li {
    margin: 0 0 0 35px; }
  .site-header .main-navigation a {
    text-transform: uppercase;
    font-size: 0.9em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .site-header .main-navigation .highlight a {
    color: #FFF;
    background: #68c287;
    border-radius: 25px;
    padding: 0 30px; }

.site-footer {
  background: #e4eaea;
  padding: 90px 0 0;
  font-size: 0.9em; }
  .site-footer .contatos {
    display: block;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .site-footer .contatos li {
      width: 100%;
      display: flex;
      align-items: center;
      margin: 0 0 5px; }
      .site-footer .contatos li img {
        margin: 0 10px 0 0; }
  .site-footer .endereco {
    min-width: 250px;
    margin: 0 45px 0 0; }
    .site-footer .endereco p {
      margin: 0; }
  .site-footer .footer-subtitle {
    text-transform: uppercase;
    color: #003d66;
    margin: 0 0 20px; }
  .site-footer .menu {
    margin: 0 45px 0 0;
    padding: 0;
    list-style: none; }
    .site-footer .menu li {
      display: block;
      margin: 0; }
      .site-footer .menu li a {
        color: #273137;
        text-decoration: none; }
  .site-footer .footer-text {
    margin: 90px 0 0;
    background: #FFF;
    padding: 20px 0; }
    .site-footer .footer-text p {
      margin: 0; }
  .site-footer .social-networks {
    justify-content: flex-end; }

.entry-content .flammo-container {
  padding: 80px 0; }
  .entry-content .flammo-container .flammo-subtitle {
    color: #273137;
    line-height: 1.2em; }
  .entry-content .flammo-container .flammo-description ul {
    list-style: none;
    margin-top: 0; }
    .entry-content .flammo-container .flammo-description ul li {
      margin: 0 0 20px;
      padding-left: 50px;
      position: relative;
      line-height: normal;
      font-size: 0.9em; }
      .entry-content .flammo-container .flammo-description ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 23px;
        height: 17px;
        background: url("../img/list-bullet.png") center center no-repeat;
        top: 3px;
        left: 0; }
.entry-content .flammo-container.first-bg .flammo-subtitle,
.entry-content .flammo-container.second-bg .flammo-subtitle {
  color: #FFF; }
.entry-content .flammo-container.first-bg .btn, .entry-content .flammo-container.first-bg .wp-block-button a, .entry-content .wp-block-button .flammo-container.first-bg a,
.entry-content .flammo-container.first-bg form.default button,
form.default .entry-content .flammo-container.first-bg button,
.entry-content .flammo-container.second-bg .btn,
.entry-content .flammo-container.second-bg .wp-block-button a,
.entry-content .wp-block-button .flammo-container.second-bg a,
.entry-content .flammo-container.second-bg form.default button,
form.default .entry-content .flammo-container.second-bg button {
  background: #003d66;
  color: #FFF; }
.entry-content .flammo-container.first-bg .btn.btn-secondary, .entry-content .flammo-container.first-bg .wp-block-button a.btn-secondary, .entry-content .wp-block-button .flammo-container.first-bg a.btn-secondary,
.entry-content .flammo-container.first-bg form.default button.btn-secondary,
form.default .entry-content .flammo-container.first-bg button.btn-secondary,
.entry-content .flammo-container.second-bg .btn.btn-secondary,
.entry-content .flammo-container.second-bg .wp-block-button a.btn-secondary,
.entry-content .wp-block-button .flammo-container.second-bg a.btn-secondary,
.entry-content .flammo-container.second-bg form.default button.btn-secondary,
form.default .entry-content .flammo-container.second-bg button.btn-secondary {
  background: #68c287; }
.entry-content .container-destaque-home {
  padding: 120px 0; }
  .entry-content .container-destaque-home .btn-consultor {
    margin-left: 0;
    margin-right: 0; }
  .entry-content .container-destaque-home .flammo-subtitle {
    max-width: 540px;
    line-height: 1.2em;
    font-size: 3em;
    margin-bottom: 30px;
    color: #FFF; }
  .entry-content .container-destaque-home .flammo-description {
    font-size: 1em; }
    .entry-content .container-destaque-home .flammo-description h1,
    .entry-content .container-destaque-home .flammo-description h2,
    .entry-content .container-destaque-home .flammo-description h3 {
      font-size: 1.3em; }
    .entry-content .container-destaque-home .flammo-description .alignright {
      margin: 0 0 0 1em; }
    .entry-content .container-destaque-home .flammo-description .small-text {
      max-width: 325px;
      text-align: center; }
.entry-content .container-problemas {
  padding-bottom: 210px; }
  .entry-content .container-problemas .flammo-subtitle {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .container-problemas .content-title {
    color: #273137; }
  .entry-content .container-problemas .content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px; }
.entry-content .container-chamada-fale,
.entry-content .container-chamada-problemas {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .entry-content .container-chamada-fale .flammo-media-outer-container,
  .entry-content .container-chamada-problemas .flammo-media-outer-container {
    position: absolute;
    bottom: -80px;
    padding: 0;
    background: #003d66;
    color: #FFF;
    max-width: 920px;
    margin: 0 auto; }
    .entry-content .container-chamada-fale .flammo-media-outer-container > .container > .row,
    .entry-content .container-chamada-problemas .flammo-media-outer-container > .container > .row {
      min-height: 240px;
      align-items: center; }
  .entry-content .container-chamada-fale .flammo-description,
  .entry-content .container-chamada-problemas .flammo-description {
    font-size: 1.6em;
    margin: 0;
    padding: 15px 45px; }
.entry-content .container-conhecimento {
  margin: -90px 0 0;
  padding: 250px 0 0;
  mask: url("../masks/conhecimento.svg") top center no-repeat;
  mask-size: cover;
  position: relative;
  z-index: 0; }
  .entry-content .container-conhecimento .additional-content {
    margin-top: 30px; }
    .entry-content .container-conhecimento .additional-content h3 {
      text-align: center;
      display: inline-block;
      background: #f4f8f8;
      color: #003d66;
      margin: 0 auto;
      padding: 0 40px;
      border-radius: 20px 20px 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      max-width: 540px;
      font-size: 1.2em; }
.entry-content .container-como-consultoria {
  padding-top: 95px; }
  .entry-content .container-como-consultoria .flammo-container-inner-content {
    background: #FFF; }
  .entry-content .container-como-consultoria .content-index {
    background: #68c287;
    color: #FFF;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    border-radius: 35px;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 50%;
    margin: 0 0 0 -35px; }
  .entry-content .container-como-consultoria .content-title {
    margin: 0 0 -50px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #003d66;
    position: relative;
    z-index: 0; }
  .entry-content .container-como-consultoria .content-image {
    min-height: 110px;
    position: relative;
    z-index: 1; }
  .entry-content .container-como-consultoria .content-description {
    margin: 0;
    padding: 0 30px 30px;
    font-size: 0.9em; }
.entry-content .container-resultados-consultoria {
  padding-top: 0;
  padding-bottom: 355px; }
  .entry-content .container-resultados-consultoria .flammo-container-inner-content {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
  .entry-content .container-resultados-consultoria .content-title {
    color: #273137;
    font-size: 1.6em;
    margin: 0; }
  .entry-content .container-resultados-consultoria .content-image {
    display: flex;
    min-width: 170px;
    align-items: center;
    margin: 0 25px 0 0; }
.entry-content .container-laboratorio-modernizado {
  mask: url("../masks/laboratorio-modernizado.svg") top center no-repeat;
  mask-size: cover;
  margin-top: -315px;
  padding-top: 175px; }
  .entry-content .container-laboratorio-modernizado .btn-border {
    border: solid 2px #003d66 !important;
    border-radius: 35px;
    color: #003d66 !important; }
.entry-content .container-negociacao {
  min-height: 1000px; }
  .entry-content .container-negociacao > .container > .row {
    justify-content: flex-end; }
  .entry-content .container-negociacao .flammo-subtitle {
    margin: 80px 0 45px; }
  .entry-content .container-negociacao .btn-consultor .btn, .entry-content .container-negociacao .btn-consultor .wp-block-button a, .entry-content .wp-block-button .container-negociacao .btn-consultor a,
  .entry-content .container-negociacao .btn-consultor form.default button,
  form.default .entry-content .container-negociacao .btn-consultor button {
    margin-top: 0;
    background: #003d66 !important; }
  .entry-content .container-negociacao .btn-consultor .submenu:before {
    border-color: transparent transparent #003d66 transparent; }
  .entry-content .container-negociacao .btn-consultor .submenu li a {
    background: #003d66;
    border-bottom: solid 1px black; }
    .entry-content .container-negociacao .btn-consultor .submenu li a .icon {
      background: #001f33;
      color: black;
      color: #FFF; }
  .entry-content .container-negociacao .flammo-description {
    font-size: 1.4em;
    margin-bottom: 45px; }
  .entry-content .container-negociacao .flammo-container-inner-content {
    display: flex;
    align-items: center;
    min-height: 60px; }
  .entry-content .container-negociacao .flammo-container-content {
    padding: 20px;
    border-radius: 5px;
    background: #388c55;
    margin-bottom: 10px; }
  .entry-content .container-negociacao .content-image {
    min-width: 65px;
    display: flex;
    align-items: center;
    margin: 0 25px 0 0; }
  .entry-content .container-negociacao .content-title {
    margin: 0 0 5px;
    font-size: 1.6em; }
  .entry-content .container-negociacao .content-description {
    color: #c3e5cf;
    margin: 0;
    font-size: 0.9em; }
    .entry-content .container-negociacao .content-description p {
      margin: 0; }
  .entry-content .container-negociacao .flammo-container-btn {
    background: #003d66;
    color: #FFF;
    margin-bottom: 10px; }
.entry-content .container-laboratorios .flammo-subtitle {
  font-size: 2.4em; }
.entry-content .container-quem-entende {
  mask: url("../masks/quem-entende.svg") top center no-repeat;
  mask-size: cover;
  margin-top: -135px;
  padding-top: 135px;
  padding-bottom: 240px; }
  .entry-content .container-quem-entende .flammo-container-content {
    max-width: 320px;
    margin: 30px auto 0;
    background: #FFF;
    padding: 30px; }
  .entry-content .container-quem-entende .content-title {
    font-size: 1.6em; }
.entry-content .container-20-anos {
  padding: 200px 0 120px;
  margin-top: -180px;
  mask: url("../masks/20-anos.svg") top center no-repeat;
  mask-size: cover; }
  .entry-content .container-20-anos .btn-consultor {
    max-width: 480px;
    margin-top: 30px;
    margin-bottom: 0; }
  .entry-content .container-20-anos .flammo-inner-container {
    max-width: 540px;
    margin: 0 auto; }
  .entry-content .container-20-anos .flammo-subtitle {
    font-size: 2.4em; }
  .entry-content .container-20-anos .flammo-container-btn {
    background: #68c287;
    color: #FFF;
    margin-top: 15px; }
.entry-content .container-depoimentos {
  padding-top: 0; }
  .entry-content .container-depoimentos .flammo-inner-container {
    border-top: solid 1px #68c287;
    padding-top: 70px; }
  .entry-content .container-depoimentos .depoimento {
    display: flex;
    margin: 0 0 30px; }
    .entry-content .container-depoimentos .depoimento .content-image {
      min-width: 160px;
      height: 150px;
      display: flex;
      align-items: center;
      padding: 10px;
      border: solid 1px #e8eaec;
      border-radius: 5px;
      margin: 0 55px 0 0; }
    .entry-content .container-depoimentos .depoimento .content-description {
      position: relative; }
      .entry-content .container-depoimentos .depoimento .content-description:after {
        content: '';
        background: url("../img/aspas.png") center center no-repeat;
        width: 53px;
        height: 43px;
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: 0; }
    .entry-content .container-depoimentos .depoimento .texto-depoimento {
      font-size: 1.2em;
      position: relative;
      z-index: 1; }
    .entry-content .container-depoimentos .depoimento .autor {
      font-size: 1.1em;
      color: #68c287;
      margin: 0 0 5px; }
    .entry-content .container-depoimentos .depoimento .empresa {
      color: #888888;
      font-size: 0.9em; }
.entry-content .container-destaque {
  min-height: 350px;
  padding: 0; }
  .entry-content .container-destaque .flammo-description {
    margin: 30px 0 0; }
  .entry-content .container-destaque > .container > .row {
    min-height: 260px; }
  .entry-content .container-destaque .flammo-subtitle {
    margin: 0; }
.entry-content .container-recursos {
  mask: url("../masks/recursos.svg") bottom center no-repeat;
  mask-size: cover;
  margin-bottom: -90px;
  padding-bottom: 140px; }
  .entry-content .container-recursos .flammo-description,
  .entry-content .container-recursos .additional-content {
    font-size: 1.4em;
    text-align: center; }
  .entry-content .container-recursos .additional-content {
    margin: 45px 0 0; }
  .entry-content .container-recursos .flammo-container-content {
    margin-top: 30px;
    background: #FFF;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 30px 10px; }
  .entry-content .container-recursos .content-title {
    color: #273137;
    font-size: 1.4em; }
  .entry-content .container-recursos .content-image {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center; }
.entry-content .container-funcionalidade {
  background-repeat: repeat-x;
  padding-bottom: 140px; }
  .entry-content .container-funcionalidade .flammo-media-inner-container {
    align-items: flex-start; }
  .entry-content .container-funcionalidade .flammo-description {
    margin-bottom: 60px; }
  .entry-content .container-funcionalidade .flammo-media-column {
    justify-content: center; }
.entry-content .container-funcionalidade.first {
  padding-top: 180px; }
.entry-content .container-funcionalidade.last {
  padding-bottom: 40px; }
.entry-content .container-missao .flammo-subtitle,
.entry-content .container-grupo-sym .flammo-subtitle {
  margin-top: 80px; }
.entry-content .container-grupo-sym {
  padding-bottom: 340px; }
.entry-content .container-missao {
  margin-top: -195px;
  padding-bottom: 0;
  mask: url("../masks/missao.svg") top center no-repeat;
  mask-size: cover; }
.entry-content .container-lista-institucional {
  mask: url("../masks/lista-institucional.svg") top center no-repeat;
  mask-size: cover;
  margin-top: -330px;
  padding: 170px 0 250px; }
  .entry-content .container-lista-institucional .flammo-subtitle {
    font-size: 2.4em; }
  .entry-content .container-lista-institucional .content-image {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center; }
.entry-content .container-todo-brasil {
  mask: url("../masks/todo-brasil.svg") bottom center no-repeat;
  mask-size: cover;
  margin-bottom: -85px;
  position: relative;
  z-index: 1; }
  .entry-content .container-todo-brasil .btn-consultor {
    margin: 30px 0 0; }
  .entry-content .container-todo-brasil .flammo-text-column {
    width: 40%; }
  .entry-content .container-todo-brasil .flammo-media-inner-container {
    justify-content: space-around; }
  .entry-content .container-todo-brasil .flammo-container-btn {
    margin-top: 15px; }
.entry-content .container-todo-brasil + .flammo-container {
  padding-top: 180px; }
.entry-content .container-orcamento {
  background: #458db3;
  padding-top: 150px;
  mask: url("../masks/orcamento.svg") bottom center no-repeat;
  mask-size: cover;
  position: relative;
  z-index: 0; }
.entry-content .container-orcamento .flammo-text-column {
  width: 60%; }
.entry-content .container-chamada-fale .flammo-media-outer-container {
  background: #458db3;
  bottom: -120px; }
  .entry-content .container-chamada-fale .flammo-media-outer-container > .container > .row {
    min-height: 220px; }
.entry-content .container-chamada-fale .flammo-media-column {
  margin-left: 45px; }
.entry-content .container-form-fale {
  padding: 180px 0 120px;
  mask: url("../masks/form-fale.svg") bottom center no-repeat;
  margin-bottom: -100px;
  mask-size: cover; }
  .entry-content .container-form-fale > .container > .row {
    flex-direction: row-reverse;
    justify-content: space-around; }
  .entry-content .container-form-fale .flammo-subtitle {
    font-size: 1.8em; }
  .entry-content .container-form-fale form.default {
    margin-top: 0; }
    .entry-content .container-form-fale form.default .input-wrapper {
      background: #f4f8f8;
      border: solid 1px #cfd4d4;
      box-shadow: none; }
.entry-content .container-form-fale + .flammo-container-default {
  padding-top: 180px; }

.page-id-11 .entry-content .container-depoimentos {
  padding-bottom: 240px; }

.page-id-9 .entry-content .container-depoimentos,
.home .entry-content .container-depoimentos {
  padding-bottom: 180px; }

body.blog {
  background: #FFF; }
  body.blog .page-header .page-header-row {
    min-height: 340px; }
  body.blog .page-header h1,
  body.blog .page-header h2 {
    font-size: 3.6em; }
  body.blog .page-header p {
    font-size: 1.2em; }
  body.blog .menu-blog-container {
    border-radius: 5px; }
    body.blog .menu-blog-container a {
      text-transform: uppercase;
      font-size: .9em; }
    body.blog .menu-blog-container ul .current-menu-item a {
      background: #458db3; }
  body.blog .pagination .nav-links .current,
  body.blog .pagination .nav-links a {
    background: transparent;
    color: #888888;
    margin: 0;
    font-size: 1.2em; }
  body.blog .pagination .nav-links .prev,
  body.blog .pagination .nav-links .next {
    color: #273137; }
  body.blog .pagination .nav-links .current {
    color: #68c287; }

body.blog.single .site-main {
  background: url("../img/bg-single-blog.jpg") top center no-repeat;
  background-size: 100% auto; }
body.blog.single .entry-header {
  margin-bottom: 2em; }
  body.blog.single .entry-header h1,
  body.blog.single .entry-header h2 {
    color: #273137;
    font-size: 2.8em;
    line-height: normal; }
body.blog.single .entry-content > * {
  line-height: 1.5em; }
body.blog.single .entry-content h2 {
  color: #68c287;
  font-size: 2em;
  margin-top: 45px;
  margin-bottom: 45px;
  border: none;
  padding-bottom: 0; }
body.blog.single .entry-content figure {
  margin-top: 45px;
  margin-bottom: 45px; }
body.blog.single .widget-news {
  background: url("../img/bg-widget-news.jpg") top center no-repeat #003d66;
  background-size: 100% auto;
  color: #FFF; }
  body.blog.single .widget-news h3 {
    color: #FFF;
    font-size: 2em;
    line-height: normal; }
  body.blog.single .widget-news form.default {
    margin: 30px 0 0; }
    body.blog.single .widget-news form.default .input-wrapper {
      border: solid 1px #458db3;
      background: transparent; }
      body.blog.single .widget-news form.default .input-wrapper input {
        color: #FFF; }
    body.blog.single .widget-news form.default button {
      margin-top: 0; }
    body.blog.single .widget-news form.default ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #FFF; }
    body.blog.single .widget-news form.default ::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF; }
    body.blog.single .widget-news form.default :-ms-input-placeholder {
      /* IE 10+ */
      color: #FFF; }
    body.blog.single .widget-news form.default :-moz-placeholder {
      /* Firefox 18- */
      color: #FFF; }
body.blog.single .widget .search-form {
  background: #FFF; }
  body.blog.single .widget .search-form .search-field {
    color: #273137; }
  body.blog.single .widget .search-form .search-submit {
    color: #273137; }
  body.blog.single .widget .search-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #273137; }
  body.blog.single .widget .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #273137; }
  body.blog.single .widget .search-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #273137; }
  body.blog.single .widget .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #273137; }

/*GENERAL MOBILE*/
@media (max-width: 991.98px) {
  .entry-content > * {
    max-width: 100% !important; }

  .site-header {
    background: #FFF; }
    .site-header .contatos {
      display: none; }
    .site-header .main-navigation {
      padding: 30px; }
      .site-header .main-navigation a {
        font-size: 1.2em; }
    .site-header .main-menu-wrapper {
      display: block; }
      .site-header .main-menu-wrapper .btn-consultor {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .site-header .main-menu-wrapper .btn-consultor .btn, .site-header .main-menu-wrapper .btn-consultor .entry-content .wp-block-button a, .entry-content .wp-block-button .site-header .main-menu-wrapper .btn-consultor a,
        .site-header .main-menu-wrapper .btn-consultor form.default button,
        form.default .site-header .main-menu-wrapper .btn-consultor button {
          color: #FFF; }

  .entry-content .flammo-container .flammo-subtitle {
    font-size: 2em; }
  .entry-content .container-destaque .flammo-description {
    font-size: 1.1em; }
  .entry-content .container-destaque-home {
    background-position: left bottom; }
    .entry-content .container-destaque-home .flammo-subtitle {
      font-size: 2.4em; }
  .entry-content .container-negociacao {
    background-position: right top; }
  .entry-content .container-como-consultoria .flammo-container-inner-content {
    margin-bottom: 60px; }
  .entry-content .container-laboratorios .flammo-container-content {
    margin-bottom: 45px; }
  .entry-content .container-depoimentos,
  .entry-content .container-resultados-consultoria {
    padding-bottom: 120px; }
  .entry-content .container-quem-entende {
    padding-top: 75px; }
  .entry-content .container-laboratorio-modernizado {
    padding-top: 220px;
    margin-top: -175px; }
  .entry-content .container-laboratorios {
    padding-bottom: 0; }
  .entry-content .container-recursos .slick-row > .row > .col {
    min-width: 50%;
    margin-bottom: 30px; }
  .entry-content .container-recursos .slick-row > .row > .col:last-child {
    margin-bottom: 0; }
  .entry-content .container-funcionalidade {
    padding-bottom: 60px; }
    .entry-content .container-funcionalidade .flammo-description {
      margin-bottom: 30px; }
  .entry-content .container-funcionalidade.first {
    padding-top: 120px !important; }
  .entry-content .flammo-container.container-chamada-fale,
  .entry-content .flammo-container.container-chamada-problemas {
    padding-top: 0 !important;
    margin: 0; }
    .entry-content .flammo-container.container-chamada-fale .flammo-media-outer-container,
    .entry-content .flammo-container.container-chamada-problemas .flammo-media-outer-container {
      bottom: auto;
      margin: -45px 0 0;
      position: relative; }
    .entry-content .flammo-container.container-chamada-fale .flammo-media-column,
    .entry-content .flammo-container.container-chamada-problemas .flammo-media-column {
      display: none; }
    .entry-content .flammo-container.container-chamada-fale .flammo-media-inner-container,
    .entry-content .flammo-container.container-chamada-problemas .flammo-media-inner-container {
      display: flex !important; }
    .entry-content .flammo-container.container-chamada-fale .flammo-description,
    .entry-content .flammo-container.container-chamada-problemas .flammo-description {
      padding: 45px; }
  .entry-content .flammo-container.container-chamada-fale {
    margin-top: -50px; }
  .entry-content .flammo-container.container-chamada-problemas .flammo-media-outer-container {
    margin-top: -120px; }
  .entry-content .container-form-fale {
    padding-top: 80px; }
  .entry-content .container-grupo-sym .flammo-subtitle,
  .entry-content .container-missao .flammo-subtitle {
    margin-top: 0; }
  .entry-content .container-grupo-sym .flammo-media-column,
  .entry-content .container-missao .flammo-media-column {
    display: none; }
  .entry-content .container-grupo-sym .flammo-media-outer-container,
  .entry-content .container-missao .flammo-media-outer-container {
    min-height: 0px !important; }
  .entry-content .container-grupo-sym {
    padding-bottom: 240px; }
  .entry-content .container-lista-institucional {
    padding-top: 270px; }
  .entry-content .container-missao {
    padding-bottom: 80px; }
  .entry-content .flammo-container.container-todo-brasil {
    padding-top: 120px !important; }
  .entry-content .container-todo-brasil .flammo-media-column {
    margin-top: 45px; }
  .entry-content .flammo-container.container-orcamento {
    padding-top: 150px !important; }
    .entry-content .flammo-container.container-orcamento .flammo-media-column {
      display: none; }
  .entry-content .container-conhecimento {
    padding-top: 160px; }

  .home .entry-content .container-depoimentos {
    padding-bottom: 80px; }

  .site-footer {
    text-align: center; }
    .site-footer .footer-subtitle {
      margin-top: 45px; }
    .site-footer .endereco {
      margin: 0; }
    .site-footer .contatos li {
      justify-content: center; }
    .site-footer .menu {
      margin: 0; }
      .site-footer .menu ul li {
        display: block; }

  body.blog .page-header {
    text-align: center; }
    body.blog .page-header .page-header-row {
      min-height: 540px; }
    body.blog .page-header .widget {
      margin: 0; }
      body.blog .page-header .widget .widget-title {
        text-align: center;
        font-size: 1.2em; }
    body.blog .page-header h1,
    body.blog .page-header h2 {
      margin-top: 45px;
      font-size: 2em; }
    body.blog .page-header p {
      font-size: 1.1em; }

  body.blog.single .entry-header h1,
  body.blog.single .entry-header h2 {
    font-size: 2em; }
  body.blog.single .entry-content h2 {
    font-size: 1.8em; } }
/*Extra small devices (portrait phones, less than 576px)*/
/*Small devices (landscape phones, 576px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Extra large devices (large desktops, 1200px and up)*/
.form-especialista {
  background: url("../img/bg-ebook.png") center center no-repeat;
  width: 100%;
  height: 480px;
  background-size: cover; }
  .form-especialista h2 {
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 2rem 0 1rem 0 !important;
    margin: 0 !important; }
  .form-especialista p {
    color: #66c085;
    font-size: 21px;
    text-align: center;
    margin: 0;
    padding: 0 48px; }
  .form-especialista form {
    padding-left: 200px;
    padding-top: 60px; }
    .form-especialista form input {
      margin-bottom: 10px;
      padding: 10px;
      position: relative; }
    .form-especialista form .btn-ebook {
      background: #66c085;
      color: #ffffff;
      font-weight: bold;
      width: 82%;
      display: block;
      margin: 0 auto;
      border: none;
      font-size: 18px;
      padding: 15px;
      border-radius: 20px;
      text-transform: uppercase; }
    .form-especialista form span.wpcf7-not-valid-tip {
      color: red;
      font-size: 15px;
      font-weight: 400;
      display: block;
      position: absolute;
      top: 0;
      right: 1%; }
    .form-especialista form div.wpcf7-validation-errors, .form-especialista form div.wpcf7-acceptance-missing {
      border: 2px solid #f7e700;
      margin: 0;
      display: none !important; }
    .form-especialista form div.wpcf7-mail-sent-ok {
      border: 2px solid #398f14;
      margin: 0 auto;
      color: #ffffff;
      text-align: center;
      width: 52%;
      position: relative;
      top: -11px; }

@media (min-width: 200px) and (max-width: 767.98px) {
  .form-especialista {
    height: auto;
    background: #232f34; }

  .form-especialista form {
    padding-left: 0;
    padding-top: 60px; }

  .form-especialista form p {
    padding: 0; }

  .form-especialista form input {
    width: 100%; } }
.alert {
  background: #1d5479;
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 15px; }
  .alert p {
    display: inline-block;
    padding: 0 0; }
    .alert p a {
      color: #68c287; }

.s-header {
  background: url("../img/suporte/bg-page.jpg") center bottom no-repeat;
  width: 100%;
  height: 500px;
  background-position: 100% 100%;
  background-size: cover;
  display: flex;
  align-items: center; }
  .s-header h1 {
    color: #ffffff;
    margin: 0;
    font-size: 56px; }

.time {
  padding: 50px 0;
  background: #f4f8f8; }
  .time p {
    font-size: 24px; }
  .time h3 {
    color: #003d66;
    line-height: 25px;
    font-size: 25px;
    padding: 0 23px; }
  .time .flammo-inner-container {
    margin-top: 60px; }
  .time .flammo-container-inner-content p {
    font-size: 18px; }
  .time .flammo-container-inner-content {
    background-color: #fff;
    padding: 30px 5px; }

.depoimento {
  width: 100%;
  background-position: center;
  background-size: cover; }
  .depoimento h2 {
    margin-top: 200px;
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 42px; }
  .depoimento .box-blue {
    background: #458db3;
    border-radius: 10px;
    position: relative;
    padding: 25px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px; }
    .depoimento .box-blue:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 40px;
      border-color: transparent transparent transparent #458cb3;
      bottom: -20px; }
    .depoimento .box-blue p {
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 20px; }
  .depoimento p {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 5px; }
    .depoimento p.nome {
      color: #68c287; }
    .depoimento p.lab {
      color: #ffffff; }
    .depoimento p.local {
      color: #a5cadd; }

.atendimento {
  background: url("../img/suporte/bg-section.jpg") center bottom no-repeat;
  width: 100%;
  height: 826px;
  background-position: center;
  background-size: cover; }
  .atendimento .flammo-description {
    width: 60%;
    margin-left: 40%;
    padding-left: 50px; }
    .atendimento .flammo-description h2 {
      font-size: 54px;
      color: #273137;
      line-height: 62px;
      margin-top: 80px;
      display: block;
      text-align: left; }
    .atendimento .flammo-description p {
      text-align: left;
      font-size: 20px; }
    .atendimento .flammo-description .box-green {
      background: #68c287;
      color: #ffffff;
      padding: 15px 30px;
      margin-top: 40px;
      border-radius: 10px; }
      .atendimento .flammo-description .box-green p {
        text-align: left;
        font-size: 26px;
        font-weight: 600;
        padding-right: 55px; }
      .atendimento .flammo-description .box-green span {
        text-align: left;
        color: #000;
        display: block;
        font-weight: 500;
        font-size: 19px;
        line-height: 26px;
        padding-right: 80px;
        padding-bottom: 20px; }

.escolha {
  padding-top: 100px; }
  .escolha h2 {
    font-size: 35px;
    color: #273137; }
  .escolha .box-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0; }
  .escolha .line {
    background-color: #68c287;
    height: 1px;
    width: 100%; }
  .escolha .content-depo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 80px; }
    .escolha .content-depo img {
      margin-right: 50px; }
    .escolha .content-depo p {
      text-align: left;
      font-size: 20px;
      margin: 0;
      color: #333;
      line-height: 25px; }
      .escolha .content-depo p.nome {
        display: block;
        margin-top: 10px;
        color: #68c287; }
      .escolha .content-depo p.lab {
        color: #888888;
        display: block;
        margin-top: 5px;
        font-size: 14px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .depoimento {
    background: #283138;
    height: auto; }

  .atendimento {
    background: #f4f8f9;
    height: auto; }

  .atendimento .flammo-description {
    width: 100%;
    margin: 0;
    padding-bottom: 100px; }

  .escolha .box-logo {
    flex-direction: column; }
    .escolha .box-logo img {
      margin-bottom: 40px; }

  .escolha .content-depo {
    flex-direction: column; } }
/*Large devices (desktops, 992px and up)*/
@media (min-width: 320px) and (max-width: 767px) {
  .depoimento {
    background: #283138;
    height: auto;
    padding-bottom: 70px; }
    .depoimento h2 {
      text-align: center;
      margin-top: 70px; }

  .atendimento {
    background: #f4f8f9;
    height: auto; }

  .atendimento .flammo-description {
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
    padding-left: 0; }
    .atendimento .flammo-description h2 {
      text-align: center;
      font-size: 40px; }

  .escolha .box-logo {
    flex-direction: column; }
    .escolha .box-logo img {
      margin-bottom: 40px; }

  .escolha .content-depo {
    flex-direction: column; }

  .time .flammo-container-inner-content {
    background-color: #fff;
    padding: 30px 5px;
    margin-bottom: 40px; }

  .atendimento .flammo-description .box-green p {
    padding-right: 0; }

  .atendimento .flammo-description .box-green span {
    padding-right: 0; }

  .escolha .content-depo p {
    text-align: center;
    margin: 20px 0; }

  .escolha .content-depo img {
    margin-right: 0; } }
.btn-suporte {
  background: transparent;
  text-align: center;
  color: #000000;
  border: 2px solid;
  padding: 0 20px !important;
  border-radius: 25px;
  margin: 0 15px; }
/*# sourceMappingURL=theme.css.map */
