@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

a img {
  border: 0;
}

img {
  border: 0;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ol,
ul {
  list-style: none;
  max-height: 100%;
  padding: 0;
}

dt,
dd {
  max-height: 100%;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
video {
  display: inline-block;
}

img,
svg,
iframe,
canvas,
audio,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

strong,
b,
.bold {
  font-weight: bold;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

hr {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 0;
  overflow: visible;
}

address {
  font-style: normal;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  vertical-align: middle;
  word-break: break-all;
}

a {
  text-decoration: underline;
  color: #0017c1;
}
a:focus, a:hover, a:active {
  outline: 0;
}

.ly_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(./assets/img/common/pc_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ly_mainContent {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
}

.ly_header,
.ly_sideNav {
  display: none;
}

@media screen and (min-width: 521px) {
  .ly_header,
  .ly_sideNav {
    height: 100vh;
    width: calc((100vw - 520px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: sticky;
    top: 80px;
  }
  .ly_mainContent {
    z-index: 100;
    -webkit-box-shadow: 10px 0px 20px 0px #b8b8b8, -10px 0px 20px 0px #b8b8b8;
            box-shadow: 10px 0px 20px 0px #b8b8b8, -10px 0px 20px 0px #b8b8b8;
    width: 100%;
    max-width: 505px;
    margin: 50px auto 0;
    position: sticky;
    border-radius: 20px 20px 0 0;
  }
  .ly_mainContent img.ly_top {
    border-radius: 20px 20px 0 0;
  }
  .ly_mainContent img.ly_ltop {
    border-radius: 20px 0 0 0;
  }
  .ly_mainContent img.ly_rtop {
    border-radius: 0 20px 0 0;
  }
}
.ly_aside {
  position: relative;
}

.bl_qr {
  position: absolute;
  bottom: 100px;
}

.ly_sec {
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
}

.ly_grid_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_grid_half__col {
  width: calc((100% - 16px) / 2);
  margin-top: 16px;
}
.ly_grid_half__col:nth-child(-n+4), .ly_grid_half__col:nth-child(-n+3) {
  margin-top: 16px;
}
.ly_grid_half__col:nth-child(-n+2) {
  margin-top: 0;
}

.bl_header_logo {
  width: 250px;
}

.bl_headerNav_item {
  text-align: center;
  margin-bottom: 16px;
}
.bl_headerNav_link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.bl_form_caution {
  border: 1px solid #bbb;
  padding: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
}
.bl_formUnit {
  width: 100%;
  padding: 30px 20px 0;
}
.bl_formUnit dt {
  margin-top: 40px;
}
.bl_formUnit dt:first-child {
  margin-top: 0;
}
.bl_formUnit dd {
  margin-top: 8px;
}
.bl_form_label {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 3px;
  vertical-align: middle;
}
.bl_form_label_required {
  background-color: #ff4e4b;
  color: #fff;
}
.bl_form_label_required_ {
  background-color: #c30d23;
  color: #fff;
}
.bl_form_label_any {
  background-color: #ddd;
  color: #333;
}
.bl_form_term {
  font-weight: bold;
}
.bl_form_term, .bl_form_des {
  color: #333;
}
.bl_form_term img, .bl_form_des img {
  display: block;
  width: 100%;
}
.bl_form_term textarea, .bl_form_des textarea {
  color: #333;
}
.bl_form_srcoll {
  background-color: #fff;
  display: inline-block;
  overflow-y: auto;
  width: 100%;
  height: 100px;
  padding: 20px 20px 0;
  border: 1px solid #bbb;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 521px) {
  .bl_form_srcoll {
    padding: 20px;
  }
}
.bl_form_srcoll:after {
  content: "";
  display: block;
  height: 20px;
}
@media screen and (min-width: 521px) {
  .bl_form_srcoll:after {
    height: 20px;
  }
}
.bl_form_policy {
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_form_policy_caution {
  margin-bottom: 20px;
}
.bl_form_policy_term {
  font-weight: bold;
}
.bl_form_policy_des {
  margin-bottom: 20px;
}
.bl_form_policy_des:last-child {
  margin-bottom: 0;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

fieldset,
legend,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  background-color: #fff;
}

input {
  border: 1px solid #bbb;
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password],
input[type=search],
input[type=time],
input[type=date],
input[type=week],
input[type=month],
input[type=datetime-local],
input[type=datetime],
input[type=number],
input[type=color],
input[type=tel] {
  width: 100%;
  padding: 10px;
}

select,
textarea {
  border: 1px solid #bbb;
  padding: 10px;
  outline: 0;
  width: 100%;
  background-color: #fff;
}

textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  display: block;
}

input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
}

input[type=file] {
  border: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

select::-ms-expand {
  display: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.el_checkbox label input,
.el_radio label input {
  display: none;
}

.el_checkbox label input:checked + .el_checkbox_text:after,
.el_radio label input:checked + .el_radio_text:after {
  display: block;
}

.el_checkbox label,
.el_radio label {
  display: inline-block;
  margin-right: 20px;
}

.bl_form_des.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_form_des.vertical .el_radio,
.bl_form_des.vertical .el_checkbox {
  margin-bottom: 10px;
}

.bl_form_des.vertical .el_radio:last-child,
.bl_form_des.vertical .el_checkbox:last-child {
  margin-bottom: 0;
}

.el_checkbox label .el_checkbox_text,
.el_radio label .el_radio_text {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.el_checkbox label .el_checkbox_text:before,
.el_radio label .el_radio_text:before {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background-color: #fff;
}

.el_checkbox label .el_checkbox_text:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  width: 20px;
  height: 10px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: scale(0.5) rotate(-45deg);
          transform: scale(0.5) rotate(-45deg);
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
}

.el_radio label .el_radio_text:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  background-color: #333;
  width: 20px;
  height: 20px;
  left: 1px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.el_radio label .el_radio_text:before,
.el_radio label .el_radio_text:after {
  border-radius: 100px;
}

.el_select {
  position: relative;
  z-index: 1;
}
.el_select_icon {
  position: absolute;
  z-index: 2;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 100%;
  height: calc(100% - 2px);
  pointer-events: none;
}
.el_select_icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  background: repeating-linear-gradient(#363636, #363636 5px, #424242 5px, #424242 6px);
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 200px;
  height: 60px;
  -webkit-box-shadow: 0 3px 15px -5px #a59499;
          box-shadow: 0 3px 15px -5px #a59499;
  letter-spacing: 1.5px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  border: 1px solid #759798;
  background-color: #fff;
  color: #759798;
}

.un_kode input[type=submit],
.un_kode input[type=reset],
.un_kode input[type=button] {
  display: inline-block;
  border: 1px solid #eed05a;
  border-radius: 30px;
  background: #c5000c;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 200px;
  height: 60px;
  -webkit-box-shadow: 0 3px 15px -5px #a59499;
          box-shadow: 0 3px 15px -5px #a59499;
  letter-spacing: 1.5px;
}

.un_kode input[type=submit]:hover,
.un_kode input[type=reset]:hover,
.un_kode input[type=button]:hover {
  border: 1px solid #d85860;
  background-color: #fff;
  color: #d85860;
}

.hp_cf:after {
  content: "" !important;
  clear: both !important;
  display: block !important;
}

.hp_dn {
  display: none !important;
}
.hp_db {
  display: block !important;
}
.hp_di {
  display: inline !important;
}
.hp_dib {
  display: inline-block !important;
}
.hp_dtb {
  display: table !important;
}
.hp_ditb {
  display: inline-table !important;
}
.hp_dtbc {
  display: table-cell !important;
}
.hp_dtbr {
  display: table-row !important;
}

.hp_view_sp {
  display: block !important;
}
@media screen and (min-width: 521px) {
  .hp_view_sp {
    display: none !important;
  }
}

.hp_view_pc {
  display: none !important;
}
@media screen and (min-width: 521px) {
  .hp_view_pc {
    display: block !important;
  }
}

.hp_disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: rgba(0, 0, 0, 0.26) !important;
}

.hp_ov_hid {
  overflow: hidden !important;
}
.hp_ov_scrollX {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.hp_ov_scrollY {
  overflow: hidden !important;
  overflow-y: auto !important;
}
.hp_ov_elli {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.hp_bgcBase {
  background-color: #efefef !important;
}
.hp_bgcWhite {
  background-color: white !important;
}
.hp_bgcBlack {
  background-color: black !important;
}

.hp_b {
  border: 1px solid black !important;
}
.hp_bRed {
  border: 1px solid red !important;
}
.hp_bGray {
  border: 1px solid gray !important;
}

.hp_bt {
  border-top: 1px solid black !important;
}
.hp_btRed {
  border-top: 1px solid red !important;
}
.hp_btGray {
  border-top: 1px solid gray !important;
}

.hp_br {
  border-right: 1px solid black !important;
}
.hp_brRed {
  border-right: 1px solid red !important;
}
.hp_brGray {
  border-right: 1px solid gray !important;
}

.hp_bb {
  border-bottom: 1px solid black !important;
}
.hp_bbRed {
  border-bottom: 1px solid red !important;
}
.hp_bbGray {
  border-bottom: 1px solid gray !important;
}

.hp_cBlack {
  color: black !important;
}
.hp_cWhite {
  color: white !important;
}
.hp_cRed {
  color: red !important;
}
.hp_cYellow {
  color: yellow !important;
}
.hp_cBlue {
  color: blue !important;
}

.hp_fb,
.hp_fwb {
  font-weight: bold !important;
  font-weight: 700 !important;
}

.hp_tdu {
  text-decoration: underline !important;
}
.hp_tdn {
  text-decoration: none !important;
}

.hp_fsi {
  font-style: italic !important;
}

.hp_f07p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f08p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f09p {
  display: block !important;
  font-size: 10px !important;
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
}

.hp_f10p {
  font-size: 10px;
  font-size: 1rem;
}

.hp_f11p {
  font-size: 11px;
  font-size: 1.1rem;
}

.hp_f12p {
  font-size: 12px;
  font-size: 1.2rem;
}

.hp_f13p {
  font-size: 13px;
  font-size: 1.3rem;
}

.hp_f14p {
  font-size: 14px;
  font-size: 1.4rem;
}

.hp_f15p {
  font-size: 15px;
  font-size: 1.5rem;
}

.hp_f16p {
  font-size: 16px;
  font-size: 1.6rem;
}

.hp_f17p {
  font-size: 17px;
  font-size: 1.7rem;
}

.hp_f18p {
  font-size: 18px;
  font-size: 1.8rem;
}

.hp_f19p {
  font-size: 19px;
  font-size: 1.9rem;
}

.hp_f20p {
  font-size: 20px;
  font-size: 2rem;
}

.hp_f21p {
  font-size: 21px;
  font-size: 2.1rem;
}

.hp_f22p {
  font-size: 22px;
  font-size: 2.2rem;
}

.hp_f23p {
  font-size: 23px;
  font-size: 2.3rem;
}

.hp_f24p {
  font-size: 24px;
  font-size: 2.4rem;
}

.hp_f25p {
  font-size: 25px;
  font-size: 2.5rem;
}

.hp_f26p {
  font-size: 26px;
  font-size: 2.6rem;
}

.hp_f27p {
  font-size: 27px;
  font-size: 2.7rem;
}

.hp_f28p {
  font-size: 28px;
  font-size: 2.8rem;
}

.hp_f29p {
  font-size: 29px;
  font-size: 2.9rem;
}

.hp_f30p {
  font-size: 30px;
  font-size: 3rem;
}

.hp_fz1_3e {
  font-size: 1.3em !important;
}

.hp_fz1_5e {
  font-size: 1.5em !important;
}

.hp_tac {
  text-align: center !important;
}
.hp_tar {
  text-align: right !important;
}
.hp_tal {
  text-align: left !important;
}
.hp_taj {
  text-align: justify !important;
}

.hp_vam {
  vertical-align: middle !important;
}

.hp_ti0 {
  text-indent: 0 !important;
}

.hp_tol {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.hp_toc {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.hp_hr {
  border-bottom: 1px solid black !important;
}

.hp_imgResponsive {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.hp_imgPixelated {
  -ms-interpolation-mode: nearest-neighbor !important;
      image-rendering: -webkit-optimize-contrast !important;
      image-rendering: pixelated !important;
}

.hp_disc li {
  list-style-type: disc !important;
  margin-left: 1.5em !important;
}

.hp_circle li {
  list-style-type: circle !important;
  margin-left: 1.5em !important;
}

.hp_square li {
  list-style-type: square !important;
  margin-left: 1.5em !important;
}

.hp_decimal li {
  list-style-type: decimal !important;
  margin-left: 1.5em !important;
}

.hp_decimal-leading-zero li {
  list-style-type: decimal-leading-zero !important;
  margin-left: 2em !important;
}

.hp_lower-alpha li {
  list-style-type: lower-alpha !important;
  margin-left: 1.5em !important;
}

.hp_upper-alpha li {
  list-style-type: upper-alpha !important;
  margin-left: 1.5em !important;
}

.hp_asterisk li:before {
  content: "※" !important;
  display: inline !important;
  padding-right: 10px !important;
}

.hp_asterisk2 li {
  padding-left: 1.5em !important;
  text-indent: -1.5em !important;
}

.hp_asterisk2 li:before {
  content: "※" !important;
  display: inline !important;
  padding-right: 0.5em !important;
}

.hp_flex_c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.hp_flex_sb {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_fw {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.hp_flex_sbfw {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.hp_flex_aic {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.hp_centering {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.hp_mg_r_auto {
  margin-right: auto !important;
}

.hp_mg_l_auto {
  margin-left: auto !important;
}

.hp_mg_horiz_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.hp_lgSpace {
  margin-bottom: 64px !important;
}

.hp_mdSpace {
  margin-bottom: 32px !important;
}

.hp_smSpace {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 521px) {
  .hp_lgSpace {
    margin-bottom: 128px !important;
  }
  .hp_mdSpace {
    margin-bottom: 64px !important;
  }
  .hp_smSpace {
    margin-bottom: 32px !important;
  }
}
.hp_rad4 {
  border-radius: 4px !important;
}

.hp_rad8 {
  border-radius: 8px !important;
}

.hp_rad12 {
  border-radius: 12px !important;
}

.hp_rad16 {
  border-radius: 16px !important;
}

.hp_rad20 {
  border-radius: 20px !important;
}

.hp_rad24 {
  border-radius: 24px !important;
}

.hp_rad28 {
  border-radius: 28px !important;
}

.hp_rad32 {
  border-radius: 32px !important;
}

.hp_rad36 {
  border-radius: 36px !important;
}

.hp_rad40 {
  border-radius: 40px !important;
}

.hp_lh0 {
  line-height: 0px !important;
}

.hp_lh1 {
  line-height: 0.1px !important;
}

.hp_lh2 {
  line-height: 0.2px !important;
}

.hp_lh3 {
  line-height: 0.3px !important;
}

.hp_lh4 {
  line-height: 0.4px !important;
}

.hp_lh5 {
  line-height: 0.5px !important;
}

.hp_lh6 {
  line-height: 0.6px !important;
}

.hp_lh7 {
  line-height: 0.7px !important;
}

.hp_lh8 {
  line-height: 0.8px !important;
}

.hp_lh9 {
  line-height: 0.9px !important;
}

.hp_lh10 {
  line-height: 1px !important;
}

.hp_lh11 {
  line-height: 1.1px !important;
}

.hp_lh12 {
  line-height: 1.2px !important;
}

.hp_lh13 {
  line-height: 1.3px !important;
}

.hp_lh14 {
  line-height: 1.4px !important;
}

.hp_lh15 {
  line-height: 1.5px !important;
}

.hp_lh16 {
  line-height: 1.6px !important;
}

.hp_lh17 {
  line-height: 1.7px !important;
}

.hp_lh18 {
  line-height: 1.8px !important;
}

.hp_lh19 {
  line-height: 1.9px !important;
}

.hp_lh20 {
  line-height: 2px !important;
}

.hp_wd0 {
  width: 0px !important;
}

.hp_wd8 {
  width: 8px !important;
}

.hp_wd16 {
  width: 16px !important;
}

.hp_wd24 {
  width: 24px !important;
}

.hp_wd32 {
  width: 32px !important;
}

.hp_wd40 {
  width: 40px !important;
}

.hp_wd48 {
  width: 48px !important;
}

.hp_wd56 {
  width: 56px !important;
}

.hp_wd64 {
  width: 64px !important;
}

.hp_wd72 {
  width: 72px !important;
}

.hp_wd80 {
  width: 80px !important;
}

.hp_wd88 {
  width: 88px !important;
}

.hp_wd96 {
  width: 96px !important;
}

.hp_wd104 {
  width: 104px !important;
}

.hp_wd112 {
  width: 112px !important;
}

.hp_wd120 {
  width: 120px !important;
}

.hp_wd128 {
  width: 128px !important;
}

.hp_wd136 {
  width: 136px !important;
}

.hp_wd144 {
  width: 144px !important;
}

.hp_wd152 {
  width: 152px !important;
}

.hp_wd160 {
  width: 160px !important;
}

.hp_m0a {
  margin: 0 auto !important;
}

.hp_m0 {
  margin: 0px !important;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mr0 {
  margin-right: 0px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_ml0 {
  margin-left: 0px !important;
}

.hp_m8 {
  margin: 8px !important;
}

.hp_mt8 {
  margin-top: 8px !important;
}

.hp_mr8 {
  margin-right: 8px !important;
}

.hp_mb8 {
  margin-bottom: 8px !important;
}

.hp_ml8 {
  margin-left: 8px !important;
}

.hp_m16 {
  margin: 16px !important;
}

.hp_mt16 {
  margin-top: 16px !important;
}

.hp_mr16 {
  margin-right: 16px !important;
}

.hp_mb16 {
  margin-bottom: 16px !important;
}

.hp_ml16 {
  margin-left: 16px !important;
}

.hp_m24 {
  margin: 24px !important;
}

.hp_mt24 {
  margin-top: 24px !important;
}

.hp_mr24 {
  margin-right: 24px !important;
}

.hp_mb24 {
  margin-bottom: 24px !important;
}

.hp_ml24 {
  margin-left: 24px !important;
}

.hp_m32 {
  margin: 32px !important;
}

.hp_mt32 {
  margin-top: 32px !important;
}

.hp_mr32 {
  margin-right: 32px !important;
}

.hp_mb32 {
  margin-bottom: 32px !important;
}

.hp_ml32 {
  margin-left: 32px !important;
}

.hp_m40 {
  margin: 40px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mr40 {
  margin-right: 40px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_ml40 {
  margin-left: 40px !important;
}

.hp_m48 {
  margin: 48px !important;
}

.hp_mt48 {
  margin-top: 48px !important;
}

.hp_mr48 {
  margin-right: 48px !important;
}

.hp_mb48 {
  margin-bottom: 48px !important;
}

.hp_ml48 {
  margin-left: 48px !important;
}

.hp_m56 {
  margin: 56px !important;
}

.hp_mt56 {
  margin-top: 56px !important;
}

.hp_mr56 {
  margin-right: 56px !important;
}

.hp_mb56 {
  margin-bottom: 56px !important;
}

.hp_ml56 {
  margin-left: 56px !important;
}

.hp_m64 {
  margin: 64px !important;
}

.hp_mt64 {
  margin-top: 64px !important;
}

.hp_mr64 {
  margin-right: 64px !important;
}

.hp_mb64 {
  margin-bottom: 64px !important;
}

.hp_ml64 {
  margin-left: 64px !important;
}

.hp_m72 {
  margin: 72px !important;
}

.hp_mt72 {
  margin-top: 72px !important;
}

.hp_mr72 {
  margin-right: 72px !important;
}

.hp_mb72 {
  margin-bottom: 72px !important;
}

.hp_ml72 {
  margin-left: 72px !important;
}

.hp_m80 {
  margin: 80px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mr80 {
  margin-right: 80px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_ml80 {
  margin-left: 80px !important;
}

.hp_m88 {
  margin: 88px !important;
}

.hp_mt88 {
  margin-top: 88px !important;
}

.hp_mr88 {
  margin-right: 88px !important;
}

.hp_mb88 {
  margin-bottom: 88px !important;
}

.hp_ml88 {
  margin-left: 88px !important;
}

.hp_m96 {
  margin: 96px !important;
}

.hp_mt96 {
  margin-top: 96px !important;
}

.hp_mr96 {
  margin-right: 96px !important;
}

.hp_mb96 {
  margin-bottom: 96px !important;
}

.hp_ml96 {
  margin-left: 96px !important;
}

.hp_m104 {
  margin: 104px !important;
}

.hp_mt104 {
  margin-top: 104px !important;
}

.hp_mr104 {
  margin-right: 104px !important;
}

.hp_mb104 {
  margin-bottom: 104px !important;
}

.hp_ml104 {
  margin-left: 104px !important;
}

.hp_m112 {
  margin: 112px !important;
}

.hp_mt112 {
  margin-top: 112px !important;
}

.hp_mr112 {
  margin-right: 112px !important;
}

.hp_mb112 {
  margin-bottom: 112px !important;
}

.hp_ml112 {
  margin-left: 112px !important;
}

.hp_m120 {
  margin: 120px !important;
}

.hp_mt120 {
  margin-top: 120px !important;
}

.hp_mr120 {
  margin-right: 120px !important;
}

.hp_mb120 {
  margin-bottom: 120px !important;
}

.hp_ml120 {
  margin-left: 120px !important;
}

.hp_m128 {
  margin: 128px !important;
}

.hp_mt128 {
  margin-top: 128px !important;
}

.hp_mr128 {
  margin-right: 128px !important;
}

.hp_mb128 {
  margin-bottom: 128px !important;
}

.hp_ml128 {
  margin-left: 128px !important;
}

.hp_m136 {
  margin: 136px !important;
}

.hp_mt136 {
  margin-top: 136px !important;
}

.hp_mr136 {
  margin-right: 136px !important;
}

.hp_mb136 {
  margin-bottom: 136px !important;
}

.hp_ml136 {
  margin-left: 136px !important;
}

.hp_m144 {
  margin: 144px !important;
}

.hp_mt144 {
  margin-top: 144px !important;
}

.hp_mr144 {
  margin-right: 144px !important;
}

.hp_mb144 {
  margin-bottom: 144px !important;
}

.hp_ml144 {
  margin-left: 144px !important;
}

.hp_m152 {
  margin: 152px !important;
}

.hp_mt152 {
  margin-top: 152px !important;
}

.hp_mr152 {
  margin-right: 152px !important;
}

.hp_mb152 {
  margin-bottom: 152px !important;
}

.hp_ml152 {
  margin-left: 152px !important;
}

.hp_m160 {
  margin: 160px !important;
}

.hp_mt160 {
  margin-top: 160px !important;
}

.hp_mr160 {
  margin-right: 160px !important;
}

.hp_mb160 {
  margin-bottom: 160px !important;
}

.hp_ml160 {
  margin-left: 160px !important;
}

.hp_mg_vert8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.hp_mg_vert16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.hp_mg_vert24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.hp_mg_vert32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.hp_mg_vert40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.hp_mg_vert48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.hp_mg_vert56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.hp_mg_vert64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.hp_mg_vert72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.hp_mg_vert80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.hp_mg_vert88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.hp_mg_vert96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.hp_mg_vert104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.hp_mg_vert112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.hp_mg_vert120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.hp_mg_vert128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.hp_mg_vert136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}

.hp_mg_vert144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}

.hp_mg_vert152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}

.hp_mg_vert160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.hp_mg_horiz8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.hp_mg_horiz16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.hp_mg_horiz24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.hp_mg_horiz32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.hp_mg_horiz40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.hp_mg_horiz48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.hp_mg_horiz56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.hp_mg_horiz64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.hp_mg_horiz72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.hp_mg_horiz80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.hp_mg_horiz88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.hp_mg_horiz96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.hp_mg_horiz104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}

.hp_mg_horiz112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}

.hp_mg_horiz120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.hp_mg_horiz128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}

.hp_mg_horiz136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}

.hp_mg_horiz144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}

.hp_mg_horiz152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}

.hp_mg_horiz160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.hp_p0 {
  padding: 0px !important;
}

.hp_pt0 {
  padding-top: 0px !important;
}

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

.hp_pb0 {
  padding-bottom: 0px !important;
}

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

.hp_p8 {
  padding: 8px !important;
}

.hp_pt8 {
  padding-top: 8px !important;
}

.hp_pr8 {
  padding-right: 8px !important;
}

.hp_pb8 {
  padding-bottom: 8px !important;
}

.hp_pl8 {
  padding-left: 8px !important;
}

.hp_p16 {
  padding: 16px !important;
}

.hp_pt16 {
  padding-top: 16px !important;
}

.hp_pr16 {
  padding-right: 16px !important;
}

.hp_pb16 {
  padding-bottom: 16px !important;
}

.hp_pl16 {
  padding-left: 16px !important;
}

.hp_p24 {
  padding: 24px !important;
}

.hp_pt24 {
  padding-top: 24px !important;
}

.hp_pr24 {
  padding-right: 24px !important;
}

.hp_pb24 {
  padding-bottom: 24px !important;
}

.hp_pl24 {
  padding-left: 24px !important;
}

.hp_p32 {
  padding: 32px !important;
}

.hp_pt32 {
  padding-top: 32px !important;
}

.hp_pr32 {
  padding-right: 32px !important;
}

.hp_pb32 {
  padding-bottom: 32px !important;
}

.hp_pl32 {
  padding-left: 32px !important;
}

.hp_p40 {
  padding: 40px !important;
}

.hp_pt40 {
  padding-top: 40px !important;
}

.hp_pr40 {
  padding-right: 40px !important;
}

.hp_pb40 {
  padding-bottom: 40px !important;
}

.hp_pl40 {
  padding-left: 40px !important;
}

.hp_p48 {
  padding: 48px !important;
}

.hp_pt48 {
  padding-top: 48px !important;
}

.hp_pr48 {
  padding-right: 48px !important;
}

.hp_pb48 {
  padding-bottom: 48px !important;
}

.hp_pl48 {
  padding-left: 48px !important;
}

.hp_p56 {
  padding: 56px !important;
}

.hp_pt56 {
  padding-top: 56px !important;
}

.hp_pr56 {
  padding-right: 56px !important;
}

.hp_pb56 {
  padding-bottom: 56px !important;
}

.hp_pl56 {
  padding-left: 56px !important;
}

.hp_p64 {
  padding: 64px !important;
}

.hp_pt64 {
  padding-top: 64px !important;
}

.hp_pr64 {
  padding-right: 64px !important;
}

.hp_pb64 {
  padding-bottom: 64px !important;
}

.hp_pl64 {
  padding-left: 64px !important;
}

.hp_p72 {
  padding: 72px !important;
}

.hp_pt72 {
  padding-top: 72px !important;
}

.hp_pr72 {
  padding-right: 72px !important;
}

.hp_pb72 {
  padding-bottom: 72px !important;
}

.hp_pl72 {
  padding-left: 72px !important;
}

.hp_p80 {
  padding: 80px !important;
}

.hp_pt80 {
  padding-top: 80px !important;
}

.hp_pr80 {
  padding-right: 80px !important;
}

.hp_pb80 {
  padding-bottom: 80px !important;
}

.hp_pl80 {
  padding-left: 80px !important;
}

.hp_p88 {
  padding: 88px !important;
}

.hp_pt88 {
  padding-top: 88px !important;
}

.hp_pr88 {
  padding-right: 88px !important;
}

.hp_pb88 {
  padding-bottom: 88px !important;
}

.hp_pl88 {
  padding-left: 88px !important;
}

.hp_p96 {
  padding: 96px !important;
}

.hp_pt96 {
  padding-top: 96px !important;
}

.hp_pr96 {
  padding-right: 96px !important;
}

.hp_pb96 {
  padding-bottom: 96px !important;
}

.hp_pl96 {
  padding-left: 96px !important;
}

.hp_p104 {
  padding: 104px !important;
}

.hp_pt104 {
  padding-top: 104px !important;
}

.hp_pr104 {
  padding-right: 104px !important;
}

.hp_pb104 {
  padding-bottom: 104px !important;
}

.hp_pl104 {
  padding-left: 104px !important;
}

.hp_p112 {
  padding: 112px !important;
}

.hp_pt112 {
  padding-top: 112px !important;
}

.hp_pr112 {
  padding-right: 112px !important;
}

.hp_pb112 {
  padding-bottom: 112px !important;
}

.hp_pl112 {
  padding-left: 112px !important;
}

.hp_p120 {
  padding: 120px !important;
}

.hp_pt120 {
  padding-top: 120px !important;
}

.hp_pr120 {
  padding-right: 120px !important;
}

.hp_pb120 {
  padding-bottom: 120px !important;
}

.hp_pl120 {
  padding-left: 120px !important;
}

.hp_p128 {
  padding: 128px !important;
}

.hp_pt128 {
  padding-top: 128px !important;
}

.hp_pr128 {
  padding-right: 128px !important;
}

.hp_pb128 {
  padding-bottom: 128px !important;
}

.hp_pl128 {
  padding-left: 128px !important;
}

.hp_p136 {
  padding: 136px !important;
}

.hp_pt136 {
  padding-top: 136px !important;
}

.hp_pr136 {
  padding-right: 136px !important;
}

.hp_pb136 {
  padding-bottom: 136px !important;
}

.hp_pl136 {
  padding-left: 136px !important;
}

.hp_p144 {
  padding: 144px !important;
}

.hp_pt144 {
  padding-top: 144px !important;
}

.hp_pr144 {
  padding-right: 144px !important;
}

.hp_pb144 {
  padding-bottom: 144px !important;
}

.hp_pl144 {
  padding-left: 144px !important;
}

.hp_p152 {
  padding: 152px !important;
}

.hp_pt152 {
  padding-top: 152px !important;
}

.hp_pr152 {
  padding-right: 152px !important;
}

.hp_pb152 {
  padding-bottom: 152px !important;
}

.hp_pl152 {
  padding-left: 152px !important;
}

.hp_p160 {
  padding: 160px !important;
}

.hp_pt160 {
  padding-top: 160px !important;
}

.hp_pr160 {
  padding-right: 160px !important;
}

.hp_pb160 {
  padding-bottom: 160px !important;
}

.hp_pl160 {
  padding-left: 160px !important;
}

.hp_pd_vert8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.hp_pd_vert16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.hp_pd_vert24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.hp_pd_vert32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.hp_pd_vert40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.hp_pd_vert48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.hp_pd_vert56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.hp_pd_vert64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.hp_pd_vert72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.hp_pd_vert80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.hp_pd_vert88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.hp_pd_vert96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.hp_pd_vert104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.hp_pd_vert112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.hp_pd_vert120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.hp_pd_vert128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.hp_pd_vert136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.hp_pd_vert144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}

.hp_pd_vert152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}

.hp_pd_vert160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.hp_pd_horiz8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.hp_pd_horiz16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.hp_pd_horiz24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.hp_pd_horiz32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.hp_pd_horiz40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.hp_pd_horiz48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.hp_pd_horiz56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.hp_pd_horiz64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.hp_pd_horiz72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.hp_pd_horiz80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.hp_pd_horiz88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.hp_pd_horiz96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.hp_pd_horiz104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}

.hp_pd_horiz112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}

.hp_pd_horiz120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.hp_pd_horiz128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}

.hp_pd_horiz136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}

.hp_pd_horiz144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}

.hp_pd_horiz152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}

.hp_pd_horiz160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.un_studio {
  background-image: url(./assets/img/home/bg.jpg);
  background-size: cover;
  padding: 50px 0;
}
.un_studio__logo {
  width: 170px;
}

.un_locations {
  padding: 50px 0;
}
.un_locations__logo {
  width: 200px;
}

.un_contact {
  padding: 50px 0;
}
.un_contact__logo {
  width: 200px;
}

.un_plan {
  background-color: #f2fbff;
  padding: 0 0 50px 0;
}
.un_plan__logo {
  width: 200px;
}