@charset "UTF-8";
/**
 *
 * APP SCSS
 *
 */
/*----------  HELPERS  ----------*/
/*===============================
=            Extends            =
===============================*/
/* line 11, app/assets/stylesheets/app.css */
.text-decoration-none, .footer-std .copyright a, .sitemap .menu-list a, .card-std a, .accordion-std .btn-link, .breadcrumb a, .menu-nav-inside .menu-list, .go-top {
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/app.css */
.text-decoration-none:hover, .footer-std .copyright a:hover, .sitemap .menu-list a:hover, .card-std a:hover, .accordion-std .btn-link:hover, .breadcrumb a:hover, .menu-nav-inside .menu-list:hover, .go-top:hover, .text-decoration-none:focus, .footer-std .copyright a:focus, .sitemap .menu-list a:focus, .card-std a:focus, .accordion-std .btn-link:focus, .breadcrumb a:focus, .menu-nav-inside .menu-list:focus, .go-top:focus, .text-decoration-none:active, .footer-std .copyright a:active, .sitemap .menu-list a:active, .card-std a:active, .accordion-std .btn-link:active, .breadcrumb a:active, .menu-nav-inside .menu-list:active, .go-top:active {
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/app.css */
.valign-center, .slider-brand img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 25, app/assets/stylesheets/app.css */
.underline-effect {
  position: relative;
  text-decoration: none;
  color: #121F4B;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/app.css */
.underline-effect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #121F4B;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/* line 49, app/assets/stylesheets/app.css */
.underline-effect:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 57, app/assets/stylesheets/app.css */
.bg-img-std, .main-banner, .main-banner .img, .card-std-1 .img, .card-std-4 .img {
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 63, app/assets/stylesheets/app.css */
.link-theme {
  color: #121F4B;
}

/* line 65, app/assets/stylesheets/app.css */
.link-theme:hover {
  color: #D0A32E;
}

/* line 68, app/assets/stylesheets/app.css */
.link-light, .footer-std .copyright a, .sitemap .menu-list a {
  color: #fff;
}

/* line 70, app/assets/stylesheets/app.css */
.link-light:hover, .footer-std .copyright a:hover, .sitemap .menu-list a:hover {
  color: #D0A32E;
}

/* line 73, app/assets/stylesheets/app.css */
.letterspacing {
  letter-spacing: .1rem;
}

/* line 76, app/assets/stylesheets/app.css */
.b-center, .slider-brand img {
  display: block;
  margin: auto;
  text-align: center;
}

/*===================================
=            Extra Class            =
===================================*/
/* line 84, app/assets/stylesheets/app.css */
.clearfix:before, .accordion:before, .entry:before, .clearfix:after, .accordion:after, .entry:after {
  content: " ";
  display: table;
}

/* line 88, app/assets/stylesheets/app.css */
.clearfix:after, .accordion:after, .entry:after {
  clear: both;
}

/* line 91, app/assets/stylesheets/app.css */
.center {
  text-align: center;
}

/* line 93, app/assets/stylesheets/app.css */
.center > img {
  display: block;
  margin: auto;
}

/* line 97, app/assets/stylesheets/app.css */
.bold {
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/app.css */
.italic {
  font-style: italic;
}

/* line 103, app/assets/stylesheets/app.css */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 112, app/assets/stylesheets/app.css */
.block {
  display: block;
}

/*----------  FROM CANVAS  ----------*/
/* line 116, app/assets/stylesheets/app.css */
.uppercase {
  text-transform: uppercase !important;
}

/* line 119, app/assets/stylesheets/app.css */
.lowercase {
  text-transform: lowercase !important;
}

/* line 122, app/assets/stylesheets/app.css */
.capitalize {
  text-transform: capitalize !important;
}

/* line 125, app/assets/stylesheets/app.css */
.nott {
  text-transform: none !important;
}

/* line 128, app/assets/stylesheets/app.css */
.tright {
  text-align: right !important;
}

/* line 131, app/assets/stylesheets/app.css */
.tleft {
  text-align: left !important;
}

/* line 134, app/assets/stylesheets/app.css */
.fright {
  float: right !important;
}

/* line 137, app/assets/stylesheets/app.css */
.fleft {
  float: left !important;
}

/* line 140, app/assets/stylesheets/app.css */
.fnone {
  float: none !important;
}

/* line 143, app/assets/stylesheets/app.css */
.ohidden {
  position: relative;
  overflow: hidden !important;
}

/* line 147, app/assets/stylesheets/app.css */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 12rem 0;
  border-top: 1px solid #EEE;
}

/* line 154, app/assets/stylesheets/app.css */
.line.line-sm,
.double-line.line-sm {
  margin: 1rem 0;
}

/* line 158, app/assets/stylesheets/app.css */
span.middot {
  display: inline-block;
  margin: 0 5px;
}

/* line 162, app/assets/stylesheets/app.css */
.double-line {
  border-top: 3px double #E5E5E5;
}

/* line 165, app/assets/stylesheets/app.css */
.emptydiv {
  display: block !important;
  position: relative !important;
}

/* line 169, app/assets/stylesheets/app.css */
.allmargin {
  margin: 2rem !important;
}

/* line 172, app/assets/stylesheets/app.css */
.leftmargin {
  margin-left: 2rem !important;
}

/* line 175, app/assets/stylesheets/app.css */
.rightmargin {
  margin-right: 2rem !important;
}

/* line 178, app/assets/stylesheets/app.css */
.topmargin {
  margin-top: 2rem !important;
}

/* line 181, app/assets/stylesheets/app.css */
.bottommargin {
  margin-bottom: 2rem !important;
}

/* line 184, app/assets/stylesheets/app.css */
.clear-bottommargin {
  margin-bottom: -2rem !important;
}

/* line 187, app/assets/stylesheets/app.css */
.allmargin-sm {
  margin: 1rem !important;
}

/* line 190, app/assets/stylesheets/app.css */
.leftmargin-sm {
  margin-left: 1rem !important;
}

/* line 193, app/assets/stylesheets/app.css */
.rightmargin-sm {
  margin-right: 1rem !important;
}

/* line 196, app/assets/stylesheets/app.css */
.topmargin-sm {
  margin-top: 1rem !important;
}

/* line 199, app/assets/stylesheets/app.css */
.bottommargin-sm {
  margin-bottom: 1rem !important;
}

/* line 202, app/assets/stylesheets/app.css */
.clear-bottommargin-sm {
  margin-bottom: -1rem !important;
}

/* line 205, app/assets/stylesheets/app.css */
.allmargin-lg {
  margin: 3rem !important;
}

/* line 208, app/assets/stylesheets/app.css */
.leftmargin-lg {
  margin-left: 3rem !important;
}

/* line 211, app/assets/stylesheets/app.css */
.rightmargin-lg {
  margin-right: 3rem !important;
}

/* line 214, app/assets/stylesheets/app.css */
.topmargin-lg {
  margin-top: 3rem !important;
}

/* line 217, app/assets/stylesheets/app.css */
.bottommargin-lg {
  margin-bottom: 3rem !important;
}

/* line 220, app/assets/stylesheets/app.css */
.clear-bottommargin-lg {
  margin-bottom: -3rem !important;
}

/* line 223, app/assets/stylesheets/app.css */
.nomargin {
  margin: 0 !important;
}

/* line 226, app/assets/stylesheets/app.css */
.noleftmargin {
  margin-left: 0 !important;
}

/* line 229, app/assets/stylesheets/app.css */
.norightmargin {
  margin-right: 0 !important;
}

/* line 232, app/assets/stylesheets/app.css */
.notopmargin {
  margin-top: 0 !important;
}

/* line 235, app/assets/stylesheets/app.css */
.nobottommargin {
  margin-bottom: 0 !important;
}

/* line 238, app/assets/stylesheets/app.css */
.noborder {
  border: none !important;
}

/* line 241, app/assets/stylesheets/app.css */
.noleftborder {
  border-left: none !important;
}

/* line 244, app/assets/stylesheets/app.css */
.norightborder {
  border-right: none !important;
}

/* line 247, app/assets/stylesheets/app.css */
.notopborder {
  border-top: none !important;
}

/* line 250, app/assets/stylesheets/app.css */
.nobottomborder {
  border-bottom: none !important;
}

/* line 253, app/assets/stylesheets/app.css */
.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 260, app/assets/stylesheets/app.css */
.nopadding {
  padding: 0 !important;
}

/* line 263, app/assets/stylesheets/app.css */
.noleftpadding {
  padding-left: 0 !important;
}

/* line 266, app/assets/stylesheets/app.css */
.norightpadding {
  padding-right: 0 !important;
}

/* line 269, app/assets/stylesheets/app.css */
.notoppadding {
  padding-top: 0 !important;
}

/* line 272, app/assets/stylesheets/app.css */
.nobottompadding {
  padding-bottom: 0 !important;
}

/* line 275, app/assets/stylesheets/app.css */
.noabsolute {
  position: relative !important;
}

/* line 278, app/assets/stylesheets/app.css */
.noshadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 285, app/assets/stylesheets/app.css */
.hidden {
  display: none !important;
}

/* line 288, app/assets/stylesheets/app.css */
.nothidden {
  display: block !important;
}

/* line 291, app/assets/stylesheets/app.css */
.inline-block {
  display: inline-block !important;
}

/* line 294, app/assets/stylesheets/app.css */
.center {
  text-align: center !important;
}

/* line 297, app/assets/stylesheets/app.css */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 303, app/assets/stylesheets/app.css */
.color {
  color: #121F4B !important;
}

/* line 306, app/assets/stylesheets/app.css */
.border-color {
  border-color: #121F4B !important;
}

/* line 309, app/assets/stylesheets/app.css */
.nobg {
  background: none !important;
}

/* line 312, app/assets/stylesheets/app.css */
.nobgcolor {
  background-color: transparent !important;
}

/* line 315, app/assets/stylesheets/app.css */
.bg-theme {
  background-color: #121F4B !important;
}

/* line 318, app/assets/stylesheets/app.css */
.bg-dark {
  background-color: #000 !important;
}

/* line 321, app/assets/stylesheets/app.css */
.bg-grey {
  background-color: #F3F3F3 !important;
}

/* line 324, app/assets/stylesheets/app.css */
.bg-light {
  background-color: #fff !important;
}

/* line 327, app/assets/stylesheets/app.css */
.bg-secondary {
  background-color: #D0A32E !important;
}

/* line 330, app/assets/stylesheets/app.css */
.bg-alternate {
  background-color: #C40001 !important;
}

/* line 333, app/assets/stylesheets/app.css */
.text-theme {
  color: #121F4B !important;
}

/* line 336, app/assets/stylesheets/app.css */
.text-dark {
  color: #000 !important;
}

/* line 339, app/assets/stylesheets/app.css */
.text-light {
  color: #fff !important;
}

/* line 342, app/assets/stylesheets/app.css */
.text-secondary {
  color: #D0A32E !important;
}

/* line 345, app/assets/stylesheets/app.css */
.text-alternate {
  color: #C40001 !important;
}

/* line 348, app/assets/stylesheets/app.css */
.font-regular {
  font-weight: 400;
}

/* line 351, app/assets/stylesheets/app.css */
.font-medium {
  font-weight: 500;
}

/* line 354, app/assets/stylesheets/app.css */
.font-semibold {
  font-weight: 600;
}

/* line 357, app/assets/stylesheets/app.css */
.font-bold {
  font-weight: 700;
}

/* line 360, app/assets/stylesheets/app.css */
.img-responsive {
  max-width: 100%;
}

/* line 363, app/assets/stylesheets/app.css */
.img-full {
  width: 100%;
}

/* line 366, app/assets/stylesheets/app.css */
.img-circle {
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/app.css */
  .br-lg {
    display: none;
  }
}

/*----------  BASE  ----------*/
/*==================================
=            Typography            =
==================================*/
/*
    Flaticon icon font: Flaticon
    Creation date: 03/09/2018 06:14
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

@font-face {
  font-family: "flaticon-alt";
  src: url("../fonts/flaticon-alt.eot");
  src: url("../fonts/flaticon-alt.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon-alt.woff") format("woff"), url("../fonts/flaticon-alt.ttf") format("truetype"), url("../fonts/flaticon-alt.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "flaticon-alt";
    src: url("../fonts/flaticon-alt.svg#Flaticon") format("svg");
  }
}

/* line 405, app/assets/stylesheets/app.css */
.flaticon::before, .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/* line 419, app/assets/stylesheets/app.css */
.flaticon-next:before {
  content: "\f100";
}

/* line 422, app/assets/stylesheets/app.css */
.flaticon-back:before {
  content: "\f101";
}

/* line 425, app/assets/stylesheets/app.css */
.flaticon-like:before {
  content: "\f102";
}

/* line 428, app/assets/stylesheets/app.css */
.flaticon-share:before {
  content: "\f103";
}

/* line 431, app/assets/stylesheets/app.css */
.flaticon-alt::before {
  display: inline-block;
  font-family: "flaticon-alt";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/* line 445, app/assets/stylesheets/app.css */
.flaticon-001-next:before {
  content: "\e001";
}

/* line 448, app/assets/stylesheets/app.css */
.flaticon-002-back:before {
  content: "\e002";
}

/* line 451, app/assets/stylesheets/app.css */
.flaticon-003-like:before {
  content: "\e003";
}

/* line 454, app/assets/stylesheets/app.css */
.flaticon-004-share:before {
  content: "\e004";
}

/* line 457, app/assets/stylesheets/app.css */
.flaticon-005-plan:before {
  content: "\e005";
}

/* line 460, app/assets/stylesheets/app.css */
.flaticon-006-analysis:before {
  content: "\e006";
}

/* line 463, app/assets/stylesheets/app.css */
.flaticon-007-law:before {
  content: "\e007";
}

/* line 466, app/assets/stylesheets/app.css */
.flaticon-008-bus:before {
  content: "\e008";
}

/* line 469, app/assets/stylesheets/app.css */
.flaticon-009-group:before {
  content: "\e009";
}

/* line 472, app/assets/stylesheets/app.css */
.flaticon-010-company:before {
  content: "\e00a";
}

/* line 475, app/assets/stylesheets/app.css */
.flaticon-011-four-circles:before {
  content: "\e00b";
}

/* line 478, app/assets/stylesheets/app.css */
.flaticon-012-shopping-bag:before {
  content: "\e00c";
}

/* line 481, app/assets/stylesheets/app.css */
.flaticon-013-fullscreen:before {
  content: "\e00d";
}

/* line 484, app/assets/stylesheets/app.css */
html {
  font-size: 100%;
}

/* line 487, app/assets/stylesheets/app.css */
body {
  font-family: "Montserrat";
  /* font-family: "Barlow Semi Condensed", sans-serif; */
  line-height: 1.25;
  font-size: 1.25rem;
  color: #000;
}

/*----------  Heading  ----------*/
/* line 494, app/assets/stylesheets/app.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Barlow Semi Condensed", sans-serif; */
  font-family: "Montserrat";
  font-weight: 600;
}

/* line 503, app/assets/stylesheets/app.css */
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
}

/* line 511, app/assets/stylesheets/app.css */
a {
  color: #D0A32E;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* line 518, app/assets/stylesheets/app.css */
a:hover, a:focus {
  color: #121F4B;
}

/* line 521, app/assets/stylesheets/app.css */
.section-title {
  font-weight: 700;
  font-size: 30px;
  color: #121F4B;
  line-height: 1;
}

/* line 525, app/assets/stylesheets/app.css */
.section-title-big {
  font-size: 2.4rem;
}

/* line 527, app/assets/stylesheets/app.css */
.section-title-big::after {
  height: 10px !important;
  bottom: -25px !important;
}

@media (max-width: 800px) {
  /* line 531, app/assets/stylesheets/app.css */
  .section-title {
    line-height: 1.15;
  }
  /* line 533, app/assets/stylesheets/app.css */
  .section-title-big {
    font-size: 2.1875rem;
  }
}

/* line 536, app/assets/stylesheets/app.css */
.title-border, .card-tag {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

/* line 540, app/assets/stylesheets/app.css */
.title-border::after, .card-tag::after {
  content: '';
  width: 90px;
  height: 6px;
  background-color: #D0A32E;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: auto;
}

/* line 549, app/assets/stylesheets/app.css */
.title-border-center::after {
  margin: auto;
  left: 0;
  right: 0;
}

/* line 553, app/assets/stylesheets/app.css */
.title-border-inverse::after, .title-border-right::after {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  /* line 557, app/assets/stylesheets/app.css */
  .title-border, .card-tag {
    margin-bottom: 2rem;
  }
}

/* line 560, app/assets/stylesheets/app.css */
.text-center .title-border::after, .text-center .card-tag::after,
.center .title-border::after,
.center .card-tag::after {
  margin: auto;
  left: 0;
  right: 0;
}

/* line 567, app/assets/stylesheets/app.css */
.text-right::after {
  left: auto;
  right: 0;
}

/* line 571, app/assets/stylesheets/app.css */
.bg-theme,
.bg-dark {
  color: #fff;
}

/* line 574, app/assets/stylesheets/app.css */
.bg-theme .section-title,
.bg-dark .section-title {
  color: #fff;
}

/* line 578, app/assets/stylesheets/app.css */
.addNewFieldBtn:hover {
  color: #D0A32E !important;
}

/* line 581, app/assets/stylesheets/app.css */
.or-underline {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 35px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 50%;
}

/* line 590, app/assets/stylesheets/app.css */
.or-underline span {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 594, app/assets/stylesheets/app.css */
.or-underline span::before, .or-underline span::after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  background-color: #D0A32E;
}

/* line 606, app/assets/stylesheets/app.css */
.or-underline span::before {
  right: 100%;
  margin-right: .5rem;
}

/* line 609, app/assets/stylesheets/app.css */
.or-underline span::after {
  left: 100%;
  margin-left: .5rem;
}

/*----------  LAYOUT  ----------*/
/*==============================
=            Layout            =
==============================*/
/*----------  CONTAINER  ----------*/
/* line 618, app/assets/stylesheets/app.css */
.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/*----------  SECTION  ----------*/
/* line 625, app/assets/stylesheets/app.css */
.section-panel {
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

@media (max-width: 800px) {
  /* line 630, app/assets/stylesheets/app.css */
  .section-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/*----------  Display Table  ----------*/
/* line 635, app/assets/stylesheets/app.css */
.display-table {
  display: table;
  width: 100%;
}

/* line 638, app/assets/stylesheets/app.css */
.display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 641, app/assets/stylesheets/app.css */
.display-table.valign-top .display-table-cell {
  vertical-align: top;
}

/* line 643, app/assets/stylesheets/app.css */
.display-table.valign-middle .display-table-cell {
  vertical-align: middle;
}

/* line 645, app/assets/stylesheets/app.css */
.display-table.valign-bottom .display-table-cell {
  vertical-align: bottom;
}

/*----------  GRID  ----------*/
/* line 649, app/assets/stylesheets/app.css */
.grid-nopadding div[class*="col-"] {
  padding: 0;
}

/* line 652, app/assets/stylesheets/app.css */
.main-wrapper {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 85px - 405px);
  padding-top: 85px;
}

@media (max-width: 800px) {
  /* line 658, app/assets/stylesheets/app.css */
  .main-wrapper {
    padding-top: 85px;
  }
}

/* line 661, app/assets/stylesheets/app.css */
.masonry-grid {
  margin-top: 2rem;
}

/*==============================
=            Header            =
==============================*/
/* line 667, app/assets/stylesheets/app.css */
.navbar-std {
  /*background-color: #121f4b !important;*/
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
}

/* line 677, app/assets/stylesheets/app.css */
.navbar-std.navbar-animated {
  position: fixed;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 684, app/assets/stylesheets/app.css */
.navbar-std.navbar-animated .navbar-brand img {
  height: 45px;
}

/* line 686, app/assets/stylesheets/app.css */
.navbar-std.navbar-scrolled {
  -webkit-transition: all 0.85s ease-out;
  -moz-transition: all 0.85s ease-out;
  -ms-transition: all 0.85s ease-out;
  -o-transition: all 0.85s ease-out;
  transition: all 0.85s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 800px) {
  /* line 698, app/assets/stylesheets/app.css */
  .navbar-std.navbar-scrolled .navbar-brand img {
    height: 45px;
  }
}

/* line 700, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item {
  margin-left: .75rem;
  margin-right: .75rem;
  padding-bottom: .25rem;
  position: relative;
}

/* line 705, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item::after {
  content: '';
  background-color: #D0A32E;
  position: absolute;
  width: 0;
  height: 4px;
  bottom: .15rem;
  left: 0;
  right: auto;
  -webkit-transition: width 0.25s ease-out;
  -moz-transition: width 0.25s ease-out;
  -ms-transition: width 0.25s ease-out;
  -o-transition: width 0.25s ease-out;
  transition: width 0.25s ease-out;
}

@media (max-width: 800px) {
  /* line 720, app/assets/stylesheets/app.css */
  .navbar-std .navbar-nav .nav-item::after {
    bottom: .25rem;
  }
}

@media (min-width: 1024px) {
  /* line 723, app/assets/stylesheets/app.css */
  .navbar-std .navbar-nav .nav-item:hover::after {
    width: 30px;
  }
}

/* line 725, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item.active {
  color: #fff !important;
}

/* line 727, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item.active::after {
  width: 30px;
}

@media (min-width: 1024px) {
  /* line 730, app/assets/stylesheets/app.css */
  .navbar-std .navbar-nav .nav-item:first-child:hover::after {
    width: 100%;
  }
}

/* line 732, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-item:first-child.active::after {
  width: 100%;
}

/* line 734, app/assets/stylesheets/app.css */
.navbar-std .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  position: relative;
}

/* line 739, app/assets/stylesheets/app.css */
.navbar-std .navbar-brand {
  margin-left: 1.5rem;
}

/* line 741, app/assets/stylesheets/app.css */
.navbar-std .navbar-brand img {
  height: 60px;
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  -ms-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
}

/* line 748, app/assets/stylesheets/app.css */
.navbar-std .hamburger {
  padding: 0;
  display: flex;
}

@media (min-width: 1024px) {
  /* line 752, app/assets/stylesheets/app.css */
  .navbar-std .hamburger {
    display: none;
  }
}

/* line 754, app/assets/stylesheets/app.css */
.navbar-std .hamburger .hamburger-box {
  width: 25px;
}

/* line 756, app/assets/stylesheets/app.css */
.navbar-std .hamburger .hamburger-inner {
  background-color: #fff;
  width: 25px;
  height: 2px;
}

/* line 760, app/assets/stylesheets/app.css */
.navbar-std .hamburger .hamburger-inner::before, .navbar-std .hamburger .hamburger-inner::after {
  background-color: #fff;
  width: 25px;
  height: 2px;
}

@media (max-width: 800px) {
  /* line 765, app/assets/stylesheets/app.css */
  .navbar-std .navbar-nav .nav-item:first-child.active::after {
    width: 15px;
  }
  /* line 767, app/assets/stylesheets/app.css */
  .navbar-std .navbar-brand {
    margin-left: 1rem;
  }
  /* line 769, app/assets/stylesheets/app.css */
  .navbar-std .navbar-brand img {
    height: 55px;
  }
  /* line 771, app/assets/stylesheets/app.css */
  .navbar-std .navbar-collapse {
    margin-top: .75rem;
  }
}

@media (max-width: 320px) {
  /* line 774, app/assets/stylesheets/app.css */
  .navbar-std .navbar-brand img {
    height: 50px;
  }
}

/* line 777, app/assets/stylesheets/app.css */
.menu-ext {
  width: 115px;
  position: relative;
  margin-right: -20px;
  top: 2px;
}

@media (min-width: 1024px) {
  /* line 783, app/assets/stylesheets/app.css */
  .menu-ext {
    order: 1;
  }
}

/* line 785, app/assets/stylesheets/app.css */
.menu-ext .navbar-nav {
  display: block;
  float: right;
  justify-content: flex-end;
}

/* line 789, app/assets/stylesheets/app.css */
.menu-ext .navbar-nav .nav-item::after {
  display: none !important;
}

/* line 791, app/assets/stylesheets/app.css */
.menu-ext .nav-item,
.menu-ext .nav-link {
  display: inline-block;
  font-size: 90%;
  line-height: 1;
}

/* line 796, app/assets/stylesheets/app.css */
.menu-ext .nav-item {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
  vertical-align: middle;
}

/* line 800, app/assets/stylesheets/app.css */
.menu-ext .nav-link {
  padding: 0;
  vertical-align: top;
}

/* line 803, app/assets/stylesheets/app.css */
.menu-ext .nav-link img {
  height: 50px;
  position: relative;
  top: 15px;
  left: 3px;
}

/* line 808, app/assets/stylesheets/app.css */
.menu-ext .nav-link.active {
  color: #D0A32E !important;
  font-weight: 600;
}

@media (max-width: 800px) {
  /* line 812, app/assets/stylesheets/app.css */
  .menu-ext {
    display: flex;
    align-items: center;
    width: auto;
    margin-right: -5px;
  }
  /* line 817, app/assets/stylesheets/app.css */
  .menu-ext .nav-link img {
    height: 50px;
    top: 12px;
  }
  /* line 820, app/assets/stylesheets/app.css */
  .menu-ext .hamburger {
    margin-right: .75rem;
    margin-bottom: .25rem;
  }
}

/* Layout for search container */
/* line 825, app/assets/stylesheets/app.css */
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* line 837, app/assets/stylesheets/app.css */
.search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
}

/* line 847, app/assets/stylesheets/app.css */
.search__form {
  margin: 5rem auto;
  width: 100%;
}

@media (max-width: 800px) {
  /* line 851, app/assets/stylesheets/app.css */
  .search__form {
    margin: 2rem auto;
  }
}

/* line 854, app/assets/stylesheets/app.css */
.search__input {
  font-size: 1.75rem !important;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  color: #fff !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #D0A32E !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: 0;
}

/* line 868, app/assets/stylesheets/app.css */
.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

/* line 871, app/assets/stylesheets/app.css */
.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #fff;
}

/* line 875, app/assets/stylesheets/app.css */
.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

/* line 878, app/assets/stylesheets/app.css */
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 880, app/assets/stylesheets/app.css */
.search__input::-ms-clear {
  display: none;
}

/* line 883, app/assets/stylesheets/app.css */
.search__info {
  font-size: 90%;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85rem 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.345);
}

@media (max-width: 800px) {
  /* line 892, app/assets/stylesheets/app.css */
  .search__info {
    text-align: center;
  }
}

/* line 895, app/assets/stylesheets/app.css */
.search__related {
  display: flex;
  width: 80%;
  text-align: left;
  z-index: 999;
}

/* line 901, app/assets/stylesheets/app.css */
.search__suggestion {
  width: 50%;
  color: #fff;
}

/* line 904, app/assets/stylesheets/app.css */
.search__suggestion:first-child {
  padding: 0 2rem 0 0;
}

/* line 906, app/assets/stylesheets/app.css */
.search__suggestion:last-child {
  padding: 0 0 0 2rem;
}

/* line 908, app/assets/stylesheets/app.css */
.search__suggestion h3 {
  font-size: 1.25rem;
  margin: 0;
}

/* line 911, app/assets/stylesheets/app.css */
.search__suggestion p,
.search__suggestion a {
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
}

/* line 916, app/assets/stylesheets/app.css */
.search__suggestion a {
  display: inline-block;
  color: #fff;
  margin-right: .5rem;
}

/* line 920, app/assets/stylesheets/app.css */
.search__suggestion a:hover {
  color: #D0A32E;
}

/************************/
/* Transitions 			*/
/************************/
/* line 926, app/assets/stylesheets/app.css */
.main-body {
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 10em;
  background-size: 75% auto;
  position: relative;
  -webkit-transition: transform 0.45s ease;
  -moz-transition: transform 0.45s ease;
  -ms-transition: transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
}

/* line 941, app/assets/stylesheets/app.css */
.main-body--move {
  display: flex;
  flex-direction: column;
  transform: scale3d(0.95, 0.95, 0.5);
  overflow: hidden;
}

/* line 946, app/assets/stylesheets/app.css */
.main-body--move .btn--search {
  pointer-events: none;
  opacity: 0;
}

/* line 950, app/assets/stylesheets/app.css */
.search {
  pointer-events: none;
}

/* line 953, app/assets/stylesheets/app.css */
.search--open {
  pointer-events: auto;
}

/* line 956, app/assets/stylesheets/app.css */
.search::before {
  opacity: 0;
  transition: opacity 0.5s;
}

/* line 960, app/assets/stylesheets/app.css */
.search--open::before {
  opacity: 1;
}

/* button */
/* line 964, app/assets/stylesheets/app.css */
.btn--search-close {
  font-size: 1rem;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: none;
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: 0 !important;
}

/* line 979, app/assets/stylesheets/app.css */
.search--open .btn--search-close {
  opacity: 1;
}

/* Search form with input and description */
/* line 983, app/assets/stylesheets/app.css */
.search__suggestion,
.search__info {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.4s, transform 0.4s;
}

/* line 989, app/assets/stylesheets/app.css */
.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 994, app/assets/stylesheets/app.css */
.search--open .search__suggestion:first-child {
  transition-delay: 0.15s;
}

/* line 997, app/assets/stylesheets/app.css */
.search--open .search__suggestion:nth-child(2) {
  transition-delay: 0.2s;
}

/* line 1000, app/assets/stylesheets/app.css */
.search__input {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 20%;
  transition: transform 0.3s;
}

/* line 1005, app/assets/stylesheets/app.css */
.search--open .search__input {
  transform: scale3d(1, 1, 1);
  transition-duration: 0.5s;
}

@media screen and (max-width: 40em) {
  /* line 1010, app/assets/stylesheets/app.css */
  .btn--search-close {
    font-size: 1.25em;
    top: .75rem;
    right: .75rem;
  }
  /* line 1014, app/assets/stylesheets/app.css */
  .search__suggestion {
    font-size: 80%;
    width: 100%;
  }
  /* line 1017, app/assets/stylesheets/app.css */
  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none;
  }
}

