/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/contact-us/contact-us.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.page-404 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 980px) {
    .page-404 {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .page-404 {
      padding: 0 25px; } }

.page-404_number {
  color: #fff; }

.page-404_title {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }

.page-404_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.page-404_button {
  background-color: #fff;
  color: #0165ad;
  border: none; }

@media screen and (min-width: 1921px) {
  .page-404_title {
    max-width: 40.625vw;
    margin-bottom: 2.60417vw; } }

.ci {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ci {
      padding: 50px 0; } }

.ci_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.ci_container {
  max-width: 634px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .ci_container {
      padding: 0 50px; } }
  @media screen and (max-width: 767px) {
    .ci_container {
      padding: 0 30px; } }

.ci_h2 {
  margin: 10px 0 30px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .ci_h2 {
      margin-bottom: 15px; } }

.ci_p p {
  color: #fff; }

.ci_link {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .ci_link {
      margin-top: 15px; } }

@media screen and (min-width: 1921px) {
  .ci {
    padding: 5.20833vw 0; }
  .ci_container {
    max-width: 33.02083vw; }
  .ci_h2 {
    margin: 0.52083vw 0 1.5625vw; }
  .ci_link {
    margin-top: 1.5625vw; } }

