* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  width: 100%;
  height: auto;
  background-color: #FAFAFA;
  color: #262626;
}

button:focus, input:focus, textarea:focus, a:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.no_text_select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.no_text_select:hover {
  cursor: default;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

::-moz-selection {
  background-color: #d90619;
  color: #FAFAFA;
}

::selection {
  background-color: #d90619;
  color: #FAFAFA;
}

.page_wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.container {
  padding: 0;
}

.panel {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.page_title {
  margin: 0;
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.page_title_large {
  margin: 0;
  font-size: 2.25rem;
  line-height: 3.5rem;
  text-align: center;
  font-weight: 700;
}

.page_button {
  display: inline-block;
  background-color: #d90619;
  color: #FAFAFA;
  border-radius: 0.15rem;
  -webkit-transition: background-color 225ms ease;
  transition: background-color 225ms ease;
}

.page_button i {
  margin: 0 0 0 0.5rem;
}

.page_button:hover, .page_button:focus {
  cursor: pointer;
  background-color: #ad0917;
  color: #FAFAFA;
  text-decoration: none;
}

.page_text_button {
  display: inline-block;
  color: #d90619;
  -webkit-transition: color 75ms ease;
  transition: color 75ms ease;
}

.page_text_button:hover {
  color: #ad0917;
}

.panel_loading {
  width: 100%;
  height: 15rem;
  position: relative;
  line-height: 15rem;
  text-align: center;
}

.panel_loading p {
  margin: 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.panel_loading .panel_loading_animation {
  width: 5.75rem;
  height: 5.75rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 0.9rem;
  line-height: 5.75rem;
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.panel_loading .panel_loading_animation::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-top: 0.15rem solid #d90619;
  border-radius: 50%;
  -webkit-animation: panel_loading_animation 1s linear infinite;
          animation: panel_loading_animation 1s linear infinite;
}

@-webkit-keyframes panel_loading_animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes panel_loading_animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.panel_loading_transparent {
  display: none;
}

.panel_loading_transparent .panel_loading_animation::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.panel_error {
  width: 100%;
  height: 100vh;
}

.panel_error .container {
  padding: 4rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.panel_error .panel_error_title {
  font-size: 6.25rem;
  font-weight: 700;
}

.panel_error .panel_error_text {
  margin: 0.75rem 0 0 0;
  color: #727272;
  font-size: 1.05rem;
}

.panel_error .panel_error_button {
  margin: 2rem 0 0 0;
  padding: 1rem 1.75rem;
}

.panel_error .panel_error_button i {
  margin: 0 0.5rem 0 0;
}

@media (min-width: 1679.98px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 991.98px) {
  .panel {
    padding-right: 2.5% !important;
    padding-left: 2.5% !important;
  }
}

@media (max-width: 767.98px) {
  .panel {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
  .page_title {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
  .page_title_large {
    font-size: 2rem;
    line-height: 3rem;
  }
}
