/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/* RESET CSS*/
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hvU:hover {
  text-decoration: underline;
}

.hvUa {
  position: relative;
}

.hvUa:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #C1272D;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1000px) {
  .hvUa:before {
    display: none;
  }
}

.hvUa:hover:before {
  width: 100%;
}

strong,
b {
  font-weight: bold;
}

/* CONTAINER */
.cont {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1400px) {
  .cont {
    max-width: 1160px;
  }
}

@media screen and (min-width: 1650px) {
  .cont {
    max-width: 1560px;
  }
}

@media screen and (max-width: 1200px) {
  .cont {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .cont {
    max-width: 100%;
    padding: 0 5%;
  }
}

.only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.noOverflow {
  overflow: hidden;
}

.btn {
  width: 150px;
  height: 45px;
  background-color: #C1272D;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  .btn {
    width: 200px;
    height: 60px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 125px;
    height: 40px;
  }
}

.btn:hover {
  background-color: #901d22;
  color: #FFF;
}

.btn i {
  position: absolute;
  right: 12px;
  top: 15.5px;
}

@media screen and (min-width: 1650px) {
  .btn i {
    right: 15px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn i {
    top: 13px;
  }
}

/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
#header.fixed {
  position: relative;
}

.cont {
  padding: 0 3%;
}

#mainvisual {
  margin-top: 0;
}

.circle-wrapper {
  position: absolute !important;
  top: 424px;
  right: 32px;
}

/*# sourceMappingURL=print.css.map */