/*==============================
=            Footer            =
==============================*/
/* line 1023, app/assets/stylesheets/app.css */
.footer-std {
  font-size: 1rem;
}

/* line 1025, app/assets/stylesheets/app.css */
.footer-std .sitemap {
  background-color: #121F4B;
  padding: 2rem 2rem;
}

/* line 1028, app/assets/stylesheets/app.css */
.footer-std .copyright {
  background-color: #0f1a3f;
  padding: 2rem 2rem;
  color: #fff;
}

/* line 1032, app/assets/stylesheets/app.css */
.footer-std .column {
  float: left;
  margin-right: 2.25rem;
}

@media (max-width: 800px) {
  /* line 1036, app/assets/stylesheets/app.css */
  .footer-std .sitemap,
  .footer-std .copyright {
    padding: 1rem .5rem;
  }
  /* line 1039, app/assets/stylesheets/app.css */
  .footer-std .sitemap {
    padding: 2rem 1rem 1rem;
  }
  /* line 1041, app/assets/stylesheets/app.css */
  .footer-std .copyright {
    text-align: center;
    font-size: 80%;
  }
  /* line 1044, app/assets/stylesheets/app.css */
  .footer-std .copyright .text-right {
    text-align: center !important;
  }
  /* line 1046, app/assets/stylesheets/app.css */
  .footer-std .copyright p {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 1049, app/assets/stylesheets/app.css */
  .footer-std .column {
    width: 50%;
    margin-right: 0;
  }
  /* line 1052, app/assets/stylesheets/app.css */
  .footer-std .column:nth-child(even) {
    text-align: right;
  }
}

/* line 1055, app/assets/stylesheets/app.css */
.sitemap .menu-heading {
  opacity: .65;
}

/* line 1057, app/assets/stylesheets/app.css */
.sitemap .menu-heading:hover {
  opacity: .75;
}

/* line 1060, app/assets/stylesheets/app.css */
.sitemap .menu-list {
  font-size: 1.1rem;
}

/* line 1062, app/assets/stylesheets/app.css */
.sitemap .menu-list ul {
  list-style: none;
}

/* line 1064, app/assets/stylesheets/app.css */
.sitemap .menu-list ul li {
  margin-top: .35rem;
  margin-bottom: .35rem;
}

@media (max-width: 800px) {
  /* line 1068, app/assets/stylesheets/app.css */
  .sitemap .menu-list ul {
    display: none;
  }
}

/* line 1071, app/assets/stylesheets/app.css */
.contact-us {
  text-align: right;
}

/* line 1073, app/assets/stylesheets/app.css */
.contact-us .text-phone {
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: .15rem;
}

/* line 1077, app/assets/stylesheets/app.css */
.contact-us .small {
  font-size: 100%;
}

/* line 1079, app/assets/stylesheets/app.css */
.contact-us .small .fa {
  font-size: 40%;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  /* line 1083, app/assets/stylesheets/app.css */
  .contact-us {
    margin-top: 5rem;
    margin-bottom: -13rem;
  }
}

@media (max-width: 800px) {
  /* line 1087, app/assets/stylesheets/app.css */
  .contact-us {
    float: none !important;
    text-align: center !important;
    margin-bottom: 2rem;
  }
  /* line 1091, app/assets/stylesheets/app.css */
  .contact-us .text-phone {
    font-size: 1.95rem;
  }
  /* line 1093, app/assets/stylesheets/app.css */
  .contact-us .topmargin {
    margin-top: 1rem !important;
  }
}

/* line 1096, app/assets/stylesheets/app.css */
.menu-heading {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  /* line 1100, app/assets/stylesheets/app.css */
  .menu-heading {
    margin-bottom: 1rem;
  }
}

/*===============================
=            Sidebar            =
===============================*/
/*==================================
=            Responsive            =
==================================*/
/*----------  COMPONENTS  ----------*/
/*===============================
=            Buttons            =
===============================*/
/* line 1113, app/assets/stylesheets/app.css */
.btn {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}

/* line 1117, app/assets/stylesheets/app.css */
.btn-std {
  border-radius: 0;
  min-width: 200px;
  padding: 0.5rem 2rem;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  box-shadow: none !important;
}

/* line 1128, app/assets/stylesheets/app.css */
.btn-std.btn-block {
  min-width: 0;
}

/* line 1131, app/assets/stylesheets/app.css */
.btn-std-theme {
  background-color: #121F4B !important;
  border-color: #121F4B !important;
  color: #fff !important;
}

/* line 1135, app/assets/stylesheets/app.css */
.btn-std-theme:hover, .btn-std-theme:focus {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

/* line 1139, app/assets/stylesheets/app.css */
.btn-std-theme.active {
  background-color: #C40001 !important;
  border-color: #C40001 !important;
  color: #fff !important;
}

/* line 1143, app/assets/stylesheets/app.css */
.btn-std-theme.active:hover, .btn-std-theme.active:focus {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

/* line 1148, app/assets/stylesheets/app.css */
.btn-std-secondary, .card-std-product .btn-std {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

/* line 1152, app/assets/stylesheets/app.css */
.btn-std-secondary:hover, .card-std-product .btn-std:hover, .btn-std-secondary:focus, .card-std-product .btn-std:focus {
  background-color: #C40001 !important;
  border-color: #C40001 !important;
  color: #fff !important;
}

/* line 1157, app/assets/stylesheets/app.css */
.btn-std-alternate {
  background-color: #C40001 !important;
  border-color: #C40001 !important;
  color: #fff !important;
}

/* line 1161, app/assets/stylesheets/app.css */
.btn-std-alternate:hover, .btn-std-alternate:focus {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

/* line 1166, app/assets/stylesheets/app.css */
.btn-outline-theme {
  background-color: transparent !important;
  border-color: #121F4B !important;
  color: #121F4B !important;
}

/* line 1170, app/assets/stylesheets/app.css */
.btn-outline-theme:hover, .btn-outline-theme:focus {
  background-color: #121F4B !important;
  border-color: #121F4B !important;
  color: #fff !important;
}

/* line 1175, app/assets/stylesheets/app.css */
.btn-outline-secondary {
  background-color: transparent !important;
  border-color: #D0A32E !important;
  color: #D0A32E !important;
}

/* line 1179, app/assets/stylesheets/app.css */
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

/* line 1184, app/assets/stylesheets/app.css */
.btn-outline-alternate {
  background-color: transparent !important;
  border-color: #C40001 !important;
  color: #C40001 !important;
}

/* line 1188, app/assets/stylesheets/app.css */
.btn-outline-alternate:hover, .btn-outline-alternate:focus {
  background-color: #C40001 !important;
  border-color: #C40001 !important;
  color: #fff !important;
}

/* line 1193, app/assets/stylesheets/app.css */
.btn-outline-light {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #D0A32E !important;
}

/* line 1197, app/assets/stylesheets/app.css */
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: #D0A32E !important;
  border-color: #D0A32E !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  /* line 1203, app/assets/stylesheets/app.css */
  .btn-group-std {
    display: block;
  }
  /* line 1205, app/assets/stylesheets/app.css */
  .btn-group-std .btn + .btn {
    margin-left: 0;
  }
}

/* line 1208, app/assets/stylesheets/app.css */
.btn-play-video {
  display: inline-block;
}

/* line 1211, app/assets/stylesheets/app.css */
.icon-finance-and-accounting::before {
  content: '\f105';
}

/* line 1214, app/assets/stylesheets/app.css */
.icon-marketing::before {
  content: '\f104';
}

/* line 1217, app/assets/stylesheets/app.css */
.icon-manufacturing::before {
  content: '\f108';
}

/* line 1220, app/assets/stylesheets/app.css */
.icon-research-and-development::before {
  content: '\f10d';
}

/* line 1223, app/assets/stylesheets/app.css */
.icon-information-technology::before {
  content: '\f10e';
}

/* line 1226, app/assets/stylesheets/app.css */
.icon-legal::before {
  content: '\f10c';
}

/* line 1229, app/assets/stylesheets/app.css */
.icon-distribution::before {
  content: '\f106';
}

/* line 1232, app/assets/stylesheets/app.css */
.icon-legal::before {
  content: '\f10c';
}

/* line 1235, app/assets/stylesheets/app.css */
.icon-human-resources::before {
  content: '\f107';
}

/* line 1238, app/assets/stylesheets/app.css */
.icon-support::before {
  content: '\f109';
}

/* line 1241, app/assets/stylesheets/app.css */
.icon-e-commerce::before {
  content: '\f10a';
}

/* line 1244, app/assets/stylesheets/app.css */
.icon-legal::before {
  content: '\f10c';
}

/* line 1247, app/assets/stylesheets/app.css */
.icon-general-affair::before {
  content: '\f10b';
}

/*================================
=            Dropdown            =
================================*/
/*============================
=            Form            =
============================*/
/* line 1256, app/assets/stylesheets/app.css */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1261, app/assets/stylesheets/app.css */
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
}

/* line 1265, app/assets/stylesheets/app.css */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 1268, app/assets/stylesheets/app.css */
.form-control {
  font-family: "Barlow Semi Condensed", sans-serif;
  border-radius: 0;
  font-size: 1rem;
  min-height: 50px;
}

/* line 1273, app/assets/stylesheets/app.css */
.form-control-lg {
  height: 60px;
}

/* line 1275, app/assets/stylesheets/app.css */
.form-control-icon {
  padding-left: 50px;
}

/* line 1277, app/assets/stylesheets/app.css */
.form-control-icon-pos {
  background: url("../images/icon/icon-job.png") no-repeat 7% #fff;
}

/* line 1279, app/assets/stylesheets/app.css */
.form-control-icon-div {
  background: url("../images/icon/icon-division.png") no-repeat 7% #fff;
}

/* line 1282, app/assets/stylesheets/app.css */
.form-group {
  margin-bottom: 1.25rem;
}

/* line 1284, app/assets/stylesheets/app.css */
.form-group label {
  font-weight: 500;
}

/* line 1287, app/assets/stylesheets/app.css */
.form-clone .form-list .btn-remove {
  margin-top: -2rem;
}

/* line 1290, app/assets/stylesheets/app.css */
.form-clone .form-list:first-child .btn-remove {
  display: none;
}

/* line 1293, app/assets/stylesheets/app.css */
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  display: none;
}

/* line 1302, app/assets/stylesheets/app.css */
.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

/* line 1315, app/assets/stylesheets/app.css */
.no-js .inputfile + label {
  display: none;
}

/* line 1318, app/assets/stylesheets/app.css */
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 1323, app/assets/stylesheets/app.css */
.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

/* line 1327, app/assets/stylesheets/app.css */
.inputfile-2 {
  display: none;
}

/* line 1330, app/assets/stylesheets/app.css */
.inputfile-2 + label {
  color: #121F4B;
  border: 2px solid currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  position: relative;
  top: 2px;
  width: 250px;
  text-align: center;
  font-size: 1rem;
}

/* line 1342, app/assets/stylesheets/app.css */
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #D0A32E;
}

/*==============================
=            Banner            =
==============================*/
/* line 1350, app/assets/stylesheets/app.css */
.main-banner {
  position: relative;
  height: 530px;
}

/* line 1353, app/assets/stylesheets/app.css */
.main-banner::before, .main-banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* line 1359, app/assets/stylesheets/app.css */
.main-banner::before {
  border-width: 150px !important;
  border-bottom-color: #D0A32E !important;
}

@media (max-width: 767px) {
  /* line 1363, app/assets/stylesheets/app.css */
  .main-banner::before {
    border-width: 75px !important;
  }
}

/* line 1365, app/assets/stylesheets/app.css */
.main-banner::after {
  border-width: 100px !important;
  border-bottom-color: #A36309 !important;
}

@media (max-width: 767px) {
  /* line 1369, app/assets/stylesheets/app.css */
  .main-banner::after {
    border-width: 50px !important;
  }
}

/* line 1371, app/assets/stylesheets/app.css */
.main-banner .caption {
  position: absolute;
}

/* line 1373, app/assets/stylesheets/app.css */
.main-banner .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 1380, app/assets/stylesheets/app.css */
.main-banner .img {
  position: relative;
  height: 100%;
}

@media (min-width: 1439px) {
  /* line 1384, app/assets/stylesheets/app.css */
  .main-banner {
    height: 660px;
  }
}

@media (max-width: 767px) {
  /* line 1387, app/assets/stylesheets/app.css */
  .main-banner {
    height: 525px;
  }
  /* line 1389, app/assets/stylesheets/app.css */
  .main-banner .img {
    background-position: bottom;
  }
  /* line 1391, app/assets/stylesheets/app.css */
  .main-banner .caption {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: static;
  }
  /* line 1399, app/assets/stylesheets/app.css */
  .main-banner .caption-title {
    font-size: 1.75rem;
  }
}

/* line 1401, app/assets/stylesheets/app.css */
.main-banner-alt {
  height: 325px;
}

/* line 1403, app/assets/stylesheets/app.css */
.main-banner-alt .caption {
  max-width: 670px;
}

/* line 1405, app/assets/stylesheets/app.css */
.main-banner-alt .caption-title {
  font-size: 2rem;
}

/* line 1407, app/assets/stylesheets/app.css */
.main-banner-alt .caption-sub-title {
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  /* line 1410, app/assets/stylesheets/app.css */
  .main-banner-alt {
    height: 375px;
  }
  /* line 1412, app/assets/stylesheets/app.css */
  .main-banner-alt .caption-title {
    font-size: 1.75rem;
  }
}

/* line 1414, app/assets/stylesheets/app.css */
.main-banner-sm {
  height: 240px;
}

/* line 1416, app/assets/stylesheets/app.css */
.main-banner-sm .caption {
  max-width: 450px;
}

/* line 1418, app/assets/stylesheets/app.css */
.main-banner-sm .caption-title {
  font-size: 2.65rem;
  margin-bottom: 0.75rem;
}

/* line 1421, app/assets/stylesheets/app.css */
.main-banner-sm .caption-sub-title {
  font-size: 1.3125rem;
}

@media (min-width: 1439px) {
  /* line 1424, app/assets/stylesheets/app.css */
  .main-banner-sm {
    height: 280px;
  }
}

@media (max-width: 767px) {
  /* line 1427, app/assets/stylesheets/app.css */
  .main-banner-sm {
    height: 275px;
  }
  /* line 1429, app/assets/stylesheets/app.css */
  .main-banner-sm .caption-title {
    font-size: 2.025rem;
  }
  /* line 1431, app/assets/stylesheets/app.css */
  .main-banner-sm .caption-sub-title {
    font-size: 1.0625rem;
  }
}

/*===============================
=            Sliders            =
===============================*/
/* line 1437, app/assets/stylesheets/app.css */
.bg-theme .slick-prev::before,
.bg-theme .slick-next::before,
.bg-dark .slick-prev::before,
.bg-dark .slick-next::before {
  color: #fff !important;
}

/* line 1443, app/assets/stylesheets/app.css */
.slider .slick-prev {
  left: -1rem;
}

/* line 1445, app/assets/stylesheets/app.css */
.slider .slick-prev::before {
  content: "\f101";
}

/* line 1448, app/assets/stylesheets/app.css */
.slider .slick-next {
  right: -1rem;
}

/* line 1450, app/assets/stylesheets/app.css */
.slider .slick-next::before {
  content: "\f100";
}

/* line 1453, app/assets/stylesheets/app.css */
.slider .slick-prev,
.slider .slick-next {
  width: auto;
  height: auto;
}

/* line 1457, app/assets/stylesheets/app.css */
.slider .slick-prev::before,
.slider .slick-next::before {
  font-family: 'Flaticon';
  font-size: 2rem;
  opacity: 1;
  color: #121F4B;
}

/* line 1464, app/assets/stylesheets/app.css */
.slider-arrow-animate .slick-prev,
.slider-arrow-animate .slick-next {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (min-width: 1024px) {
  /* line 1473, app/assets/stylesheets/app.css */
  .slider-arrow-animate:hover .slick-prev {
    left: -2.25rem;
  }
  /* line 1475, app/assets/stylesheets/app.css */
  .slider-arrow-animate:hover .slick-next {
    right: -2.25rem;
  }
}

/* line 1478, app/assets/stylesheets/app.css */
.slider-career .slick-prev {
  left: -3rem;
}

/* line 1481, app/assets/stylesheets/app.css */
.slider-career .slick-next {
  right: -1.5rem;
}

/* line 1484, app/assets/stylesheets/app.css */
.slider-career .slick-prev,
.slider-career .slick-next {
  top: 30%;
}

@media (max-width: 767px) {
  /* line 1489, app/assets/stylesheets/app.css */
  .slider-career .items {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 1492, app/assets/stylesheets/app.css */
  .slider-career .slick-prev {
    left: -1rem;
  }
  /* line 1494, app/assets/stylesheets/app.css */
  .slider-career .slick-next {
    right: -1rem;
  }
}

/* line 1497, app/assets/stylesheets/app.css */
.slider-brand .items {
  padding: 1rem 2rem;
  position: relative;
  height: 100px;
}

/* line 1502, app/assets/stylesheets/app.css */
.slider-brand img {
  max-width: 100%;
  left: 0;
  right: 0;
}

/* line 1507, app/assets/stylesheets/app.css */
.slider-list .items {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 1511, app/assets/stylesheets/app.css */
.slider-list .btn-std {
  display: none;
}

/* line 1514, app/assets/stylesheets/app.css */
.slider-testimoni .items {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 1518, app/assets/stylesheets/app.css */
.slider-testimoni .img {
  width: 150px;
  height: 150px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 1526, app/assets/stylesheets/app.css */
.slider-testimoni .slick-prev {
  padding: .75rem;
}

/* line 1529, app/assets/stylesheets/app.css */
.slider-testimoni .slick-next {
  padding: .75rem;
}

@media (min-width: 1024px) {
  /* line 1533, app/assets/stylesheets/app.css */
  .slider-testimoni .slick-prev {
    left: -4rem;
  }
  /* line 1535, app/assets/stylesheets/app.css */
  .slider-testimoni .slick-next {
    right: -4rem;
  }
}

@media (max-width: 767px) {
  /* line 1539, app/assets/stylesheets/app.css */
  .slider-testimoni .entry .entry-i {
    float: none;
    margin: 0 auto 1rem;
  }
  /* line 1542, app/assets/stylesheets/app.css */
  .slider-testimoni .entry .entry-c {
    text-align: center;
  }
  /* line 1544, app/assets/stylesheets/app.css */
  .slider-testimoni .entry .img {
    width: 125px;
    height: 125px;
    margin: auto;
  }
}

/* line 1549, app/assets/stylesheets/app.css */
.slider-show-btn .btn-std {
  display: inline-block;
}

/*============================
=            List            =
============================*/
/* line 1555, app/assets/stylesheets/app.css */
.list-group-alt .list-group-item {
  padding-left: .75rem;
  padding-right: .75rem;
  margin-bottom: 0;
}

/*============================
=            Card            =
============================*/
/* line 1563, app/assets/stylesheets/app.css */
.card-std {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 0;
}

/* line 1568, app/assets/stylesheets/app.css */
.card-std img,
.card-std .img {
  margin-bottom: 1rem;
  width: 100%;
}

/* line 1572, app/assets/stylesheets/app.css */
.card-std a {
  color: inherit;
}

/* line 1574, app/assets/stylesheets/app.css */
.card-std a:hover {
  color: inherit;
}

/* line 1576, app/assets/stylesheets/app.css */
.card-std > a {
  color: inherit !important;
}

/* line 1578, app/assets/stylesheets/app.css */
.card-std > a:hover {
  color: inherit !important;
}

/* line 1580, app/assets/stylesheets/app.css */
.card-std .card-title {
  text-transform: uppercase;
}

/* line 1582, app/assets/stylesheets/app.css */
.card-std .card-text {
  margin-bottom: 1rem;
}

/* line 1584, app/assets/stylesheets/app.css */
.card-std .card-text a {
  color: #C40001;
}

/* line 1586, app/assets/stylesheets/app.css */
.card-std .card-text a:hover {
  color: #D0A32E;
}

/* line 1588, app/assets/stylesheets/app.css */
.card-std .card-date {
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: 80%;
}

/* line 1592, app/assets/stylesheets/app.css */
.card-std .card-image-container {
  overflow: hidden;
}

/* line 1594, app/assets/stylesheets/app.css */
.card-std .card-body {
  padding: 2rem;
}

/* line 1596, app/assets/stylesheets/app.css */
.card-std .card-footer {
  background-color: transparent;
  border-top: none;
  padding: 2rem;
}

/* line 1600, app/assets/stylesheets/app.css */
.card-std .card-footer a {
  color: #D0A32E;
}

/* line 1602, app/assets/stylesheets/app.css */
.card-std .card-footer a:hover {
  color: #121F4B;
}

/* line 1604, app/assets/stylesheets/app.css */
.card-std-1 .img {
  height: 230px;
}

/* line 1606, app/assets/stylesheets/app.css */
.card-std-2 {
  background-color: #121F4B;
  color: #fff;
}

/* line 1609, app/assets/stylesheets/app.css */
.card-std-2 .img {
  display: none;
}

/* line 1611, app/assets/stylesheets/app.css */
.card-std-2 .card-footer a {
  color: #fff;
}

/* line 1613, app/assets/stylesheets/app.css */
.card-std-2 .card-footer a:hover {
  color: #D0A32E;
}

/* line 1615, app/assets/stylesheets/app.css */
.card-std-3 {
  background-color: #D0A32E;
  color: #121F4B;
}

/* line 1618, app/assets/stylesheets/app.css */
.card-std-3 .img {
  display: none;
}

/* line 1620, app/assets/stylesheets/app.css */
.card-std-3 .card-footer a {
  color: #121F4B;
}

/* line 1622, app/assets/stylesheets/app.css */
.card-std-3 .card-footer a:hover {
  color: #fff;
}

/* line 1624, app/assets/stylesheets/app.css */
.card-std-4 .img {
  height: 480px;
  margin-bottom: 0;
}

/* line 1627, app/assets/stylesheets/app.css */
.card-std-4 .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 1637, app/assets/stylesheets/app.css */
.card-std-4 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

/* line 1643, app/assets/stylesheets/app.css */
.card-std-4 .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 1648, app/assets/stylesheets/app.css */
.card-std-4 .card-footer a {
  color: #fff;
}

/* line 1650, app/assets/stylesheets/app.css */
.card-std-4 .card-footer a:hover {
  color: #D0A32E;
}

@media (max-width: 800px) {
  /* line 1653, app/assets/stylesheets/app.css */
  .card-std .card-body,
  .card-std .card-footer {
    padding: 1rem;
  }
}

/* line 1657, app/assets/stylesheets/app.css */
.card-alt {
  padding: 1rem;
}

/* line 1659, app/assets/stylesheets/app.css */
.card-alt .card-body {
  padding: 1rem;
}

/* line 1662, app/assets/stylesheets/app.css */
.card-icon {
  color: #D0A32E;
  padding: 1.5rem 0 1rem;
  font-size: 4.125rem;
  display: inline-block;
}

/* line 1668, app/assets/stylesheets/app.css */
.card-std-product {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1674, app/assets/stylesheets/app.css */
.card-std-product img,
.card-std-product .img {
  margin-bottom: 0;
  width: 100%;
}

/* line 1678, app/assets/stylesheets/app.css */
.card-std-product .card-body {
  padding-bottom: 0;
}

/* line 1680, app/assets/stylesheets/app.css */
.card-std-product .card-footer {
  padding-top: 1rem;
}

/* line 1682, app/assets/stylesheets/app.css */
.card-std-product .btn-std {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1688, app/assets/stylesheets/app.css */
.card-std-product:hover {
  border-color: #D0A32E;
}

/* line 1691, app/assets/stylesheets/app.css */
.card-tag {
  color: #D0A32E;
  font-weight: 600;
}

/* line 1694, app/assets/stylesheets/app.css */
.card-tag::after {
  width: 30px;
  height: 4px;
  bottom: -7px;
}

/* line 1699, app/assets/stylesheets/app.css */
.card-img-zoom img,
.card-img-zoom .img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 1712, app/assets/stylesheets/app.css */
.card-img-zoom:hover img,
.card-img-zoom:hover .img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

/* line 1720, app/assets/stylesheets/app.css */
.card-img-shadow .card-image-container {
  position: relative;
}

/* line 1722, app/assets/stylesheets/app.css */
.card-img-shadow .card-image-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1735, app/assets/stylesheets/app.css */
.card-img-shadow:hover .card-image-container::before {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: transparent;
}

/* line 1743, app/assets/stylesheets/app.css */
.card-move {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 1024px) {
  /* line 1755, app/assets/stylesheets/app.css */
  .card-move:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* line 1762, app/assets/stylesheets/app.css */
.card-shadow {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* line 1768, app/assets/stylesheets/app.css */
.card-shadow:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
}

/*=================================
=            Thumbnail            =
=================================*/
/*===============================
=            Wysiwyg            =
===============================*/
/* line 1781, app/assets/stylesheets/app.css */
.wysiwyg-content {
  line-height: 1.4;
}

/* line 1783, app/assets/stylesheets/app.css */
.wysiwyg-content p {
  margin-bottom: 1.25rem;
}

/* line 1785, app/assets/stylesheets/app.css */
.wysiwyg-content strong {
  font-weight: bold;
}

/* line 1787, app/assets/stylesheets/app.css */
.wysiwyg-content em {
  font-style: italic;
}

/* line 1789, app/assets/stylesheets/app.css */
.wysiwyg-content u {
  text-decoration: underline;
}

/* line 1791, app/assets/stylesheets/app.css */
.wysiwyg-content a {
  color: #121F4B;
}

/* line 1793, app/assets/stylesheets/app.css */
.wysiwyg-content img {
  margin-bottom: .75rem;
  max-width: 100%;
  height: auto;
  display:block;
  margin:0 auto;
}

/* line 1797, app/assets/stylesheets/app.css */
.wysiwyg-content ol,
.wysiwyg-content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

/* line 1801, app/assets/stylesheets/app.css */
.wysiwyg-content ol li,
.wysiwyg-content ul li {
  margin-bottom: .25rem;
}

/* line 1804, app/assets/stylesheets/app.css */
.wysiwyg-content ol li h1,
.wysiwyg-content ol li h2,
.wysiwyg-content ol li h3,
.wysiwyg-content ol li h4,
.wysiwyg-content ol li h5,
.wysiwyg-content ol li h6,
.wysiwyg-content ol li p,
.wysiwyg-content ul li h1,
.wysiwyg-content ul li h2,
.wysiwyg-content ul li h3,
.wysiwyg-content ul li h4,
.wysiwyg-content ul li h5,
.wysiwyg-content ul li h6,
.wysiwyg-content ul li p {
  display: inline;
  margin: 0;
}

/* line 1820, app/assets/stylesheets/app.css */
.wysiwyg-content table {
  width: 100% !important;
  max-width: 100%;
  line-height: 1.5;
}

/* line 1824, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th,
.wysiwyg-content table > tbody > tr > th,
.wysiwyg-content table > tfoot > tr > th,
.wysiwyg-content table > thead > tr > td,
.wysiwyg-content table > tbody > tr > td,
.wysiwyg-content table > tfoot > tr > td {
  border: 1px solid #ccc;
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #c1c2c2;
}

/* line 1834, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

/* line 1838, app/assets/stylesheets/app.css */
.wysiwyg-content q {
  padding: .75rem 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eee;
  font-style: italic;
}

@media (max-width: 767px) {
  /* line 1845, app/assets/stylesheets/app.css */
  .wysiwyg-content table > thead > tr > th,
  .wysiwyg-content table > tbody > tr > th,
  .wysiwyg-content table > tfoot > tr > th,
  .wysiwyg-content table > thead > tr > td,
  .wysiwyg-content table > tbody > tr > td,
  .wysiwyg-content table > tfoot > tr > td {
    padding: .75rem;
    font-size: 1.1rem;
  }
  /* line 1853, app/assets/stylesheets/app.css */
  .wysiwyg-content img {
    margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 1857, app/assets/stylesheets/app.css */
  .wysiwyg-foot .or-underline {
    width: 200px;
  }
}

/* line 1860, app/assets/stylesheets/app.css */
.wysiwyg-content.paragraph-indent p {
  text-indent: 2em;
}

/*==================================
=            Popup SCSS            =
==================================*/
/*----------  MAGNIFIC POPUP  ----------*/
/* line 1867, app/assets/stylesheets/app.css */
.white-popup {
  position: relative;
  background-color: #fff;
  padding: 25px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
/* line 1878, app/assets/stylesheets/app.css */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1882, app/assets/stylesheets/app.css */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 1886, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 1889, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 1892, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1894, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 1897, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
/* line 1903, app/assets/stylesheets/app.css */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1907, app/assets/stylesheets/app.css */
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

/* line 1912, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1915, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* line 1918, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1920, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

/* line 1923, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
/* line 1929, app/assets/stylesheets/app.css */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1933, app/assets/stylesheets/app.css */
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

/* line 1937, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

/* line 1940, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

/* line 1943, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1945, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

/* line 1948, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
/* line 1954, app/assets/stylesheets/app.css */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1958, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

/* line 1960, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

/* line 1964, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* line 1967, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

/* line 1970, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 1972, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

/* line 1975, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
/* line 1981, app/assets/stylesheets/app.css */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 1985, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

/* line 1987, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

/* line 1992, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1995, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

/* line 1998, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2000, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

/* line 2003, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
/* line 2009, app/assets/stylesheets/app.css */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2013, app/assets/stylesheets/app.css */
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

/* line 2017, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 2020, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 2023, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2025, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

/* line 2028, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2057, app/assets/stylesheets/app.css */
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* line 2061, app/assets/stylesheets/app.css */
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}

/* line 2065, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 2068, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2071, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 2074, app/assets/stylesheets/app.css */
.modal-std .modal-content {
  background-color: transparent;
}

/* line 2077, app/assets/stylesheets/app.css */
.modal-std .modal-header {
  background-color: transparent;
}

/* line 2079, app/assets/stylesheets/app.css */
.modal-std .modal-header .close {
  opacity: 1;
  position: relative;
  left: 3.5rem;
  top: 1rem;
}

@media (max-width: 767px) {
  /* line 2085, app/assets/stylesheets/app.css */
  .modal-std .modal-header .close {
    left: 1rem;
  }
}

/* line 2088, app/assets/stylesheets/app.css */
.modal-std .modal-body {
  padding: 3rem 2rem;
  background-color: #fff;
}

@media (max-width: 767px) {
  /* line 2092, app/assets/stylesheets/app.css */
  .modal-std .modal-body {
    padding: 1.75rem 1rem;
  }
}

/* line 2095, app/assets/stylesheets/app.css */
.modal-backdrop.show {
  opacity: .85;
}

/*==============================
=            Toggle            =
==============================*/
/* line 2101, app/assets/stylesheets/app.css */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

/* line 2106, app/assets/stylesheets/app.css */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
}

/* line 2118, app/assets/stylesheets/app.css */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* line 2127, app/assets/stylesheets/app.css */
.toggle .toggleta {
  font-weight: bold;
}

/* line 2130, app/assets/stylesheets/app.css */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}

/* line 2134, app/assets/stylesheets/app.css */
.toggle .toggleta i.toggle-open {
  display: block;
}

/* line 2137, app/assets/stylesheets/app.css */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 2144, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #EEE;
  line-height: 44px;
  padding: 0 0 0 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 2155, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2159, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglec {
  padding: 12px 0 0 36px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 2164, app/assets/stylesheets/app.css */
.toggle.toggle-border {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2171, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2174, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglec {
  padding: 0 15px 15px 36px;
}

/* line 2176, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/*=================================
=            Accordion            =
=================================*/
/* line 2184, app/assets/stylesheets/app.css */
.accordion {
  margin-bottom: 20px;
}

/* line 2187, app/assets/stylesheets/app.css */
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px;
  height: 50px;
}

/* line 2201, app/assets/stylesheets/app.css */
.acctitlec {
  cursor: auto;
}

/* line 2204, app/assets/stylesheets/app.css */
.acctitle:first-child {
  border-top: none;
}

/* line 2207, app/assets/stylesheets/app.css */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}

/* line 2216, app/assets/stylesheets/app.css */
.acctitle .fa {
  float: right;
  color: #fff;
  font-size: 7.25rem;
  position: relative;
  top: 5px;
}

/* line 2223, app/assets/stylesheets/app.css */
.acctitle .fa-plus {
  display: inline-block;
}

/* line 2226, app/assets/stylesheets/app.css */
.acctitle .fa-minus {
  display: none;
}

/* line 2229, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-plus {
  display: none;
}

/* line 2232, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-minus {
  display: inline-block;
}

/* line 2235, app/assets/stylesheets/app.css */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}

/* line 2239, app/assets/stylesheets/app.css */
.acctitlec i.acc-open {
  display: block;
}

/* line 2242, app/assets/stylesheets/app.css */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 2248, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 10px 20px 10px 36px;
  margin-bottom: 5px;
  border-top: 0;
  border-radius: 15px;
}

/* line 2257, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 50px;
}

/* line 2261, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 30px 36px;
  color: #fff;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 2267, app/assets/stylesheets/app.css */
.accordion.accordion-border {
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2274, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
  border-color: #CCC;
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 2279, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 2282, app/assets/stylesheets/app.css */
.accordion.accordion-border .acc_content {
  padding: 0 15px 15px 36px;
}

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 2287, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400;
}

/* line 2292, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 64px;
}

/* line 2297, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px;
}

/* line 2300, app/assets/stylesheets/app.css */
.accordion-std .btn {
  font-size: inherit;
}

/* line 2302, app/assets/stylesheets/app.css */
.accordion-std .btn .fa {
  color: #D0A32E;
  position: relative;
}

/* line 2306, app/assets/stylesheets/app.css */
.accordion-std .btn-link {
  color: #121F4B !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2311, app/assets/stylesheets/app.css */
.accordion-std .btn-link img {
  max-height: 30px;
  margin: 0;
  margin-right: .5rem;
  vertical-align: middle;
  position: relative;
  bottom: .2rem;
}

/* line 2319, app/assets/stylesheets/app.css */
.accordion-std .list-group {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}

/* line 2324, app/assets/stylesheets/app.css */
.accordion-std .card-header .btn .fa-arrow::before {
  content: '\f077';
}

/* line 2327, app/assets/stylesheets/app.css */
.accordion-std .card-header .btn.collapsed .fa-arrow::before {
  content: '\f078';
}

/* line 2330, app/assets/stylesheets/app.css */
.accordion-std .award-logo {
  padding-left: 1rem;
}

@media (max-width: 767px) {
  /* line 2334, app/assets/stylesheets/app.css */
  .accordion-std .card-body {
    padding: .75rem;
  }
  /* line 2336, app/assets/stylesheets/app.css */
  .accordion-std .card-header {
    padding: .5rem .75rem;
  }
  /* line 2338, app/assets/stylesheets/app.css */
  .accordion-std .btn-link {
    white-space: normal;
    text-align: left;
    padding-left: .25rem;
    padding-right: .25rem;
  }
  /* line 2343, app/assets/stylesheets/app.css */
  .accordion-std .list-group .list-group-item {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2347, app/assets/stylesheets/app.css */
.accordion .card:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: -1px;
}

/*======================================
=            Elements Mixed            =
======================================*/
/* line 2354, app/assets/stylesheets/app.css */
::selection {
  background: #D0A32E;
  color: #FFF;
  text-shadow: none;
}

/* line 2359, app/assets/stylesheets/app.css */
::-moz-selection {
  background: #D0A32E;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

/* line 2365, app/assets/stylesheets/app.css */
::-webkit-selection {
  background: #D0A32E;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

/* line 2371, app/assets/stylesheets/app.css */
:active,
:focus {
  outline: none !important;
}

/* line 2375, app/assets/stylesheets/app.css */
.breadcrumb-container {
  background-color: #F3F3F3;
  padding: 1.5rem 1rem;
}

@media (max-width: 800px) {
  /* line 2379, app/assets/stylesheets/app.css */
  .breadcrumb-container {
    padding: .5rem 1rem;
    white-space: nowrap !important;
  }
  /* line 2382, app/assets/stylesheets/app.css */
  .breadcrumb-container .container {
    overflow-x: auto;
    overflow-y: hidden;
    padding: .5rem 0;
  }
}

/* line 2387, app/assets/stylesheets/app.css */
.breadcrumb {
  background-color: #F3F3F3;
  padding: 0rem;
  margin: 0;
  font-size: 1rem;
}

/* line 2392, app/assets/stylesheets/app.css */
.breadcrumb .breadcrumb-item {
  text-transform: uppercase;
}

/* line 2394, app/assets/stylesheets/app.css */
.breadcrumb .breadcrumb-item.active {
  color: #D0A32E;
  font-weight: 600;
}

/* line 2397, app/assets/stylesheets/app.css */
.breadcrumb a {
  color: #080e22;
}

/* line 2399, app/assets/stylesheets/app.css */
.breadcrumb a:hover {
  color: #D0A32E;
}

@media (max-width: 800px) {
  /* line 2402, app/assets/stylesheets/app.css */
  .breadcrumb {
    width: 100%;
    flex-wrap: nowrap;
  }
}

/* line 2406, app/assets/stylesheets/app.css */
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-size: .75rem;
  color: #121F4B;
}

/* line 2411, app/assets/stylesheets/app.css */
.breadcrumb-logo {
  float: right;
}

/* line 2413, app/assets/stylesheets/app.css */
.breadcrumb-logo img {
  height: 40px;
}

/* line 2416, app/assets/stylesheets/app.css */
.entry .entry-i {
  float: left;
  margin: 0 1.5rem 0 0;
  text-align: center;
}

/* line 2421, app/assets/stylesheets/app.css */
.entry .entry-c {
  position: relative;
  overflow: hidden;
}

/* line 2425, app/assets/stylesheets/app.css */
.caption {
  max-width: 425px;
  word-break: break-word;
}

/* line 2428, app/assets/stylesheets/app.css */
.caption-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #121F4B;
}

/* line 2435, app/assets/stylesheets/app.css */
.caption-sub-title {
  font-size: 1.5625rem;
  margin-bottom: 1rem;
  line-height: 1.15;
}

/* line 2439, app/assets/stylesheets/app.css */
.caption-pos-center {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 2451, app/assets/stylesheets/app.css */
.caption-pos-center-left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
}

/* line 2459, app/assets/stylesheets/app.css */
.caption-pos-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}

/* line 2467, app/assets/stylesheets/app.css */
.caption-pos-top-center {
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 2472, app/assets/stylesheets/app.css */
.caption-pos-top-left {
  top: 1rem;
  left: 1rem;
}

/* line 2475, app/assets/stylesheets/app.css */
.caption-pos-top-right {
  top: 1rem;
  right: 1rem;
}

/* line 2478, app/assets/stylesheets/app.css */
.caption-pos-bottom-center {
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 2482, app/assets/stylesheets/app.css */
.caption-pos-bottom-left {
  bottom: 1rem;
  left: 1rem;
}

/* line 2485, app/assets/stylesheets/app.css */
.caption-pos-bottom-right {
  bottom: 1rem;
  right: 1rem;
}

@media (max-width: 800px) {
  /* line 2489, app/assets/stylesheets/app.css */
  .caption-title {
    font-size: 2.0625rem;
    margin-bottom: 1rem;
  }
  /* line 2492, app/assets/stylesheets/app.css */
  .caption-sub-title {
    font-size: 1.25rem;
  }
}

/* line 2495, app/assets/stylesheets/app.css */
.menu-nav-inside {
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  /* line 2499, app/assets/stylesheets/app.css */
  .menu-nav-inside .container,
  .menu-nav-inside .container-fluid {
    padding: 0;
  }
  /* line 2502, app/assets/stylesheets/app.css */
  .menu-nav-inside .row {
    display: table;
    width: 100%;
    margin: 0;
  }
  /* line 2506, app/assets/stylesheets/app.css */
  .menu-nav-inside .col {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
  }
}

/* line 2510, app/assets/stylesheets/app.css */
.menu-nav-inside .col {
  padding-left: .75rem;
  padding-right: .75rem;
  background-color: #F3F3F3;
  border: 0.1rem solid #fff;
}

/* line 2515, app/assets/stylesheets/app.css */
.menu-nav-inside .col.active {
  background-color: #D0A32E;
}

/* line 2517, app/assets/stylesheets/app.css */
.menu-nav-inside .col.active .menu-list {
  color: #fff;
}

/* line 2519, app/assets/stylesheets/app.css */
.menu-nav-inside .col:last-child {
  border-right: none;
}

/* line 2521, app/assets/stylesheets/app.css */
.menu-nav-inside .menu-list {
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
}

/* line 2529, app/assets/stylesheets/app.css */
.menu-nav-inside-alt {
  background-color: #C40001;
  color: #fff;
  padding: 1.25rem 0;
  font-size: 1.15rem;
}

/* line 2534, app/assets/stylesheets/app.css */
.menu-nav-inside-alt.small {
  font-size: 75%;
}

@media (min-width: 1024px) {
  /* line 2537, app/assets/stylesheets/app.css */
  .menu-nav-inside-alt.affix {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99;
    padding: .5rem 0;
    font-size: 1rem;
  }
  /* line 2544, app/assets/stylesheets/app.css */
  .menu-nav-inside-alt.affix.small {
    font-size: 75%;
  }
}

/* line 2546, app/assets/stylesheets/app.css */
.menu-nav-inside-alt.affix .nav-link.active::after {
  bottom: -20px;
}

/* line 2548, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-item {
  padding-right: 1.5rem;
  position: relative;
}

/* line 2551, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-item:last-child {
  padding-right: 0;
}

/* line 2553, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-link {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}

/* line 2559, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-link:hover {
  color: #D0A32E;
}

/* line 2561, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-link.active {
  background-color: transparent;
  color: #D0A32E;
}

/* line 2564, app/assets/stylesheets/app.css */
.menu-nav-inside-alt .nav-link.active::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #C40001;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  /* line 2577, app/assets/stylesheets/app.css */
  .menu-nav-inside-alt .nav-link.active::after {
    display: none;
  }
}

@media (max-width: 800px) {
  /* line 2580, app/assets/stylesheets/app.css */
  .menu-nav-inside-alt {
    padding: .75rem 0;
    font-size: 1rem;
  }
  /* line 2583, app/assets/stylesheets/app.css */
  .menu-nav-inside-alt .nav {
    display: block;
  }
}

@media (min-width: 1024px) {
  /* line 2587, app/assets/stylesheets/app.css */
  .menu-nav-container {
    height: 80px;
  }
}

/* line 2590, app/assets/stylesheets/app.css */
.nav-tabs .nav-link.active {
  font-weight: 600;
}

/* line 2593, app/assets/stylesheets/app.css */
.generic-side {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 2596, app/assets/stylesheets/app.css */
.generic-side-image {
  padding: 2rem 1rem;
}

/* line 2598, app/assets/stylesheets/app.css */
.generic-side-text {
  padding: 3rem 2rem;
}

/* line 2600, app/assets/stylesheets/app.css */
.generic-side-text h1,
.generic-side-text h2,
.generic-side-text h3,
.generic-side-text h4,
.generic-side-text h5 {
  color: #121F4B;
  font-weight: 600;
}

@media (min-width: 1024px) {
  /* line 2608, app/assets/stylesheets/app.css */
  .generic-side-text h1,
  .generic-side-text h2,
  .generic-side-text h3,
  .generic-side-text h4,
  .generic-side-text h5 {
    font-size: 2.1875rem;
  }
}

/* line 2614, app/assets/stylesheets/app.css */
.generic-side-text p {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  /* line 2617, app/assets/stylesheets/app.css */
  .generic-side-inverse .generic-side-image {
    order: 9;
  }
}

/* line 2619, app/assets/stylesheets/app.css */
.generic-side-alt {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media (max-width: 800px) {
  /* line 2623, app/assets/stylesheets/app.css */
  .generic-side {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /* line 2626, app/assets/stylesheets/app.css */
  .generic-side-image {
    padding: 0 15px;
  }
  /* line 2628, app/assets/stylesheets/app.css */
  .generic-side-text {
    padding: 1rem 1.5rem 1.75rem;
  }
}

/* line 2631, app/assets/stylesheets/app.css */
.panel-search {
  padding: 1rem;
  border-top: 1px solid #fff;
}

/* line 2634, app/assets/stylesheets/app.css */
.panel-search .btn {
  height: 60px;
  line-height: 43px;
  border-radius: 4px;
  font-weight: 400;
}

/* line 2639, app/assets/stylesheets/app.css */
.panel-search .fa {
  font-size: 1.5625rem;
}

/* line 2641, app/assets/stylesheets/app.css */
.panel-search .or-underline {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: block;
  font-size: 80%;
}

/* line 2647, app/assets/stylesheets/app.css */
.panel-search .or-underline span::before, .panel-search .or-underline span::after {
  width: 300px;
}

@media (min-width: 1024px) {
  /* line 2650, app/assets/stylesheets/app.css */
  .panel-search .or-underline span::before, .panel-search .or-underline span::after {
    left: 0;
    right: 0;
    width: 2px;
    height: 2rem;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 2662, app/assets/stylesheets/app.css */
  .panel-search .or-underline span::before {
    top: -2.15rem;
    bottom: auto;
  }
  /* line 2665, app/assets/stylesheets/app.css */
  .panel-search .or-underline span::after {
    top: auto;
    bottom: -2.45rem;
  }
}

@media (max-width: 800px) {
  /* line 2669, app/assets/stylesheets/app.css */
  .panel-search [class*="col"] {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  /* line 2672, app/assets/stylesheets/app.css */
  .panel-search .container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2677, app/assets/stylesheets/app.css */
.maps {
  position: relative;
}

/* line 2679, app/assets/stylesheets/app.css */
.maps iframe {
  width: 100% !important;
}

/* line 2681, app/assets/stylesheets/app.css */
.maps iframe .place-card-large {
  display: none !important;
  opacity: 0 !important;
}

/* line 2684, app/assets/stylesheets/app.css */
.maps .boxes {
  background-color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  /* line 2691, app/assets/stylesheets/app.css */
  .maps .boxes {
    position: static;
    padding: 1.25rem 0;
    word-break: break-word;
    white-space: normal;
  }
  /* line 2696, app/assets/stylesheets/app.css */
  .maps .boxes table a {
    font-size: 80%;
  }
}

/* line 2698, app/assets/stylesheets/app.css */
.maps table tr td {
  vertical-align: top;
}

/* line 2700, app/assets/stylesheets/app.css */
.maps .container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
}

@media (max-width: 767px) {
  /* line 2708, app/assets/stylesheets/app.css */
  .maps .container {
    position: static;
    height: auto;
  }
}

/* line 2711, app/assets/stylesheets/app.css */
.maps-dist {
  height: calc(100vh - 150px);
  margin-top: 2rem;
}

@media (min-width: 1439px) {
  /* line 2715, app/assets/stylesheets/app.css */
  .maps-dist {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /* line 2718, app/assets/stylesheets/app.css */
  .maps-dist {
    height: 350px;
  }
}

/* line 2721, app/assets/stylesheets/app.css */
.info-content {
  padding: .75rem .5rem;
}

/* line 2724, app/assets/stylesheets/app.css */
.info-head {
  margin-bottom: .75rem;
}

/* line 2727, app/assets/stylesheets/app.css */
.info-detail p {
  margin-bottom: 0;
}

/* line 2730, app/assets/stylesheets/app.css */
.boxes {
  padding: 2rem;
  background-color: #fff;
}

/* line 2734, app/assets/stylesheets/app.css */
.triangle-topleft, .section-triangle-top-left::before {
  width: 0;
  height: 0;
  border-top: 100px solid #D0A32E;
  border-right: 100px solid transparent;
}

@media (max-width: 767px) {
  /* line 2740, app/assets/stylesheets/app.css */
  .triangle-topleft, .section-triangle-top-left::before {
    border-width: 50px;
  }
}

/* line 2743, app/assets/stylesheets/app.css */
.triangle-topright, .section-triangle-top-right::before {
  width: 0;
  height: 0;
  border-top: 100px solid #D0A32E;
  border-left: 100px solid transparent;
}

@media (max-width: 767px) {
  /* line 2749, app/assets/stylesheets/app.css */
  .triangle-topright, .section-triangle-top-right::before {
    border-width: 50px;
  }
}

/* line 2752, app/assets/stylesheets/app.css */
.triangle-bottomleft, .section-triangle-bottom-left::before {
  width: 0;
  height: 0;
  border-bottom: 100px solid #D0A32E;
  border-left: 100px solid transparent;
}

@media (max-width: 767px) {
  /* line 2758, app/assets/stylesheets/app.css */
  .triangle-bottomleft, .section-triangle-bottom-left::before {
    border-width: 50px;
  }
}

/* line 2761, app/assets/stylesheets/app.css */
.triangle-bottomright, .main-banner::before, .main-banner::after, .section-shape-big::before, .section-shape-big::after, .section-triangle-bottom-right::before, .widget-stock .content-image::after {
  width: 0;
  height: 0;
  border-bottom: 100px solid #D0A32E;
  border-left: 100px solid transparent;
}

@media (max-width: 767px) {
  /* line 2767, app/assets/stylesheets/app.css */
  .triangle-bottomright, .main-banner::before, .main-banner::after, .section-shape-big::before, .section-shape-big::after, .section-triangle-bottom-right::before, .widget-stock .content-image::after {
    border-width: 50px;
  }
}

/* line 2770, app/assets/stylesheets/app.css */
.trapezium, .widget-stock .widget-container {
  border-bottom: 100px solid #C40001;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
}

/* line 2776, app/assets/stylesheets/app.css */
.section-corp-bg {
  background-image: url("../images/generic/bg-corporate-info.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}

/* line 2782, app/assets/stylesheets/app.css */
.section-corp-bg .section-title,
.section-corp-bg p {
  color: #fff !important;
}

/* line 2786, app/assets/stylesheets/app.css */
.section-shape-big::before, .section-shape-big::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* line 2793, app/assets/stylesheets/app.css */
.section-shape-big::before {
  border-width: 475px;
  border-bottom-color: #D0A32E;
}

@media (max-width: 767px) {
  /* line 2797, app/assets/stylesheets/app.css */
  .section-shape-big::before {
    border-width: 175px;
  }
}

/* line 2800, app/assets/stylesheets/app.css */
.section-shape-big .container {
  position: relative;
  z-index: 1;
}

/* line 2804, app/assets/stylesheets/app.css */
.section-shape-big-alt::after {
  border-width: 370px;
  border-bottom-color: #A36309;
}

@media (max-width: 767px) {
  /* line 2808, app/assets/stylesheets/app.css */
  .section-shape-big-alt::after {
    border-width: 125px;
  }
}

/* line 2811, app/assets/stylesheets/app.css */
.section-panel.bg-theme {
  background-color: #0d1736 !important;
}

/* line 2814, app/assets/stylesheets/app.css */
.section-triangle::before {
  content: '';
  position: absolute;
}

/* line 2818, app/assets/stylesheets/app.css */
.section-triangle-top-left::before {
  left: 0;
  right: auto;
  top: 0;
}

/* line 2823, app/assets/stylesheets/app.css */
.section-triangle-top-right::before {
  left: auto;
  right: 0;
  top: 0;
}

/* line 2828, app/assets/stylesheets/app.css */
.section-triangle-bottom-left::before {
  left: 0;
  right: auto;
  bottom: 0;
}

/* line 2833, app/assets/stylesheets/app.css */
.section-triangle-bottom-right::before {
  left: auto;
  right: 0;
  bottom: 0;
}

@media (min-width: 1024px) {
  /* line 2839, app/assets/stylesheets/app.css */
  .section-ext {
    padding-top: 7rem;
  }
}

@media (min-width: 1024px) {
  /* line 2843, app/assets/stylesheets/app.css */
  .section-pulled {
    margin-bottom: -9rem;
  }
}

/* line 2846, app/assets/stylesheets/app.css */
.widget-stock .content-image {
  position: relative;
  z-index: 1;
}

/* line 2849, app/assets/stylesheets/app.css */
.widget-stock .content-image::after {
  content: '';
  display: block;
  border-bottom-color: #910001;
  border-width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  /* line 2858, app/assets/stylesheets/app.css */
  .widget-stock .content-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 2862, app/assets/stylesheets/app.css */
.widget-stock .widget-container {
  position: absolute;
  width: 375px;
  height: 80px;
  bottom: 60px;
  right: -345px;
  z-index: 0;
  border-bottom-width: 80px;
  border-right-width: 40px;
}

@media (max-width: 767px) {
  /* line 2872, app/assets/stylesheets/app.css */
  .widget-stock .widget-container {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    border-bottom: 0;
    border-top: 80px solid #C40001;
    border-right: 80px solid transparent;
    bottom: 0;
    right: 0;
  }
}

/* line 2882, app/assets/stylesheets/app.css */
.widget-stock .widget-inner {
  padding: .75rem 1.5rem .75rem 3.5rem;
  color: #fff;
  line-height: 1;
}

/* line 2886, app/assets/stylesheets/app.css */
.widget-stock .widget-inner [class*="col"] div {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .5rem;
}

/* line 2890, app/assets/stylesheets/app.css */
.widget-stock .widget-inner .row:last-child [class*="col"] {
  font-size: 75%;
}

@media (max-width: 767px) {
  /* line 2893, app/assets/stylesheets/app.css */
  .widget-stock .widget-inner {
    padding-left: 1rem;
    position: absolute;
    top: -80px;
    left: 0;
    width: 320px;
  }
}

/* line 2900, app/assets/stylesheets/app.css */
.widget-stock .fa,
.widget-stock .saham-turun,
.widget-stock .saham-naik {
  font-size: 1.75rem;
  margin-right: .25rem;
}

/* line 2906, app/assets/stylesheets/app.css */
.widget-stock strong,
.widget-stock .title,
.widget-stock #saham-name,
.widget-stock #saham-change-pct {
  font-weight: 600 !important;
}

/* line 2912, app/assets/stylesheets/app.css */
.widget-stock small,
.widget-stock .date {
  font-size: 75%;
}

/* line 2916, app/assets/stylesheets/app.css */
.widget-stock .title {
  margin-bottom: .25rem;
}

/* line 2918, app/assets/stylesheets/app.css */
.widget-stock .title#saham-value {
  display: inline-block;
  vertical-align: middle;
}

/* line 2922, app/assets/stylesheets/app.css */
.saham-turun,
.saham-naik {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
}

/* line 2928, app/assets/stylesheets/app.css */
.saham-turun::before {
  content: '\f0d7';
}

/* line 2931, app/assets/stylesheets/app.css */
.saham-naik::before {
  content: '\f0d8';
}

@media (min-width: 1024px) {
  /* line 2935, app/assets/stylesheets/app.css */
  .img-pulled {
    margin-top: -10rem;
    margin-bottom: -5rem;
    max-width: 80%;
  }
}

@media (max-width: 800px) {
  /* line 2941, app/assets/stylesheets/app.css */
  .img-pulled {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 1024px) {
  /* line 2946, app/assets/stylesheets/app.css */
  .img-pulled-alt {
    margin-top: 3.5rem;
    margin-bottom: -5rem;
  }
}

@media (max-width: 800px) {
  /* line 2951, app/assets/stylesheets/app.css */
  .img-pulled-alt {
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}

/* line 2955, app/assets/stylesheets/app.css */
.go-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  opacity: .75;
  color: #C40001 !important;
  z-index: 9;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 2970, app/assets/stylesheets/app.css */
.go-top:hover {
  opacity: 1;
}

/* line 2972, app/assets/stylesheets/app.css */
.go-top.bottom {
  position: absolute;
  bottom: 430px;
}

@media (max-width: 767px) {
  /* line 2976, app/assets/stylesheets/app.css */
  .go-top.bottom {
    bottom: 410px;
  }
}

/* line 2978, app/assets/stylesheets/app.css */
.go-top img {
  display: block;
  margin: 0 auto .25rem;
  max-width: 40px;
}

@media (max-width: 767px) {
  /* line 2983, app/assets/stylesheets/app.css */
  .go-top {
    font-size: .75rem;
    right: 1rem;
    bottom: 1rem;
    opacity: .8;
  }
  /* line 2988, app/assets/stylesheets/app.css */
  .go-top img {
    max-width: 30px;
  }
}

/* line 2991, app/assets/stylesheets/app.css */
.loader-svg {
  text-align: center;
}

/* line 2993, app/assets/stylesheets/app.css */
.loader-svg svg {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  display: inline-block;
  text-align: center;
}

/* line 3000, app/assets/stylesheets/app.css */
.loader {
  position: relative;
  width: 65px;
  height: 90px;
  margin: auto;
}

/* line 3005, app/assets/stylesheets/app.css */
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #121F4B;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 3013, app/assets/stylesheets/app.css */
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
}

/* line 3017, app/assets/stylesheets/app.css */
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}

/* line 3021, app/assets/stylesheets/app.css */
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}

/* line 3025, app/assets/stylesheets/app.css */
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}

/* line 3029, app/assets/stylesheets/app.css */
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}

/* line 3033, app/assets/stylesheets/app.css */
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #121F4B;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}

@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}

@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}

@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}

@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* line 3137, app/assets/stylesheets/app.css */
.loader-std {
  margin: 1rem;
}

/* line 3139, app/assets/stylesheets/app.css */
.loader-std .span {
  width: 100px;
  height: 15px;
  vertical-align: middle;
  border-radius: 1px;
  margin: auto;
}

/*Typing Loader*/
/* line 3147, app/assets/stylesheets/app.css */
.typing_loader {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 5px auto;
  position: relative;
  left: -18px;
}

@-webkit-keyframes typing {
  0% {
    background-color: #121f4b;
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  25% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px #121f4b, 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  75% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px #121f4b;
  }
}

@-moz-keyframes typing {
  0% {
    background-color: #121f4b;
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  25% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px #121f4b, 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  75% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px #121f4b;
  }
}

@keyframes typing {
  0% {
    background-color: #121f4b;
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  25% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px #121f4b, 40px 0px 0px 0px rgba(18, 31, 75, 0.2);
  }
  75% {
    background-color: rgba(18, 31, 75, 0.4);
    box-shadow: 20px 0px 0px 0px rgba(18, 31, 75, 0.2), 40px 0px 0px 0px #121f4b;
  }
}

/* line 3191, app/assets/stylesheets/app.css */
.svg svg {
  width: 80px;
  height: 80px;
}

/* line 3194, app/assets/stylesheets/app.css */
.svg svg:hover {
  fill: #121F4B;
}

/* line 3197, app/assets/stylesheets/app.css */
.share-container {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 3201, app/assets/stylesheets/app.css */
  .share-container {
    width: 200px;
    text-align: center;
  }
}

/* line 3205, app/assets/stylesheets/app.css */
.sharethis-inline-share-buttons {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: .75rem;
}

/* line 3209, app/assets/stylesheets/app.css */
.sharethis-inline-share-buttons [data-network="whatsapp"] {
  display: inline-block !important;
}

@media (max-width: 767px) {
  /* line 3212, app/assets/stylesheets/app.css */
  .sharethis-inline-share-buttons {
    display: block !important;
    text-align: center !important;
    margin-top: .75rem;
    margin-left: 0;
  }
}

/* line 3218, app/assets/stylesheets/app.css */
.logo-vidoran {
  width: 77px;
  height: 50px;
}

/* line 3222, app/assets/stylesheets/app.css */
.logo-hemaviton {
  width: 168px;
  height: 50px;
}

/* line 3226, app/assets/stylesheets/app.css */
.logo-mybaby {
  width: 70px;
  height: 70px;
}

/* line 3230, app/assets/stylesheets/app.css */
.logo-bodrex {
  width: 90px;
  height: 50px;
}

/* line 3234, app/assets/stylesheets/app.css */
.logo-marina {
  width: 124px;
  height: 40px;
}

/*----------  PAGES  ----------*/
/*----------  THEMES  ----------*/

/*# sourceMappingURL=core.css.map */

/*TES*/